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=cD0yMDI0LTA0LTI0KzExJTNBMTklM0E0Mi4xNzM0MDIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI0KzEwJTNBNTMlM0EzMy4yMDY3ODMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yNCsxMSUzQTE0JTNBNTAuMDQwNzI2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-24T11:14:50.040726Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~leong2699/14.embed", "fid": "leong2699:14", "filename": "prediction-line-chart", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/leong2699/14/9_I58M5J7P1IMPASS7VTK8D6Q4WO6SWZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/leong2699/14/2_B8SM1P2TBVC1R4SZE1M362LC22RCE7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/leong2699/14/8_5BB3PJMSOCWM8M0A0AWZS4K1YEADXB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/leong2699/14/9_I58M5J7P1IMPASS7VTK8D6Q4WO6SWZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/leong2699:14", "plots": "https://api.plotly.com/v2/plots/leong2699:14", "parent": "https://api.plotly.com/v2/folders/home?user=leong2699" }, "owner": "leong2699", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 21, "web_url": "https://chart-studio.plotly.com/~leong2699/14/", "world_readable": true, "date_modified": "2024-04-24T12:23:52.428Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~leong2699/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines+markers", "name": "Direction 1", "type": "scatter", "xsrc": "leong2699:45:a67fc2", "ysrc": "leong2699:45:81b597" }, { "mode": "lines+markers", "name": "Direction 2", "type": "scatter", "xsrc": "leong2699:45:bfaf65", "ysrc": "leong2699:45:1cdb82" } ], "layout": { "title": { "text": "Hourly Time Series of Passenger Counts at Station" }, "xaxis": { "title": { "text": "Hour of the Day" }, "tickvals": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 ] }, "yaxis": { "title": { "text": "Passenger Count" } }, "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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~leong2699", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-24 09:38:29", "mapbox_access_tokens": null, "has_password": null, "username": "leong2699", "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": "2024-04-24T11:12:27.294267Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~putrifakhiramadhani/3.embed", "fid": "putrifakhiramadhani:3", "filename": "70 Units PP Coal", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/putrifakhiramadhani/3/9_YN84KLUDGASFUJKGT4JA3JLNR53ZAW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/putrifakhiramadhani/3/2_2QTF7C5IKCO5QFHTG57UNO5WM8K544.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/putrifakhiramadhani/3/8_2JW61DRHVCDS3LZ2UXVJ6UVAV1156A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/putrifakhiramadhani/3/9_YN84KLUDGASFUJKGT4JA3JLNR53ZAW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/putrifakhiramadhani:3", "plots": "https://api.plotly.com/v2/plots/putrifakhiramadhani:3", "parent": "https://api.plotly.com/v2/folders/home?user=putrifakhiramadhani" }, "owner": "putrifakhiramadhani", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~putrifakhiramadhani/3/", "world_readable": true, "date_modified": "2024-04-24T11:12:27.304Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~putrifakhiramadhani/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "83dc55", "meta": { "columnNames": { "lat": "lat", "lon": "lon", "text": "text" } }, "type": "scattermapbox", "latsrc": "putrifakhiramadhani:2:788d4d", "lonsrc": "putrifakhiramadhani:2:243049", "marker": { "meta": { "columnNames": { "size": "size" } }, "sizeref": 2302.0105555555556, "sizesrc": "putrifakhiramadhani:2:4f2e4a", "sizemode": "area" }, "textsrc": "putrifakhiramadhani:2:b17456" } ], "frames": [], "layout": { "geo": { "scope": "usa" }, "title": { "text": "2014 U.S. City Populations" }, "width": 1022, "height": 771, "mapbox": { "zoom": 3.6200702101419426, "pitch": 0, "center": { "lat": -2.946994700079273, "lon": 116.63873646318723 }, "bearing": 0 }, "autosize": true, "dragmode": "pan", "hovermode": "closest" } }, "height": 771, "width": 1022, "user": { "profile_url": "https://chart-studio.plotly.com/~putrifakhiramadhani", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-23 12:46:56", "mapbox_access_tokens": null, "has_password": null, "username": "putrifakhiramadhani", "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": "2024-04-24T11:11:45.408363Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~njn/1.embed", "fid": "njn:1", "filename": "Vonovia", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/njn/1/9_5BJ64QF94RA8MG31NEKSR42KD11IHO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/njn/1/2_39YN8UR5E52GRHJ5MHLLTWR31E3X2D.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/njn/1/8_G3M5QWL0GFB8LRFGAQ7M9DBP4AGKYB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/njn/1/9_5BJ64QF94RA8MG31NEKSR42KD11IHO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/njn:1", "plots": "https://api.plotly.com/v2/plots/njn:1", "parent": "https://api.plotly.com/v2/folders/home?user=njn" }, "owner": "njn", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~njn/1/", "world_readable": true, "date_modified": "2024-04-24T11:11:45.421Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~njn/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Date", "low": "Low", "high": "High", "open": "Open", "close": "Close" } }, "mode": "markers", "type": "candlestick", "xsrc": "njn:0:34422d", "lowsrc": "njn:0:159e81", "highsrc": "njn:0:1759ee", "opensrc": "njn:0:8940a0", "closesrc": "njn:0:bab768" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 62.5 ], "autorange": true, "rangeslider": { "range": [ -0.5, 62.5 ], "yaxis": { "rangemode": "match" }, "autorange": true } }, "yaxis": { "range": [ 23.431111166666664, 29.608887833333334 ], "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/~njn", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-24 09:57:18", "mapbox_access_tokens": null, "has_password": null, "username": "njn", "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": "2024-04-24T11:10:32.011870Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~LLL8794566132/5.embed", "fid": "LLL8794566132:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/LLL8794566132/5/9_TN6S37BE1OHDB424AWAF4TVIET01TF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/LLL8794566132/5/2_CFERBBL5PU11EB2HOJZ0FZQDBVGLR8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LLL8794566132/5/8_YJ52E51TXJCZLNI9NV4D26L3SCNQ24.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LLL8794566132/5/9_TN6S37BE1OHDB424AWAF4TVIET01TF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/LLL8794566132:5", "plots": "https://api.plotly.com/v2/plots/LLL8794566132:5", "parent": "https://api.plotly.com/v2/folders/home?user=LLL8794566132" }, "owner": "LLL8794566132", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~LLL8794566132/5/", "world_readable": true, "date_modified": "2024-04-24T11:10:32.022Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~LLL8794566132/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "text": "values", "labels": "labels", "values": "values", "textposition": "values" } }, "sort": true, "type": "pie", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "opacity": 1, "textsrc": "LLL8794566132:4:e43cd6", "textfont": { "size": 19, "color": "rgb(0, 0, 0)", "family": "Arial" }, "textinfo": "label+percent", "direction": "counterclockwise", "labelssrc": "LLL8794566132:4:6abcdd", "valuessrc": "LLL8794566132:4:e43cd6", "scalegroup": "", "showlegend": true, "legendgroup": "", "texttemplate": "", "time_created": "2024-04-24T03:24:12.466", "hovertemplate": "", "insidetextfont": { "size": "14", "color": "#FFFFFF" }, "textpositionsrc": "LLL8794566132:4:e43cd6", "insidetextorientation": "horizontal" } ], "frames": [], "layout": { "title": { "text": "Top 10 " }, "legend": { "x": 0.9653179190751445, "y": 0.9786780383795309 }, "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" }, "showlegend": true, "hiddenlabels": [ "[empty]" ], "extendpiecolors": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~LLL8794566132", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/36.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": "2024-04-23 02:11:13", "mapbox_access_tokens": null, "has_password": null, "username": "LLL8794566132", "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": "2024-04-24T11:10:11.938783Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~weicheng998/17.embed", "fid": "weicheng998:17", "filename": "crab_heat_temp", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/weicheng998:17/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/weicheng998/17/2_PI6FV3GIZF24QZR82DVHJSV010I8N7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weicheng998/17/8_32ZTOBTQWM8SPVRUWLZI2CCZJV1I0D.png", "list-thumb": "https://api.plotly.com/v2/files/weicheng998:17/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/weicheng998:17", "plots": "https://api.plotly.com/v2/plots/weicheng998:17", "parent": "https://api.plotly.com/v2/folders/home?user=weicheng998" }, "owner": "weicheng998", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 24, "web_url": "https://chart-studio.plotly.com/~weicheng998/17/", "world_readable": true, "date_modified": "2024-04-28T04:41:31.401Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~weicheng998/17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "lines", "name": "Harvest", "type": "scatter", "xsrc": "weicheng998:16:f812ef", "ysrc": "weicheng998:16:c86adb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "rgba(31,119,180,1)" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "lines", "name": "Ocean Heat (scaled)", "type": "scatter", "xsrc": "weicheng998:16:afb0f5", "ysrc": "weicheng998:16:67cf40", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,127,14,1)" }, "color": "rgba(255,127,14,1)" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" } }, { "line": { "color": "rgba(44,160,44,1)" }, "mode": "lines", "name": "Ocean Temperature (scaled)", "type": "scatter", "xsrc": "weicheng998:16:a9109b", "ysrc": "weicheng998:16:7d5231", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(44,160,44,1)" }, "color": "rgba(44,160,44,1)" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" } } ], "layout": { "title": "Crab Harvest vs. Ocean Heat and Temperature", "xaxis": { "title": "Year", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Value (USD)", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~weicheng998", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.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": "2023-12-08 19:17:29", "mapbox_access_tokens": null, "has_password": null, "username": "weicheng998", "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": "2024-04-24T11:09:16.473725Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bwsla_mab/1.embed", "fid": "bwsla_mab:1", "filename": "evo budg", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/bwsla_mab/1/9_439L8HD05Y95SC0NV0WQNOWCWET245.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/bwsla_mab/1/2_JVJ3Y6LXF3DM0F8950GTNC8UUV70PX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bwsla_mab/1/8_HJHS2PYSIIHXJVYSAQ4IMXFS2X87MK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bwsla_mab/1/9_439L8HD05Y95SC0NV0WQNOWCWET245.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bwsla_mab:1", "plots": "https://api.plotly.com/v2/plots/bwsla_mab:1", "parent": "https://api.plotly.com/v2/folders/home?user=bwsla_mab" }, "owner": "bwsla_mab", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~bwsla_mab/1/", "world_readable": true, "date_modified": "2024-04-24T12:43:54.129Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bwsla_mab/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "YEAR", "y": "ميزانية (Ø¨ØØ³Ø§Ø¨ 1000 دينار)" } }, "mode": "markers", "type": "bar", "xsrc": "bwsla_mab:0:95780c", "ysrc": "bwsla_mab:0:7ac22d", "orientation": "v" }, { "meta": { "columnNames": { "x": "YEAR", "y": "نسبة الاستثمار من مجمل الميزانية" } }, "type": "bar", "xsrc": "bwsla_mab:0:95780c", "ysrc": "bwsla_mab:0:7de0ac", "orientation": "v" }, { "meta": { "columnNames": { "x": "YEAR", "y": "تطور" } }, "mode": "lines", "type": "scatter", "xsrc": "bwsla_mab:0:95780c", "ysrc": "bwsla_mab:0:bd4e01", "xaxis": "x", "yaxis": "y2", "orientation": "v" }, { "meta": { "columnNames": { "x": "YEAR", "y": "تطور Ø¨Ø§ØØªØ³Ø§Ø¨ التضخم" } }, "mode": "lines", "type": "scatter", "xsrc": "bwsla_mab:0:95780c", "ysrc": "bwsla_mab:0:f3405f", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Distribution of Résumé Scores for Each Group" }, "xaxis": { "type": "linear", "range": [ 2020.5, 2024.5 ], "anchor": "y", "domain": [ 0, 0.125 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 1106348.4210526317 ], "domain": [ 0, 0.5 ], "autorange": true }, "bargap": 0.19999999999999996, "yaxis2": { "side": "right", "type": "linear", "range": [ -0.07927344526387096, 0.3303403474304364 ], "autorange": true, "overlaying": "y" }, "barmode": "group", "barnorm": "", "boxmode": "group", "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" }, "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bwsla_mab", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.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": "2024-04-24 09:32:47", "mapbox_access_tokens": null, "has_password": null, "username": "bwsla_mab", "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": "2024-04-24T11:05:00.115590Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~weicheng998/15.embed", "fid": "weicheng998:15", "filename": "crab_history", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/weicheng998:15/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/weicheng998/15/2_933W5IRJ273QW1HYMUUDGJ9OY2EJNP.png", "block-thumb": "https://api.plotly.com/v2/files/weicheng998:15/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/weicheng998:15/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/weicheng998:15", "plots": "https://api.plotly.com/v2/plots/weicheng998:15", "parent": "https://api.plotly.com/v2/folders/home?user=weicheng998" }, "owner": "weicheng998", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 39, "web_url": "https://chart-studio.plotly.com/~weicheng998/15/", "world_readable": true, "date_modified": "2024-04-28T04:41:28.273Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~weicheng998/15/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "lines", "name": "Quota (tons)", "type": "scatter", "xsrc": "weicheng998:14:a21b67", "ysrc": "weicheng998:14:0a0997", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "rgba(31,119,180,1)" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "lines", "name": "Harvest (tons)", "type": "scatter", "xsrc": "weicheng998:14:220048", "ysrc": "weicheng998:14:58b1bb", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,127,14,1)" }, "color": "rgba(255,127,14,1)" }, "error_x": { "color": "rgba(255,127,14,1)" }, "error_y": { "color": "rgba(255,127,14,1)" } }, { "line": { "color": "rgba(44,160,44,1)" }, "mode": "lines", "name": "Economic Value (thousand dollars)", "type": "scatter", "xsrc": "weicheng998:14:94f5a7", "ysrc": "weicheng998:14:97644b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(44,160,44,1)" }, "color": "rgba(44,160,44,1)" }, "error_x": { "color": "rgba(44,160,44,1)" }, "error_y": { "color": "rgba(44,160,44,1)" } } ], "layout": { "title": "Historical Crab Data in the USA", "xaxis": { "title": "Year", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Value", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~weicheng998", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.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": "2023-12-08 19:17:29", "mapbox_access_tokens": null, "has_password": null, "username": "weicheng998", "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": "2024-04-24T11:00:27.021604Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~drivingplus607/94.embed", "fid": "drivingplus607:94", "filename": "Plot 94", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/94/9_1O9D5MX3W50B4ZYVX9PU2ZICG8E026.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/94/2_JGMCAV2OX6LR087UD68G48I1A16DA7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/94/8_NGTDTQ41GZVL12P9GDYDKN7N1GZ9DP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/94/9_1O9D5MX3W50B4ZYVX9PU2ZICG8E026.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/drivingplus607:94", "plots": "https://api.plotly.com/v2/plots/drivingplus607:94", "parent": "https://api.plotly.com/v2/folders/home?user=drivingplus607" }, "owner": "drivingplus607", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~drivingplus607/94/", "world_readable": true, "date_modified": "2024-04-25T11:12:03.339Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~drivingplus607/94/", "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": "drivingplus607:93:2faed1", "ysrc": "drivingplus607:93:167dac" } ], "frames": [], "layout": { "title": { "text": "Score v7 vs frequency simulated on a multivariate normal distribution for the 5 rash-driving events" }, "xaxis": { "type": "linear", "range": [ 66.37689848121502, 100.6726618705036 ], "title": { "text": "Score Value" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ -276.77777777777777, 5278.777777777777 ], "title": { "text": "Frequency" }, "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/~drivingplus607", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-18 10:56:39", "mapbox_access_tokens": null, "has_password": null, "username": "drivingplus607", "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": "2024-04-24T10:57:23.334611Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~skynnyng/2.embed", "fid": "skynnyng:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/skynnyng:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/skynnyng:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/skynnyng/2/8_8JLK9XZT76T0YOJ4DXEEC6MU53JFHM.png", "list-thumb": "https://api.plotly.com/v2/files/skynnyng:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/skynnyng:2", "plots": "https://api.plotly.com/v2/plots/skynnyng:2", "parent": "https://api.plotly.com/v2/folders/home?user=skynnyng" }, "owner": "skynnyng", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~skynnyng/2/", "world_readable": true, "date_modified": "2024-07-08T13:51:33.348Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~skynnyng/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "A" } }, "mode": "lines", "name": "10", "type": "scatter", "ysrc": "skynnyng:4:016798", "xaxis": "x", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "x": "", "y": "50 images" } }, "mode": "lines", "name": "50", "type": "scatter", "ysrc": "skynnyng:3:d439aa", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "y": "A" } }, "mode": "lines", "name": "100", "type": "scatter", "ysrc": "skynnyng:5:1d3a54", "visible": true, "stackgroup": null }, { "meta": { "columnNames": { "y": "A" } }, "mode": "lines", "name": "200", "type": "scatter", "ysrc": "skynnyng:6:3739cd", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "nms (0.0-1.0)" }, "xaxis": { "range": [ 0, 9 ], "title": { "text": "Click to enter X axis title" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ 0.14542311111111111, 0.3941008888888889 ], "title": { "text": "Click to enter Y axis title" }, "autorange": true, "showspikes": false }, "legend": { "x": 1.0341592920353981, "y": 1.1076923076923078 }, "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/~skynnyng", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-24 10:56:35", "mapbox_access_tokens": null, "has_password": null, "username": "skynnyng", "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": "2024-04-24T10:53:33.206783Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rcaesar/1.embed", "fid": "rcaesar:1", "filename": "basic-line", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rcaesar/1/9_PV9NGIG4PSTO7Y3W4CROOYDT9UXPUF.png", "image_urls": { "default": "https://api.plotly.com/v2/files/rcaesar:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rcaesar/1/8_EZ06G3898V512J0KQHHPLYA4O7S88C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rcaesar/1/9_PV9NGIG4PSTO7Y3W4CROOYDT9UXPUF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rcaesar:1", "plots": "https://api.plotly.com/v2/plots/rcaesar:1", "parent": "https://api.plotly.com/v2/folders/home?user=rcaesar" }, "owner": "rcaesar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 42, "web_url": "https://chart-studio.plotly.com/~rcaesar/1/", "world_readable": true, "date_modified": "2024-05-06T19:25:45.656Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rcaesar/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Male", "type": "scatter", "xsrc": "rcaesar:101:9e244f", "ysrc": "rcaesar:101:dfe3e7", "marker": { "size": 10, "color": "red" } }, { "mode": "markers", "name": "Female", "type": "scatter", "xsrc": "rcaesar:101:301d82", "ysrc": "rcaesar:101:1d2e3a", "marker": { "size": 10, "color": "green" } }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:55be7f", "ysrc": "rcaesar:101:49041f", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:5f453c", "ysrc": "rcaesar:101:f025b2", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:b4c966", "ysrc": "rcaesar:101:8a10c6", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:33cf5e", "ysrc": "rcaesar:101:678e24", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:e59dee", "ysrc": "rcaesar:101:00084d", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:44f626", "ysrc": "rcaesar:101:b0cca9", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:ab7f73", "ysrc": "rcaesar:101:bb495d", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:eedcb0", "ysrc": "rcaesar:101:f3d41b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:948e29", "ysrc": "rcaesar:101:517182", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:93412b", "ysrc": "rcaesar:101:884b73", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:2fd470", "ysrc": "rcaesar:101:f6f758", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:921cf5", "ysrc": "rcaesar:101:8c980e", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:d64a1b", "ysrc": "rcaesar:101:74df79", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:fc9a61", "ysrc": "rcaesar:101:20fece", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:dd530c", "ysrc": "rcaesar:101:0a7785", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:1f7c32", "ysrc": "rcaesar:101:322cfe", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:80cf1a", "ysrc": "rcaesar:101:10029f", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:3a56c9", "ysrc": "rcaesar:101:c0dd8e", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:4581ec", "ysrc": "rcaesar:101:2fdd7c", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:10450a", "ysrc": "rcaesar:101:722562", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:0029bc", "ysrc": "rcaesar:101:55927b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:74e9e7", "ysrc": "rcaesar:101:eeb1c1", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:247afb", "ysrc": "rcaesar:101:876a06", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:2550c6", "ysrc": "rcaesar:101:a0af5a", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:048e57", "ysrc": "rcaesar:101:4fa984", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:0140d7", "ysrc": "rcaesar:101:6f3764", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:764411", "ysrc": "rcaesar:101:de9b75", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:4191e2", "ysrc": "rcaesar:101:8ba684", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:d93809", "ysrc": "rcaesar:101:d72a82", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:fef550", "ysrc": "rcaesar:101:fcff6b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:f7479d", "ysrc": "rcaesar:101:ca5dc4", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:196028", "ysrc": "rcaesar:101:214639", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:e699ab", "ysrc": "rcaesar:101:60b1d2", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:9a6fd4", "ysrc": "rcaesar:101:c8e01b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:727c7d", "ysrc": "rcaesar:101:eb4856", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:9d1141", "ysrc": "rcaesar:101:2ef167", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:546209", "ysrc": "rcaesar:101:3c9745", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:8459cf", "ysrc": "rcaesar:101:f3a035", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:6b1bfa", "ysrc": "rcaesar:101:452824", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:2913ac", "ysrc": "rcaesar:101:10a991", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:6ee234", "ysrc": "rcaesar:101:1fc20e", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:1f0f0e", "ysrc": "rcaesar:101:fc938b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:174240", "ysrc": "rcaesar:101:b752a1", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:ea6ef1", "ysrc": "rcaesar:101:b05a6a", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:85db88", "ysrc": "rcaesar:101:3344ff", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:b718f4", "ysrc": "rcaesar:101:3540f0", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:dd2361", "ysrc": "rcaesar:101:9914ae", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:ab65fb", "ysrc": "rcaesar:101:7d1c8b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:d8a544", "ysrc": "rcaesar:101:8c388b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:eff64d", "ysrc": "rcaesar:101:dce137", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:e8a307", "ysrc": "rcaesar:101:f9de20", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:a33257", "ysrc": "rcaesar:101:35e89d", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:2374f1", "ysrc": "rcaesar:101:e00167", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:134baa", "ysrc": "rcaesar:101:06bbc1", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:b4b9b9", "ysrc": "rcaesar:101:e6d37f", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:71a838", "ysrc": "rcaesar:101:7c3ff1", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:c8042f", "ysrc": "rcaesar:101:3717a1", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:0a2f0d", "ysrc": "rcaesar:101:8b245b", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:7cb835", "ysrc": "rcaesar:101:832dd4", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:74f910", "ysrc": "rcaesar:101:7690b8", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:9ec12d", "ysrc": "rcaesar:101:a12b50", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:3ae743", "ysrc": "rcaesar:101:522a93", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:b13f9f", "ysrc": "rcaesar:101:e590e0", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:10c573", "ysrc": "rcaesar:101:7e924d", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:8326ca", "ysrc": "rcaesar:101:e01280", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:27533f", "ysrc": "rcaesar:101:2e35b4", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:126368", "ysrc": "rcaesar:101:d6e101", "showlegend": false }, { "line": { "color": "blue", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "rcaesar:101:4c965b", "ysrc": "rcaesar:101:7c67f5", "showlegend": false } ], "layout": { "title": { "text": "Share of male sole proprietors (% of sole proprietors)" }, "xaxis": { "title": { "text": "Countries" } }, "yaxis": { "title": { "text": "% of population age 15+" } }, "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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rcaesar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-24 10:47:46", "mapbox_access_tokens": null, "has_password": null, "username": "rcaesar", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "