Plots List
Plots
This endpoint handles manipulation of Plotly plot files.
Reference
Authorization
Any user with or without a Plotly account may view public plots. For private plots, see authentication.
Actions
list
Listing all public plots can be done via a GET request to this endpoint.
By default, plots will be listed in order of date created. The order_by
query parameter is accepted at this endpoint. Currently, only ordering by
views
is supported. It is possible to filter the plots by quality
with min_quality
or max_quality
as query parameter.
Example:
// GET https://api.plotly.com/v2/plots/ ---> 200
// GET https://api.plotly.com/v2/plots/?order_by=-views ---> 200
// GET https://api.plotly.com/v2/plots/?min_quality=5 ---> 200
// GET https://api.plotly.com/v2/plots/?max_quality=5 ---> 200
feed
Listing all handpicked feed plots can be done via a GET request to this endpoint. By default, plots will be listed in a random order.
Example:
// GET https://api.plotly.com/v2/plots/feed ---> 200
create
You can create new plot resources here. The only required field is 'figure'. Currently, the figure is restricted to only contain references to grid data. That is, this will fail if raw data arrays are passed in. To create and manipulate underlying grids for plots, see the grids endpoint.
Example:
// This fails because a figure field is required.
// POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{}
// This fails because the figure has raw data
//POST https://api.plotly.com/v2/plots ---> 400 Bad Request
{
"figure": {"data": [{"y": ['this', 'is', 'raw', 'data']}]}
}
// This succeeds because the figure has src keys, not raw data.
//POST https://api.plotly.com/v2/plots ---> 200 OK
{
"figure": {"data": [{"ysrc": "sven:88:u8nd62"}]}
}
When creating a grid, you can optionally specify a source_fid to specify where a plot has come from:
- source_fid: the fid of a plot that was copied (and presumably edited) to produce this one
detail
There is a lot of meta information stored about plot files including filename, title, share_url, and content_url to name a few.
This information can only be reached with a GET to this endpoint.
Example:
// GET https://api.plotly.com/v2/plots/iheartgraphs:90
content
The contents of a plot can be downloaded via the content resource. The plot
content contains referenced grid/column data by default. If you wish to
return the raw grid/column data, the inline_data=true
query must be included
in the request url. The Content-Type header will be appropriately set for the
response body.
Alternatively, you can set ?map_data=unreadable
to append a mapping of
sources to data that belongs to grids which are unreadable for the
requestor. This is useful when you have read access to another users plot,
but that plot contains grid references which you don't have access to.
Examples:
// Returns referenced grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content ---> 200 OK
// Returns full grid/column data
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?inline_data=true ---> 200 OK
// Returns full grid/column data when requestor doesn't have permission
// to read the referenced grid.
// GET https://api.plotly.com/v2/plots/iheartgraphs:90/content?map_data=unreadable ---> 200 OK
GET /v2/plots/?cursor=cD0yMDI1LTA5LTA5KzExJTNBNTclM0E1NC42MDY2MDMlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA5KzEwJTNBMjAlM0E0Ni40NjI4OTElMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOSsxMSUzQTU2JTNBNDYuNDM1ODkyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-09T11:56:46.435892Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/60.embed", "fid": "singhtinka970:60", "filename": "HOURLY SEASONAL PLOTS", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/60/9_IXI94QFD2N5IJJ8F5HYFUE6OE4Q4OT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/60/2_VJHPZGYAJ98S15XU1DN6I87O4Z9XAB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/60/8_MHQZG9Z20MWR5HL7Z80WM796N6WCNP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/60/9_IXI94QFD2N5IJJ8F5HYFUE6OE4Q4OT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:60", "plots": "https://api.plotly.com/v2/plots/singhtinka970:60", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/60/", "world_readable": true, "date_modified": "2025-09-09T12:28:17.035Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/60/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "887419", "fill": "none", "line": { "dash": "solid", "color": "#1f77b4", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "Col1", "y": "Col2" } }, "mode": "markers+lines", "name": "<b>Summer</b>", "type": "scatter", "xsrc": "singhtinka970:59:a71a04", "ysrc": "singhtinka970:59:973043", "marker": { "line": { "color": "white", "width": 0 }, "size": 6, "color": "rgb(0, 67, 88)", "symbol": "hexagon-open" }, "error_x": { "copy_ystyle": true }, "error_y": { "color": "rgb(0, 67, 88)", "width": 1, "thickness": 1 }, "opacity": 1 }, { "uid": "543de7", "fill": "none", "line": { "dash": "solid", "color": "#ff7f0e", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "Col1", "y": "Col3" } }, "mode": "markers+lines", "name": "<b>Fall</b>", "type": "scatter", "xsrc": "singhtinka970:59:a71a04", "ysrc": "singhtinka970:59:515c9e", "marker": { "line": { "color": "white", "width": 0 }, "size": 6, "color": "rgb(31, 138, 112)", "symbol": "hexagon-open" }, "error_x": { "copy_ystyle": true }, "error_y": { "color": "rgb(31, 138, 112)", "width": 1, "thickness": 1 }, "opacity": 1 }, { "uid": "ed8b28", "fill": "none", "line": { "dash": "solid", "color": "#2ca02c", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "Col1", "y": "Col4" } }, "mode": "markers+lines", "name": "<b>Winter</b>", "type": "scatter", "xsrc": "singhtinka970:59:a71a04", "ysrc": "singhtinka970:59:503241", "marker": { "line": { "color": "white", "width": 0 }, "size": 6, "color": "rgb(190, 219, 57)", "symbol": "hexagon-open" }, "error_x": { "copy_ystyle": true }, "error_y": { "color": "rgb(190, 219, 57)", "width": 1, "thickness": 1 }, "opacity": 1 }, { "uid": "118142", "fill": "none", "line": { "dash": "solid", "color": "#d62728", "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "Col1", "y": "Col5" } }, "mode": "markers+lines", "name": "<b>Spring</b>", "type": "scatter", "xsrc": "singhtinka970:59:a71a04", "ysrc": "singhtinka970:59:91e338", "marker": { "line": { "color": "white", "width": 0 }, "size": 6, "color": "rgb(43, 15, 228)", "symbol": "hexagon-open" }, "error_x": { "copy_ystyle": true }, "error_y": { "color": "rgb(255, 225, 26)", "width": 1, "thickness": 1 }, "opacity": 1 } ], "frames": [], "layout": { "font": { "size": 12, "color": "#444", "family": "\"Open sans\", verdana, arial, sans-serif" }, "title": { "font": { "size": 15, "color": "rgb(21, 1, 1)", "family": "Overpass" }, "text": "<b>Hourly PM 2.5 Concentrations </b><br>20 40 60 80 100" }, "width": 1232, "xaxis": { "type": "linear", "range": [ -7.105427357601002e-14, 23.000000000000007 ], "ticks": "", "title": { "font": { "size": 15, "color": "rgb(10, 0, 0)", "family": "Overpass" }, "text": "<b>Hour of Day</b>" }, "mirror": "allticks", "nticks": 0, "showgrid": true, "showline": false, "tickfont": { "size": 15, "color": "rgb(14, 1, 1)", "family": "Overpass" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "#eee", "gridwidth": 1, "linecolor": "rgb(34,34,34)", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -16.25339506011227, 497.25895058211177 ], "ticks": "", "title": { "font": { "size": 15, "color": "rgb(10, 0, 0)", "family": "Overpass" }, "text": "<b>PM2.5 Concentrations (µg/m³)</b>" }, "mirror": "allticks", "nticks": 0, "showgrid": true, "showline": false, "tickfont": { "size": 15, "color": "rgb(14, 1, 1)", "family": "Overpass" }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridcolor": "#eee", "gridwidth": 1, "linecolor": "rgb(34,34,34)", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true }, "height": 877, "legend": { "x": -0.0024375908070267465, "y": 1.0717360114777619, "font": { "size": 14, "color": "rgb(8, 0, 0)", "family": "Overpass" }, "title": { "font": { "color": "rgb(28, 1, 1)", "family": "Overpass" }, "text": "<br>" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#444", "borderwidth": 0, "orientation": "h" }, "autosize": true, "dragmode": "zoom", "hovermode": "closest", "separators": ".,", "hidesources": false, "plot_bgcolor": "#fff", "paper_bgcolor": "#fff" } }, "height": 877, "width": 1232, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T11:48:44.166374Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cnrygks/5.embed", "fid": "cnrygks:5", "filename": "consecutive-sum-representations", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/9_KD9OH0LREY6DVCWM6QC4IAU5GNOOMX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/2_UNRPIT0XTKBF4GNO5J0LVLCDHGK7E4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/8_0PPT165KM2V3VSCU0M6V2MVBBEQBZJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cnrygks/5/9_KD9OH0LREY6DVCWM6QC4IAU5GNOOMX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cnrygks:5", "plots": "https://api.plotly.com/v2/plots/cnrygks:5", "parent": "https://api.plotly.com/v2/folders/home?user=cnrygks" }, "owner": "cnrygks", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cnrygks/5/", "world_readable": true, "date_modified": "2025-09-09T11:48:44.177Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cnrygks/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline", "width": 2, "smoothing": 1.3 }, "mode": "lines+markers", "name": "Representations", "type": "scatter", "xsrc": "cnrygks:4:d35054", "ysrc": "cnrygks:4:ab177c", "marker": { "size": 8, "symbol": "circle-open" }, "stream": { "token": "ywv9x7jfos", "maxpoints": 200 } } ], "layout": { "title": { "text": "Consecutive Sum Representations" }, "xaxis": { "title": { "text": "Integer Value" }, "showgrid": true, "zeroline": true, "gridcolor": "#E5E5E5", "gridwidth": 1, "zerolinecolor": "#B0B0B0", "zerolinewidth": 2 }, "yaxis": { "title": { "text": "Number of Representations" }, "showgrid": true, "zeroline": true, "gridcolor": "#E5E5E5", "gridwidth": 1, "zerolinecolor": "#B0B0B0", "zerolinewidth": 2 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "hovermode": "x unified", "showlegend": true, "plot_bgcolor": "#F9F9F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cnrygks", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-10-17 03:14:24", "mapbox_access_tokens": null, "has_password": null, "username": "cnrygks", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T11:32:53.404104Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/58.embed", "fid": "singhtinka970:58", "filename": "Plot 58", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/58/9_B2PCOCS51GYBMIY21QBXL7AFUEKT5L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/58/2_JHT8W71ZYDLPYQKV74M1E9K7VEZUL8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/58/8_SHSCOGFXUBE7H8INLW6Q57389Y5N1R.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/58/9_B2PCOCS51GYBMIY21QBXL7AFUEKT5L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:58", "plots": "https://api.plotly.com/v2/plots/singhtinka970:58", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/58/", "world_readable": true, "date_modified": "2025-09-09T11:32:53.417Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/58/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0742aa", "fill": "none", "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "hour", "y": "Facebook" } }, "mode": "lines+markers", "name": "Facebook", "type": "scatter", "xsrc": "singhtinka970:57:72a7f8", "ysrc": "singhtinka970:57:72de7d", "zmax": 10, "zmin": 0, "visible": true, "contours": { "end": 9.01, "size": 1, "start": 1, "coloring": "fill", "showlines": true }, "fillcolor": "rgba(214, 39, 40, 0.25)", "connectgaps": true }, { "uid": "535ace", "fill": "none", "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "hour", "y": "Forum" } }, "mode": "lines+markers", "name": "Forum", "type": "scatter", "xsrc": "singhtinka970:57:72a7f8", "ysrc": "singhtinka970:57:5f96a2", "zmax": 10, "zmin": 0, "contours": { "end": 9.01, "size": 1, "start": 1, "coloring": "fill", "showlines": true }, "fillcolor": "rgba(255, 127, 14, 0.26)", "connectgaps": true }, { "uid": "96a89d", "fill": "none", "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "hour", "y": "Instagram" } }, "mode": "lines+markers", "name": "Instagram", "type": "scatter", "xsrc": "singhtinka970:57:72a7f8", "ysrc": "singhtinka970:57:d90b0a", "zmax": 10, "zmin": 0, "contours": { "end": 9.01, "size": 1, "start": 1, "coloring": "fill", "showlines": true }, "fillcolor": "rgba(214, 39, 40, 0.25)", "connectgaps": true }, { "uid": "68bd16", "fill": "tozeroy", "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "hour", "y": "Twitter" } }, "mode": "lines", "name": "Twitter", "type": "scatter", "xsrc": "singhtinka970:57:72a7f8", "ysrc": "singhtinka970:57:a9d9fc", "zmax": 10, "zmin": 0, "contours": { "end": 9.01, "size": 1, "start": 1, "coloring": "fill", "showlines": true }, "fillcolor": "rgba(214, 39, 40, 0.25)", "connectgaps": true } ], "frames": [], "layout": { "title": { "text": "Number of mentions per hour and source" }, "width": 1080, "xaxis": { "type": "linear", "dtick": 1, "range": [ 0, 23 ], "ticks": "outside", "title": { "text": "hour" }, "tickmode": "linear", "autorange": false, "rangemode": "nonnegative", "fixedrange": true }, "yaxis": { "type": "linear", "dtick": 25, "range": [ 0, 250 ], "ticks": "outside", "title": { "text": "number of mentions" }, "tickmode": "linear", "autorange": false, "rangemode": "nonnegative", "fixedrange": true }, "height": 605, "autosize": true } }, "height": 605, "width": 1080, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T11:23:19.960171Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/56.embed", "fid": "singhtinka970:56", "filename": "Plot 56", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/56/9_JEG9P87YHUWCEI8RJ2V540BW550G1S.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/56/2_L0VQD8IQBBIYDPBVCAAU8AX7Z8497L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/56/8_EJEUY9X8S4ZZKUE5I7K7LMBYLJWKHW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/56/9_JEG9P87YHUWCEI8RJ2V540BW550G1S.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:56", "plots": "https://api.plotly.com/v2/plots/singhtinka970:56", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/56/", "world_readable": true, "date_modified": "2025-09-09T11:23:19.973Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/56/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "Aqua" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Tablet, y", "text": "Tablet, text" } }, "mode": "lines+markers+text", "name": "Tablet", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:01a864", "xaxis": "x2", "yaxis": "y6", "opacity": 1, "textsrc": "singhtinka970:55:937c9d", "textfont": { "size": 10 }, "textposition": "top center" }, { "line": { "color": "Green" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Desktop, y", "text": "Desktop, text" } }, "mode": "lines+markers+text", "name": "Desktop", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:d11bf3", "xaxis": "x2", "yaxis": "y6", "opacity": 1, "textsrc": "singhtinka970:55:a75754", "textfont": { "size": 10 }, "textposition": "top center" }, { "line": { "color": "002966" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Mobile, y", "text": "Mobile, text" } }, "mode": "lines+markers+text", "name": "Mobile", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:ea8eb8", "xaxis": "x2", "yaxis": "y6", "opacity": 1, "textsrc": "singhtinka970:55:56254f", "textfont": { "size": 10 }, "textposition": "top center" }, { "line": { "color": "Aqua" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Tablet (1), y", "text": "Tablet (1), text" } }, "mode": "lines+markers+text", "name": "Tablet", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:ffea3d", "yaxis": "y2", "opacity": 1, "textsrc": "singhtinka970:55:deb301", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Green" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Desktop (1), y", "text": "Desktop (1), text" } }, "mode": "lines+markers+text", "name": "Desktop", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:9729f5", "yaxis": "y2", "opacity": 1, "textsrc": "singhtinka970:55:549e3b", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "002966" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Mobile (1), y", "text": "Mobile (1), text" } }, "mode": "lines+markers+text", "name": "Mobile", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:c4df2b", "yaxis": "y2", "opacity": 1, "textsrc": "singhtinka970:55:a4744b", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Aqua" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Tablet (2), y", "text": "Tablet (2), text" } }, "mode": "lines+markers+text", "name": "Tablet", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:f6ca88", "yaxis": "y3", "opacity": 1, "textsrc": "singhtinka970:55:e9c8fb", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Green" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Desktop (2), y", "text": "Desktop (2), text" } }, "mode": "lines+markers+text", "name": "Desktop", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:961c65", "yaxis": "y3", "opacity": 1, "textsrc": "singhtinka970:55:c2df88", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "002966" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Mobile (2), y", "text": "Mobile (2), text" } }, "mode": "lines+markers+text", "name": "Mobile", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:db939f", "yaxis": "y3", "opacity": 1, "textsrc": "singhtinka970:55:d0ee2a", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Aqua" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Tablet (3), y", "text": "Tablet (3), text" } }, "mode": "lines+markers+text", "name": "Tablet", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:f3fce5", "xaxis": "x2", "yaxis": "y5", "opacity": 1, "textsrc": "singhtinka970:55:2dd40b", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Green" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Desktop (3), y", "text": "Desktop (3), text" } }, "mode": "lines+markers+text", "name": "Desktop", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:19ba79", "xaxis": "x2", "yaxis": "y5", "opacity": 1, "textsrc": "singhtinka970:55:011b2d", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "002966" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Mobile (3), y", "text": "Mobile (3), text" } }, "mode": "lines+markers+text", "name": "Mobile", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:062a52", "xaxis": "x2", "yaxis": "y5", "opacity": 1, "textsrc": "singhtinka970:55:04f7ee", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Aqua" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Tablet (4), y", "text": "Tablet (4), text" } }, "mode": "lines+markers+text", "name": "Tablet", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:8f99fe", "xaxis": "x", "yaxis": "y", "opacity": 1, "textsrc": "singhtinka970:55:aec898", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Green" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Desktop (4), y", "text": "Desktop (4), text" } }, "mode": "lines+markers+text", "name": "Desktop", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:0351bd", "xaxis": "x", "yaxis": "y", "opacity": 1, "textsrc": "singhtinka970:55:74b984", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "002966" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Mobile (4), y", "text": "Mobile (4), text" } }, "mode": "lines+markers+text", "name": "Mobile", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:f44d65", "xaxis": "x", "yaxis": "y", "opacity": 1, "textsrc": "singhtinka970:55:7d6785", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Aqua" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Tablet (5), y", "text": "Tablet (5), text" } }, "mode": "lines+markers+text", "name": "Tablet", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:472a96", "xaxis": "x2", "yaxis": "y4", "opacity": 1, "textsrc": "singhtinka970:55:635b94", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "Green" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Desktop (5), y", "text": "Desktop (5), text" } }, "mode": "lines+markers+text", "name": "Desktop", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:3d939f", "xaxis": "x2", "yaxis": "y4", "opacity": 1, "textsrc": "singhtinka970:55:26f51c", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" }, { "line": { "color": "002966" }, "meta": { "columnNames": { "x": "Tablet, x; Desktop, x; Mobile, x; Tablet (1), x; Desktop (1), x; Mobile (1), x; Tablet (2), x; Desktop (2), x; Mobile (2), x; Tablet (3), x; Desktop (3), x; Mobile (3), x; Tablet (4), x; Desktop (4), x; Mobile (4), x; Tablet (5), x; Desktop (5), x; Mobile (5), x", "y": "Mobile (5), y", "text": "Mobile (5), text" } }, "mode": "lines+markers+text", "name": "Mobile", "type": "line", "xsrc": "singhtinka970:55:731cde", "ysrc": "singhtinka970:55:c58689", "xaxis": "x2", "yaxis": "y4", "opacity": 1, "textsrc": "singhtinka970:55:93f431", "textfont": { "size": 10 }, "showlegend": false, "textposition": "top center" } ], "frames": [], "layout": { "title": { "text": "Page Group by Device" }, "width": 1620, "xaxis": { "type": "category", "range": [ -0.7557098971550685, 12.755709897155068 ], "title": { "font": { "size": 12 }, "text": "Week Number" }, "domain": [ 0, 0.45 ], "tickfont": { "size": 10 }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 3, 5.5 ], "title": { "font": { "size": 11 }, "text": "Payment Page Load" }, "anchor": "x4", "domain": [ 0, 0.3 ], "tickfont": { "size": 10 } }, "height": 1000, "xaxis2": { "type": "category", "range": [ -0.7557098971550688, 12.755709897155068 ], "title": { "font": { "size": 12 }, "text": "Week Number" }, "domain": [ 0.55, 1 ], "tickfont": { "size": 10 }, "autorange": true }, "yaxis2": { "type": "linear", "range": [ 2.5, 11.5 ], "title": { "font": { "size": 11 }, "text": "Register Checkout Page Load" }, "domain": [ 0.35, 0.65 ], "tickfont": { "size": 10 } }, "yaxis3": { "type": "linear", "range": [ 3.5, 6 ], "title": { "font": { "size": 11 }, "text": "Order Review Page Load" }, "domain": [ 0.7, 1 ], "tickfont": { "size": 10 } }, "yaxis4": { "type": "linear", "range": [ 7, 11 ], "title": { "font": { "size": 10 }, "text": "Order Confirmation Page Fear Page Load" }, "anchor": "x2", "domain": [ 0, 0.3 ], "tickfont": { "size": 10 } }, "yaxis5": { "type": "linear", "range": [ 3.5, 7 ], "title": { "font": { "size": 11 }, "text": "Delivery Page Load" }, "anchor": "x2", "domain": [ 0.35, 0.65 ], "tickfont": { "size": 10 } }, "yaxis6": { "type": "linear", "range": [ 7, 11.5 ], "title": { "font": { "size": 11 }, "text": "SPC Page Load" }, "anchor": "x2", "domain": [ 0.7, 1 ], "tickfont": { "size": 10 } }, "autosize": true } }, "height": 1000, "width": 1620, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T11:10:39.245030Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~feodorchevychelov/1.embed", "fid": "feodorchevychelov:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/9_P5SCGU6FZX0UWPOQJ02KUJCF7PGLDM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/2_AOLCGLCAZ2XMNJ71VL1279QOP2SPR8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/8_NL8BIH1MU6DYH4UY6QOQV3H43SUK4P.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/feodorchevychelov/1/9_P5SCGU6FZX0UWPOQJ02KUJCF7PGLDM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/feodorchevychelov:1", "plots": "https://api.plotly.com/v2/plots/feodorchevychelov:1", "parent": "https://api.plotly.com/v2/folders/home?user=feodorchevychelov" }, "owner": "feodorchevychelov", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~feodorchevychelov/1/", "world_readable": true, "date_modified": "2025-09-09T11:10:39.260Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~feodorchevychelov/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "rpm", "y": "map", "z": "ignition", "text": "ignition", "intensity": "ignition" } }, "mode": "markers", "type": "mesh3d", "xsrc": "feodorchevychelov:0:35b755", "ysrc": "feodorchevychelov:0:97f7d0", "zsrc": "feodorchevychelov:0:e228b9", "contour": { "show": true }, "textsrc": "feodorchevychelov:0:e228b9", "hoverinfo": "x+y+z", "showscale": true, "transpose": false, "flatshading": true, "intensitysrc": "feodorchevychelov:0:e228b9", "hovertemplate": "", "autocolorscale": true } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "RPM" } }, "yaxis": { "type": "linear", "title": { "text": "MAP" } }, "zaxis": { "type": "linear", "ticks": "outside", "title": { "text": "Ign Angle" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -1.1686523851667265, "y": 0.9950898999952085, "z": 1.1583135646315792 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "OKCupid Compatibility by Religion<br>Source: <a href=\"http://blog.okcupid.com/index.php/how-races-and-religions-match-in-online-dating/\">OKTrends, 2009</a>" }, "xaxis": { "type": "linear", "range": [ 0, 500 ], "title": { "text": "RPM" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 280 ], "title": { "text": "MAP" }, "autorange": true }, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(51,51,51)", "minorgridcolor": "white", "startlinecolor": "rgb(51,51,51)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "len": 0.2, "ticks": "inside", "ticklen": 6, "tickcolor": "rgb(237,237,237)", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(237,237,237)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(51,51,51)" }, "polar": { "bgcolor": "rgb(237,237,237)", "radialaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "angularaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" }, "zaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "tickcolor": "rgb(51,51,51)", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(237,237,237)" } }, "xaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "baxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "caxis": { "ticks": "outside", "showgrid": true, "gridcolor": "white", "linecolor": "white", "tickcolor": "rgb(51,51,51)" }, "bgcolor": "rgb(237,237,237)" }, "colorway": [ "#F8766D", "#A3A500", "#00BF7D", "#00B0F6", "#E76BF3" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#40004b" ], [ 0.1, "#762a83" ], [ 0.2, "#9970ab" ], [ 0.3, "#c2a5cf" ], [ 0.4, "#e7d4e8" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d9f0d3" ], [ 0.7, "#a6dba0" ], [ 0.8, "#5aae61" ], [ 0.9, "#1b7837" ], [ 1, "#00441b" ] ], "sequential": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ], "sequentialminus": [ [ 0, "rgb(20,44,66)" ], [ 1, "rgb(90,179,244)" ] ] }, "plot_bgcolor": "rgb(237,237,237)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } }, "themeRef": "GGPLOT2" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~feodorchevychelov", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/17.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 10:36:18", "mapbox_access_tokens": null, "has_password": null, "username": "feodorchevychelov", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T10:49:18.691187Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~carolrennie/1.embed", "fid": "carolrennie:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/9_5EFKXM6JPRWEVJ2YD3DJD7FA0KZCER.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/2_NAYGBX4QLXAUKIDJZZ0XAPLM1VKAMM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/8_P2MQKRLEV9AM8WZ9A2CBIY2ARNAB5A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/carolrennie/1/9_5EFKXM6JPRWEVJ2YD3DJD7FA0KZCER.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/carolrennie:1", "plots": "https://api.plotly.com/v2/plots/carolrennie:1", "parent": "https://api.plotly.com/v2/folders/home?user=carolrennie" }, "owner": "carolrennie", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~carolrennie/1/", "world_readable": true, "date_modified": "2025-09-09T10:49:18.709Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~carolrennie/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A", "error_y": { "array": "C", "arrayminus": "C" } } }, "mode": "markers+lines", "type": "scatter", "xsrc": "carolrennie:0:393c7d", "ysrc": "carolrennie:0:7393d9", "marker": { "line": { "color": "rgb(3, 3, 249)" }, "color": "rgb(3, 3, 249)" }, "error_y": { "meta": { "columnNames": { "array": "C", "arrayminus": "C" } }, "type": "data", "color": "rgb(249, 3, 76)", "visible": true, "arraysrc": "carolrennie:0:19a5dd", "symmetric": false, "arrayminussrc": "carolrennie:0:19a5dd" } } ], "frames": [], "layout": { "title": { "text": "Precipitación de caseína" }, "xaxis": { "type": "linear", "range": [ 3.3021116138763196, 6.897888386123681 ], "title": { "text": "pH" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.2968277777777778, 6.223727777777778 ], "title": { "text": "Caseína precipitada (g)" }, "autorange": true }, "shapes": [], "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~carolrennie", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 10:48:17", "mapbox_access_tokens": null, "has_password": null, "username": "carolrennie", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T10:27:36.528326Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~plotlyaravindgn1/35.embed", "fid": "plotlyaravindgn1:35", "filename": "Scratch assay_area plot_for_main figure_1009202", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/35/9_9NP474787YRHYNSUX7TAMTMSIXRPIH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/35/2_FSC0L1XOFI7B3UKJ3K61SRNDWMNFMT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/35/8_CR5LZF09VSTDJXUXOAVGW6OWSL6TJU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/plotlyaravindgn1/35/9_9NP474787YRHYNSUX7TAMTMSIXRPIH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/plotlyaravindgn1:35", "plots": "https://api.plotly.com/v2/plots/plotlyaravindgn1:35", "parent": "https://api.plotly.com/v2/folders/home?user=plotlyaravindgn1" }, "owner": "plotlyaravindgn1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~plotlyaravindgn1/35/", "world_readable": true, "date_modified": "2025-09-10T05:31:58.675Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~plotlyaravindgn1/35/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "tonexty", "line": { "color": "rgb(23, 84, 220)" }, "meta": { "columnNames": { "x": "A", "y": "Control", "error_y": { "array": "Control SEM", "arrayminus": "Control SEM" } } }, "mode": "markers+lines", "name": "Control", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:6380a5", "error_y": { "meta": { "columnNames": { "array": "Control SEM", "arrayminus": "Control SEM" } }, "type": "data", "color": "rgb(16, 16, 206)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:a8946f", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:a8946f" }, "fillcolor": "rgba(113, 141, 200, 0.5)", "stackgroup": 1, "orientation": "h" }, { "fill": "none", "line": { "color": "rgb(177, 119, 14)" }, "meta": { "columnNames": { "x": "A", "y": "B", "error_y": { "array": "EV SEM", "arrayminus": "EV SEM" } } }, "mode": "markers+lines", "name": "Empty vector", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:43cab8", "error_y": { "meta": { "columnNames": { "array": "EV SEM", "arrayminus": "EV SEM" } }, "type": "data", "color": "rgb(161, 113, 0)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:fbef5c", "symmetric": false, "thickness": 2, "arrayminussrc": "plotlyaravindgn1:32:fbef5c" }, "fillcolor": "rgba(221, 151, 26, 0.5)", "stackgroup": 1 }, { "fill": "none", "line": { "color": "rgb(24, 179, 54)" }, "meta": { "columnNames": { "x": "A", "y": "C", "error_y": { "array": "sh1 SEM", "arrayminus": "sh1 SEM" } } }, "mode": "markers+lines", "name": "sh1_IGF2BP3", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:c1ce09", "marker": { "color": "rgb(25, 206, 59)" }, "error_y": { "meta": { "columnNames": { "array": "sh1 SEM", "arrayminus": "sh1 SEM" } }, "type": "data", "color": "rgb(30, 203, 30)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:181b08", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:181b08" }, "fillcolor": "rgba(37, 199, 66, 0.5)", "stackgroup": 1 }, { "fill": "none", "line": { "color": "rgb(184, 97, 233)" }, "meta": { "columnNames": { "x": "A", "y": "D", "error_y": { "array": "sh2_SEM", "arrayminus": "sh2_SEM" } } }, "mode": "markers+lines", "name": "sh2_IGF2BP3", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:e6a279", "marker": { "line": { "color": "rgb(167, 73, 222)" }, "color": "rgb(195, 84, 255)" }, "error_y": { "meta": { "columnNames": { "array": "sh2_SEM", "arrayminus": "sh2_SEM" } }, "type": "data", "color": "rgb(124, 116, 133)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:1dc7ef", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:1dc7ef" }, "fillcolor": "rgba(118, 102, 122, 0.5)", "stackgroup": 1 }, { "fill": "none", "meta": { "columnNames": { "x": "A", "y": "E", "error_y": { "array": "S SEM", "arrayminus": "S SEM" } } }, "mode": "markers+lines", "name": "STM2457", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:b8625b", "error_y": { "meta": { "columnNames": { "array": "S SEM", "arrayminus": "S SEM" } }, "type": "data", "visible": true, "arraysrc": "plotlyaravindgn1:32:2555e9", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:2555e9" }, "stackgroup": 1 }, { "fill": "none", "line": { "dash": "solid", "color": "rgb(240, 8, 110)" }, "meta": { "columnNames": { "x": "A", "y": "Zoledronic acid", "error_y": { "array": "Z SEM", "arrayminus": "Z SEM" } } }, "mode": "markers+lines", "name": "Zoledronic acid", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:9889b2", "error_y": { "meta": { "columnNames": { "array": "Z SEM", "arrayminus": "Z SEM" } }, "type": "data", "color": "rgb(220, 16, 129)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:d8d9d6", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:d8d9d6" }, "visible": true, "fillcolor": "rgba(217, 80, 125, 0.5)", "stackgroup": 1 }, { "fill": "none", "line": { "color": "rgb(58, 66, 64)" }, "meta": { "columnNames": { "x": "A", "y": "Alendronate", "error_y": { "array": "A SEM", "arrayminus": "A SEM" } } }, "mode": "markers+lines", "name": "Alendronate", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:5c043b", "error_y": { "meta": { "columnNames": { "array": "A SEM", "arrayminus": "A SEM" } }, "type": "data", "color": "rgb(40, 44, 44)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:6a5b9c", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:6a5b9c" }, "fillcolor": "rgba(38, 205, 178, 0.5)", "stackgroup": 1 }, { "fill": "none", "line": { "color": "rgb(235, 223, 24)" }, "meta": { "columnNames": { "x": "A", "y": "Lovastatin", "error_y": { "array": "L SEM", "arrayminus": "L SEM" } } }, "mode": "markers+lines", "name": "Lovastatin", "type": "scatter", "xsrc": "plotlyaravindgn1:33:c384b7", "ysrc": "plotlyaravindgn1:34:75ffee", "error_y": { "meta": { "columnNames": { "array": "L SEM", "arrayminus": "L SEM" } }, "type": "data", "color": "rgb(187, 187, 24)", "width": 3, "visible": true, "arraysrc": "plotlyaravindgn1:32:1e6583", "symmetric": false, "arrayminussrc": "plotlyaravindgn1:32:1e6583" }, "fillcolor": "rgba(227, 224, 75, 0.5)", "stackgroup": 1 } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.35639180962921985, 6.35639180962922 ], "nticks": 0, "tickson": "labels", "showline": false, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(228, 223, 223)", "gridwidth": 0, "linecolor": "rgb(58, 59, 60)", "linewidth": 0, "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ 0, 106.10248777376142 ], "ticks": "", "nticks": 0, "tickson": "labels", "showgrid": true, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(228, 223, 223)", "gridwidth": 0, "linewidth": 0, "zerolinecolor": "rgb(225, 226, 229)", "zerolinewidth": 0 }, "legend": { "x": 1.0133609958506222, "y": 0.8216780045351472, "font": { "family": "Arial" }, "valign": "bottom", "borderwidth": 0 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~plotlyaravindgn1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2022-06-10 09:42:31", "mapbox_access_tokens": null, "has_password": null, "username": "plotlyaravindgn1", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T10:26:27.287973Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~LeonorF/44.embed", "fid": "LeonorF:44", "filename": "phormidolide ic50 2d copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/LeonorF/44/9_646VFG7D95BKTOIHKC719CICHXPB2B.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/LeonorF/44/2_44OIY4H5RZ5JRKQ7IGXCQY6MWOZ0K5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LeonorF/44/8_62A9NVGPMSMKBCEIWG2PX313ZXS9ER.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LeonorF/44/9_646VFG7D95BKTOIHKC719CICHXPB2B.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/LeonorF:44", "plots": "https://api.plotly.com/v2/plots/LeonorF:44", "parent": "https://api.plotly.com/v2/folders/home?user=LeonorF" }, "owner": "LeonorF", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~LeonorF/44/", "world_readable": true, "date_modified": "2025-09-09T11:01:36.960Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~LeonorF/44/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(215, 199, 239)", "width": 5 }, "meta": { "columnNames": { "x": "F", "y": "G", "error_y": { "array": "C" } } }, "mode": "lines", "name": "Phormidolide A", "type": "scatter", "xsrc": "LeonorF:43:9137d0", "ysrc": "LeonorF:43:7ddff0", "error_y": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "color": "rgb(0, 0, 0)", "width": 4, "visible": true, "arraysrc": "LeonorF:43:4a29a1", "traceref": 0, "symmetric": true, "thickness": 2, "tracerefminus": 0 } }, { "line": { "color": "rgb(189, 210, 234)", "width": 5 }, "meta": { "columnNames": { "x": "F", "y": "I", "error_y": { "array": "E" } } }, "mode": "lines", "name": "Phormidolide E", "type": "scatter", "xsrc": "LeonorF:43:9137d0", "ysrc": "LeonorF:43:a1ad84", "error_y": { "meta": { "columnNames": { "array": "E" } }, "type": "data", "color": "rgb(0, 0, 0)", "visible": true, "arraysrc": "LeonorF:43:5be876", "symmetric": true }, "stackgroup": null } ], "frames": [], "layout": { "font": { "color": "rgb(5, 5, 5)" }, "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "font": { "color": "rgb(0, 0, 0)" }, "text": "" }, "xaxis": { "type": "category", "range": [ -0.44444444444444453, 8.444444444444445 ], "title": { "text": "IC50 3D HCT 116" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 15.545530222222222, 119.59624577777778 ], "title": { "text": "% cell viability (normalized to DMSO)" }, "autorange": true }, "bargap": 0.30000000000000004, "legend": { "font": { "size": 20, "color": "rgb(0, 0, 0)" }, "orientation": "v" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~LeonorF", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-03-18 14:30:52", "mapbox_access_tokens": null, "has_password": null, "username": "LeonorF", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T10:23:25.281672Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~singhtinka970/54.embed", "fid": "singhtinka970:54", "filename": "Plot 54", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/singhtinka970:54/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/54/2_5HPD3X99IB6OUVBVLFUHCU5PS6Q96J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/singhtinka970/54/8_FMCC6UKZLEX1Z9E5Z1XOG8Y7O07GQQ.png", "list-thumb": "https://api.plotly.com/v2/files/singhtinka970:54/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/singhtinka970:54", "plots": "https://api.plotly.com/v2/plots/singhtinka970:54", "parent": "https://api.plotly.com/v2/folders/home?user=singhtinka970" }, "owner": "singhtinka970", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~singhtinka970/54/", "world_readable": true, "date_modified": "2025-09-09T10:23:25.295Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~singhtinka970/54/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 7 }, "meta": { "columnNames": { "x": "sensorId", "y": "PGKN FS01" } }, "mode": "lines", "name": "PGKN 1", "type": "scatter", "xsrc": "singhtinka970:51:409a94", "ysrc": "singhtinka970:51:19e521", "visible": true }, { "line": { "width": 7 }, "meta": { "columnNames": { "x": "sensorId", "y": "5ac9edb1c4edec00190b2148" } }, "mode": "lines", "name": "PGKN 2", "type": "scatter", "xsrc": "singhtinka970:49:3c4263", "ysrc": "singhtinka970:49:ddfb8e", "visible": true }, { "line": { "width": 7 }, "meta": { "columnNames": { "x": "sensorId", "y": "5afd97e7223bd800198db696" } }, "mode": "lines", "name": "PGKN Marvin", "type": "scatter", "xsrc": "singhtinka970:50:fc975b", "ysrc": "singhtinka970:50:0ad382", "visible": true, "stackgroup": null }, { "line": { "width": 7 }, "meta": { "columnNames": { "x": "sensorId", "y": "5acfae2a223bd8001977b621" } }, "mode": "lines", "name": "PGKN 3", "type": "scatter", "xsrc": "singhtinka970:48:19645b", "ysrc": "singhtinka970:48:141e90", "visible": true, "stackgroup": null }, { "line": { "width": 7 }, "meta": { "columnNames": { "x": "sensorId", "y": "5ae36891223bd8001972fb55" } }, "mode": "lines", "name": "PGKN 5", "type": "scatter", "xsrc": "singhtinka970:52:a4c142", "ysrc": "singhtinka970:52:37c588", "visible": true, "stackgroup": null }, { "line": { "width": 7 }, "meta": { "columnNames": { "x": "sensorId", "y": "5ae36a64223bd80019734632" } }, "mode": "lines", "name": "PGKN 7", "type": "scatter", "xsrc": "singhtinka970:53:5cc2d1", "ysrc": "singhtinka970:53:05fddd", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 30, "family": "Times New Roman" }, "title": { "text": "Tagesmittelwerte April - November 2018 PM 2.5" }, "xaxis": { "type": "category", "dtick": 30, "range": [ 0, 226 ], "tick0": -21, "title": { "font": { "size": 40 } }, "nticks": 18, "tickfont": { "size": 40 }, "tickmode": "linear", "autorange": true, "gridwidth": 4, "zerolinewidth": 7 }, "yaxis": { "type": "linear", "range": [ -3.7516525543001236, 79.0612280771569 ], "title": { "text": "PM 2.5 in ug/m3" }, "autorange": true }, "legend": { "font": { "size": 40 } }, "autosize": true, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~singhtinka970", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 08:50:37", "mapbox_access_tokens": null, "has_password": null, "username": "singhtinka970", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-09T10:20:46.462891Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hamzawaheed437/1.embed", "fid": "hamzawaheed437:1", "filename": "MLN-1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hamzawaheed437/1/9_NFJ07MSB3S9N4MCV1Q0HRLPJI54W4I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hamzawaheed437/1/2_JDX559387A1UAQGAFB4BX0WBMKJ45J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hamzawaheed437/1/8_TSVLI36RNMZIRWRC2OWUD1IXYDA3O4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hamzawaheed437/1/9_NFJ07MSB3S9N4MCV1Q0HRLPJI54W4I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hamzawaheed437:1", "plots": "https://api.plotly.com/v2/plots/hamzawaheed437:1", "parent": "https://api.plotly.com/v2/folders/home?user=hamzawaheed437" }, "owner": "hamzawaheed437", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~hamzawaheed437/1/", "world_readable": true, "date_modified": "2025-09-09T10:20:46.473Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hamzawaheed437/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "asrc": "hamzawaheed437:0:b18627", "bsrc": "hamzawaheed437:0:9e90b6", "csrc": "hamzawaheed437:0:013534", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C" } }, "mode": "markers", "type": "scatterternary" } ], "frames": [], "layout": { "sum": 100, "title": { "text": "" }, "width": 1121, "xaxis": { "range": [ -1, 6 ], "title": { "text": "" }, "showgrid": false, "zeroline": false, "autorange": true, "showticklabels": false }, "yaxis": { "range": [ -1, 4 ], "title": { "text": "" }, "showgrid": false, "zeroline": false, "autorange": true, "showticklabels": false }, "height": 514, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "ternary": {}, "autosize": true, "showlegend": false, "hidesources": true } }, "height": 514, "width": 1121, "user": { "profile_url": "https://chart-studio.plotly.com/~hamzawaheed437", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-09 08:27:18", "mapbox_access_tokens": null, "has_password": null, "username": "hamzawaheed437", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "