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=cj0xJnA9MjAyNS0wOS0wOCsxMCUzQTQ1JTNBMDcuNzM1NjE5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA4KzEyJTNBMDUlM0E1MC4wNzY4ODMlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0wOCsxNyUzQTM0JTNBNDguNzA0Mjg5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-08T17:34:48.704289Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Belt/3.embed", "fid": "Belt:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Belt/3/9_VY7M69X7PXV51EP9Z7LCV2NMF8JSFN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Belt/3/2_C99SZOO2XIRDB31HBL47N0HX73976H.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Belt/3/8_KDOMNR16PNVMYSR22UT23F3IWGZCV1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Belt/3/9_VY7M69X7PXV51EP9Z7LCV2NMF8JSFN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Belt:3", "plots": "https://api.plotly.com/v2/plots/Belt:3", "parent": "https://api.plotly.com/v2/folders/home?user=Belt" }, "owner": "Belt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Belt/3/", "world_readable": true, "date_modified": "2025-09-08T17:34:48.715Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Belt/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "error_y": { "array": "C" } } }, "mode": "markers", "type": "bar", "xsrc": "Belt:2:e9d159", "ysrc": "Belt:2:582293", "error_y": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "visible": true, "arraysrc": "Belt:2:7180b6", "symmetric": true }, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -5, 85 ], "title": { "text": "NaCl Concentration (mM)" }, "autorange": true, "showspikes": false, "rangeslider": { "range": [ -5, 85 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ 0, 5.231578947368421 ], "title": { "text": "Stem Length (cm) +/- 1SD" }, "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/~Belt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-05-22 14:37:19", "mapbox_access_tokens": null, "has_password": null, "username": "Belt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T17:27:31.395004Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Navesh33/9.embed", "fid": "Navesh33:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Navesh33:9/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Navesh33:9/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Navesh33/9/8_600PU6J9YNLK71UON8T6B9G8EIHA6C.png", "list-thumb": "https://api.plotly.com/v2/files/Navesh33:9/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Navesh33:9", "plots": "https://api.plotly.com/v2/plots/Navesh33:9", "parent": "https://api.plotly.com/v2/folders/home?user=Navesh33" }, "owner": "Navesh33", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Navesh33/9/", "world_readable": true, "date_modified": "2025-09-08T17:27:31.408Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Navesh33/9/", "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": "Navesh33:8:a4b638", "ysrc": "Navesh33:8:f0c98c" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 102, 111 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.02222222222222224, 2.422222222222222 ], "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/~Navesh33", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-25 06:05:06", "mapbox_access_tokens": null, "has_password": null, "username": "Navesh33", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T17:16:25.241912Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~4e/563.embed", "fid": "4e:563", "filename": "Plot 563", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/4e:563/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/4e:563/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/4e/563/8_S9BYDCJZGVFUV5VLYSAERNFX1H473N.png", "list-thumb": "https://api.plotly.com/v2/files/4e:563/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/4e:563", "plots": "https://api.plotly.com/v2/plots/4e:563", "parent": "https://api.plotly.com/v2/folders/home?user=4e" }, "owner": "4e", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~4e/563/", "world_readable": true, "date_modified": "2025-09-09T19:01:45.789Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~4e/563/", "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": "4e:562:a73520", "ysrc": "4e:562:6117de", "visible": "legendonly" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:562:a73520", "ysrc": "4e:562:91d470", "visible": true, "stackgroup": null }, { "line": { "color": "rgb(18, 145, 4)" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:562:a73520", "ysrc": "4e:562:50d8b2", "visible": true, "stackgroup": null, "connectgaps": true }, { "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:562:a73520", "ysrc": "4e:562:459195", "visible": true, "stackgroup": null }, { "line": { "color": "rgb(108, 229, 108)" }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "type": "scatter", "xsrc": "4e:562:a73520", "ysrc": "4e:562:36f292", "visible": true, "stackgroup": null, "connectgaps": true } ], "frames": [], "layout": { "title": { "text": "Black Iron Queen of the Night" }, "xaxis": { "type": "category", "range": [ 0, 3031 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -987654.2777777778, 18765431.277777776 ], "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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~4e", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.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": "2024-09-12 13:44:49", "mapbox_access_tokens": null, "has_password": null, "username": "4e", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T15:58:25.996513Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~KZee/1.embed", "fid": "KZee:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/KZee/1/9_JFKTGRIUOX09SI7N0FV9GTOKO4HRH9.png", "image_urls": { "default": "https://api.plotly.com/v2/files/KZee:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/KZee/1/8_5I2NAP3129Y3B0X11KNNJS4KNQN7EI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/KZee/1/9_JFKTGRIUOX09SI7N0FV9GTOKO4HRH9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/KZee:1", "plots": "https://api.plotly.com/v2/plots/KZee:1", "parent": "https://api.plotly.com/v2/folders/home?user=KZee" }, "owner": "KZee", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~KZee/1/", "world_readable": true, "date_modified": "2025-09-08T15:58:26.011Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~KZee/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "71e1ea", "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y", "text": "Trace 0, text" } }, "mode": "markers", "name": null, "type": "scatter", "xsrc": "KZee:0:3d8fa5", "ysrc": "KZee:0:6994c1", "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "size": 4, "color": "rgb(67, 67, 67)", "symbol": "circle", "opacity": 1, "sizeref": 1, "sizemode": "area" }, "textsrc": "KZee:0:6b06d1", "showlegend": false }, { "uid": "0695ed", "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y", "text": "Trace 1, text" } }, "mode": "markers", "name": null, "type": "scatter", "xsrc": "KZee:0:eb6a79", "ysrc": "KZee:0:aabdf7", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "size": 4, "color": "rgb(67, 67, 67)", "symbol": "circle", "opacity": 1, "sizeref": 1, "sizemode": "area" }, "textsrc": "KZee:0:9a47e0", "showlegend": false }, { "uid": "fd8e0a", "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y", "text": "Trace 2, text" } }, "mode": "markers", "name": null, "type": "scatter", "xsrc": "KZee:0:0e1ba0", "ysrc": "KZee:0:e107d1", "xaxis": "x3", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "size": 4, "color": "rgb(67, 67, 67)", "symbol": "circle", "opacity": 1, "sizeref": 1, "sizemode": "area" }, "textsrc": "KZee:0:e4ee41", "showlegend": false }, { "uid": "eb65c9", "meta": { "columnNames": { "x": "Trace 3, x", "y": "Trace 3, y", "text": "Trace 3, text" } }, "mode": "markers", "name": null, "type": "scatter", "xsrc": "KZee:0:cda084", "ysrc": "KZee:0:3c4a0b", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "size": 4, "color": "rgb(67, 67, 67)", "symbol": "circle", "opacity": 1, "sizeref": 1, "sizemode": "area" }, "textsrc": "KZee:0:a7b48b", "showlegend": false }, { "uid": "39a57d", "meta": { "columnNames": { "x": "Trace 4, x", "y": "Trace 4, y", "text": "Trace 4, text" } }, "mode": "markers", "name": null, "type": "scatter", "xsrc": "KZee:0:3b6062", "ysrc": "KZee:0:313a94", "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "size": 4, "color": "rgb(67, 67, 67)", "symbol": "circle", "opacity": 1, "sizeref": 1, "sizemode": "area" }, "textsrc": "KZee:0:90c493", "showlegend": false }, { "uid": "63b8d7", "fill": "tozerox", "line": { "dash": "solid", "color": "transparent", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Fair, x", "y": "Fair, y" } }, "mode": "lines", "name": "Fair", "text": null, "type": "scatter", "xsrc": "KZee:0:143e51", "ysrc": "KZee:0:f644fe", "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "fillcolor": "rgba(248,118,109,0.2)", "showlegend": false }, { "uid": "76b0f9", "fill": "tozerox", "line": { "dash": "solid", "color": "transparent", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Good, x", "y": "Good, y" } }, "mode": "lines", "name": "Good", "text": null, "type": "scatter", "xsrc": "KZee:0:de68c7", "ysrc": "KZee:0:5f5b84", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "fillcolor": "rgba(163,165,0,0.2)", "showlegend": false }, { "uid": "39f795", "fill": "tozerox", "line": { "dash": "solid", "color": "transparent", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Very Good, x", "y": "Very Good, y" } }, "mode": "lines", "name": "Very Good", "text": null, "type": "scatter", "xsrc": "KZee:0:0ed5de", "ysrc": "KZee:0:a14862", "xaxis": "x3", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "fillcolor": "rgba(0,191,125,0.2)", "showlegend": false }, { "uid": "2293e3", "fill": "tozerox", "line": { "dash": "solid", "color": "transparent", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Premium, x", "y": "Premium, y" } }, "mode": "lines", "name": "Premium", "text": null, "type": "scatter", "xsrc": "KZee:0:1253a8", "ysrc": "KZee:0:53f1eb", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "fillcolor": "rgba(0,176,246,0.2)", "showlegend": false }, { "uid": "133c9d", "fill": "tozerox", "line": { "dash": "solid", "color": "transparent", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Ideal, x", "y": "Ideal, y" } }, "mode": "lines", "name": "Ideal", "text": null, "type": "scatter", "xsrc": "KZee:0:835546", "ysrc": "KZee:0:bc01ee", "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "fillcolor": "rgba(231,107,243,0.2)", "showlegend": false }, { "uid": "2a6468", "line": { "dash": "solid", "color": "rgb(248,118,109)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Fair (1), x", "y": "Fair (1), y" } }, "mode": "lines", "name": "Fair", "text": null, "type": "scatter", "xsrc": "KZee:0:b4a9f5", "ysrc": "KZee:0:fc60ed", "xaxis": "x", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "showlegend": true }, { "uid": "5b18db", "line": { "dash": "solid", "color": "rgb(163,165,0)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Good (1), x", "y": "Good (1), y" } }, "mode": "lines", "name": "Good", "text": null, "type": "scatter", "xsrc": "KZee:0:4a7d0a", "ysrc": "KZee:0:09bdfd", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "showlegend": true }, { "uid": "2cbf43", "line": { "dash": "solid", "color": "rgb(0,191,125)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Very Good (1), x", "y": "Very Good (1), y" } }, "mode": "lines", "name": "Very Good", "text": null, "type": "scatter", "xsrc": "KZee:0:f01602", "ysrc": "KZee:0:be02af", "xaxis": "x3", "yaxis": "y2", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "showlegend": true }, { "uid": "08a56c", "line": { "dash": "solid", "color": "rgb(0,176,246)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Premium (1), x", "y": "Premium (1), y" } }, "mode": "lines", "name": "Premium", "text": null, "type": "scatter", "xsrc": "KZee:0:b2f182", "ysrc": "KZee:0:3f1046", "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "showlegend": true }, { "uid": "8b4bfb", "line": { "dash": "solid", "color": "rgb(231,107,243)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "Ideal (1), x", "y": "Ideal (1), y" } }, "mode": "lines", "name": "Ideal", "text": null, "type": "scatter", "xsrc": "KZee:0:9c2c96", "ysrc": "KZee:0:5393c1", "xaxis": "x2", "yaxis": "y", "marker": { "line": { "color": "rgb(140, 140, 140)", "width": 0.5 }, "color": "rgb(67, 67, 67)" }, "showlegend": true }, { "mode": "lines", "type": "scatter", "stackgroup": null } ], "frames": [], "layout": { "title": { "font": { "family": "" } }, "width": 1412, "xaxis": { "type": "linear", "range": [ 0.0915, 3.1385 ], "ticks": "outside", "anchor": "y", "domain": [ 0, 0.303333333333333 ], "showgrid": true, "showline": false, "zeroline": false, "autorange": false, "gridcolor": "rgb(255,255,255)", "tickcolor": "rgb(127,127,127)", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -2424.94920630485, 19760 ], "ticks": "outside", "anchor": "x", "domain": [ 0, 0.43 ], "showgrid": true, "showline": false, "zeroline": false, "autorange": false, "gridcolor": "rgb(255,255,255)", "tickcolor": "rgb(127,127,127)", "showticklabels": true }, "height": 761, "legend": { "x": 1.05, "y": 0.5, "font": { "family": "" }, "bgcolor": "rgb(255,255,255)", "xanchor": "center", "yanchor": "top", "bordercolor": "transparent" }, "margin": { "l": 60, "r": 0, "t": 30 }, "xaxis2": { "type": "linear", "range": [ 0.0915, 3.1385 ], "ticks": "outside", "anchor": "y", "domain": [ 0.353333333333333, 0.656666666666667 ], "showgrid": true, "showline": false, "zeroline": false, "autorange": false, "gridcolor": "rgb(255,255,255)", "tickcolor": "rgb(127,127,127)", "showticklabels": true }, "xaxis3": { "type": "linear", "range": [ 0.0915, 3.1385 ], "ticks": "outside", "anchor": "y", "domain": [ 0.686666666666667, 1 ], "showgrid": true, "showline": false, "zeroline": false, "autorange": false, "gridcolor": "rgb(255,255,255)", "tickcolor": "rgb(127,127,127)", "showticklabels": true }, "yaxis2": { "type": "linear", "range": [ -2424.94920630485, 19764.6166288717 ], "ticks": "outside", "anchor": "x", "domain": [ 0.52, 0.95 ], "showgrid": true, "showline": false, "zeroline": false, "autorange": false, "gridcolor": "rgb(255,255,255)", "tickcolor": "rgb(127,127,127)", "showticklabels": true }, "autosize": true, "showlegend": false, "annotations": [ { "x": 0.161666666666667, "y": 0.9925, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "Fair", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0 }, { "x": 0.495, "y": 0.9925, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "Good", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0 }, { "x": 0.828333333333333, "y": 0.9925, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "Very Good", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0 }, { "x": 0.161666666666667, "y": 0.4925, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "Premium", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0 }, { "x": 0.495, "y": 0.4925, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "Ideal", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false, "textangle": 0 }, { "x": 0.5, "y": -0.05, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "carat", "xref": "paper", "yref": "paper", "xanchor": "auto", "yanchor": "top", "showarrow": false, "textangle": 0 }, { "x": -0.04016641452344932, "y": 0.478494623655914, "ax": 0, "ay": 0, "font": { "size": 14 }, "text": "price", "xref": "paper", "yref": "paper", "xanchor": "auto", "yanchor": "auto", "showarrow": false, "textangle": -90 } ], "plot_bgcolor": "rgb(229,229,229)", "paper_bgcolor": "rgb(255,255,255)" } }, "height": 761, "width": 1412, "user": { "profile_url": "https://chart-studio.plotly.com/~KZee", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-08 15:48:38", "mapbox_access_tokens": null, "has_password": null, "username": "KZee", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T15:17:48.215032Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dylanGenius/19.embed", "fid": "dylanGenius:19", "filename": "model-coefficient-table", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/dylanGenius:19/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/dylanGenius:19/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dylanGenius/19/8_0FDOE7H0BQHF8FS35FIOX0QB8QJK8Q.png", "list-thumb": "https://api.plotly.com/v2/files/dylanGenius:19/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dylanGenius:19", "plots": "https://api.plotly.com/v2/plots/dylanGenius:19", "parent": "https://api.plotly.com/v2/folders/home?user=dylanGenius" }, "owner": "dylanGenius", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 15, "web_url": "https://chart-studio.plotly.com/~dylanGenius/19/", "world_readable": true, "date_modified": "2025-09-08T15:26:23.748Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dylanGenius/19/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Week 1 PICC - Most Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:16a51b" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:0c711f" }, "visible": true }, { "name": "Week 1 PICC - Least Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:777d03" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:447f2a" }, "visible": false }, { "name": "Week 1 PRGV - Most Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:e5e475" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:cd3b3f" }, "visible": false }, { "name": "Week 1 PRGV - Least Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:61a8b4" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:32f9c9" }, "visible": false }, { "name": "Week 2 PICC - Most Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:d5d31e" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:1afb8c" }, "visible": false }, { "name": "Week 2 PICC - Least Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:bc9a0b" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:8e9928" }, "visible": false }, { "name": "Week 2 PRGV - Most Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:788121" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:96b1ca" }, "visible": false }, { "name": "Week 2 PRGV - Least Important Coefficients", "type": "table", "cells": { "fill": { "color": "white" }, "font": { "size": 11, "family": "Arial", "weight": "bold" }, "align": "center", "height": 33, "valuessrc": "dylanGenius:25:aa6a94" }, "header": { "fill": { "color": "lightblue" }, "font": { "size": 14, "color": "black", "family": "Arial" }, "align": "center", "height": 36, "valuessrc": "dylanGenius:25:e9eb64" }, "visible": false } ], "layout": { "title": { "x": 0.5, "font": { "size": 16 }, "text": "PRGV Group 2 Most/Least important model coefficients" }, "height": 600, "margin": { "b": 20, "l": 20, "r": 20, "t": 180 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.01, "y": 1.18, "font": { "size": 12, "color": "black" }, "text": "<b>Select View:</b>", "xref": "paper", "yref": "paper", "showarrow": false } ], "updatemenus": [ { "x": 0.01, "y": 1.15, "pad": { "r": 10, "t": 10 }, "font": { "size": 11 }, "type": "dropdown", "bgcolor": "rgba(255,255,255,0.9)", "buttons": [ { "args": [ { "visible": [ true, false, false, false, false, false, false, false ] } ], "label": "Week 1 PICC - Most Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, true, false, false, false, false, false, false ] } ], "label": "Week 1 PICC - Least Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, false, true, false, false, false, false, false ] } ], "label": "Week 1 PRGV - Most Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, false, false, true, false, false, false, false ] } ], "label": "Week 1 PRGV - Least Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, false, false, false, true, false, false, false ] } ], "label": "Week 2 PICC - Most Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, false, false, false, false, true, false, false ] } ], "label": "Week 2 PICC - Least Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, false, false, false, false, false, true, false ] } ], "label": "Week 2 PRGV - Most Important Coefficients", "method": "update" }, { "args": [ { "visible": [ false, false, false, false, false, false, false, true ] } ], "label": "Week 2 PRGV - Least Important Coefficients", "method": "update" } ], "xanchor": "left", "yanchor": "top", "direction": "down", "showactive": true, "bordercolor": "rgba(0,0,0,0.3)", "borderwidth": 1 } ] } }, "height": 600, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dylanGenius", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-27 11:43:34", "mapbox_access_tokens": null, "has_password": null, "username": "dylanGenius", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T14:23:22.328761Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hugoguimaraes/1.embed", "fid": "hugoguimaraes:1", "filename": "Px_Wo-En-Fs", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/hugoguimaraes:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/hugoguimaraes:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hugoguimaraes/1/8_62QNOUR43W06DQHDC31YI5E31R4MMN.png", "list-thumb": "https://api.plotly.com/v2/files/hugoguimaraes:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hugoguimaraes:1", "plots": "https://api.plotly.com/v2/plots/hugoguimaraes:1", "parent": "https://api.plotly.com/v2/folders/home?user=hugoguimaraes" }, "owner": "hugoguimaraes", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~hugoguimaraes/1/", "world_readable": true, "date_modified": "2025-09-08T14:23:22.342Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hugoguimaraes/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "asrc": "hugoguimaraes:0:785cff", "bsrc": "hugoguimaraes:0:d438c2", "csrc": "hugoguimaraes:0:cf8901", "meta": { "columnNames": { "a": "D", "b": "E", "c": "C", "marker": { "size": "B", "color": "B" } } }, "mode": "markers", "name": "<br>", "type": "scatterternary", "marker": { "cmax": 1, "cmin": 1.5, "line": { "width": 0 }, "meta": { "columnNames": { "size": "B", "color": "B" } }, "size": 6, "cauto": false, "symbol": "triangle-up", "sizeref": null, "colorsrc": "hugoguimaraes:0:b2b3a0", "sizemode": "area", "showscale": false, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#d9ef8b" ], [ 0.7, "#a6d96a" ], [ 0.8, "#66bd63" ], [ 0.9, "#1a9850" ], [ 1, "#006837" ] ] }, "hoverinfo": "a+b+c", "autocolorscale": false } ], "frames": [], "layout": { "font": { "size": 16 }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "ternary": { "aaxis": { "dtick": 0, "tick0": 10, "ticks": "outside", "title": { "text": "Ca<sub>2</sub>Si<sub>2</sub>O<sub>6</sub> (Wo)" }, "nticks": 10, "ticklen": 8, "tickmode": "auto", "gridwidth": 2 }, "baxis": { "title": { "text": "Mg<sub>2</sub>Si<sub>2</sub>O<sub>6</sub> (En)" }, "ticklen": 8, "gridwidth": 2 }, "caxis": { "tick0": 1, "title": { "text": "Fe<sub>2</sub>Si<sub>2</sub>O<sub>6</sub> (Fs)" }, "nticks": 8, "ticklen": 8, "tickmode": "auto", "gridwidth": 2 } }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hugoguimaraes", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.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-09-03 18:38:56", "mapbox_access_tokens": null, "has_password": null, "username": "hugoguimaraes", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T14:15:57.280910Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dylanGenius/16.embed", "fid": "dylanGenius:16", "filename": "model-coefficients-PRGV-group-2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/dylanGenius:16/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dylanGenius/16/2_20J6HBQUTZV4OLZU3QZBXE9FXGYRB5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dylanGenius/16/8_GMK50VMY8VOACZ6UY1EK1AQDS16Q46.png", "list-thumb": "https://api.plotly.com/v2/files/dylanGenius:16/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dylanGenius:16", "plots": "https://api.plotly.com/v2/plots/dylanGenius:16", "parent": "https://api.plotly.com/v2/folders/home?user=dylanGenius" }, "owner": "dylanGenius", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 16, "web_url": "https://chart-studio.plotly.com/~dylanGenius/16/", "world_readable": true, "date_modified": "2025-09-08T14:17:57.495Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dylanGenius/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Week 1 - PICC", "type": "bar", "xsrc": "dylanGenius:17:efa782", "ysrc": "dylanGenius:17:373b64", "width": 0.2803361860534004, "marker": { "color": "orange" }, "opacity": 0.4, "hovertemplate": "<b>Week 1 - PICC</b><br>Coefficient Value: %{x:.3f}<br>Density: %{y:.3f}<br><extra></extra>" }, { "name": "Week 1 - PRGV", "type": "bar", "xsrc": "dylanGenius:17:61c5ac", "ysrc": "dylanGenius:17:b16fb0", "width": 0.2803361860534004, "marker": { "color": "purple" }, "opacity": 0.4, "hovertemplate": "<b>Week 1 - PRGV</b><br>Coefficient Value: %{x:.3f}<br>Density: %{y:.3f}<br><extra></extra>" }, { "name": "Week 2 - PICC", "type": "bar", "xsrc": "dylanGenius:17:c56dcb", "ysrc": "dylanGenius:17:3d8581", "width": 0.2803361860534004, "marker": { "color": "yellow" }, "opacity": 0.4, "hovertemplate": "<b>Week 2 - PICC</b><br>Coefficient Value: %{x:.3f}<br>Density: %{y:.3f}<br><extra></extra>" }, { "name": "Week 2 - PRGV", "type": "bar", "xsrc": "dylanGenius:17:ca199a", "ysrc": "dylanGenius:17:8ab238", "width": 0.2803361860534004, "marker": { "color": "pink" }, "opacity": 0.4, "hovertemplate": "<b>Week 2 - PRGV</b><br>Coefficient Value: %{x:.3f}<br>Density: %{y:.3f}<br><extra></extra>" } ], "layout": { "title": { "text": "PRGV Group 2 Model Coefficient Probability Densities" }, "width": 1000, "xaxis": { "title": { "text": "Coefficient Value" }, "showgrid": true, "showline": true, "gridcolor": "lightgray", "gridwidth": 1, "linecolor": "black" }, "yaxis": { "title": { "text": "Probability Density" }, "showgrid": true, "showline": true, "gridcolor": "lightgray", "gridwidth": 1, "linecolor": "black" }, "height": 600, "legend": { "x": 0.7, "y": 0.95, "bgcolor": "rgba(255,255,255,0.8)", "bordercolor": "rgba(0,0,0,0.2)", "borderwidth": 1 }, "barmode": "overlay", "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "plot_bgcolor": "white", "paper_bgcolor": "white" } }, "height": 600, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~dylanGenius", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-27 11:43:34", "mapbox_access_tokens": null, "has_password": null, "username": "dylanGenius", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T12:54:18.397181Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jimmyg23/653.embed", "fid": "jimmyg23:653", "filename": "Corn Net Sales by MY", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/653/9_D2SGU5DOAWJ66JDNVHHP5PSRODF5TY.png", "image_urls": { "default": "https://api.plotly.com/v2/files/jimmyg23:653/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/653/8_WQP459OSBSZZ14QP7A8YM3AUR27REZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jimmyg23/653/9_D2SGU5DOAWJ66JDNVHHP5PSRODF5TY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jimmyg23:653", "plots": "https://api.plotly.com/v2/plots/jimmyg23:653", "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/653/", "world_readable": true, "date_modified": "2025-09-08T12:54:18.411Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jimmyg23/653/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Date", "y": "CMY Net Sales" } }, "name": "MY 24/25", "type": "bar", "xsrc": "jimmyg23:652:8b2970", "ysrc": "jimmyg23:652:b84e13", "marker": { "color": "rgb(39, 92, 194)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "Date", "y": "NMY Net Sales " } }, "name": "MY 25/26", "type": "bar", "xsrc": "jimmyg23:652:8b2970", "ysrc": "jimmyg23:652:4f2c5c", "marker": { "color": "rgb(224, 32, 32)" }, "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(0, 1, 3)", "family": "Overpass" }, "title": { "text": "Corn Net Sales by Market Year" }, "xaxis": { "type": "category", "range": [ -0.5, 51.5 ], "ticks": "outside", "showline": true, "autorange": true, "linecolor": "rgb(0, 0, 0)", "linewidth": 3, "tickangle": 45 }, "yaxis": { "side": "left", "type": "linear", "range": [ -496695.0555555556, 3818346.0555555555 ], "ticks": "outside", "title": { "text": "Metric Tons" }, "nticks": 22, "showline": true, "zeroline": true, "autorange": true, "gridcolor": "rgb(204, 213, 224)", "linecolor": "rgb(0, 0, 0)", "linewidth": 2, "zerolinecolor": "rgb(206, 123, 92)", "zerolinewidth": 2 }, "barmode": "group", "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" }, "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-09-08T12:22:29.698686Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~senurii/20.embed", "fid": "senurii:20", "filename": "Bubble Plot", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/senurii:20/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/senurii:20/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/senurii/20/8_AUU2CPTJEAGT0GDRVRR238O3TGWFAY.png", "list-thumb": "https://api.plotly.com/v2/files/senurii:20/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/senurii:20", "plots": "https://api.plotly.com/v2/plots/senurii:20", "parent": "https://api.plotly.com/v2/folders/home?user=senurii" }, "owner": "senurii", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~senurii/20/", "world_readable": true, "date_modified": "2025-09-11T11:55:42.222Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~senurii/20/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "D", "y": "C", "marker": { "size": "D", "color": "C" } } }, "mode": "markers", "name": "CNN-PSK (ESC-10)", "type": "scatter", "xsrc": "senurii:19:1ab949", "ysrc": "senurii:19:3a5009", "marker": { "meta": { "columnNames": { "size": "D", "color": "C" } }, "color": "rgb(141, 216, 255)", "sizemin": 2, "sizeref": 0.2, "sizesrc": "senurii:19:1ab949", "sizemode": "area" }, "visible": true }, { "meta": { "columnNames": { "x": "H", "y": "G", "marker": { "size": "H" } } }, "mode": "markers", "name": "CNN-PSK (ESC-50)", "type": "scatter", "xsrc": "senurii:19:7bc93e", "ysrc": "senurii:19:14468e", "marker": { "meta": { "columnNames": { "size": "H" } }, "color": "rgb(157, 234, 146)", "sizeref": 0.2, "sizesrc": "senurii:19:7bc93e", "sizemode": "area" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "L", "y": "K", "marker": { "size": "L" } } }, "mode": "markers", "name": "CNN-PSK (FSC22)", "type": "scatter", "xsrc": "senurii:19:db39a7", "ysrc": "senurii:19:4103d3", "marker": { "meta": { "columnNames": { "size": "L" } }, "color": "rgb(255, 191, 120)", "sizeref": 0.2, "sizesrc": "senurii:19:db39a7", "sizemode": "area" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "P", "y": "O", "marker": { "size": "P" } } }, "mode": "markers", "name": "CNN-PSK (US8K)", "type": "scatter", "xsrc": "senurii:19:cf8750", "ysrc": "senurii:19:5400af", "marker": { "meta": { "columnNames": { "size": "P" } }, "color": "rgb(250, 164, 189)", "sizeref": 0.2, "sizesrc": "senurii:19:cf8750", "sizemode": "area" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "D", "y": "C", "marker": { "size": "D" } } }, "mode": "markers", "name": "CNN-D-SSRP (ESC-10)", "type": "scatter", "xsrc": "senurii:18:09feed", "ysrc": "senurii:18:34ee17", "marker": { "meta": { "columnNames": { "size": "D" } }, "color": "rgb(12, 45, 176)", "sizeref": 0.2, "sizesrc": "senurii:18:09feed", "sizemode": "area" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "H", "y": "G", "marker": { "size": "H" } } }, "mode": "markers", "name": "CNN-D-SSRP (ESC-50)", "type": "scatter", "xsrc": "senurii:18:3fcf24", "ysrc": "senurii:18:05238c", "marker": { "meta": { "columnNames": { "size": "H" } }, "color": "rgb(50, 142, 110)", "sizeref": 0.2, "sizesrc": "senurii:18:3fcf24", "sizemode": "area" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "L", "y": "K", "marker": { "size": "L" } } }, "mode": "markers", "name": "CNN-D-SSRP (FSC22)", "type": "scatter", "xsrc": "senurii:18:20d3d2", "ysrc": "senurii:18:36441e", "marker": { "meta": { "columnNames": { "size": "L" } }, "color": "rgb(234, 115, 0)", "sizeref": 0.2, "sizesrc": "senurii:18:20d3d2", "sizemode": "area" }, "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "P", "y": "O", "marker": { "size": "P", "color": "" } } }, "mode": "markers", "name": "CNN-D-SSRP (US8K)", "type": "scatter", "xsrc": "senurii:18:151322", "ysrc": "senurii:18:66aaa8", "marker": { "meta": { "columnNames": { "size": "P", "color": "P" } }, "color": "rgb(185, 49, 96)", "sizeref": 0.2, "sizesrc": "senurii:18:151322", "sizemode": "area" }, "visible": true, "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 464.85764652938997, 821.4882561677085 ], "title": { "text": "<b>Parameter Count (*k)</b>" }, "mirror": "ticks", "showline": true, "tickfont": { "color": "rgb(12, 22, 37)" }, "autorange": true, "linecolor": "rgb(4, 4, 5)" }, "yaxis": { "type": "linear", "range": [ 78.58471750567605, 103.29528249432394 ], "title": { "text": "<b>Accuracy %</b>" }, "mirror": "ticks", "showline": true, "autorange": false, "gridcolor": "rgb(235, 240, 248)", "linecolor": "rgb(4, 4, 5)" }, "legend": { "x": 1.02, "y": 0.958974358974359 }, "autosize": true, "dragmode": "pan", "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/~senurii", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.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-09-07 06:53:14", "mapbox_access_tokens": null, "has_password": null, "username": "senurii", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-08T12:05:50.076883Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mohammed_elsayed/7.embed", "fid": "mohammed_elsayed:7", "filename": "fig.3.b.", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mohammed_elsayed:7/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mohammed_elsayed:7/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammed_elsayed/7/8_RRCFAR5G3JHRK0HGHBAA156YI3GWGP.png", "list-thumb": "https://api.plotly.com/v2/files/mohammed_elsayed:7/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mohammed_elsayed:7", "plots": "https://api.plotly.com/v2/plots/mohammed_elsayed:7", "parent": "https://api.plotly.com/v2/folders/home?user=mohammed_elsayed" }, "owner": "mohammed_elsayed", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mohammed_elsayed/7/", "world_readable": true, "date_modified": "2025-09-08T12:06:42.296Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mohammed_elsayed/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Trace 0, x", "y": "Trace 0, y" } }, "mode": "lines", "name": "S/C=0.5", "type": "scatter", "xsrc": "mohammed_elsayed:6:fba83d", "ysrc": "mohammed_elsayed:6:8ef6ac" }, { "meta": { "columnNames": { "x": "Trace 1, x", "y": "Trace 1, y" } }, "mode": "lines", "name": "S/C=0.75", "type": "scatter", "xsrc": "mohammed_elsayed:6:0ad18d", "ysrc": "mohammed_elsayed:6:dd3413" }, { "line": { "dash": "dash" }, "meta": { "columnNames": { "x": "Trace 2, x", "y": "Trace 2, y", "text": "" } }, "mode": "lines", "name": "S/C=0.625 (CONV.SECTION)", "type": "scatter", "xsrc": "mohammed_elsayed:6:f1a0df", "ysrc": "mohammed_elsayed:6:f02e57", "connectgaps": false } ], "frames": [], "layout": { "title": { "text": "FIG. 3. Profile-loss coefficients for cascades of turbkle blades, Incidence = 0 deg (b).<br><b>IMPULSE BLADES (β1 = -α2°)</b>" }, "xaxis": { "type": "linear", "range": [ 20, 80 ], "title": { "text": "<b>OUTLET ANGLE, -α</b><sub><b>2</b></sub>" }, "mirror": "ticks", "showline": true, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0, 0.12 ], "title": { "text": "<b>PROFILE LOSS COEFFICIENT, Y</b><sub><b>p</b></sub>" }, "mirror": "ticks", "showline": true, "autorange": false }, "legend": { "x": 0.7400000000000002, "y": 1 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mohammed_elsayed", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-05 22:10:59", "mapbox_access_tokens": null, "has_password": null, "username": "mohammed_elsayed", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "