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=cj0xJnA9MjAyNS0wNy0wOSswOSUzQTUyJTNBMTUuODQzMTIxJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA5KzEwJTNBMDIlM0EyNS4yOTk2NDYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wOSsxMCUzQTQwJTNBMzEuMTYyNzY1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-09T10:40:31.162765Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~POHUNGCHENG/35.embed", "fid": "POHUNGCHENG:35", "filename": "半自動箱子抓取", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/35/9_5KHCKVTOXJ45ISK86CUCBJ6781OUVA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/35/2_LKZW257V5Y01XHY5B26J7TN6VKBA8J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/35/8_SCKDA7M83WZNFRNOA40DW3P11NOSFL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/POHUNGCHENG/35/9_5KHCKVTOXJ45ISK86CUCBJ6781OUVA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/POHUNGCHENG:35", "plots": "https://api.plotly.com/v2/plots/POHUNGCHENG:35", "parent": "https://api.plotly.com/v2/folders/home?user=POHUNGCHENG" }, "owner": "POHUNGCHENG", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~POHUNGCHENG/35/", "world_readable": true, "date_modified": "2025-07-09T10:41:18.047Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~POHUNGCHENG/35/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 3 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "Thumb", "type": "scatter", "xsrc": "POHUNGCHENG:34:df3e4b", "ysrc": "POHUNGCHENG:34:86498a" }, { "line": { "dash": "solid", "width": 3 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "Index", "type": "scatter", "xsrc": "POHUNGCHENG:34:df3e4b", "ysrc": "POHUNGCHENG:34:d17155" }, { "line": { "dash": "solid", "width": 3 }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "Middle", "type": "scatter", "xsrc": "POHUNGCHENG:34:df3e4b", "ysrc": "POHUNGCHENG:34:5a86f6" }, { "line": { "dash": "solid", "width": 3 }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "name": "Ring", "type": "scatter", "xsrc": "POHUNGCHENG:34:df3e4b", "ysrc": "POHUNGCHENG:34:ae9d53" }, { "line": { "dash": "solid", "width": 3 }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "lines", "name": "Pinky", "type": "scatter", "xsrc": "POHUNGCHENG:34:df3e4b", "ysrc": "POHUNGCHENG:34:a15420" } ], "frames": [], "layout": { "title": { "text": "半自動箱子抓取數據" }, "xaxis": { "type": "linear", "range": [ 0, 15.705 ], "title": { "text": "time(s)" }, "domain": [ 0, 0.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -571.7777777777778, 223.77777777777777 ], "title": { "text": "Analog Signal (V)" }, "domain": [ 0, 1 ], "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/~POHUNGCHENG", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-22 15:46:02", "mapbox_access_tokens": null, "has_password": null, "username": "POHUNGCHENG", "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-07-09T10:36:04.872759Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/567.embed", "fid": "jimmyg23:567", "filename": "RBOB CoT YoY", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/567/9_836RXOKULI4GVAJ8TSFBKT23ODZINJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/567/2_0IM70Y2PZQGP4JN6XYGB2SOWRGEEZZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/567/8_BF7BGVRMRDXQZRMHIDNYE0XYROCEGT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/567/9_836RXOKULI4GVAJ8TSFBKT23ODZINJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:567", "plots": "https://api.plotly.com/v2/plots/jimmyg23:567", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~jimmyg23/567/", "world_readable": true, "date_modified": "2025-07-18T21:29:44.892Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/567/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(238, 26, 50)", "width": 3 }, "meta": { "columnNames": { "x": "DATE", "y": "|2020" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:572:88bc00", "ysrc": "jimmyg23:572:c1b12b", "stackgroup": null }, { "line": { "color": "rgb(62, 201, 50)", "width": 3 }, "meta": { "columnNames": { "x": "DATE", "y": "|2021" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:572:88bc00", "ysrc": "jimmyg23:573:aebe86", "stackgroup": null }, { "line": { "color": "rgb(52, 227, 203)", "width": 3 }, "meta": { "columnNames": { "x": "DATE", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2022</b>", "type": "scatter", "xsrc": "jimmyg23:572:88bc00", "ysrc": "jimmyg23:568:511c31", "stackgroup": null }, { "line": { "color": "rgb(230, 137, 62)", "width": 3 }, "meta": { "columnNames": { "x": "DATE", "y": "|2023" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:572:88bc00", "ysrc": "jimmyg23:569:7ed9c5", "stackgroup": null }, { "line": { "color": "rgb(125, 44, 203)", "width": 3 }, "meta": { "columnNames": { "x": "DATE", "y": "|2024" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:572:88bc00", "ysrc": "jimmyg23:570:cfd638", "stackgroup": null }, { "line": { "color": "rgb(84, 143, 216)", "width": 6 }, "meta": { "columnNames": { "x": "DATE", "y": "|2025" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:572:88bc00", "ysrc": "jimmyg23:571:58c50b", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 15, "color": "rgb(23, 50, 80)", "family": "Droid Sans" }, "title": { "x": 0.5, "font": { "size": 26, "family": "Droid Sans" }, "text": "Net Long | 31,667" }, "xaxis": { "type": "category", "dtick": 0, "range": [ 0, 51 ], "nticks": 0, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(181, 204, 231)", "linecolor": "rgb(59, 97, 140)", "linewidth": 2, "tickangle": 45 }, "yaxis": { "type": "linear", "range": [ -900.9999999999991, 120979 ], "nticks": 15, "showline": true, "autorange": true, "linecolor": "rgb(153, 186, 228)", "tickangle": "auto", "zerolinecolor": "rgb(255, 210, 189)" }, "legend": { "x": 1.02, "y": 0.3599999999999999 }, "margin": { "t": 80 }, "barmode": "group", "modebar": { "color": "rgba(21, 54, 164, 0.3)", "activecolor": "rgba(17, 53, 139, 0.7)", "orientation": "v" }, "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" }, "uniformtext": { "mode": false, "minsize": 5 }, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "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-07-09T10:24:18.437466Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~yuiyuinaobu41/4.embed", "fid": "yuiyuinaobu41:4", "filename": "Frekuensi Warna", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/yuiyuinaobu41/4/9_U59DZYHQ5OQNB4STBE9RNS3Y3OBEUC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/yuiyuinaobu41/4/2_XU1QF0TN58N8VWETEWNGFTSNSXAXUR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yuiyuinaobu41/4/8_WYJ7KX9ZX2BDBNJG4YIMSV7QN28S8I.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/yuiyuinaobu41/4/9_U59DZYHQ5OQNB4STBE9RNS3Y3OBEUC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/yuiyuinaobu41:4", "plots": "https://api.plotly.com/v2/plots/yuiyuinaobu41:4", "parent": "https://api.plotly.com/v2/folders/home?user=yuiyuinaobu41" }, "owner": "yuiyuinaobu41", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~yuiyuinaobu41/4/", "world_readable": true, "date_modified": "2025-07-09T12:50:21.139Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~yuiyuinaobu41/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "name": "Rel Abu", "type": "scatter3d", "xsrc": "yuiyuinaobu41:0:65af97", "ysrc": "yuiyuinaobu41:0:a195f1", "zsrc": "yuiyuinaobu41:0:6e3f13", "marker": { "color": "rgb(94, 102, 107)" } }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "name": "Merah", "type": "scatter3d", "xsrc": "yuiyuinaobu41:1:269e1f", "ysrc": "yuiyuinaobu41:1:3705da", "zsrc": "yuiyuinaobu41:1:2fe79a", "marker": { "color": "rgb(225, 12, 12)" } }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "name": "Biru", "type": "scatter3d", "xsrc": "yuiyuinaobu41:2:3ca925", "ysrc": "yuiyuinaobu41:2:4169a9", "zsrc": "yuiyuinaobu41:2:c869e3", "marker": { "color": "rgb(21, 129, 195)" } }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "name": "Hijau", "type": "scatter3d", "xsrc": "yuiyuinaobu41:3:861164", "ysrc": "yuiyuinaobu41:3:381536", "zsrc": "yuiyuinaobu41:3:83ada1", "marker": { "color": "rgb(3, 155, 42)" } } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "Red<br>" } }, "yaxis": { "type": "linear", "title": { "text": "Green<br>" } }, "zaxis": { "type": "linear", "title": { "text": "Blue<br>" } }, "camera": { "up": { "x": -0.3855004760378983, "y": -0.38515340418664734, "z": 0.8384785257941862 }, "eye": { "x": 1.4766196985895723, "y": 1.3548851666942572, "z": 1.1289559568916188 }, "center": { "x": 0.08110940438500316, "y": 0.03550952592870558, "z": -0.11869901576563412 }, "projection": { "type": "perspective" } }, "dragmode": "orbit", "aspectmode": "auto", "aspectratio": { "x": 0.8131710430397382, "y": 1.1551973770209796, "z": 1.0645397945199275 } }, "title": { "text": "Frekuensi Warna (Hz)" }, "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/~yuiyuinaobu41", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "Eonflare", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 01:48:01", "mapbox_access_tokens": null, "has_password": null, "username": "yuiyuinaobu41", "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-07-09T10:23:49.720703Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/552.embed", "fid": "jimmyg23:552", "filename": "WTI NYmEx CoT YoY", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/552/9_JLI1UDPW3BW9X6S122LX2P66KAJ983.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/552/2_AFIBD6TX3T42XHUKV2SLA6WAGF09Y2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/552/8_FZD63NBOC3ID8TYSN3DCE8ESR2N469.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/552/9_JLI1UDPW3BW9X6S122LX2P66KAJ983.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:552", "plots": "https://api.plotly.com/v2/plots/jimmyg23:552", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~jimmyg23/552/", "world_readable": true, "date_modified": "2025-07-18T21:22:55.143Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/552/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(223, 36, 63)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2020" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:555:f1e308", "ysrc": "jimmyg23:556:1d99ff", "stackgroup": null }, { "line": { "color": "rgb(76, 208, 54)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2021" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:555:f1e308", "ysrc": "jimmyg23:557:8b96f1", "stackgroup": null }, { "line": { "color": "rgb(59, 216, 212)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2022" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:555:f1e308", "ysrc": "jimmyg23:558:579be4", "stackgroup": null }, { "line": { "color": "rgb(243, 172, 109)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2023" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:555:f1e308", "ysrc": "jimmyg23:559:2d1d7d", "stackgroup": null }, { "line": { "color": "rgb(158, 25, 243)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2024" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:555:f1e308", "ysrc": "jimmyg23:553:7fd3a1", "stackgroup": null }, { "line": { "color": "rgb(64, 118, 221)", "width": 6 }, "meta": { "columnNames": { "x": "Year format", "y": "|2025" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:555:f1e308", "ysrc": "jimmyg23:554:c57fa5", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 15, "color": "rgb(23, 50, 80)", "family": "Droid Sans" }, "title": { "x": 0.5, "font": { "size": 26, "family": "Droid Sans" }, "text": "Net Long | 96,106" }, "xaxis": { "type": "category", "dtick": 0, "range": [ 0, 51 ], "nticks": 0, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(181, 204, 231)", "linecolor": "rgb(59, 97, 140)", "linewidth": 2, "tickangle": 45 }, "yaxis": { "type": "linear", "range": [ 47748.5, 444338.5 ], "nticks": 15, "showline": true, "autorange": true, "linecolor": "rgb(153, 186, 228)", "tickangle": "auto", "zerolinecolor": "rgb(255, 210, 189)" }, "legend": { "x": 1.02, "y": 0.3599999999999999 }, "margin": { "t": 80 }, "barmode": "group", "modebar": { "color": "rgba(21, 54, 164, 0.3)", "activecolor": "rgba(17, 53, 139, 0.7)", "orientation": "v" }, "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" }, "uniformtext": { "mode": false, "minsize": 5 }, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "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-07-09T10:15:59.141776Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~samuel015/5.embed", "fid": "samuel015:5", "filename": "Meow_P(24)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/samuel015/5/9_HH7X81WD3Y0ABHVOPLW3TYAIF69NPO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/samuel015/5/2_5Q49OHUJVY17WQPUMBEBJ9186V3LCN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/samuel015/5/8_7G602CAPX2BRVJZ0QTD1BURPBG95FR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/samuel015/5/9_HH7X81WD3Y0ABHVOPLW3TYAIF69NPO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/samuel015:5", "plots": "https://api.plotly.com/v2/plots/samuel015:5", "parent": "https://api.plotly.com/v2/folders/home?user=samuel015" }, "owner": "samuel015", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~samuel015/5/", "world_readable": true, "date_modified": "2025-07-17T11:54:35.931Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~samuel015/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "z": "E" } }, "mode": "markers", "name": "<b>RAW</b>", "type": "scatter3d", "xsrc": "samuel015:6:777563", "ysrc": "samuel015:6:e8843f", "zsrc": "samuel015:6:6bd36f" }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "F" } }, "mode": "markers", "name": "<b>CALI(theta)</b>", "type": "scatter3d", "xsrc": "samuel015:6:777563", "ysrc": "samuel015:6:e8843f", "zsrc": "samuel015:6:ba425b" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "P(%)" } }, "yaxis": { "type": "linear", "title": { "text": "Q(%)" } }, "zaxis": { "type": "linear", "title": { "text": "Error(%)" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 1.8644705338783931, "y": 0.5493327939894203, "z": 0.35653621654949186 }, "center": { "x": -0.205343909584043, "y": 0.0357357175239555, "z": -0.10897770746812549 }, "projection": { "type": "perspective" } }, "dragmode": "turntable", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "autosize": true, "dragmode": "zoom" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~samuel015", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 07:11:06", "mapbox_access_tokens": null, "has_password": null, "username": "samuel015", "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-07-09T10:13:32.337324Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~samuel015/3.embed", "fid": "samuel015:3", "filename": "Meow_Vrms", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/samuel015/3/9_E3I2TIR0SPEYGI94UO7TNBR1QP0TN7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/samuel015/3/2_7RVCTPKQPFONUNT8ZDGPT9V1288WCV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/samuel015/3/8_6M0M6GGBAXRFVF4AD7EM6AS81K98V3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/samuel015/3/9_E3I2TIR0SPEYGI94UO7TNBR1QP0TN7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/samuel015:3", "plots": "https://api.plotly.com/v2/plots/samuel015:3", "parent": "https://api.plotly.com/v2/folders/home?user=samuel015" }, "owner": "samuel015", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~samuel015/3/", "world_readable": true, "date_modified": "2025-07-10T07:03:09.689Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~samuel015/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "z": "C" } }, "mode": "markers", "name": "EMI板外面 vs MCU讀值", "type": "scatter3d", "xsrc": "samuel015:2:8c00cc", "ysrc": "samuel015:2:d91064", "zsrc": "samuel015:2:cf8cc0" }, { "meta": { "columnNames": { "x": "A", "y": "B", "z": "D" } }, "mode": "markers", "name": "EMI板裡面 vs MCU讀值", "type": "scatter3d", "xsrc": "samuel015:2:8c00cc", "ysrc": "samuel015:2:d91064", "zsrc": "samuel015:2:47c981" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "P(%)" } }, "yaxis": { "type": "linear", "title": { "text": "Q(%)" } }, "zaxis": { "title": { "text": "Error(%)" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -1.0738198231115883, "y": -2.3684439070948895, "z": 1.5022391359788023 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~samuel015", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 07:11:06", "mapbox_access_tokens": null, "has_password": null, "username": "samuel015", "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-07-09T10:08:53.390114Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/531.embed", "fid": "jimmyg23:531", "filename": "Ethanol CoT YoY", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/531/9_XJS1Y9ZD15DBWE4EFC30Y75V8F7JIL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/531/2_70GIINFJ0364M3U9XBPQE2MNU5IZTK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/531/8_W409TF6L2C7H6KGAZ0UISZS14RH8GU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/531/9_XJS1Y9ZD15DBWE4EFC30Y75V8F7JIL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:531", "plots": "https://api.plotly.com/v2/plots/jimmyg23:531", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~jimmyg23/531/", "world_readable": true, "date_modified": "2025-07-18T21:31:28.704Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/531/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(215, 7, 44)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2020</b>", "type": "scatter", "xsrc": "jimmyg23:533:078c29", "ysrc": "jimmyg23:534:78fca0", "stackgroup": null }, { "line": { "color": "rgb(54, 203, 40)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2021</b>", "type": "scatter", "xsrc": "jimmyg23:533:078c29", "ysrc": "jimmyg23:535:4dc3b3", "stackgroup": null }, { "line": { "color": "rgb(38, 199, 199)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2022</b>", "type": "scatter", "xsrc": "jimmyg23:533:078c29", "ysrc": "jimmyg23:536:e59292", "stackgroup": null }, { "line": { "color": "rgb(243, 140, 47)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2023</b>", "type": "scatter", "xsrc": "jimmyg23:533:078c29", "ysrc": "jimmyg23:537:c14497", "stackgroup": null }, { "line": { "color": "rgb(174, 49, 197)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2024</b>", "type": "scatter", "xsrc": "jimmyg23:533:078c29", "ysrc": "jimmyg23:538:8e5851", "stackgroup": null }, { "line": { "color": "rgb(66, 143, 216)", "width": 6 }, "meta": { "columnNames": { "x": "Year format", "y": "Managed Money" } }, "mode": "lines", "name": "<b>2025</b>", "type": "scatter", "xsrc": "jimmyg23:533:078c29", "ysrc": "jimmyg23:532:ebd87b", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 15, "color": "rgb(23, 50, 80)", "family": "Droid Sans" }, "title": { "x": 0.5, "font": { "size": 26, "family": "Droid Sans" }, "text": "Net Short | 1,386" }, "xaxis": { "type": "category", "dtick": 0, "range": [ 0, 51 ], "nticks": 0, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(181, 204, 231)", "linecolor": "rgb(59, 97, 140)", "linewidth": 2, "tickangle": 45 }, "yaxis": { "type": "linear", "range": [ -3124.8888888888887, 10792.888888888889 ], "nticks": 15, "showline": true, "autorange": true, "linecolor": "rgb(153, 186, 228)", "tickangle": "auto", "zerolinecolor": "rgb(255, 210, 189)" }, "legend": { "x": 1.02, "y": 0.3599999999999999 }, "margin": { "t": 80 }, "barmode": "group", "modebar": { "color": "rgba(21, 54, 164, 0.3)", "activecolor": "rgba(17, 53, 139, 0.7)", "orientation": "v" }, "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" }, "uniformtext": { "mode": false, "minsize": 5 }, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "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-07-09T10:08:42.605103Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/524.embed", "fid": "jimmyg23:524", "filename": "WTI ICE CoT YoY", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/524/9_02LXTS6ETUTISDBUEH1CYA7LM8WMD1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/524/2_ERDVQAO4PT2IW9L45YKMLGRXK8W6N7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/524/8_6WBZC5O73SD1P870EL8BJGA0ZZLU9O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/524/9_02LXTS6ETUTISDBUEH1CYA7LM8WMD1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:524", "plots": "https://api.plotly.com/v2/plots/jimmyg23:524", "parent": "https://api.plotly.com/v2/folders/home?user=jimmyg23" }, "owner": "jimmyg23", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~jimmyg23/524/", "world_readable": true, "date_modified": "2025-07-18T21:25:45.950Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/524/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(218, 14, 37)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2020" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:518:5e71eb", "ysrc": "jimmyg23:540:ce667f", "stackgroup": null }, { "line": { "color": "rgb(28, 183, 30)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2021" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:518:5e71eb", "ysrc": "jimmyg23:541:8614ad", "stackgroup": null }, { "line": { "color": "rgb(51, 214, 202)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2022" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:518:5e71eb", "ysrc": "jimmyg23:542:6b1288", "stackgroup": null }, { "line": { "color": "rgb(163, 69, 215)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2023" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:518:5e71eb", "ysrc": "jimmyg23:543:eec8df", "stackgroup": null }, { "line": { "color": "rgb(243, 136, 25)", "width": 3 }, "meta": { "columnNames": { "x": "Year format", "y": "|2024" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:518:5e71eb", "ysrc": "jimmyg23:544:2c423f", "stackgroup": null }, { "line": { "color": "rgb(92, 147, 239)", "width": 6 }, "meta": { "columnNames": { "x": "Year format", "y": "|2025" } }, "mode": "lines", "name": "<b>%{meta.columnNames.y}</b>", "type": "scatter", "xsrc": "jimmyg23:518:5e71eb", "ysrc": "jimmyg23:539:137759", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 15, "color": "rgb(23, 50, 80)", "family": "Droid Sans" }, "title": { "x": 0.5, "font": { "size": 26, "family": "Droid Sans" }, "text": "Net Short | 58,108" }, "xaxis": { "type": "category", "dtick": 0, "range": [ 0, 51 ], "nticks": 0, "showline": true, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(181, 204, 231)", "linecolor": "rgb(59, 97, 140)", "linewidth": 2, "tickangle": 45 }, "yaxis": { "type": "linear", "range": [ -71245.94444444444, 106472.94444444444 ], "nticks": 15, "showline": true, "autorange": true, "linecolor": "rgb(153, 186, 228)", "tickangle": "auto", "zerolinecolor": "rgb(255, 210, 189)" }, "legend": { "x": 1.02, "y": 0.3599999999999999 }, "margin": { "t": 80 }, "barmode": "group", "modebar": { "color": "rgba(21, 54, 164, 0.3)", "activecolor": "rgba(17, 53, 139, 0.7)", "orientation": "v" }, "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" }, "uniformtext": { "mode": false, "minsize": 5 }, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "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-07-09T10:06:33.022585Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~matthewmooney__/1.embed", "fid": "matthewmooney__:1", "filename": "Control Group Gaps", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/matthewmooney__/1/9_MB3WOZX6LCQNF4CI239DZ1TH4X6RV2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/matthewmooney__/1/2_M1MHMABQQ2J6XF7PIVJKL1AZIVXTQO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matthewmooney__/1/8_E3MI7WTV61ES5X390MSXHKIAKU330S.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matthewmooney__/1/9_MB3WOZX6LCQNF4CI239DZ1TH4X6RV2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/matthewmooney__:1", "plots": "https://api.plotly.com/v2/plots/matthewmooney__:1", "parent": "https://api.plotly.com/v2/folders/home?user=matthewmooney__" }, "owner": "matthewmooney__", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~matthewmooney__/1/", "world_readable": true, "date_modified": "2025-07-09T12:16:22.452Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~matthewmooney__/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Control Group", "y": "High Gaps", "text": "Total Gaps", "textposition": "Total Gaps" } }, "name": "High Gaps", "type": "bar", "xsrc": "matthewmooney__:0:4e8580", "ysrc": "matthewmooney__:0:b399e5", "marker": { "line": { "color": "rgb(206, 203, 203)" }, "color": "#AA0DFE", "opacity": 1 }, "opacity": 1, "textsrc": "matthewmooney__:0:2065d2", "hoverinfo": "x+y+text+name", "hoverlabel": { "align": "auto", "namelength": 0 }, "showlegend": true, "orientation": "v", "texttemplate": "", "hovertemplate": "%{fullData.name}: %{y}<br>Total Gaps: %{text}", "textpositionsrc": "matthewmooney__:0:2065d2" }, { "meta": { "columnNames": { "x": "Control Group", "y": "Medium Gaps", "text": "Total Gaps" } }, "name": "Medium Gaps", "type": "bar", "xsrc": "matthewmooney__:0:4e8580", "ysrc": "matthewmooney__:0:aca1f6", "textsrc": "matthewmooney__:0:2065d2", "hoverlabel": { "namelength": 0 }, "orientation": "v", "hovertemplate": "%{fullData.name}: %{y}<br>Total Gaps: %{text}" }, { "meta": { "columnNames": { "x": "Control Group", "y": "Low Gaps", "text": "Total Gaps", "textposition": "Total Gaps" } }, "name": "Low Gaps", "type": "bar", "xsrc": "matthewmooney__:0:4e8580", "ysrc": "matthewmooney__:0:b45c6e", "marker": { "color": "rgb(25, 173, 134)" }, "textsrc": "matthewmooney__:0:2065d2", "textfont": { "family": "Droid Serif" }, "hoverlabel": { "namelength": 0 }, "orientation": "v", "hovertemplate": "%{fullData.name}: %{y}<br>Total Gaps: %{text}", "textpositionsrc": "matthewmooney__:0:2065d2" } ], "frames": [], "layout": { "font": { "size": 12, "color": "rgb(0, 0, 0)", "family": "Arial" }, "title": { "x": 0.02, "font": { "size": 12, "family": "Arial" }, "text": "<br>" }, "xaxis": { "type": "category", "range": [ -0.5, 5.5 ], "title": { "text": "Control Group" }, "anchor": "y", "autorange": true, "showspikes": false, "rangeslider": { "range": [ -0.5, 5.5 ], "yaxis": {}, "visible": false, "autorange": true }, "spikethickness": 8 }, "yaxis": { "type": "linear", "range": [ 0, 148.42105263157896 ], "title": { "text": "Gaps" }, "autorange": true }, "bargap": 0.4, "legend": { "x": 0.8922110485384823, "y": 0.9340277777777778, "title": { "text": "<br>" }, "xanchor": "left" }, "margin": { "b": 20, "l": 20, "r": 20, "t": 20, "pad": 10 }, "barmode": "stack", "barnorm": "", "metasrc": "matthewmooney__:0:2065d2", "modebar": { "color": "rgba(107, 27, 27, 0.3)", "bgcolor": "rgba(120, 17, 17, 0.5)", "activecolor": "rgba(102, 13, 13, 0.7)" }, "autosize": true, "colorway": [ "#AA0DFE", "#3283FE", "#85660D", "#782AB6", "#565656", "#1C8356", "#16FF32", "#F7E1A0", "#E2E2E2", "#1CBE4F", "#C4451C", "#DEA0FD", "#FE00FA", "#325A9B", "#FEAF16", "#F8A19F", "#90AD1C", "#F6222E", "#1CFFCE", "#2ED9FF", "#B10DA1", "#C075A6", "#FC1CBF", "#B00068", "#FBE426", "#FA0087" ], "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" }, "clickmode": "event", "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "#000004" ], [ 0.1111111111111111, "#180f3d" ], [ 0.2222222222222222, "#440f76" ], [ 0.3333333333333333, "#721f81" ], [ 0.4444444444444444, "#9e2f7f" ], [ 0.5555555555555556, "#cd4071" ], [ 0.6666666666666666, "#f1605d" ], [ 0.7777777777777778, "#fd9668" ], [ 0.8888888888888888, "#feca8d" ], [ 1, "#fcfdbf" ] ] }, "hoverlabel": { "font": { "size": 12, "family": "Arial" }, "align": "auto", "bgcolor": "rgb(255, 255, 255)", "bordercolor": "#000" }, "separators": ".,", "showlegend": true, "annotations": [], "bargroupgap": 0, "uniformtext": { "mode": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~matthewmooney__", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 10:04:30", "mapbox_access_tokens": null, "has_password": null, "username": "matthewmooney__", "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-07-09T10:02:25.299646Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~felixzhp/1.embed", "fid": "felixzhp:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/felixzhp/1/9_0MGA8VSK8YR5F8JJOHAV5B5NZ2O9QI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/felixzhp/1/2_U3FRK8QSCGB94PFTFYFASW1M2JATZX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/felixzhp/1/8_G0SFCJZHROJ35KGNIZ4SO6DF8BXKGM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/felixzhp/1/9_0MGA8VSK8YR5F8JJOHAV5B5NZ2O9QI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/felixzhp:1", "plots": "https://api.plotly.com/v2/plots/felixzhp:1", "parent": "https://api.plotly.com/v2/folders/home?user=felixzhp" }, "owner": "felixzhp", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~felixzhp/1/", "world_readable": true, "date_modified": "2025-07-16T01:32:25.817Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~felixzhp/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "trace xx", "type": "bar", "xsrc": "felixzhp:0:9b9e2c", "ysrc": "felixzhp:0:315cab", "transforms": [ { "meta": { "columnNames": { "target": "B" } }, "type": "filter", "value": [ "200" ], "enabled": true, "operation": "{}", "targetsrc": "felixzhp:0:315cab" } ], "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "type": "bar", "xsrc": "felixzhp:0:9b9e2c", "ysrc": "felixzhp:0:c9c20b", "transforms": [ { "meta": { "columnNames": { "target": "C" } }, "type": "filter", "value": [ "200" ], "operation": "{}", "targetsrc": "felixzhp:0:c9c20b" } ], "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.4481361426256078, 0.5 ], "autorange": false, "showspikes": false, "rangeslider": { "range": [ -0.5, 0.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ 0, 421.05263157894734 ], "autorange": true }, "barmode": "relative", "modebar": { "orientation": "h" }, "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/~felixzhp", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-09 09:49:16", "mapbox_access_tokens": null, "has_password": null, "username": "felixzhp", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "