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=cD0yMDI1LTA4LTE5KzE4JTNBNDElM0EyMi43MzQxODElMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA4LTE5KzE0JTNBMTQlM0ExMi4zOTIzMDklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOC0xOSsxOCUzQTI2JTNBNDMuODk1MTYzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-19T18:26:43.895163Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MARIAACHAVESR/4.embed", "fid": "MARIAACHAVESR:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MARIAACHAVESR:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MARIAACHAVESR:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/MARIAACHAVESR:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/MARIAACHAVESR:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MARIAACHAVESR:4", "plots": "https://api.plotly.com/v2/plots/MARIAACHAVESR:4", "parent": "https://api.plotly.com/v2/folders/home?user=MARIAACHAVESR" }, "owner": "MARIAACHAVESR", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MARIAACHAVESR/4/", "world_readable": true, "date_modified": "2025-08-19T18:26:43.906Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MARIAACHAVESR/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Parents", "y": "Parents", "labels": "labels", "values": "Values", "parents": "Parents" } }, "mode": "markers", "type": "treemap", "xsrc": "MARIAACHAVESR:3:e18189", "ysrc": "MARIAACHAVESR:3:e18189", "level": "Catálogo", "bandwidth": 0, "labelssrc": "MARIAACHAVESR:3:c62a7d", "valuessrc": "MARIAACHAVESR:3:7e1aac", "parentssrc": "MARIAACHAVESR:3:e18189", "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "geo": {}, "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.5, 8.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 1.0526315789473684 ], "autorange": true }, "mapbox": {}, "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" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MARIAACHAVESR", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 17:04:32", "mapbox_access_tokens": null, "has_password": null, "username": "MARIAACHAVESR", "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-08-19T18:00:32.626539Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sun0072535/2.embed", "fid": "sun0072535:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sun0072535/2/9_KRFRF8QGBZXQKK9NJ7NOLGM8A9XD65.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sun0072535/2/2_JXWNQC9080I331V760XUNDVBINB5KY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sun0072535/2/8_97IKTEZRMHFJ0B6DFKATAFPQ004H0W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sun0072535/2/9_KRFRF8QGBZXQKK9NJ7NOLGM8A9XD65.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sun0072535:2", "plots": "https://api.plotly.com/v2/plots/sun0072535:2", "parent": "https://api.plotly.com/v2/folders/home?user=sun0072535" }, "owner": "sun0072535", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sun0072535/2/", "world_readable": true, "date_modified": "2025-08-19T18:08:45.177Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sun0072535/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "C", "y": "A" } }, "mode": "lines+markers", "name": "f(t)", "type": "scatter", "xsrc": "sun0072535:1:073c81", "ysrc": "sun0072535:1:fb3cb9" }, { "meta": { "columnNames": { "x": "C", "y": "B" } }, "mode": "lines+markers", "name": "f(exp)", "type": "scatter", "xsrc": "sun0072535:1:073c81", "ysrc": "sun0072535:1:cc2ff7", "xaxis": "x" } ], "frames": [], "layout": { "font": { "family": "Arial" }, "title": { "text": "ความสัมพันธ์ระหว่าง Friction Factor (f) กับ Reynolds Number (Re) สำหรับท่อขนาด 1.5 นิ้ว" }, "xaxis": { "type": "linear", "range": [ 159811.12276844634, 199368.19993155365 ], "title": { "text": "Reynolds Number (Re)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.009856562897040256, 0.030169358622959747 ], "title": { "text": "Friction Factor (f)" }, "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "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, "#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, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 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, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "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, "#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, "#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, "#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, "#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": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "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" ], "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, "#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, "#f0f921" ] ], "sequentialminus": [ [ 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, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sun0072535", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 17:41:15", "mapbox_access_tokens": null, "has_password": null, "username": "sun0072535", "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-08-19T17:47:12.881563Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MARIAACHAVESR/2.embed", "fid": "MARIAACHAVESR:2", "filename": "Intentito", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MARIAACHAVESR/2/9_GJK7BHAS29QY1OGK1BQVA846T6T4DA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MARIAACHAVESR/2/2_U5YWNBURGWMR3CG2AE4H4ZC7CP6C7U.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MARIAACHAVESR/2/8_AO50Z6AY29XG8SQX1TMTJCM07XSLPM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MARIAACHAVESR/2/9_GJK7BHAS29QY1OGK1BQVA846T6T4DA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MARIAACHAVESR:2", "plots": "https://api.plotly.com/v2/plots/MARIAACHAVESR:2", "parent": "https://api.plotly.com/v2/folders/home?user=MARIAACHAVESR" }, "owner": "MARIAACHAVESR", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MARIAACHAVESR/2/", "world_readable": true, "date_modified": "2025-08-19T17:47:12.894Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MARIAACHAVESR/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "ids": "COLOR", "labels": "COLOR", "values": "VALOR", "parents": "FAMILIA" } }, "mode": "markers", "type": "treemap", "idssrc": "MARIAACHAVESR:1:932772", "labelssrc": "MARIAACHAVESR:1:932772", "valuessrc": "MARIAACHAVESR:1:ba67c8", "parentssrc": "MARIAACHAVESR:1:a560e6" } ], "frames": [], "layout": { "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "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/~MARIAACHAVESR", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 17:04:32", "mapbox_access_tokens": null, "has_password": null, "username": "MARIAACHAVESR", "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-08-19T16:33:15.440313Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Rajeshwari1408/1.embed", "fid": "Rajeshwari1408:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Rajeshwari1408/1/9_3TWPWOT5PSWKG7YFZ30Q8KIREPL034.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Rajeshwari1408/1/2_F6DN745GNMVKMCX5HOUA8C7ZKU30MF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Rajeshwari1408/1/8_WC0Y7L5R1RSF962TOQFKTNPERU2JVX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Rajeshwari1408/1/9_3TWPWOT5PSWKG7YFZ30Q8KIREPL034.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Rajeshwari1408:1", "plots": "https://api.plotly.com/v2/plots/Rajeshwari1408:1", "parent": "https://api.plotly.com/v2/folders/home?user=Rajeshwari1408" }, "owner": "Rajeshwari1408", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Rajeshwari1408/1/", "world_readable": true, "date_modified": "2025-08-19T16:33:15.455Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Rajeshwari1408/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "meta": { "columnNames": { "value": "E", "source": "C", "target": "D" } }, "valuesrc": "Rajeshwari1408:0:aff843", "sourcesrc": "Rajeshwari1408:0:ca8f59", "targetsrc": "Rajeshwari1408:0:4d41b2" }, "node": { "x": [], "y": [], "pad": 15, "line": { "color": "black", "width": 0.5 }, "meta": { "columnNames": { "color": "B", "label": "A" } }, "groups": [], "colorsrc": "Rajeshwari1408:0:01a70f", "labelsrc": "Rajeshwari1408:0:da88d4", "thickness": 20 }, "type": "sankey" } ], "frames": [], "layout": { "font": { "size": 10 }, "title": { "text": "Basic Sankey Diagram" }, "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" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Rajeshwari1408", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 15:54:01", "mapbox_access_tokens": null, "has_password": null, "username": "Rajeshwari1408", "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-08-19T16:18:42.615373Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anophelian/1.embed", "fid": "anophelian:1", "filename": "YSM 2000", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/anophelian/1/9_UL8WGDG3W8QACWR6RJB5AWGKI6FFXB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/anophelian/1/2_TK62ZHKP7XSJ7NZKOSVPB7NWXBB5S1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anophelian/1/8_3CMTE7O0IKELWZZNXVDQCOLISFS65O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/anophelian/1/9_UL8WGDG3W8QACWR6RJB5AWGKI6FFXB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anophelian:1", "plots": "https://api.plotly.com/v2/plots/anophelian:1", "parent": "https://api.plotly.com/v2/folders/home?user=anophelian" }, "owner": "anophelian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~anophelian/1/", "world_readable": true, "date_modified": "2025-08-20T03:17:44.018Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anophelian/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "anophelian:0:bd43cd", "ysrc": "anophelian:0:67cf3a", "opacity": 1, "hoverinfo": "x+y", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Young's Modulus (C2-G00)" }, "xaxis": { "type": "linear", "range": [ 0.29702970297029685, 13.96039603960396 ], "title": { "text": "Strain (%)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -26.909722222222236, 698.7847222222224 ], "title": { "text": "Stress (kPa)" }, "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anophelian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2025-08-19 16:16:06", "mapbox_access_tokens": null, "has_password": null, "username": "anophelian", "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-08-19T15:54:37.250358Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~huakbarzadeh/7.embed", "fid": "huakbarzadeh:7", "filename": "Uncertainty", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/7/9_RMUKTKTS9BJ697NDCDMWDOPJPY84F0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/7/2_ZNURMWY7G76H676MO4FTWEGK1TDOH6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/7/8_EBACAXH9R44N260E4AD84GO8JC0SVF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/huakbarzadeh/7/9_RMUKTKTS9BJ697NDCDMWDOPJPY84F0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/huakbarzadeh:7", "plots": "https://api.plotly.com/v2/plots/huakbarzadeh:7", "parent": "https://api.plotly.com/v2/folders/home?user=huakbarzadeh" }, "owner": "huakbarzadeh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~huakbarzadeh/7/", "world_readable": true, "date_modified": "2025-08-19T15:54:37.260Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~huakbarzadeh/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "temperature", "y": "exec" } }, "mode": "markers", "name": "Execution Accuracy", "type": "scatter", "xsrc": "huakbarzadeh:6:1ee0d3", "ysrc": "huakbarzadeh:6:4772fd" }, { "meta": { "columnNames": { "x": "temperature", "y": "exact" } }, "mode": "markers", "name": "Exact Match", "type": "scatter", "xsrc": "huakbarzadeh:6:1ee0d3", "ysrc": "huakbarzadeh:6:7f83c4", "stackgroup": null }, { "meta": { "columnNames": { "x": "temperature", "y": "entropy" } }, "mode": "lines", "name": "Entropy", "type": "scatter", "xsrc": "huakbarzadeh:6:1ee0d3", "ysrc": "huakbarzadeh:6:16c474", "yaxis": "y2" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -0.05511456628477906, 0.9551145662847791 ], "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 0.6387174923753597, 0.7672975452186253 ], "autorange": true, "showspikes": false }, "legend": { "x": 0.979608323133415, "y": 1 }, "yaxis2": { "side": "right", "type": "linear", "range": [ 1.1544347938878394, 1.2746615090722306 ], "autorange": true, "overlaying": "y" }, "autosize": true, "dragmode": "zoom", "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/~huakbarzadeh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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-07-29 14:36:39", "mapbox_access_tokens": null, "has_password": null, "username": "huakbarzadeh", "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-08-19T14:54:23.243109Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~llo22/1.embed", "fid": "llo22:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/llo22/1/9_XILIS6MJE91LM2IML3KNPDOUAT7C8S.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/llo22/1/2_JNW7DSCAKGYDHSSKPS8QZBYSTL8YKH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/llo22/1/8_TVL2Y7T571AFKUAS8R42NAK8POFGCD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/llo22/1/9_XILIS6MJE91LM2IML3KNPDOUAT7C8S.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/llo22:1", "plots": "https://api.plotly.com/v2/plots/llo22:1", "parent": "https://api.plotly.com/v2/folders/home?user=llo22" }, "owner": "llo22", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~llo22/1/", "world_readable": true, "date_modified": "2025-08-19T14:54:23.255Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~llo22/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "cc5f73", "fill": "none", "line": { "dash": "dot", "color": "rgb(43, 3, 246)", "shape": "linear", "width": 1 }, "meta": { "columnNames": { "y": "y" } }, "mode": "markers+lines", "name": "měř.", "type": "scatter", "ysrc": "llo22:0:b1339f", "marker": { "cmax": 6, "cmin": 2, "line": { "color": "rgb(68, 68, 68)", "width": 0 }, "size": 8, "cauto": true, "color": "rgb(3, 3, 246)", "symbol": "circle", "opacity": 1, "showscale": false, "autocolorscale": false }, "error_x": { "type": "percent", "color": "#1f77b4", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "#1f77b4", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "hoverinfo": "x+y", "showlegend": false, "connectgaps": false } ], "frames": [], "layout": { "title": { "font": { "family": "Arial" }, "text": "SPC test" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ 0, 25 ], "ticks": "outside", "title": { "font": { "family": "Balto" }, "text": "Počet kontrolních měření" }, "showline": true, "tickfont": { "size": 13 }, "autorange": false, "gridwidth": 0, "linewidth": 1, "automargin": false, "rangeslider": { "range": [ -1.5670464504820334, 25.56704645048203 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 1 }, "yaxis": { "side": "left", "type": "linear", "dtick": 9, "range": [ 99.6, 100.4 ], "tick0": 0, "ticks": "outside", "title": { "font": { "family": "Arial" }, "text": "Měřený parametr" }, "nticks": 0, "ticklen": 6, "showgrid": true, "showline": true, "tickfont": { "size": 14 }, "tickmode": "auto", "zeroline": true, "autorange": false, "gridwidth": 1, "tickangle": "auto", "ticksuffix": "", "showticklabels": true }, "legend": { "x": 2.88, "y": 1, "xanchor": "left", "yanchor": "auto", "borderwidth": 1, "orientation": "v" }, "margin": { "pad": 0 }, "shapes": [ { "x0": 0, "x1": 25, "y0": 100.3248907304876, "y1": 100.3248907304876, "line": { "color": "rgb(50, 171, 96)", "width": 2 }, "type": "line", "opacity": 1 }, { "x0": 0, "x1": 25, "y0": 99.71310926951242, "y1": 99.71310926951242, "line": { "color": "rgb(0, 171, 96)", "width": 2 }, "type": "line" }, { "x0": 0, "x1": 25, "y0": 100.019, "y1": 100.019, "line": { "dash": "dash", "color": "rgb(0, 171, 96)", "width": 1 }, "type": "line", "xref": "x", "yref": "y", "visible": true } ], "autosize": true, "dragmode": "pan", "separators": ", ", "showlegend": true, "annotations": [ { "x": 24.47674418604651, "y": 99.7549815498155, "text": "<b>LCL</b>", "showarrow": false }, { "x": 24.515503875968992, "y": 100.28634686346865, "text": "<b>UCL</b>", "showarrow": false }, { "x": 24.515503875968992, "y": 99.97638376383765, "text": "<b>CL</b>", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~llo22", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-07 16:16:16", "mapbox_access_tokens": null, "has_password": null, "username": "llo22", "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-08-19T14:31:48.065104Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cleaaum/11.embed", "fid": "cleaaum:11", "filename": "Plot 11", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cleaaum/11/9_G8E5F1NKKL9IJBD4XAI1PQAQZVV5GW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cleaaum/11/2_VJ6HYWZIW0P51OPNYCQQ57SBDCDW7L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cleaaum/11/8_VTO5XRJQYTIVC5AV83F91U56XF76UI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cleaaum/11/9_G8E5F1NKKL9IJBD4XAI1PQAQZVV5GW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cleaaum:11", "plots": "https://api.plotly.com/v2/plots/cleaaum:11", "parent": "https://api.plotly.com/v2/folders/home?user=cleaaum" }, "owner": "cleaaum", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~cleaaum/11/", "world_readable": true, "date_modified": "2025-08-19T14:31:48.077Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cleaaum/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "252198", "meta": { "columnNames": { "x": "setosa_Petal Width (cm)", "y": "setosa_Petal Length (cm)", "z": "versicolor_Petal Length (cm)" } }, "mode": "markers", "name": "Setosa", "type": "box", "xsrc": "cleaaum:10:f8e743", "ysrc": "cleaaum:10:d9edfd", "zsrc": "cleaaum:10:d28e3d", "marker": { "line": { "color": "rgb(102, 102, 102)", "width": 0.5 }, "size": 12, "color": "#66c2a5" }, "boxpoints": false, "autocolorscale": true } ], "frames": [], "layout": { "width": 1532, "xaxis": { "type": "linear", "range": [ 0.05000000000000002, 0.6499999999999999 ], "title": { "text": "Width" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.95, 1.95 ], "title": { "text": "Length" }, "autorange": true }, "height": 1006, "legend": { "x": 0.02228484386900228, "y": 1.0157384987893463 }, "autosize": true } }, "height": 1006, "width": 1532, "user": { "profile_url": "https://chart-studio.plotly.com/~cleaaum", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-15 15:16:11", "mapbox_access_tokens": null, "has_password": null, "username": "cleaaum", "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-08-19T14:29:55.377385Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cleaaum/9.embed", "fid": "cleaaum:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cleaaum/9/9_LHPNXX2F67AB337FZ17SEIGRX40BAJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cleaaum/9/2_B6TDS395P0XCYJ2XBXS0VQB70WWEEF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cleaaum/9/8_RX6SCWVFAZSLNVVEABXYIY56X2KZMJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cleaaum/9/9_LHPNXX2F67AB337FZ17SEIGRX40BAJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cleaaum:9", "plots": "https://api.plotly.com/v2/plots/cleaaum:9", "parent": "https://api.plotly.com/v2/folders/home?user=cleaaum" }, "owner": "cleaaum", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~cleaaum/9/", "world_readable": true, "date_modified": "2025-08-19T14:31:03.976Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cleaaum/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Africa, y", "y": "Americas, x" } }, "mode": "markers", "type": "funnel", "xsrc": "cleaaum:8:f851e3", "ysrc": "cleaaum:8:e73812" }, { "meta": { "columnNames": { "cells": { "fill": { "color": "Africa, text" }, "font": { "size": "Africa, y", "color": "Africa, size" }, "values": "Africa, text" }, "header": { "fill": { "color": "Africa, text" }, "values": "Africa, size" } } }, "type": "table", "cells": { "fill": { "meta": { "columnNames": { "color": "Africa, text" } }, "colorsrc": "cleaaum:8:9116d7*" }, "font": { "meta": { "columnNames": { "size": "Africa, y", "color": "Africa, size" } }, "sizesrc": "cleaaum:8:f851e3*", "colorsrc": "cleaaum:8:a387f9*" }, "meta": { "columnNames": { "values": "Africa, text" } }, "valuessrc": "cleaaum:8:9116d7*" }, "header": { "fill": { "meta": { "columnNames": { "color": "Africa, text" } }, "colorsrc": "cleaaum:8:9116d7" }, "meta": { "columnNames": { "values": "Africa, size" } }, "valuessrc": "cleaaum:8:a387f9" } } ], "frames": [], "layout": { "title": { "text": "Life Expectancy v. Per Capita GDP, 2007" }, "xaxis": { "type": "linear", "range": [ -40.16722222222222, 40.16722222222222 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 42995.6657395, 1157.6245045000005 ], "autorange": true }, "plot_bgcolor": "rgb(243, 243, 243)", "paper_bgcolor": "rgb(243, 243, 243)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cleaaum", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-15 15:16:11", "mapbox_access_tokens": null, "has_password": null, "username": "cleaaum", "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-08-19T14:14:12.392309Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anevanzyl/1.embed", "fid": "anevanzyl:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/anevanzyl/1/9_5KZ30HIQALGP6TT1Q4CCYXHWLG1UVG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/anevanzyl/1/2_IVBADXDF82UGD6JXGFE3RNXUNFWV3T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anevanzyl/1/8_JOQ2Y4I00FE40SWI62MU155LNLVDC5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/anevanzyl/1/9_5KZ30HIQALGP6TT1Q4CCYXHWLG1UVG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anevanzyl:1", "plots": "https://api.plotly.com/v2/plots/anevanzyl:1", "parent": "https://api.plotly.com/v2/folders/home?user=anevanzyl" }, "owner": "anevanzyl", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~anevanzyl/1/", "world_readable": true, "date_modified": "2025-08-19T14:14:12.402Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anevanzyl/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "markers", "type": "scatter", "xsrc": "anevanzyl:0:91b465", "ysrc": "anevanzyl:0:1e912b" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -0.025540652025932198, 1.055329567564579 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.053383839893067254, 0.9688214013483277 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anevanzyl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-08-19 14:11:48", "mapbox_access_tokens": null, "has_password": null, "username": "anevanzyl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "