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=cD0yMDI1LTA5LTAzKzE3JTNBMzElM0ExMy4xMjAzNzQlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTAzKzE0JTNBNDclM0ExNS41ODYwODQlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wMysxNyUzQTI3JTNBNTkuODcyNjQ5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-03T17:27:59.872649Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MikhailUss/14.embed", "fid": "MikhailUss:14", "filename": "Plot 14", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/14/9_LLC8WX38DPAX4XCZJ15C7EY0MV75LL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/14/2_FLHBLOXTL9TXPOACTLRCR8H5XGQRGF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/14/8_7MS8TEIWXUMXPOKV9Q7AO8HXC751WM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/14/9_LLC8WX38DPAX4XCZJ15C7EY0MV75LL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MikhailUss:14", "plots": "https://api.plotly.com/v2/plots/MikhailUss:14", "parent": "https://api.plotly.com/v2/folders/home?user=MikhailUss" }, "owner": "MikhailUss", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MikhailUss/14/", "world_readable": true, "date_modified": "2025-09-03T18:10:01.410Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MikhailUss/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:568bb1", "showlegend": false }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:568bb1", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:eccde5", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:c1480c", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:91620f", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:46ac6b", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:aad300", "showlegend": false, "stackgroup": null }, { "meta": { "columnNames": { "x": "A", "y": "H" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "MikhailUss:13:72b55a", "ysrc": "MikhailUss:13:f4e5be", "showlegend": false, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -1.7728119180633146, 29.772811918063308 ], "ticks": "outside", "title": { "font": { "size": 15 }, "text": "Days" }, "nticks": 16, "tickfont": { "size": 12 }, "autorange": false, "gridwidth": 1, "rangeslider": { "range": [ -1.7728119180633146, 29.772811918063315 ], "yaxis": { "rangemode": "match" }, "visible": true, "autorange": true }, "zerolinewidth": 3 }, "yaxis": { "type": "linear", "range": [ 0, 150 ], "title": { "text": "mg/l" }, "autorange": false }, "shapes": [ { "x0": 9.989723854734612, "x1": 10.015774008679738, "y0": 0, "y1": 100, "line": { "color": "rgb(15, 1, 1)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "rgb(10, 1, 1)" } ], "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" }, "annotations": [ { "x": 10.090918683521453, "y": 108.791015625, "font": { "size": 13 }, "text": "Me CRS", "showarrow": false, "textangle": 0 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MikhailUss", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.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-08-28 11:37:33", "mapbox_access_tokens": null, "has_password": null, "username": "MikhailUss", "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-03T17:24:22.229458Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~zym21/77.embed", "fid": "zym21:77", "filename": "Paracetamol %T>target Greyhounds (White) copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/zym21/77/9_ZLDLGJPT8OFKYPYQCM2YY7LVH6V6S1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/zym21/77/2_NB4N0HJCBE69I9O2SWVW5ZALL04LVU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zym21/77/8_OSH2SA7KCM1V7G896H2OGJ3YR10EON.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zym21/77/9_ZLDLGJPT8OFKYPYQCM2YY7LVH6V6S1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/zym21:77", "plots": "https://api.plotly.com/v2/plots/zym21:77", "parent": "https://api.plotly.com/v2/folders/home?user=zym21" }, "owner": "zym21", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~zym21/77/", "world_readable": true, "date_modified": "2025-09-03T17:29:36.522Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~zym21/77/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "23d9ee", "cmax": 14.69727779, "cmin": 0.393687077, "meta": { "columnNames": { "x": "J", "y": "A", "z": "B - C - D - E - F - G - H" } }, "mode": "markers", "name": "A", "type": "surface", "xsrc": "zym21:76:61b34c", "ysrc": "zym21:76:f8bedf", "zsrc": "zym21:76:b99d10,8de385,158bed,f96326,621e13,d55ba9,218701", "cauto": true, "opacity": 0.9, "colorbar": { "x": 0.9199999999999999, "y": 0.5, "len": 1, "thickness": 30 }, "lighting": { "ambient": 0.8, "specular": 0.2 } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "log", "range": [ 0, 20 ], "ticks": "", "title": { "font": { "size": 12 }, "text": "x=Target (mg/L)<br>" }, "nticks": 6, "showline": false, "tickfont": { "size": 11, "family": "Arial" }, "tickmode": "auto", "autorange": true, "tickangle": "auto", "showspikes": true, "spikecolor": "rgb(68, 68, 68)", "spikesides": true, "tickformat": "", "exponentformat": "SI", "spikethickness": 2, "separatethousands": false }, "yaxis": { "type": "log", "range": [ 0.001, 50 ], "ticks": "", "title": { "font": { "size": 12 }, "text": "y=dose(TID)" }, "nticks": 5, "zeroline": true, "autorange": true }, "zaxis": { "type": "linear", "dtick": 3, "range": [ 0, 1.7 ], "tick0": 2, "title": { "font": { "size": 12 }, "text": "z=% time above target" }, "nticks": 6, "tickmode": "auto", "autorange": true }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 0.7823016624000086, "y": -2.480556868296052, "z": 0.2795903047589721 }, "center": { "x": 0.10920745301453309, "y": -0.26507023339647257, "z": -0.31186901138090434 }, "projection": { "type": "perspective" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 0.75 ] }, "dragmode": "turntable", "aspectmode": "manual", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Time above target depending on dose given TID in Beagles" }, "xaxis": { "title": { "text": "P" } }, "yaxis": { "title": { "text": "A" } }, "legend": { "orientation": "v" }, "margin": { "b": 50, "l": 50, "r": 50, "t": 50 }, "autosize": true, "dragmode": "zoom", "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~zym21", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-29 12:24:51", "mapbox_access_tokens": null, "has_password": null, "username": "zym21", "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: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 } } ] }{ "next": "