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=cj0xJnA9MjAyNS0wNi0wNysxMCUzQTM5JTNBMjQuMTEwNzA1JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA2LTA3KzExJTNBMTYlM0EwNy41MjIyMzklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wNysxNCUzQTU2JTNBMTguMzYxMzE4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-07T14:56:18.361318Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/155.embed", "fid": "jimmyg23:155", "filename": "Hogs PvM", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/155/9_VV6ZGA0EG5UBK6RD5SG6RQCZ8PVD9Z.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/155/2_GT611HSR2EMBJZWG3ZKWK5AWZEQ0ER.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/155/8_BJQH3JK7F2PTMPR3KC42E1AQKRKNQZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/155/9_VV6ZGA0EG5UBK6RD5SG6RQCZ8PVD9Z.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:155", "plots": "https://api.plotly.com/v2/plots/jimmyg23:155", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jimmyg23/155/", "world_readable": true, "date_modified": "2025-06-07T14:56:27.249Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/155/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(23, 50, 80)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Producer NET" } }, "mode": "lines", "name": "<b>Prod/Mer Net</b>", "type": "scatter", "xsrc": "jimmyg23:153:df8f8b", "ysrc": "jimmyg23:154:4d40bf", "stackgroup": null }, { "line": { "color": "rgb(230, 15, 19)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Managed Money NET" } }, "mode": "lines", "name": "<b>Mng Money Net</b>", "type": "scatter", "xsrc": "jimmyg23:153:df8f8b", "ysrc": "jimmyg23:154:78b956", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(2, 10, 22)", "family": "Overpass" }, "title": { "x": 0.42, "text": "<b>CoT Lean Hogs by Trader Category </b><br>Producer/Merchant Vs. Managed Money" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 752 ], "ticks": "outside", "mirror": false, "nticks": 29, "ticklen": 9, "tickson": "labels", "showgrid": true, "showline": true, "autorange": true, "gridcolor": "rgb(191, 200, 210)", "tickangle": 45, "automargin": true, "showspikes": false, "rangeslider": { "range": [ 0, 752 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -206957.16666666666, 151426.16666666666 ], "title": { "font": { "size": 18 }, "text": "<b>Net Positions</b><br><b>Futures + Options</b>" }, "nticks": 11, "showline": true, "tickfont": { "color": "rgb(9, 35, 74)" }, "tickmode": "auto", "autorange": true, "tickformat": "", "showticklabels": true }, "legend": { "x": 0.8999999999999999, "y": 1, "font": { "size": 17 } }, "modebar": { "color": "rgba(19, 115, 159, 0.3)", "activecolor": "rgb(23, 50, 80)" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "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" }, "plot_bgcolor": "rgb(242, 242, 242)", "paper_bgcolor": "rgb(242, 242, 242)" } }, "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-06-07T14:53:10.415373Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/151.embed", "fid": "jimmyg23:151", "filename": "Wheat pvm copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/151/9_0SIE1051W97BM04UNZ1FLA6CTCR5SH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/151/2_PJ5HYISY32R4GHW7ZXEVRUPUFI476G.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/151/8_T8M2OJQMZBBA7NUPWF0AJJO6NG9ZI7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/151/9_0SIE1051W97BM04UNZ1FLA6CTCR5SH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:151", "plots": "https://api.plotly.com/v2/plots/jimmyg23:151", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jimmyg23/151/", "world_readable": true, "date_modified": "2025-06-07T14:53:10.808Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/151/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(23, 50, 80)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Producers NET" } }, "mode": "lines", "name": "<b>Prod/Mer Net</b>", "type": "scatter", "xsrc": "jimmyg23:150:bd1ffc", "ysrc": "jimmyg23:150:9a07d7", "stackgroup": null }, { "line": { "color": "rgb(230, 15, 19)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Managed Money NET" } }, "mode": "lines", "name": "<b>Mng Money Net</b>", "type": "scatter", "xsrc": "jimmyg23:150:bd1ffc", "ysrc": "jimmyg23:150:234005", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(2, 10, 22)", "family": "Overpass" }, "title": { "x": 0.42, "text": "<b>CoT Wheat by Trader Category </b><br>Producer/Merchant Vs. Managed Money" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 752 ], "ticks": "outside", "mirror": false, "nticks": 29, "ticklen": 9, "tickson": "labels", "showgrid": true, "showline": true, "autorange": true, "gridcolor": "rgb(191, 200, 210)", "automargin": true, "showspikes": false, "rangeslider": { "range": [ 0, 752 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -336756.26324739784, 163033.72222222222 ], "title": { "font": { "size": 18 }, "text": "<b>Net Positions</b><br><b>Futures + Options</b>" }, "nticks": 11, "showline": true, "tickfont": { "color": "rgb(9, 35, 74)" }, "tickmode": "auto", "autorange": false, "tickformat": "", "showticklabels": true }, "legend": { "x": 0.8999999999999999, "y": 1, "font": { "size": 17 } }, "modebar": { "color": "rgba(19, 115, 159, 0.3)", "activecolor": "rgb(23, 50, 80)" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "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" }, "plot_bgcolor": "rgb(242, 242, 242)", "paper_bgcolor": "rgb(242, 242, 242)" } }, "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-06-07T14:51:33.921114Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/149.embed", "fid": "jimmyg23:149", "filename": "Cotton PvM", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/149/9_8UD42IAERECGZUBUBRT6N9OT6GHO3F.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/149/2_XXAN8NRDPXPFLEX040D67I3REM8NPK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/149/8_YSG6UJU4NOXZFZE9W8SAHKGVV5MVRF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/149/9_8UD42IAERECGZUBUBRT6N9OT6GHO3F.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:149", "plots": "https://api.plotly.com/v2/plots/jimmyg23:149", "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/149/", "world_readable": true, "date_modified": "2025-06-07T14:52:03.833Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/149/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(23, 50, 80)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Producer NET" } }, "mode": "lines", "name": "<b>Prod/Mer Net</b>", "type": "scatter", "xsrc": "jimmyg23:147:a04ba1", "ysrc": "jimmyg23:148:887690", "stackgroup": null }, { "line": { "color": "rgb(230, 15, 19)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Managed Money NET" } }, "mode": "lines", "name": "<b>Mng Money Net</b>", "type": "scatter", "xsrc": "jimmyg23:147:a04ba1", "ysrc": "jimmyg23:148:3ff396", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(2, 10, 22)", "family": "Overpass" }, "title": { "x": 0.42, "text": "<b>CoT Cotton #2 by Trader Category </b><br>Producer/Merchant Vs. Managed Money" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 752 ], "ticks": "outside", "mirror": false, "nticks": 29, "ticklen": 9, "tickson": "labels", "showgrid": true, "showline": true, "tickfont": { "size": 16 }, "autorange": true, "gridcolor": "rgb(191, 200, 210)", "tickangle": 45, "automargin": true, "showspikes": false, "rangeslider": { "range": [ 0, 752 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -214963, 125657 ], "title": { "font": { "size": 18 }, "text": "<b>Net Positions</b><br><b>Futures + Options</b>" }, "nticks": 11, "showline": true, "tickfont": { "color": "rgb(9, 35, 74)" }, "tickmode": "auto", "autorange": true, "tickformat": "", "showticklabels": true }, "legend": { "x": 0.8199999999999998, "y": 1.04, "font": { "size": 17 } }, "modebar": { "color": "rgba(19, 115, 159, 0.3)", "activecolor": "rgb(23, 50, 80)" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "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" }, "plot_bgcolor": "rgb(242, 242, 242)", "paper_bgcolor": "rgb(242, 242, 242)" } }, "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-06-07T14:46:40.287443Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/145.embed", "fid": "jimmyg23:145", "filename": "Soybean PvM", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/145/9_Q6XNNY14MX277A1LN9LR4FAUN473LO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/145/2_72NNY8BO3TKR1BPESN4HPNTXNCG663.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/145/8_W4IENEQL5EKG25BAQWBCP9TK3MMNQD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/145/9_Q6XNNY14MX277A1LN9LR4FAUN473LO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:145", "plots": "https://api.plotly.com/v2/plots/jimmyg23:145", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jimmyg23/145/", "world_readable": true, "date_modified": "2025-06-07T14:46:40.298Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/145/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(23, 50, 80)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Producer Merchant NET" } }, "mode": "lines", "name": "<b>Prod/Mer Net</b>", "type": "scatter", "xsrc": "jimmyg23:143:580469", "ysrc": "jimmyg23:144:178f48", "stackgroup": null }, { "line": { "color": "rgb(230, 15, 19)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Managed Money NET" } }, "mode": "lines", "name": "<b>Mng Money Net</b>", "type": "scatter", "xsrc": "jimmyg23:143:580469", "ysrc": "jimmyg23:144:7aff75", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(2, 10, 22)", "family": "Overpass" }, "title": { "x": 0.42, "text": "<b>CoT Soybeans by Trader Category </b><br>Producer/Merchant Vs. Managed Money" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 752 ], "ticks": "outside", "mirror": false, "nticks": 29, "ticklen": 9, "tickson": "labels", "showgrid": true, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(191, 200, 210)", "tickangle": 45, "automargin": true, "showspikes": false, "rangeslider": { "range": [ 0, 752 ], "yaxis": {}, "visible": false, "autorange": true }, "zerolinewidth": 2, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -461514.1111111111, 277908.1111111111 ], "title": { "font": { "size": 18 }, "text": "<b>Net Positions</b><br><b>Futures + Options</b>" }, "nticks": 13, "showline": true, "tickfont": { "color": "rgb(9, 35, 74)" }, "tickmode": "auto", "autorange": true, "tickangle": "auto", "tickformat": "", "showticklabels": true }, "legend": { "x": 0.8999999999999999, "y": 1, "font": { "size": 17 } }, "modebar": { "color": "rgba(19, 115, 159, 0.3)", "activecolor": "rgb(23, 50, 80)" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "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" }, "plot_bgcolor": "rgb(242, 242, 242)", "paper_bgcolor": "rgb(242, 242, 242)" } }, "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-06-07T13:39:31.430825Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ayush0866/1.embed", "fid": "ayush0866:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ayush0866/1/9_2RRTF6WOPMLVT429RMY9XEUQN1H4HW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ayush0866/1/2_3UJOBXXT5JYB73TUPQYNSA8I6DPY1J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ayush0866/1/8_GTXM56IL7V8BM875HB5WOJUL1UH3C5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ayush0866/1/9_2RRTF6WOPMLVT429RMY9XEUQN1H4HW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ayush0866:1", "plots": "https://api.plotly.com/v2/plots/ayush0866:1", "parent": "https://api.plotly.com/v2/folders/home?user=ayush0866" }, "owner": "ayush0866", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ayush0866/1/", "world_readable": true, "date_modified": "2025-06-07T13:39:31.442Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ayush0866/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)", "fillcolor": "rgba(31,119,180,1)" }, "meta": { "columnNames": { "x": "data.1.x-56e06ee7138d", "low": "data.1.low-56e055db6096", "high": "data.1.high-56e072d47711", "open": "data.1.open-56e014e7fe9", "close": "data.1.close-56e0279ca50" } }, "type": "candlestick", "xsrc": "ayush0866:0:1d8118", "frame": null, "xaxis": "x", "yaxis": "y", "lowsrc": "ayush0866:0:2cf211", "highsrc": "ayush0866:0:f451e7", "opensrc": "ayush0866:0:d49218", "closesrc": "ayush0866:0:98f7fe" } ], "frames": [], "layout": { "title": { "text": "CandleStick Chart" }, "xaxis": { "type": "date", "range": [ "2018-01-10 12:00", "2018-02-23 12:00" ], "title": { "text": "Date" }, "domain": [ 0, 1 ], "autorange": false, "rangeslider": { "range": [ "2018-01-10 12:00", "2018-02-23 12:00" ], "yaxis": { "rangemode": "match" }, "autorange": true } }, "yaxis": { "range": [ 16.609443444444445, 18.820554555555557 ], "domain": [ 0, 1 ], "autorange": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true, "dragmode": "zoom", "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ayush0866", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/43.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-07 13:20:57", "mapbox_access_tokens": null, "has_password": null, "username": "ayush0866", "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-06-07T13:32:46.872503Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Smjames388/117.embed", "fid": "Smjames388:117", "filename": "Demographics", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Smjames388/117/9_70JJDP18MZA2D7MCEKBHSMTZGS13GA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Smjames388/117/2_WEATS2TKY0VIBDA3JS20BT2NRCIQLH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/117/8_7RA52ASHIXYBNKFE3QVPU3WZQIZLAT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/117/9_70JJDP18MZA2D7MCEKBHSMTZGS13GA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Smjames388:117", "plots": "https://api.plotly.com/v2/plots/Smjames388:117", "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388" }, "owner": "Smjames388", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Smjames388/117/", "world_readable": true, "date_modified": "2025-06-07T13:32:46.884Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/117/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "asrc": "Smjames388:113:86ed5b", "bsrc": "Smjames388:113:92db28", "csrc": "Smjames388:113:6a3a61", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C" } }, "mode": "markers", "name": "[Experience- Location]", "type": "scatterternary", "marker": { "size": 20 } }, { "asrc": "Smjames388:114:1c887f", "bsrc": "Smjames388:114:000722", "csrc": "Smjames388:114:befe2a", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C" } }, "mode": "markers", "name": "[Experience- Occupation]", "type": "scatterternary", "marker": { "size": 20 } }, { "asrc": "Smjames388:116:7c1aa9", "bsrc": "Smjames388:116:36b854", "csrc": "Smjames388:116:1e359e", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C" } }, "mode": "markers", "name": "[Experience- Organisation]", "type": "scatterternary", "marker": { "size": 20 } }, { "asrc": "Smjames388:115:956f34", "bsrc": "Smjames388:115:c59206", "csrc": "Smjames388:115:da97a1", "meta": { "columnNames": { "a": "A", "b": "B", "c": "C" } }, "mode": "markers", "name": "[Occupation- Organisation]", "type": "scatterternary", "marker": { "size": 20 } } ], "frames": [], "layout": { "polar": { "radialaxis": { "range": [ 0, 1 ], "autorange": true }, "angularaxis": { "rotation": 116.58459722702896 } }, "scene": { "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 0.2215703595523317, "y": 0.8310321144135479, "z": 2.245149866500332 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "zoom", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Graph" }, "xaxis": { "type": "category", "range": [ 0.13331328490516506, 0.13868399209130208 ], "autorange": false }, "yaxis": { "type": "linear", "range": [ 1.168099279835391e-16, 1.4285813492063493e-16 ], "autorange": false }, "legend": { "x": 0.71684640694722, "y": 1.197972972972973, "itemsizing": "constant", "traceorder": "grouped", "tracegroupgap": 0 }, "mapbox": {}, "ternary": { "aaxis": { "min": 0.20156210632401117, "dtick": 5, "tick0": 5, "title": { "font": { "size": 20, "family": "Times New Roman" }, "text": "<b>Chi-Squared (</b><i><b>x</b></i><b>2)</b>" }, "tickmode": "auto" }, "baxis": { "min": 0.0012566346446084564, "dtick": 5, "tick0": 5, "title": { "font": { "size": 20, "family": "Times New Roman" }, "text": "<i><b>p</b></i><b>-value</b>" }, "tickmode": "auto" }, "caxis": { "min": 0.18876843872322951, "dtick": 5, "tick0": 5, "title": { "font": { "size": 20, "family": "Times New Roman" }, "text": "<b>Cramer's </b><i><b>V</b></i>" }, "tickmode": "auto" } }, "autosize": true, "dragmode": "zoom", "template": { "themeRef": "PLOTLY_CLASSIC" }, "hovermode": false, "colorscale": { "sequentialminus": [ [ 0, "#050aac" ], [ 0.2, "#283cbe" ], [ 0.4, "#4664f5" ], [ 0.6, "#5a78f5" ], [ 0.8, "#6a89f7" ], [ 1, "#dcdcdc" ] ] }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Smjames388", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-05-27 12:55:58", "mapbox_access_tokens": null, "has_password": null, "username": "Smjames388", "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-06-07T11:45:16.978235Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/138.embed", "fid": "jimmyg23:138", "filename": "Cornpvmy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/138/9_4PNHZ70ID2Z2S79J4ZZUH05S1NIUL3.png", "image_urls": { "default": "https://api.plotly.com/v2/files/jimmyg23:138/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/138/8_EZHVODI9UWXKSB8Q8P96BKE3TVKNMV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/138/9_4PNHZ70ID2Z2S79J4ZZUH05S1NIUL3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:138", "plots": "https://api.plotly.com/v2/plots/jimmyg23:138", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jimmyg23/138/", "world_readable": true, "date_modified": "2025-06-10T23:56:08.323Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/138/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(19, 105, 177)", "width": 3 }, "meta": { "columnNames": { "y": "Producer Net" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "jimmyg23:193:f42d83", "stackgroup": null }, { "line": { "color": "rgb(227, 6, 11)" }, "meta": { "columnNames": { "x": "Date", "y": "Managed money Net" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "jimmyg23:193:b49ace", "ysrc": "jimmyg23:193:bffadd", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 13, "color": "rgb(2, 10, 22)", "family": "Overpass" }, "title": { "x": 0.5, "font": { "size": 15 }, "text": "<b>CoT Corn by Trader Category </b><br>Producer/Merchant Vs. Managed Money" }, "xaxis": { "type": "category", "dtick": 10, "range": [ 0, 283 ], "tick0": 1, "ticks": "outside", "nticks": 29, "tickmode": "linear", "autorange": true, "gridcolor": "rgb(212, 220, 230)", "tickangle": 45 }, "yaxis": { "type": "linear", "range": [ -839735.1111111111, 467347.1111111111 ], "autorange": true, "zerolinecolor": "rgb(237, 125, 98)", "zerolinewidth": 1 }, "legend": { "x": 0.8599999999999999, "y": 1.04, "font": { "size": 17 } }, "modebar": { "color": "rgba(19, 115, 159, 0.3)", "activecolor": "rgb(23, 50, 80)" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "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" }, "showlegend": false, "plot_bgcolor": "rgb(242, 242, 242)", "paper_bgcolor": "rgb(242, 242, 242)" } }, "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-06-07T11:41:36.235180Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/136.embed", "fid": "jimmyg23:136", "filename": "Wheat pvm", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/136/9_YI5LJ6DZZHIW4W7VLLVXTGIPZ5K2MT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/136/2_7198MN5ERHSCD9R7B9NZR02VJ8ANJS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/136/8_W7MKN8FS234KFZFX2MXTQ29A1T5CTG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/136/9_YI5LJ6DZZHIW4W7VLLVXTGIPZ5K2MT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:136", "plots": "https://api.plotly.com/v2/plots/jimmyg23:136", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jimmyg23/136/", "world_readable": true, "date_modified": "2025-06-07T11:41:36.245Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/136/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(23, 50, 80)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Producers NET" } }, "mode": "lines", "name": "<b>Prod/Mer Net</b>", "type": "scatter", "xsrc": "jimmyg23:130:bd1ffc", "ysrc": "jimmyg23:130:9a07d7", "stackgroup": null }, { "line": { "color": "rgb(230, 15, 19)", "width": 3 }, "meta": { "columnNames": { "x": "Date", "y": "Managed Money NET" } }, "mode": "lines", "name": "<b>Mng Money Net</b>", "type": "scatter", "xsrc": "jimmyg23:130:bd1ffc", "ysrc": "jimmyg23:130:234005", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(2, 10, 22)", "family": "Overpass" }, "title": { "x": 0.42, "text": "<b>CoT Wheat by Trader Category </b><br>Producer/Merchant Vs. Managed Money" }, "xaxis": { "side": "bottom", "type": "category", "range": [ 0, 752 ], "ticks": "outside", "mirror": false, "nticks": 29, "ticklen": 9, "tickson": "labels", "showgrid": true, "showline": true, "autorange": true, "gridcolor": "rgb(191, 200, 210)", "automargin": true, "showspikes": false, "rangeslider": { "range": [ 0, 752 ], "yaxis": {}, "visible": false, "autorange": true }, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -336756.26324739784, 163033.72222222222 ], "title": { "font": { "size": 18 }, "text": "<b>Net Positions</b><br><b>Futures + Options</b>" }, "nticks": 11, "showline": true, "tickfont": { "color": "rgb(9, 35, 74)" }, "tickmode": "auto", "autorange": false, "tickformat": "", "showticklabels": true }, "legend": { "x": 0.8999999999999999, "y": 1, "font": { "size": 17 } }, "modebar": { "color": "rgba(19, 115, 159, 0.3)", "activecolor": "rgb(23, 50, 80)" }, "autosize": true, "colorway": [ "#2E91E5", "#E15F99", "#1CA71C", "#FB0D0D", "#DA16FF", "#222A2A", "#B68100", "#750D86", "#EB663B", "#511CFB", "#00A08B", "#FB00D1", "#FC0080", "#B2828D", "#6C7C32", "#778AAE", "#862A16", "#A777F1", "#620042", "#1616A7", "#DA60CA", "#6C4516", "#0D2A63", "#AF0038" ], "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" }, "plot_bgcolor": "rgb(242, 242, 242)", "paper_bgcolor": "rgb(242, 242, 242)" } }, "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-06-07T11:34:57.409342Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MB97/193.embed", "fid": "MB97:193", "filename": "Plot 193", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/MB97/193/9_DNP3R8W5NEYZ8RYQIN4RF9O9LBDEZ8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/MB97/193/2_ADVBMMAVE42AM8ZWCGZ7BE6K81F9JR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MB97/193/8_ZZJ02S8SSBVWK2R5U1M9TLV8DRBEWN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MB97/193/9_DNP3R8W5NEYZ8RYQIN4RF9O9LBDEZ8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MB97:193", "plots": "https://api.plotly.com/v2/plots/MB97:193", "parent": "https://api.plotly.com/v2/folders/home?user=MB97" }, "owner": "MB97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~MB97/193/", "world_readable": true, "date_modified": "2025-06-07T11:34:57.422Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MB97/193/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(0, 18, 242)" }, "meta": { "columnNames": { "x": "observation_date", "y": "CCI" } }, "mode": "lines", "name": "U.S. Credit Cycle Indicator (index units, quarterly, left Y axis)", "type": "scatter", "xsrc": "MB97:191:e4e817", "ysrc": "MB97:191:72c1a9" }, { "line": { "color": "rgb(233, 36, 3)" }, "meta": { "columnNames": { "x": "observation_date", "y": "DCI" } }, "mode": "lines", "name": "U.S. Default Cycle Indicator (indicator units, quarterly, right Y axis)", "type": "scatter", "xsrc": "MB97:192:e8ca31", "ysrc": "MB97:192:888221", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Past variations of our Credit Cycle Indicator (shown in blue) indicate that U.S. financial system dynamics are about to ignite a credit boom, and the current level of our<br>Default Cycle Indicator (red) suggests that institutional investors have very strong incentives to drive credit markets into a state consistent with past credit bubbles." }, "xaxis": { "type": "date", "range": [ "1988-12-22 01:10:06.0512", "2025-01-11 22:49:53.9488" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -44.92777777777778, 107.62777777777778 ], "title": { "text": "Index units" }, "autorange": true }, "legend": { "x": 0.01882229563666426, "y": 1.021153846153846 }, "shapes": [ { "x0": "1989-01-01 06:00", "x1": "2025-01-01 18:00", "y0": 12.2, "y1": 12.2, "line": { "dash": "dot", "color": "rgb(5, 219, 12)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": "1989-01-01 12:35:03.0256", "x1": "2025-01-01 11:24:56.9744", "y0": 57, "y1": 57, "line": { "dash": "dot", "color": "rgb(194, 1, 204)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" } ], "yaxis2": { "side": "right", "type": "linear", "range": [ -4.009444444444444, 2.3794444444444443 ], "title": { "text": "Indicator units" }, "autorange": true, "overlaying": "y" }, "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": "2018-04-15 07:59:15.3142", "y": -16.47029914529914, "font": { "size": 13 }, "text": "Models and data visualization built by Astraios Research (@StranAmorePFS)", "showarrow": false }, { "x": "2000-03-09 21:04:36.4934", "y": 11.693803418803421, "ax": 0, "ay": 96, "font": { "size": 13 }, "text": "Lower CCI threshold (level that is historically consistent with credit cycle transitions to the trough phase)", "arrowhead": 5, "arrowsize": 1.5, "arrowwidth": 1.5 }, { "x": "2002-12-04 14:34:43.4756", "y": 57.460470085470085, "ax": -116, "ay": -107, "font": { "size": 13 }, "text": "Upper CCI threshold (level that is historically consistent with credit cycle transitions to the peak phase)", "arrowhead": 5, "arrowsize": 1.5, "arrowwidth": 1.5 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MB97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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": "2024-08-12 11:04:27", "mapbox_access_tokens": null, "has_password": null, "username": "MB97", "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-06-07T11:16:07.522239Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aleciaranyard/1.embed", "fid": "aleciaranyard:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aleciaranyard/1/9_LHTZQIK4TYE9L5RWSYGNGD8UQ5XBZM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aleciaranyard/1/2_RIJOUWVC72DPCMUVVVEU9TKQPMOV7P.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aleciaranyard/1/8_U55EZP70OZ0RZE51JHG3FJUCYFMPZI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aleciaranyard/1/9_LHTZQIK4TYE9L5RWSYGNGD8UQ5XBZM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aleciaranyard:1", "plots": "https://api.plotly.com/v2/plots/aleciaranyard:1", "parent": "https://api.plotly.com/v2/folders/home?user=aleciaranyard" }, "owner": "aleciaranyard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~aleciaranyard/1/", "world_readable": true, "date_modified": "2025-06-07T11:16:07.535Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aleciaranyard/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "aleciaranyard:0:e87a02", "ysrc": "aleciaranyard:0:65d5e9" } ], "frames": [], "layout": { "title": { "text": "Mitosis " }, "xaxis": { "type": "category", "range": [ 0, 6 ], "title": { "text": "Name of human cell" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -15.61111111111111, 316.6111111111111 ], "title": { "text": "Lifespan in days " }, "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aleciaranyard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-07 11:13:46", "mapbox_access_tokens": null, "has_password": null, "username": "aleciaranyard", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "