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=cD0yMDI0LTAzLTMwKzE0JTNBNDUlM0E1MS41NzY5OTMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTMwKzExJTNBNDQlM0E0Ny43ODkzNjAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0zMCsxNCUzQTQwJTNBMDIuNTAxODE2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-30T14:40:02.501816Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour/11.embed", "fid": "Ali_Hosseinpour:11", "filename": "Plotly Playground 2024-03-30 14:39:59", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/11/9_GE2IX92Q55KZMWWNEHFR7AIQMRKKSU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/11/2_OCVV9EZ15P2JEG9LOC9V3HA72MAN9R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/11/8_HHL4EWD6YK9LM4TCEG457521HGQ0YJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/11/9_GE2IX92Q55KZMWWNEHFR7AIQMRKKSU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Ali_Hosseinpour:11", "plots": "https://api.plotly.com/v2/plots/Ali_Hosseinpour:11", "parent": "https://api.plotly.com/v2/folders/home?user=Ali_Hosseinpour" }, "owner": "Ali_Hosseinpour", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour/11/", "world_readable": true, "date_modified": "2024-03-30T14:40:02.512Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour/11/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "candlestick", "xsrc": "Ali_Hosseinpour:10:4de892", "yaxis": "y2", "lowsrc": "Ali_Hosseinpour:10:7d541e", "highsrc": "Ali_Hosseinpour:10:221c8b", "opensrc": "Ali_Hosseinpour:10:772f9b", "closesrc": "Ali_Hosseinpour:10:a58356", "showlegend": false } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "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": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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": "2024-03-30 10:54:45", "mapbox_access_tokens": null, "has_password": null, "username": "Ali_Hosseinpour", "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-03-30T14:19:48.359113Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour/9.embed", "fid": "Ali_Hosseinpour:9", "filename": "Plotly Playground 2024-03-30 14:19:44", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/9/9_UDY96UW7LA5URBX1FAA8SCHORLH9NK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/9/2_LBQ7J6EQMNWM539OOLAQHO4U9AFWX8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/9/8_G0RHIMBNGPF950JY4FEA506JHJC3OE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Ali_Hosseinpour/9/9_UDY96UW7LA5URBX1FAA8SCHORLH9NK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Ali_Hosseinpour:9", "plots": "https://api.plotly.com/v2/plots/Ali_Hosseinpour:9", "parent": "https://api.plotly.com/v2/folders/home?user=Ali_Hosseinpour" }, "owner": "Ali_Hosseinpour", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour/9/", "world_readable": true, "date_modified": "2024-03-30T14:19:48.369Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "candlestick", "xsrc": "Ali_Hosseinpour:8:7d3431", "yaxis": "y2", "lowsrc": "Ali_Hosseinpour:8:619c97", "highsrc": "Ali_Hosseinpour:8:451761", "opensrc": "Ali_Hosseinpour:8:551622", "closesrc": "Ali_Hosseinpour:8:3dfa42", "showlegend": false } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "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": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Ali_Hosseinpour", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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": "2024-03-30 10:54:45", "mapbox_access_tokens": null, "has_password": null, "username": "Ali_Hosseinpour", "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-03-30T13:42:30.425981Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pschroe089/15.embed", "fid": "pschroe089:15", "filename": "FunkSelektiv", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pschroe089/15/9_6Y8KA7FT00G1YFRVW7HCTMYIH73P4Z.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pschroe089/15/2_SQEAK1D91WJUIRIC2SVAJIZZ7SJUNC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pschroe089/15/8_XYOSX6GE1LCQC94MQKTTFEYSFXDTLD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pschroe089/15/9_6Y8KA7FT00G1YFRVW7HCTMYIH73P4Z.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pschroe089:15", "plots": "https://api.plotly.com/v2/plots/pschroe089:15", "parent": "https://api.plotly.com/v2/folders/home?user=pschroe089" }, "owner": "pschroe089", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~pschroe089/15/", "world_readable": true, "date_modified": "2024-03-31T10:41:21.918Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pschroe089/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "10 Byte", "type": "scatter", "xsrc": "pschroe089:14:2dc601", "ysrc": "pschroe089:14:b00377" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "30 Byte", "type": "scatter", "xsrc": "pschroe089:14:2dc601", "ysrc": "pschroe089:14:6d769e" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "50 Byte", "type": "scatter", "xsrc": "pschroe089:14:2dc601", "ysrc": "pschroe089:14:8cb632" } ], "frames": [], "layout": { "font": { "size": 24, "family": "Arial" }, "xaxis": { "type": "linear", "range": [ 7, 12 ], "title": { "font": { "size": 25 }, "text": "Spreizfaktor" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 103.5 ], "title": { "font": { "size": 25 }, "text": "Erfolgsrate Jamming-Angriff" }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pschroe089", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-29 16:16:05", "mapbox_access_tokens": null, "has_password": null, "username": "pschroe089", "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-03-30T13:32:38.098896Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pschroe089/13.embed", "fid": "pschroe089:13", "filename": "FunkGetriggert", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pschroe089/13/9_VEJNFYJPYTA3XT1VVP6FE01XTPJD3S.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pschroe089/13/2_S9VY2YPMRW4MKE1FD5NQ3E5H9O3BFF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pschroe089/13/8_TC6EIZITWDB0F1HM84KTP7W40300XL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pschroe089/13/9_VEJNFYJPYTA3XT1VVP6FE01XTPJD3S.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pschroe089:13", "plots": "https://api.plotly.com/v2/plots/pschroe089:13", "parent": "https://api.plotly.com/v2/folders/home?user=pschroe089" }, "owner": "pschroe089", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~pschroe089/13/", "world_readable": true, "date_modified": "2024-03-30T13:32:38.110Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pschroe089/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "10 Byte", "type": "scatter", "xsrc": "pschroe089:12:335824", "ysrc": "pschroe089:12:6917aa" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "30 Byte", "type": "scatter", "xsrc": "pschroe089:12:335824", "ysrc": "pschroe089:12:c53720" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "50 Byte", "type": "scatter", "xsrc": "pschroe089:12:335824", "ysrc": "pschroe089:12:62f598" } ], "frames": [], "layout": { "font": { "size": 24, "family": "Arial" }, "xaxis": { "type": "linear", "range": [ 7, 12 ], "title": { "font": { "size": 25 }, "text": "Spreizfaktor" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 33.5, 103.5 ], "title": { "font": { "size": 25 }, "text": "Erfolgsrate Jamming-Angriff" }, "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/~pschroe089", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-29 16:16:05", "mapbox_access_tokens": null, "has_password": null, "username": "pschroe089", "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-03-30T12:40:10.365740Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ssyy/3.embed", "fid": "ssyy:3", "filename": "Plot 1 copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ssyy/3/9_8SMC24MW203A8UBVYO4E7XI64NNR93.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ssyy/3/2_2JAPZRK3ZMWTRMUGGN19YNSZANCKYP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ssyy/3/8_SC5OIOHGO4YRL1ASXKL8UDU3HGW5WY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ssyy/3/9_8SMC24MW203A8UBVYO4E7XI64NNR93.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ssyy:3", "plots": "https://api.plotly.com/v2/plots/ssyy:3", "parent": "https://api.plotly.com/v2/folders/home?user=ssyy" }, "owner": "ssyy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ssyy/3/", "world_readable": true, "date_modified": "2024-03-30T12:40:10.648Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ssyy/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A" } }, "mode": "markers", "type": "box", "xsrc": "ssyy:2:2a7322", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "linear", "range": [ 6.955555555555556, 27.844444444444445 ], "title": { "text": "Click to enter X axis title" }, "autorange": false }, "yaxis": { "type": "category", "range": [ -0.5, 0.5 ], "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ssyy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-30 12:39:23", "mapbox_access_tokens": null, "has_password": null, "username": "ssyy", "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-03-30T12:39:51.102740Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ssyy/1.embed", "fid": "ssyy:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ssyy/1/9_6CEOY9KJLE9GC0XDZTG4XNB72SWQUV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ssyy/1/2_DPWZH407N5TZ0PRAY7KBS64EYHLJ6W.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ssyy/1/8_W39EPWVIG6C6R2X67J2BDAUVA3BSSM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ssyy/1/9_6CEOY9KJLE9GC0XDZTG4XNB72SWQUV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ssyy:1", "plots": "https://api.plotly.com/v2/plots/ssyy:1", "parent": "https://api.plotly.com/v2/folders/home?user=ssyy" }, "owner": "ssyy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ssyy/1/", "world_readable": true, "date_modified": "2024-03-30T12:39:51.117Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ssyy/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A" } }, "mode": "markers", "type": "box", "xsrc": "ssyy:0:2a7322", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "linear", "range": [ 6.955555555555556, 27.844444444444445 ], "title": { "text": "Click to enter X axis title" }, "autorange": false }, "yaxis": { "type": "category", "range": [ -0.5, 0.5 ], "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ssyy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-30 12:39:23", "mapbox_access_tokens": null, "has_password": null, "username": "ssyy", "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-03-30T12:34:20.696224Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~flex./1.embed", "fid": "flex.:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/flex./1/9_B9IHP557R9SA4URMK3L2NDNHH9UNRX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/flex./1/2_YF14ABHAQCV85E31CV1ZN35S63LLYU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/flex./1/8_TZ7JEZ582UAGF018VOLXPRNNKEPEML.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/flex./1/9_B9IHP557R9SA4URMK3L2NDNHH9UNRX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/flex.:1", "plots": "https://api.plotly.com/v2/plots/flex.:1", "parent": "https://api.plotly.com/v2/folders/home?user=flex." }, "owner": "flex.", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~flex./1/", "world_readable": true, "date_modified": "2024-03-30T12:34:20.709Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~flex./1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "r": "B", "theta": "A" } }, "mode": "markers", "rsrc": "flex.:0:e3b5cb", "type": "barpolar", "thetasrc": "flex.:0:a4cc47", "thetaunit": "radians" } ], "frames": [], "layout": { "polar": { "radialaxis": { "type": "linear", "range": [ 0, 3.4263484210526314 ], "autorange": true }, "angularaxis": { "type": "category" } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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/~flex.", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-30 12:26:48", "mapbox_access_tokens": null, "has_password": null, "username": "flex.", "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-03-30T12:05:23.198444Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~muskantajn1321/1.embed", "fid": "muskantajn1321:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/muskantajn1321/1/9_ZPXS61M7K1SGMRM845EQ8RN09JUCUQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/muskantajn1321/1/2_5U9BS2QISG5V14KMJ28DSXHB175XVV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/muskantajn1321/1/8_Y7DN4BBK5FK787PABZBK0SMZ6KQXPG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/muskantajn1321/1/9_ZPXS61M7K1SGMRM845EQ8RN09JUCUQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/muskantajn1321:1", "plots": "https://api.plotly.com/v2/plots/muskantajn1321:1", "parent": "https://api.plotly.com/v2/folders/home?user=muskantajn1321" }, "owner": "muskantajn1321", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~muskantajn1321/1/", "world_readable": true, "date_modified": "2024-03-30T12:05:23.210Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~muskantajn1321/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "C", "y": "B" } }, "mode": "markers", "type": "bar", "xsrc": "muskantajn1321:0:8866b8", "ysrc": "muskantajn1321:0:7235c2", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Compound Annual Growth Rate" }, "xaxis": { "type": "category", "range": [ -0.5, 2.5 ], "title": { "font": { "color": "rgb(242, 232, 232)", "family": "Arial" }, "text": "<b>Estimated Year</b>" }, "domain": [ 0.25, 0.75 ], "tickfont": { "color": "rgb(242, 238, 238)" }, "autorange": true, "gridcolor": "rgb(138, 108, 108)", "tickprefix": "" }, "yaxis": { "type": "category", "range": [ -0.16666666666666669, 3.1666666666666665 ], "title": { "font": { "color": "rgb(242, 232, 232)", "family": "Arial" }, "text": "CAGR" }, "domain": [ 0, 1 ], "autorange": true, "gridcolor": "rgb(138, 108, 108)" }, "barmode": "group", "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~muskantajn1321", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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-03-30 12:04:36", "mapbox_access_tokens": null, "has_password": null, "username": "muskantajn1321", "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-03-30T11:51:18.917088Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tiborkurina/1.embed", "fid": "tiborkurina:1", "filename": "sin-cos", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tiborkurina/1/9_2LF2R8GTL99UR48JZ1Z96N0ZA5DQ96.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tiborkurina/1/2_ONKQZYVC3FYF9YFGOD5OPFJMTUUA9V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tiborkurina/1/8_QDM29ELQAJ5PMZ0Z6S8I7FHEET87NP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tiborkurina/1/9_2LF2R8GTL99UR48JZ1Z96N0ZA5DQ96.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tiborkurina:1", "plots": "https://api.plotly.com/v2/plots/tiborkurina:1", "parent": "https://api.plotly.com/v2/folders/home?user=tiborkurina" }, "owner": "tiborkurina", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~tiborkurina/1/", "world_readable": true, "date_modified": "2024-04-12T09:06:27.461Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tiborkurina/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "sin(x)", "type": "scatter", "xsrc": "tiborkurina:2:a71628", "ysrc": "tiborkurina:2:5e8b41" }, { "name": "cos(x)", "type": "scatter", "xsrc": "tiborkurina:2:23130d", "ysrc": "tiborkurina:2:a76512" } ], "layout": { "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/~tiborkurina", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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-03-30 11:43:37", "mapbox_access_tokens": null, "has_password": null, "username": "tiborkurina", "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-03-30T11:44:47.789360Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gb1/198.embed", "fid": "gb1:198", "filename": "US_EQ_S&P_RALLIES_PERF", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gb1/198/9_V7FSBG97NAFGVQDOXGWRXXZE8NKXSA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gb1/198/2_IGD4WXQEXWN6N4JNLH67LQABAUPSYV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gb1/198/8_Y0OLUCCMQ3S9RW1TT7SVPS0MDNTR4Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gb1/198/9_V7FSBG97NAFGVQDOXGWRXXZE8NKXSA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gb1:198", "plots": "https://api.plotly.com/v2/plots/gb1:198", "parent": "https://api.plotly.com/v2/folders/home?user=gb1" }, "owner": "gb1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~gb1/198/", "world_readable": true, "date_modified": "2024-03-30T11:44:47.801Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gb1/198/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1928-11-16", "type": "scattergl", "xsrc": "gb1:197:45d52c", "ysrc": "gb1:197:a656d3", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1928-11-16", "hovertemplate": "variable=1928-11-16<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1928-12-04", "type": "scattergl", "xsrc": "gb1:197:c221c3", "ysrc": "gb1:197:4fb5c5", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1928-12-04", "hovertemplate": "variable=1928-12-04<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1929-01-02", "type": "scattergl", "xsrc": "gb1:197:df9af6", "ysrc": "gb1:197:3e822c", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1929-01-02", "hovertemplate": "variable=1929-01-02<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1929-08-23", "type": "scattergl", "xsrc": "gb1:197:190f8b", "ysrc": "gb1:197:a090e7", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1929-08-23", "hovertemplate": "variable=1929-08-23<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1929-08-29", "type": "scattergl", "xsrc": "gb1:197:ea5a2a", "ysrc": "gb1:197:bcc5c5", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1929-08-29", "hovertemplate": "variable=1929-08-29<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1929-09-06", "type": "scattergl", "xsrc": "gb1:197:7df6fa", "ysrc": "gb1:197:f0690a", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1929-09-06", "hovertemplate": "variable=1929-09-06<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1930-04-07", "type": "scattergl", "xsrc": "gb1:197:d0969e", "ysrc": "gb1:197:d1e7e5", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1930-04-07", "hovertemplate": "variable=1930-04-07<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1932-08-26", "type": "scattergl", "xsrc": "gb1:197:f894db", "ysrc": "gb1:197:80ab68", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1932-08-26", "hovertemplate": "variable=1932-08-26<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1932-09-15", "type": "scattergl", "xsrc": "gb1:197:56e3c0", "ysrc": "gb1:197:5fe8df", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1932-09-15", "hovertemplate": "variable=1932-09-15<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1932-09-20", "type": "scattergl", "xsrc": "gb1:197:9085ac", "ysrc": "gb1:197:b097d1", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1932-09-20", "hovertemplate": "variable=1932-09-20<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1932-10-11", "type": "scattergl", "xsrc": "gb1:197:4c2d9d", "ysrc": "gb1:197:9890b3", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1932-10-11", "hovertemplate": "variable=1932-10-11<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1932-10-14", "type": "scattergl", "xsrc": "gb1:197:131892", "ysrc": "gb1:197:1528ea", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1932-10-14", "hovertemplate": "variable=1932-10-14<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1933-05-04", "type": "scattergl", "xsrc": "gb1:197:8807ed", "ysrc": "gb1:197:0875ce", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1933-05-04", "hovertemplate": "variable=1933-05-04<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1933-05-09", "type": "scattergl", "xsrc": "gb1:197:b3f7c6", "ysrc": "gb1:197:2e24f3", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1933-05-09", "hovertemplate": "variable=1933-05-09<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1933-05-23", "type": "scattergl", "xsrc": "gb1:197:fec787", "ysrc": "gb1:197:bee6da", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1933-05-23", "hovertemplate": "variable=1933-05-23<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1934-03-16", "type": "scattergl", "xsrc": "gb1:197:abca33", "ysrc": "gb1:197:9d0ef7", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1934-03-16", "hovertemplate": "variable=1934-03-16<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-07-26", "type": "scattergl", "xsrc": "gb1:197:d82716", "ysrc": "gb1:197:d62378", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-07-26", "hovertemplate": "variable=1935-07-26<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-09-18", "type": "scattergl", "xsrc": "gb1:197:fb0983", "ysrc": "gb1:197:80c02b", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-09-18", "hovertemplate": "variable=1935-09-18<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-10-08", "type": "scattergl", "xsrc": "gb1:197:5dc57e", "ysrc": "gb1:197:a3e6ad", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-10-08", "hovertemplate": "variable=1935-10-08<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-10-21", "type": "scattergl", "xsrc": "gb1:197:df324a", "ysrc": "gb1:197:4a9f7f", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-10-21", "hovertemplate": "variable=1935-10-21<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-10-25", "type": "scattergl", "xsrc": "gb1:197:283049", "ysrc": "gb1:197:75e4b0", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-10-25", "hovertemplate": "variable=1935-10-25<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-11-01", "type": "scattergl", "xsrc": "gb1:197:914af2", "ysrc": "gb1:197:5e7777", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-11-01", "hovertemplate": "variable=1935-11-01<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-11-06", "type": "scattergl", "xsrc": "gb1:197:a4fc8e", "ysrc": "gb1:197:342ac8", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-11-06", "hovertemplate": "variable=1935-11-06<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-12-04", "type": "scattergl", "xsrc": "gb1:197:6a2608", "ysrc": "gb1:197:d2f649", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-12-04", "hovertemplate": "variable=1935-12-04<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1935-12-09", "type": "scattergl", "xsrc": "gb1:197:ae7f43", "ysrc": "gb1:197:7df4f0", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1935-12-09", "hovertemplate": "variable=1935-12-09<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1936-01-13", "type": "scattergl", "xsrc": "gb1:197:b01fe3", "ysrc": "gb1:197:d2dd4c", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1936-01-13", "hovertemplate": "variable=1936-01-13<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1936-01-23", "type": "scattergl", "xsrc": "gb1:197:fba1cf", "ysrc": "gb1:197:f5c0f3", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1936-01-23", "hovertemplate": "variable=1936-01-23<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1936-02-14", "type": "scattergl", "xsrc": "gb1:197:53a483", "ysrc": "gb1:197:f34026", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1936-02-14", "hovertemplate": "variable=1936-02-14<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1936-02-26", "type": "scattergl", "xsrc": "gb1:197:ef3b3c", "ysrc": "gb1:197:6b5baa", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1936-02-26", "hovertemplate": "variable=1936-02-26<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1938-08-17", "type": "scattergl", "xsrc": "gb1:197:86fcda", "ysrc": "gb1:197:f06df7", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1938-08-17", "hovertemplate": "variable=1938-08-17<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1938-10-05", "type": "scattergl", "xsrc": "gb1:197:a9f568", "ysrc": "gb1:197:0ebfd2", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1938-10-05", "hovertemplate": "variable=1938-10-05<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1943-02-15", "type": "scattergl", "xsrc": "gb1:197:4fb57f", "ysrc": "gb1:197:f430fd", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1943-02-15", "hovertemplate": "variable=1943-02-15<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1943-05-03", "type": "scattergl", "xsrc": "gb1:197:99aae6", "ysrc": "gb1:197:bd1dc8", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1943-05-03", "hovertemplate": "variable=1943-05-03<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1946-01-14", "type": "scattergl", "xsrc": "gb1:197:773d9b", "ysrc": "gb1:197:536c66", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1946-01-14", "hovertemplate": "variable=1946-01-14<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1946-01-16", "type": "scattergl", "xsrc": "gb1:197:a8847a", "ysrc": "gb1:197:111e7b", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1946-01-16", "hovertemplate": "variable=1946-01-16<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1975-02-20", "type": "scattergl", "xsrc": "gb1:197:d885a1", "ysrc": "gb1:197:651c3c", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1975-02-20", "hovertemplate": "variable=1975-02-20<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1975-04-15", "type": "scattergl", "xsrc": "gb1:197:763a1b", "ysrc": "gb1:197:20f912", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1975-04-15", "hovertemplate": "variable=1975-04-15<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1975-04-25", "type": "scattergl", "xsrc": "gb1:197:a126cf", "ysrc": "gb1:197:c275ba", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1975-04-25", "hovertemplate": "variable=1975-04-25<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1980-08-14", "type": "scattergl", "xsrc": "gb1:197:ddd08e", "ysrc": "gb1:197:6ec441", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1980-08-14", "hovertemplate": "variable=1980-08-14<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1980-09-11", "type": "scattergl", "xsrc": "gb1:197:c912d1", "ysrc": "gb1:197:00bfe7", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1980-09-11", "hovertemplate": "variable=1980-09-11<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1982-11-03", "type": "scattergl", "xsrc": "gb1:197:f4d9b8", "ysrc": "gb1:197:bda699", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1982-11-03", "hovertemplate": "variable=1982-11-03<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1982-11-17", "type": "scattergl", "xsrc": "gb1:197:9c29aa", "ysrc": "gb1:197:7e1b5b", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1982-11-17", "hovertemplate": "variable=1982-11-17<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1982-11-26", "type": "scattergl", "xsrc": "gb1:197:410e3c", "ysrc": "gb1:197:bc28bf", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1982-11-26", "hovertemplate": "variable=1982-11-26<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1982-11-30", "type": "scattergl", "xsrc": "gb1:197:c83b5a", "ysrc": "gb1:197:d95dce", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1982-11-30", "hovertemplate": "variable=1982-11-30<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1982-12-17", "type": "scattergl", "xsrc": "gb1:197:0080a3", "ysrc": "gb1:197:f375ef", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1982-12-17", "hovertemplate": "variable=1982-12-17<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1986-03-14", "type": "scattergl", "xsrc": "gb1:197:910b12", "ysrc": "gb1:197:6e4df0", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1986-03-14", "hovertemplate": "variable=1986-03-14<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1986-03-20", "type": "scattergl", "xsrc": "gb1:197:942c25", "ysrc": "gb1:197:ef7abc", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1986-03-20", "hovertemplate": "variable=1986-03-20<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1986-03-26", "type": "scattergl", "xsrc": "gb1:197:e4fc22", "ysrc": "gb1:197:105db1", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1986-03-26", "hovertemplate": "variable=1986-03-26<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1987-03-23", "type": "scattergl", "xsrc": "gb1:197:9ed56d", "ysrc": "gb1:197:69b1fb", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1987-03-23", "hovertemplate": "variable=1987-03-23<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1991-03-05", "type": "scattergl", "xsrc": "gb1:197:dce250", "ysrc": "gb1:197:8e4885", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1991-03-05", "hovertemplate": "variable=1991-03-05<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1997-09-03", "type": "scattergl", "xsrc": "gb1:197:563532", "ysrc": "gb1:197:ea757d", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1997-09-03", "hovertemplate": "variable=1997-09-03<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1999-01-25", "type": "scattergl", "xsrc": "gb1:197:507b34", "ysrc": "gb1:197:c896e8", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1999-01-25", "hovertemplate": "variable=1999-01-25<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1999-02-02", "type": "scattergl", "xsrc": "gb1:197:7d02cb", "ysrc": "gb1:197:7f2946", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1999-02-02", "hovertemplate": "variable=1999-02-02<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1999-02-25", "type": "scattergl", "xsrc": "gb1:197:1fc6fd", "ysrc": "gb1:197:3425c7", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1999-02-25", "hovertemplate": "variable=1999-02-25<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1999-03-01", "type": "scattergl", "xsrc": "gb1:197:33900a", "ysrc": "gb1:197:f0d51f", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1999-03-01", "hovertemplate": "variable=1999-03-01<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "1999-03-03", "type": "scattergl", "xsrc": "gb1:197:4aa535", "ysrc": "gb1:197:86b5e0", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "1999-03-03", "hovertemplate": "variable=1999-03-03<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-07-16", "type": "scattergl", "xsrc": "gb1:197:36b895", "ysrc": "gb1:197:45461c", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-07-16", "hovertemplate": "variable=2009-07-16<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-07-21", "type": "scattergl", "xsrc": "gb1:197:6f92a9", "ysrc": "gb1:197:f90222", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-07-21", "hovertemplate": "variable=2009-07-21<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-08-20", "type": "scattergl", "xsrc": "gb1:197:2c3c0f", "ysrc": "gb1:197:4db110", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-08-20", "hovertemplate": "variable=2009-08-20<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-08-28", "type": "scattergl", "xsrc": "gb1:197:c871ae", "ysrc": "gb1:197:cf1da5", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-08-28", "hovertemplate": "variable=2009-08-28<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-09-10", "type": "scattergl", "xsrc": "gb1:197:fbb4f4", "ysrc": "gb1:197:77033c", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-09-10", "hovertemplate": "variable=2009-09-10<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-11-25", "type": "scattergl", "xsrc": "gb1:197:a9213e", "ysrc": "gb1:197:a4a8b2", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-11-25", "hovertemplate": "variable=2009-11-25<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2009-12-01", "type": "scattergl", "xsrc": "gb1:197:5a6165", "ysrc": "gb1:197:0bce88", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2009-12-01", "hovertemplate": "variable=2009-12-01<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2020-08-04", "type": "scattergl", "xsrc": "gb1:197:89163d", "ysrc": "gb1:197:1a557c", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2020-08-04", "hovertemplate": "variable=2020-08-04<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "lightgrey" }, "mode": "lines", "name": "2020-08-06", "type": "scattergl", "xsrc": "gb1:197:d73448", "ysrc": "gb1:197:224a3b", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "2020-08-06", "hovertemplate": "variable=2020-08-06<br>index=%{x}<br>value=%{y}<extra></extra>" }, { "line": { "dash": "solid", "color": "red" }, "mode": "lines", "name": "Average", "type": "scattergl", "xsrc": "gb1:197:c307aa", "ysrc": "gb1:197:4b82f3", "xaxis": "x", "yaxis": "y", "marker": { "symbol": "circle" }, "showlegend": false, "legendgroup": "Average", "hovertemplate": "variable=Average<br>index=%{x}<br>value=%{y}<extra></extra>" } ], "layout": { "title": { "text": "Performance after 100-day Rallies >=25%" }, "xaxis": { "title": { "text": "Days" }, "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "title": { "text": "S&P Normalized Performance" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "legend": { "title": { "text": "" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "line": { "color": "white", "width": 0.6 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "white" }, "font": { "size": 12, "color": "rgb(36,36,36)", "family": "merriserif" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "angularaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.5, "font": { "size": 24, "family": "merriserif" }, "xanchor": "center" }, "xaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "automargin": true, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "automargin": true, "zerolinecolor": "rgb(36,36,36)" }, "images": [ { "x": 1.08, "y": -0.344, "name": "Logo", "xref": "paper", "yref": "paper", "layer": "above", "sizex": 0.13, "sizey": 0.2, "sizing": "stretch", "source": "https://i.imgur.com/jOJ85f2.png", "opacity": 1, "visible": true, "xanchor": "right", "yanchor": "bottom" } ], "legend": { "x": 0.5, "y": -0.2, "bgcolor": "white", "xanchor": "center", "traceorder": "reversed", "bordercolor": "Black", "borderwidth": 1, "orientation": "h" }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "baxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "caxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "bgcolor": "white" }, "colorway": [ "#4C78A8", "#F58518", "#E45756", "#72B7B2", "#54A24B", "#EECA3B", "#B279A2", "#FF9DA6", "#9D755D", "#BAB0AC" ], "coloraxis": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0.0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1.0, "rgb(5,48,97)" ] ], "sequential": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ], "sequentialminus": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } } }, "plot_bgcolor": "#f5fbfb", "paper_bgcolor": "#f5fbfb" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gb1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.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-03 16:46:25", "mapbox_access_tokens": null, "has_password": null, "username": "gb1", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "