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=cD0yMDI1LTA5LTAzKzE3JTNBMjQlM0EyMi4yMjk0NTglMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA5LTAzKzE0JTNBMzMlM0E0NS44OTA2MjMlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOS0wMysxNiUzQTMzJTNBMzQuMTg4MTI2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-03T16:33:34.188126Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dandelone/10.embed", "fid": "dandelone:10", "filename": "Plot 10", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dandelone/10/9_HSAIL36RU9DNW1AP1U30EXHYN8W3XC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dandelone/10/2_1UY49ORADLYDODI9JSLUUZ135Y0A2A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dandelone/10/8_I6XMYS70VQDQBMS9UEKWV37Q1QWXJP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dandelone/10/9_HSAIL36RU9DNW1AP1U30EXHYN8W3XC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dandelone:10", "plots": "https://api.plotly.com/v2/plots/dandelone:10", "parent": "https://api.plotly.com/v2/folders/home?user=dandelone" }, "owner": "dandelone", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~dandelone/10/", "world_readable": true, "date_modified": "2025-09-03T16:33:34.202Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dandelone/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "time", "y": "total" } }, "mode": "lines", "name": "total new", "type": "scatter", "xsrc": "dandelone:9:dff6b6", "ysrc": "dandelone:9:2431a5", "visible": true }, { "meta": { "columnNames": { "x": "time", "y": "fps" } }, "mode": "lines", "name": "fps new", "type": "scatter", "xsrc": "dandelone:9:dff6b6", "ysrc": "dandelone:9:2ccd66", "visible": true }, { "meta": { "columnNames": { "x": "time", "y": "alloc" } }, "mode": "lines", "name": "alloc new", "type": "scatter", "xsrc": "dandelone:9:dff6b6", "ysrc": "dandelone:9:dd581c", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-09-03 18:28:20.0982", "2025-09-03 18:28:47.6734" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 38.69499999999999, 524.795 ], "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/~dandelone", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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-27 11:35:09", "mapbox_access_tokens": null, "has_password": null, "username": "dandelone", "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-03T16:33:30.661621Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dandelone/8.embed", "fid": "dandelone:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dandelone/8/9_0FW136WT8CV6YNUQCCAV6ORL3ET5CW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dandelone/8/2_V6D924TAKX8PD5Z3F9OHA8Z96A89PB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dandelone/8/8_FWYHQNTEUI93BTA3VUTGZH2WKOVY8B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dandelone/8/9_0FW136WT8CV6YNUQCCAV6ORL3ET5CW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dandelone:8", "plots": "https://api.plotly.com/v2/plots/dandelone:8", "parent": "https://api.plotly.com/v2/folders/home?user=dandelone" }, "owner": "dandelone", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~dandelone/8/", "world_readable": true, "date_modified": "2025-09-03T16:33:30.676Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dandelone/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "time", "y": "fps" } }, "mode": "lines", "name": "fps old", "type": "scatter", "xsrc": "dandelone:7:cd8d70", "ysrc": "dandelone:7:92cc7c" }, { "meta": { "columnNames": { "x": "time", "y": "alloc" } }, "mode": "lines", "name": "alloc old", "type": "scatter", "xsrc": "dandelone:7:cd8d70", "ysrc": "dandelone:7:33706d", "stackgroup": null }, { "meta": { "columnNames": { "x": "time", "y": "total" } }, "mode": "lines", "name": "total old", "type": "scatter", "xsrc": "dandelone:7:cd8d70", "ysrc": "dandelone:7:2547f0", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-09-03 19:05:19.1167", "2025-09-03 19:05:54.6663" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 17.08388888888889, 575.4061111111112 ], "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/~dandelone", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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-27 11:35:09", "mapbox_access_tokens": null, "has_password": null, "username": "dandelone", "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-03T15:32:17.273005Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pablo.pineda/13.embed", "fid": "pablo.pineda:13", "filename": "Inclination", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/13/9_G7OUR4P1Z4ZQN5C9Y9OXVMAE9TKKAZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/13/2_VS5M2W4Y6ZM9EALNISYVS0JL0N8T5S.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/13/8_JHKOODH1PTKRD4WE89IA3XX86SRMHE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pablo.pineda/13/9_G7OUR4P1Z4ZQN5C9Y9OXVMAE9TKKAZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pablo.pineda:13", "plots": "https://api.plotly.com/v2/plots/pablo.pineda:13", "parent": "https://api.plotly.com/v2/folders/home?user=pablo.pineda" }, "owner": "pablo.pineda", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~pablo.pineda/13/", "world_readable": true, "date_modified": "2025-09-03T15:32:17.284Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pablo.pineda/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgb(0, 176, 240)" }, "meta": { "columnNames": { "x": "DLS_Plan", "y": "depth" } }, "mode": "lines", "name": "DLS Plan", "type": "scatter", "xsrc": "pablo.pineda:12:4f0611", "ysrc": "pablo.pineda:12:f8b8d7", "hoverlabel": { "align": "auto" }, "connectgaps": true }, { "line": { "color": "rgb(160, 43, 147)" }, "meta": { "columnNames": { "x": "DLS", "y": "depth" } }, "mode": "lines", "name": "DLS", "type": "scatter", "xsrc": "pablo.pineda:12:41d758", "ysrc": "pablo.pineda:12:f8b8d7", "connectgaps": true }, { "line": { "dash": "dash", "color": "rgb(255, 255, 0)" }, "meta": { "columnNames": { "x": "Inc_Plan", "y": "depth" } }, "mode": "lines", "name": "Inclination Plan", "type": "scatter", "xsrc": "pablo.pineda:12:91cf97", "ysrc": "pablo.pineda:12:f8b8d7", "xaxis": "x2", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(0, 176, 80)" }, "meta": { "columnNames": { "x": "Inc", "y": "depth" } }, "mode": "lines", "name": "Inclination", "type": "scatter", "xsrc": "pablo.pineda:12:6ca60d", "ysrc": "pablo.pineda:12:f8b8d7", "xaxis": "x2", "stackgroup": null, "connectgaps": true } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 5 ], "title": { "text": "DLS (°/30m)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 3300, 0 ], "title": { "text": "depth" }, "autorange": false }, "xaxis2": { "side": "top", "type": "linear", "range": [ 0, 30.99 ], "title": { "text": "Inclination (°)" }, "autorange": true, "overlaying": "x" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pablo.pineda", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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-22 23:23:56", "mapbox_access_tokens": null, "has_password": null, "username": "pablo.pineda", "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-03T15:31:07.717577Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/642.embed", "fid": "jimmyg23:642", "filename": "Soy Sample copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/642/9_8CTN56CPB970DCF957RYZJP86DAIZN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/642/2_TJ86LN8J3W7PH51J0EUZCCSKHH5RC3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/642/8_EK8CFSUL0MQQK7KYQ59JFPGRJW03OV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/642/9_8CTN56CPB970DCF957RYZJP86DAIZN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:642", "plots": "https://api.plotly.com/v2/plots/jimmyg23:642", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jimmyg23/642/", "world_readable": true, "date_modified": "2025-09-03T15:31:08.272Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/642/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(45, 90, 178)", "width": 5 }, "meta": { "columnNames": { "x": "Year", "y": "Meal Converted" } }, "mode": "lines", "name": "<b>Meal Converted </b>", "type": "scatter", "xsrc": "jimmyg23:641:5d1b36", "ysrc": "jimmyg23:641:5785f7", "orientation": "v" }, { "line": { "color": "rgb(220, 47, 18)", "width": 5 }, "meta": { "columnNames": { "x": "Year", "y": "Soybeans" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:641:5d1b36", "ysrc": "jimmyg23:641:07b30a", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "family": "Overpass" }, "xaxis": { "type": "linear", "range": [ 2010, 2024 ], "ticks": "outside", "title": { "text": "<b>Year</b>" }, "nticks": 12, "ticklen": 13, "showline": true, "tickmode": "linear", "autorange": true, "gridwidth": 1, "linewidth": 3, "tickangle": 45, "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ 229835555.55555555, 476324444.4444444 ], "ticks": "outside", "title": { "text": "<b>Meal Converted to Soybeans (MT)</b>" }, "nticks": 25, "ticklen": 10, "showline": true, "tickmode": "auto", "autorange": true, "linewidth": 2 }, "legend": { "x": 0.07828796512593948, "y": 1.1294817305252476 }, "yaxis2": { "side": "right", "type": "linear", "range": [ 1264277777.7777777, 2318722222.2222223 ], "ticks": "outside", "title": { "text": "<b>Soybeans (MT)</b>" }, "nticks": 20, "ticklen": 9, "showline": true, "tickmode": "auto", "autorange": true, "linewidth": 2, "overlaying": "y" }, "modebar": { "orientation": "v" }, "autosize": true, "hoverlabel": { "font": { "size": 15 } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jimmyg23", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-03-19 23:02:49", "mapbox_access_tokens": null, "has_password": null, "username": "jimmyg23", "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-03T15:22:52.409977Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/640.embed", "fid": "jimmyg23:640", "filename": "Soy Sample", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/640/9_PH9TGF344ZI64F2HYM1Y9YC5W6CYCK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/640/2_9TP6POLI8O5X07TDAMLBOQIX6HF0T1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/640/8_M8NIDKDYAID4QMOXTCZ0ZSSOF2FWR8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/640/9_PH9TGF344ZI64F2HYM1Y9YC5W6CYCK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:640", "plots": "https://api.plotly.com/v2/plots/jimmyg23:640", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jimmyg23/640/", "world_readable": true, "date_modified": "2025-09-03T15:22:52.431Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/640/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(45, 90, 178)", "width": 5 }, "meta": { "columnNames": { "x": "Year", "y": "Meal Converted" } }, "mode": "lines", "name": "<b>Meal Converted </b>", "type": "scatter", "xsrc": "jimmyg23:639:5d1b36", "ysrc": "jimmyg23:639:5785f7", "orientation": "v" }, { "line": { "color": "rgb(220, 47, 18)", "width": 5 }, "meta": { "columnNames": { "x": "Year", "y": "Soybeans" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:639:5d1b36", "ysrc": "jimmyg23:639:07b30a", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "family": "Overpass" }, "xaxis": { "type": "linear", "range": [ 2010, 2024 ], "ticks": "outside", "title": { "text": "<b>Year</b>" }, "nticks": 12, "ticklen": 13, "showline": true, "tickmode": "linear", "autorange": true, "gridwidth": 1, "linewidth": 3, "tickangle": 45, "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ 229835555.55555555, 476324444.4444444 ], "ticks": "outside", "title": { "text": "<b>Meal Converted to Soybeans (MT)</b>" }, "nticks": 25, "ticklen": 10, "showline": true, "tickmode": "auto", "autorange": true, "linewidth": 2 }, "legend": { "x": 0.07828796512593948, "y": 1.1294817305252476 }, "yaxis2": { "side": "right", "type": "linear", "range": [ 1264277777.7777777, 2318722222.2222223 ], "ticks": "outside", "title": { "text": "<b>Soybeans (MT)</b>" }, "nticks": 20, "ticklen": 9, "showline": true, "tickmode": "auto", "autorange": true, "linewidth": 2, "overlaying": "y" }, "modebar": { "orientation": "v" }, "autosize": true, "hoverlabel": { "font": { "size": 15 } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jimmyg23", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-03-19 23:02:49", "mapbox_access_tokens": null, "has_password": null, "username": "jimmyg23", "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-03T15:11:10.624244Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cmobastos/1.embed", "fid": "cmobastos:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cmobastos/1/9_NNAPPG4Z0PW5KUHXNP8HWTG39SMTHI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cmobastos/1/2_PKA0EZKPHNMB67OON2OSAWCV040Q6V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cmobastos/1/8_BEG1EP6ASSCAAWGRJ03KDU8PKTJLSI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cmobastos/1/9_NNAPPG4Z0PW5KUHXNP8HWTG39SMTHI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cmobastos:1", "plots": "https://api.plotly.com/v2/plots/cmobastos:1", "parent": "https://api.plotly.com/v2/folders/home?user=cmobastos" }, "owner": "cmobastos", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~cmobastos/1/", "world_readable": true, "date_modified": "2025-09-03T15:11:10.635Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cmobastos/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "cmobastos:0:6040ad", "ysrc": "cmobastos:0:877afd" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.007511563319365251, 0.9952856981081266 ], "autorange": false, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -3.9869370285762606, 5.2201792812817445 ], "autorange": false, "showspikes": false }, "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/~cmobastos", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2025-09-03 15:03:21", "mapbox_access_tokens": null, "has_password": null, "username": "cmobastos", "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-03T14:59:57.701446Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~LanZi/1.embed", "fid": "LanZi:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/LanZi/1/9_17FLNAZMOANCALF4H0U0PUX84KAXH7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/LanZi/1/2_6IXQS87N24IQ5XQPQXZKTQESRMVF50.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LanZi/1/8_3OY71XKZJKB6FO5MSDVDD5HGR71V4W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LanZi/1/9_17FLNAZMOANCALF4H0U0PUX84KAXH7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/LanZi:1", "plots": "https://api.plotly.com/v2/plots/LanZi:1", "parent": "https://api.plotly.com/v2/folders/home?user=LanZi" }, "owner": "LanZi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~LanZi/1/", "world_readable": true, "date_modified": "2025-09-03T15:00:13.547Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~LanZi/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Disease" } }, "name": "Disease", "type": "box", "xsrc": "LanZi:0:374696", "marker": { "color": "darkred" }, "boxpoints": true, "orientation": "h" }, { "meta": { "columnNames": { "x": "Health" } }, "name": "Health", "type": "box", "xsrc": "LanZi:0:51083e", "marker": { "color": "darkgreen" }, "boxpoints": true, "orientation": "h" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -5.1312549999999995, 97.495645 ], "autorange": true }, "yaxis": { "type": "category", "range": [ -0.5, 1.5 ], "title": { "text": "Relative abundance (%)" }, "autorange": true }, "legend": { "x": 0.5, "y": 1, "orientation": "h" }, "margin": { "b": 50, "l": 60, "r": 60, "t": 30 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~LanZi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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": "2025-09-03 14:54:26", "mapbox_access_tokens": null, "has_password": null, "username": "LanZi", "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-03T14:47:15.586084Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ns62/2.embed", "fid": "ns62:2", "filename": "mens", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ns62/2/9_O4MHJ5USV6F9N7K6W18JP9B6WJZOV9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ns62/2/2_OBFP1KSIODH47FDJXSMWH9DRR5ZWOY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ns62/2/8_CQDWSZSFNU5TEDFTLKEMOKVTBSB44H.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ns62/2/9_O4MHJ5USV6F9N7K6W18JP9B6WJZOV9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ns62:2", "plots": "https://api.plotly.com/v2/plots/ns62:2", "parent": "https://api.plotly.com/v2/folders/home?user=ns62" }, "owner": "ns62", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ns62/2/", "world_readable": true, "date_modified": "2025-09-04T15:31:04.775Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ns62/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Year", "y": "Height", "z": "Best 500m time", "text": "First Name", "marker": { "color": "M/F" }, "textposition": "" } }, "mode": "markers+text", "name": "Automatic", "type": "scatter3d", "xsrc": "ns62:1:444b5b", "ysrc": "ns62:1:dfe772", "zsrc": "ns62:1:b9f8a1", "marker": { "line": { "color": "transparent" }, "meta": { "columnNames": { "color": "M/F" } }, "colorsrc": "ns62:1:2c366a", "fillcolor": "rgba(191,56,42,0.5)" }, "textsrc": "ns62:1:7a9313", "textfont": { "size": 15, "family": "Arial" }, "texttemplate": "" }, { "meta": { "columnNames": { "text": "First Name" } }, "mode": "markers", "type": "scatter3d", "scene": "scene", "opacity": 1, "textsrc": "ns62:1:7a9313" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "Grade (year)" }, "showline": false, "showspikes": false }, "yaxis": { "type": "linear", "title": { "text": "Height (in)" }, "showspikes": false }, "zaxis": { "type": "linear", "title": { "text": "Best 500m time (sec)" }, "showspikes": false }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 1.8021931703011853, "y": 2.104724511044833, "z": 1.5302573000659159 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "turntable", "hovermode": false, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "tryouts" }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "domain": [ 0, 1 ] }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true, "dragmode": "zoom" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ns62", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.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": "2025-09-03 14:45:11", "mapbox_access_tokens": null, "has_password": null, "username": "ns62", "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-03T14:41:46.179775Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MattGStatsJe/1.embed", "fid": "MattGStatsJe:1", "filename": "Fig1EarnDec24", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MattGStatsJe/1/9_SNXSYYACP1SX2MZSBHC3TJRYED18LX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MattGStatsJe/1/2_R962T9NJ05WIG09KZJ10UKKMNV4E07.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MattGStatsJe/1/8_Y87LFOKP7ZBZBSOTD6AUCB5RPU7KHX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MattGStatsJe/1/9_SNXSYYACP1SX2MZSBHC3TJRYED18LX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MattGStatsJe:1", "plots": "https://api.plotly.com/v2/plots/MattGStatsJe:1", "parent": "https://api.plotly.com/v2/folders/home?user=MattGStatsJe" }, "owner": "MattGStatsJe", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 53, "web_url": "https://chart-studio.plotly.com/~MattGStatsJe/1/", "world_readable": true, "date_modified": "2025-09-10T14:02:09.732Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MattGStatsJe/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(30,96,149,1)", "width": 3.7795275590551185 }, "mode": "lines", "type": "scatter", "xsrc": "MattGStatsJe:0:426ed4", "ysrc": "MattGStatsJe:0:c2e27a", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "MattGStatsJe:0:548bc7", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 18993, 20058 ], "ticks": "outside", "title": { "font": { "size": 0, "color": null, "family": null }, "text": "" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": false, "showline": true, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "Jan 2022", "Jul 2022", "Jan 2023", "Jul 2023", "Jan 2024", "Jul 2024" ], "tickvals": [ 18993, 19174, 19358, 19539, 19723, 19905 ], "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": "rgba(30,96,149,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "Jan 2022", "Jul 2022", "Jan 2023", "Jul 2023", "Jan 2024", "Jul 2024" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 77, 143 ], "ticks": "outside", "title": { "font": { "size": 0, "color": null, "family": null }, "text": "" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": true, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "80", "90", "100", "110", "120", "130", "140" ], "tickvals": [ 80, 90, 100, 110, 120, 130, 140 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(190,190,190,1)", "gridwidth": 0.66417600664176, "linecolor": "rgba(30,96,149,1)", "linewidth": 0.66417600664176, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "80", "90", "100", "110", "120", "130", "140" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275593 }, "margin": { "b": 15.342465753424662, "l": 21.187214611872154, "r": 75.59055118110234, "t": 16 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": false, "annotations": [ { "x": 1, "y": -0.15, "font": { "size": 15 }, "text": "Source: Statistics Jersey", "xref": "paper", "yref": "paper", "xanchor": "right", "yanchor": "bottom", "showarrow": false } ], "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MattGStatsJe", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-03 14:02:39", "mapbox_access_tokens": null, "has_password": null, "username": "MattGStatsJe", "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-03T14:33:45.890623Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~erikhathaway1234/1.embed", "fid": "erikhathaway1234:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/erikhathaway1234/1/9_XO6K70UQQ5CL4B02LESOUMRWKN8H0U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/erikhathaway1234/1/2_3VZ9AZI5N40MDZGL95SYBHPPNFZB17.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/erikhathaway1234/1/8_X77OXTO7HV86MZU6TFXU1N6FO9X06E.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/erikhathaway1234/1/9_XO6K70UQQ5CL4B02LESOUMRWKN8H0U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/erikhathaway1234:1", "plots": "https://api.plotly.com/v2/plots/erikhathaway1234:1", "parent": "https://api.plotly.com/v2/folders/home?user=erikhathaway1234" }, "owner": "erikhathaway1234", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~erikhathaway1234/1/", "world_readable": true, "date_modified": "2025-09-03T14:33:45.902Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~erikhathaway1234/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y", "text": "text" } }, "type": "bar", "xsrc": "erikhathaway1234:0:51d65d", "ysrc": "erikhathaway1234:0:078eae", "marker": { "line": { "color": "rgb(8,48,107)", "width": 1.5 }, "color": "rgb(158,202,225)" }, "opacity": 0.6, "textsrc": "erikhathaway1234:0:462154", "textposition": "auto" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 24.210526315789473 ], "autorange": true } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~erikhathaway1234", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.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-03 14:22:35", "mapbox_access_tokens": null, "has_password": null, "username": "erikhathaway1234", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "