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=cD0yMDI0LTAzLTI4KzEwJTNBNDQlM0E1NC41NTQyNTIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTI4KzA5JTNBNDAlM0EzOC44Njc2ODclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yOCsxMCUzQTQ0JTNBMjIuMzM3NjQ2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-28T10:44:22.337646Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asongupup/132.embed", "fid": "asongupup:132", "filename": "ad1299_zheng150mv", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/asongupup:132/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/asongupup:132/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/asongupup:132/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/asongupup:132/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asongupup:132", "plots": "https://api.plotly.com/v2/plots/asongupup:132", "parent": "https://api.plotly.com/v2/folders/home?user=asongupup" }, "owner": "asongupup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Raw eeg", "views": 2, "web_url": "https://chart-studio.plotly.com/~asongupup/132/raw-eeg/", "world_readable": true, "date_modified": "2024-03-28T10:44:23.038Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asongupup/132/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:133:90056a", "ysrc": "asongupup:133:7d380b", "xaxis": "x1", "yaxis": "y1", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:133:d2c910", "ysrc": "asongupup:133:1dd4e2", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(255,0,0)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:133:90056a", "ysrc": "asongupup:133:39c267", "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(255,0,0)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(255,0,0)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:133:d2c910", "ysrc": "asongupup:133:d9bed8", "xaxis": "x4", "yaxis": "y4", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(255,0,0)" }, "visible": true, "showlegend": false } ], "layout": { "title": "Raw eeg", "width": 840, "height": 630, "margin": { "b": 0, "l": 0, "r": 0, "t": 0, "pad": 0 }, "scene1": { "domain": { "x": [ 0.13, 0.464659090909091 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene2": { "domain": { "x": [ 0.13, 0.464659090909091 ], "y": [ 0.11, 0.451162790697674 ] } }, "scene3": { "domain": { "x": [ 0.570340909090909, 0.905 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene4": { "domain": { "x": [ 0.570340909090909, 0.905 ], "y": [ 0.11, 0.451162790697674 ] } }, "xaxis1": { "side": "bottom", "type": "linear", "range": [ 0, 40 ], "ticks": "inside", "title": "Time (s)", "anchor": "y1", "domain": [ 0.13, 0.464659090909091 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40" ], "tickvals": [ 0, 10, 20, 30, 40 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 0, 300 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y2", "domain": [ 0.13, 0.464659090909091 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis3": { "side": "bottom", "type": "linear", "range": [ 0, 40 ], "ticks": "inside", "title": "Time (s)", "anchor": "y3", "domain": [ 0.570340909090909, 0.905 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40" ], "tickvals": [ 0, 10, 20, 30, 40 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis4": { "side": "bottom", "type": "linear", "range": [ 0, 300 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y4", "domain": [ 0.570340909090909, 0.905 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis1": { "side": "left", "type": "linear", "range": [ -708.013857366307, 500 ], "ticks": "inside", "title": "uV", "anchor": "x1", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-500", "0", "500" ], "tickvals": [ -500, 0, 500 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 302.245083804704 ], "ticks": "inside", "title": "Amplitude", "anchor": "x2", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis3": { "side": "left", "type": "linear", "range": [ -707.431032778548, 500 ], "ticks": "inside", "title": "uV", "anchor": "x3", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-500", "0", "500" ], "tickvals": [ -500, 0, 500 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0, 302.245058812593 ], "ticks": "inside", "title": "Amplitude", "anchor": "x4", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "autosize": false, "hovermode": "closest", "titlefont": { "color": "rgba(0,0,0,0)" }, "showlegend": false, "annotations": [ { "x": 0.297329545454545, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Raw eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.297329545454545, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Raw FFT", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.737670454545455, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Filtered eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.737670454545455, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Filtered eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 } ], "paper_bgcolor": "rgb(255,255,255)" } }, "height": 630, "width": 840, "user": { "profile_url": "https://chart-studio.plotly.com/~asongupup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.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-02-27 02:46:05", "mapbox_access_tokens": null, "has_password": null, "username": "asongupup", "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-28T10:39:30.211352Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jack160428/7.embed", "fid": "jack160428:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jack160428/7/9_ZLFHV3A2UMODO7UT50BPMEITD9WCSS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jack160428/7/2_LWXP7RF12BLN5I7MO32200WM19O2ZK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/7/8_YMJU40HSD634N2XFR7LGDXJ13BW5OI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/7/9_ZLFHV3A2UMODO7UT50BPMEITD9WCSS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jack160428:7", "plots": "https://api.plotly.com/v2/plots/jack160428:7", "parent": "https://api.plotly.com/v2/folders/home?user=jack160428" }, "owner": "jack160428", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jack160428/7/", "world_readable": true, "date_modified": "2024-03-28T10:39:30.223Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jack160428/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([10, 20])", "text": "", "type": "scatter", "xsrc": "jack160428:6:15ede0", "ysrc": "jack160428:6:3f65e3", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(20)", "text": "", "type": "scatter", "xsrc": "jack160428:6:0c7a88", "ysrc": "jack160428:6:5e1b9e", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(23, 190, 207, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:6:f8c7e0", "ysrc": "jack160428:6:0d14a3", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "grey", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:6:794cee", "ysrc": "jack160428:6:2e1aee", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "#17BECF", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:6:442d8c", "ysrc": "jack160428:6:0322ee", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "dash": "solid", "color": "rgba(255, 0, 255, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:6:396e9f", "ysrc": "jack160428:6:8f053a", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,20)" }, { "line": { "dash": "solid", "color": "rgba(128, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:6:20d92a", "ysrc": "jack160428:6:457bdd", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(128, 128, 128, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:6:01508d", "ysrc": "jack160428:6:2ab3e2", "yaxis": "y2", "fillcolor": "rgba(128, 128, 128, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "jack160428:6:d3f6f1", "ysrc": "jack160428:6:412245", "yaxis": "y4", "marker": { "line": { "width": 1, "colorsrc": "jack160428:6:1625e3" }, "colorsrc": "jack160428:6:bd543b" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": " MACD([12,26])", "text": "", "type": "scatter", "xsrc": "jack160428:6:b822fe", "ysrc": "jack160428:6:459f41", "yaxis": "y5" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "MACD SIGNAL(9)", "text": "", "type": "scatter", "xsrc": "jack160428:6:dae826", "ysrc": "jack160428:6:95b289", "yaxis": "y5" }, { "name": "GS", "type": "candlestick", "xsrc": "jack160428:6:5c97a0", "yaxis": "y2", "lowsrc": "jack160428:6:e0b9e5", "highsrc": "jack160428:6:3329f4", "opensrc": "jack160428:6:d3df05", "closesrc": "jack160428:6:b37acb", "decreasing": { "line": { "color": "#808080" } }, "increasing": { "line": { "color": "#17BECF" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "First Quant Figure" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "x": 0.3, "y": 0.95, "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9", "yanchor": "bottom", "orientation": "h" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.69, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.61 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis5": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "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 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jack160428", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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-28 09:34:03", "mapbox_access_tokens": null, "has_password": null, "username": "jack160428", "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-28T10:36:03.457927Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asongupup/130.embed", "fid": "asongupup:130", "filename": "ad1299_1mv6hz", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/asongupup:130/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/asongupup:130/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/asongupup:130/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/asongupup:130/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asongupup:130", "plots": "https://api.plotly.com/v2/plots/asongupup:130", "parent": "https://api.plotly.com/v2/folders/home?user=asongupup" }, "owner": "asongupup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Raw eeg", "views": 5, "web_url": "https://chart-studio.plotly.com/~asongupup/130/raw-eeg/", "world_readable": true, "date_modified": "2024-03-28T10:43:15.857Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asongupup/130/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:131:abecb8", "ysrc": "asongupup:131:daea14", "xaxis": "x1", "yaxis": "y1", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:131:d77c6c", "ysrc": "asongupup:131:7f7ff0", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(255,0,0)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:131:abecb8", "ysrc": "asongupup:131:f688b9", "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(255,0,0)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(255,0,0)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:131:d77c6c", "ysrc": "asongupup:131:e23be9", "xaxis": "x4", "yaxis": "y4", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(255,0,0)" }, "visible": true, "showlegend": false } ], "layout": { "title": "Raw eeg", "width": 840, "height": 630, "margin": { "b": 0, "l": 0, "r": 0, "t": 0, "pad": 0 }, "scene1": { "domain": { "x": [ 0.13, 0.464659090909091 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene2": { "domain": { "x": [ 0.13, 0.464659090909091 ], "y": [ 0.11, 0.451162790697674 ] } }, "scene3": { "domain": { "x": [ 0.570340909090909, 0.905 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene4": { "domain": { "x": [ 0.570340909090909, 0.905 ], "y": [ 0.11, 0.451162790697674 ] } }, "xaxis1": { "side": "bottom", "type": "linear", "range": [ 0, 45.47 ], "ticks": "inside", "title": "Time (s)", "anchor": "y1", "domain": [ 0.13, 0.464659090909091 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40" ], "tickvals": [ 0, 10, 20, 30, 40 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 0, 300 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y2", "domain": [ 0.13, 0.464659090909091 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis3": { "side": "bottom", "type": "linear", "range": [ 0, 45.47 ], "ticks": "inside", "title": "Time (s)", "anchor": "y3", "domain": [ 0.570340909090909, 0.905 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40" ], "tickvals": [ 0, 10, 20, 30, 40 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis4": { "side": "bottom", "type": "linear", "range": [ 0, 300 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y4", "domain": [ 0.570340909090909, 0.905 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis1": { "side": "left", "type": "linear", "range": [ -36.031012061955, -33.6393754052371 ], "ticks": "inside", "title": "uV", "anchor": "x1", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-36", "-35.5", "-35", "-34.5", "-34" ], "tickvals": [ -36, -35.5, -35, -34.5, -34 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 80 ], "ticks": "inside", "title": "Amplitude", "anchor": "x2", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "20", "40", "60", "80" ], "tickvals": [ 0, 20, 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis3": { "side": "left", "type": "linear", "range": [ -36.0626955227366, -33.7128021917868 ], "ticks": "inside", "title": "uV", "anchor": "x3", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-36", "-35.5", "-35", "-34.5", "-34" ], "tickvals": [ -36, -35.5, -35, -34.5, -34 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0, 80 ], "ticks": "inside", "title": "Amplitude", "anchor": "x4", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "20", "40", "60", "80" ], "tickvals": [ 0, 20, 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "autosize": false, "hovermode": "closest", "titlefont": { "color": "rgba(0,0,0,0)" }, "showlegend": false, "annotations": [ { "x": 0.297329545454545, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Raw eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.297329545454545, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Raw FFT", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.737670454545455, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Filtered eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.737670454545455, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Filtered eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 } ], "paper_bgcolor": "rgb(255,255,255)" } }, "height": 630, "width": 840, "user": { "profile_url": "https://chart-studio.plotly.com/~asongupup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.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-02-27 02:46:05", "mapbox_access_tokens": null, "has_password": null, "username": "asongupup", "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-28T10:31:57.387588Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asongupup/128.embed", "fid": "asongupup:128", "filename": "ad1299_4uv", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/asongupup:128/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/asongupup:128/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/asongupup:128/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/asongupup:128/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asongupup:128", "plots": "https://api.plotly.com/v2/plots/asongupup:128", "parent": "https://api.plotly.com/v2/folders/home?user=asongupup" }, "owner": "asongupup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Raw eeg", "views": 1, "web_url": "https://chart-studio.plotly.com/~asongupup/128/raw-eeg/", "world_readable": true, "date_modified": "2024-03-28T10:31:58.122Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asongupup/128/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:129:d16dc3", "ysrc": "asongupup:129:c7e020", "xaxis": "x1", "yaxis": "y1", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:129:5d4720", "ysrc": "asongupup:129:fbdfcd", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(255,0,0)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:129:d16dc3", "ysrc": "asongupup:129:5289c5", "xaxis": "x3", "yaxis": "y3", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(255,0,0)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(255,0,0)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:129:5d4720", "ysrc": "asongupup:129:0bc3a2", "xaxis": "x4", "yaxis": "y4", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(255,0,0)" }, "visible": true, "showlegend": false } ], "layout": { "title": "Raw eeg", "width": 840, "height": 630, "margin": { "b": 0, "l": 0, "r": 0, "t": 0, "pad": 0 }, "scene1": { "domain": { "x": [ 0.13, 0.464659090909091 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene2": { "domain": { "x": [ 0.13, 0.464659090909091 ], "y": [ 0.11, 0.451162790697674 ] } }, "scene3": { "domain": { "x": [ 0.570340909090909, 0.905 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene4": { "domain": { "x": [ 0.570340909090909, 0.905 ], "y": [ 0.11, 0.451162790697674 ] } }, "xaxis1": { "side": "bottom", "type": "linear", "range": [ 0, 44.702 ], "ticks": "inside", "title": "Time (s)", "anchor": "y1", "domain": [ 0.13, 0.464659090909091 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40" ], "tickvals": [ 0, 10, 20, 30, 40 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 0, 300 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y2", "domain": [ 0.13, 0.464659090909091 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis3": { "side": "bottom", "type": "linear", "range": [ 0, 44.702 ], "ticks": "inside", "title": "Time (s)", "anchor": "y3", "domain": [ 0.570340909090909, 0.905 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40" ], "tickvals": [ 0, 10, 20, 30, 40 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis4": { "side": "bottom", "type": "linear", "range": [ 0, 300 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y4", "domain": [ 0.570340909090909, 0.905 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300" ], "tickvals": [ 0, 100, 200, 300 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis1": { "side": "left", "type": "linear", "range": [ -38, -32 ], "ticks": "inside", "title": "uV", "anchor": "x1", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-38", "-36", "-34", "-32" ], "tickvals": [ -38, -36, -34, -32 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 80 ], "ticks": "inside", "title": "Amplitude", "anchor": "x2", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "20", "40", "60", "80" ], "tickvals": [ 0, 20, 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis3": { "side": "left", "type": "linear", "range": [ -38, -32 ], "ticks": "inside", "title": "uV", "anchor": "x3", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-38", "-36", "-34", "-32" ], "tickvals": [ -38, -36, -34, -32 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis4": { "side": "left", "type": "linear", "range": [ 0, 80 ], "ticks": "inside", "title": "Amplitude", "anchor": "x4", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 2.81113636363636, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "20", "40", "60", "80" ], "tickvals": [ 0, 20, 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "autosize": false, "hovermode": "closest", "titlefont": { "color": "rgba(0,0,0,0)" }, "showlegend": false, "annotations": [ { "x": 0.297329545454545, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Raw eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.297329545454545, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Raw FFT", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.737670454545455, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Filtered eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.737670454545455, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Filtered eeg", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 } ], "paper_bgcolor": "rgb(255,255,255)" } }, "height": 630, "width": 840, "user": { "profile_url": "https://chart-studio.plotly.com/~asongupup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.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-02-27 02:46:05", "mapbox_access_tokens": null, "has_password": null, "username": "asongupup", "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-28T10:21:39.885129Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jack160428/5.embed", "fid": "jack160428:5", "filename": "Plotly Playground 2024-03-28 18:21:35.html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jack160428/5/9_CGN4VITGJUEUDL8IKD1O3JHTQ4JXRH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jack160428/5/2_0P12QJ3MB4O5JJY9T4FSG69ADN2O2Z.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/5/8_10JL9C6LHSBKRACNMYNG75BB359BKV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/5/9_CGN4VITGJUEUDL8IKD1O3JHTQ4JXRH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jack160428:5", "plots": "https://api.plotly.com/v2/plots/jack160428:5", "parent": "https://api.plotly.com/v2/folders/home?user=jack160428" }, "owner": "jack160428", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 12, "web_url": "https://chart-studio.plotly.com/~jack160428/5/", "world_readable": true, "date_modified": "2024-03-28T10:21:39.894Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jack160428/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([10, 20])", "text": "", "type": "scatter", "xsrc": "jack160428:4:2b03c8", "ysrc": "jack160428:4:6d0df0", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(20)", "text": "", "type": "scatter", "xsrc": "jack160428:4:2b6ce1", "ysrc": "jack160428:4:dcb15d", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(23, 190, 207, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:4:1fe258", "ysrc": "jack160428:4:f692da", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "grey", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:4:75e522", "ysrc": "jack160428:4:dce04c", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "#17BECF", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:4:729994", "ysrc": "jack160428:4:ed0038", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "dash": "solid", "color": "rgba(255, 0, 255, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:4:cf2787", "ysrc": "jack160428:4:bd3db5", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,20)" }, { "line": { "dash": "solid", "color": "rgba(128, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:4:c6b11a", "ysrc": "jack160428:4:0be126", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(128, 128, 128, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:4:273a09", "ysrc": "jack160428:4:44455a", "yaxis": "y2", "fillcolor": "rgba(128, 128, 128, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "jack160428:4:57a96a", "ysrc": "jack160428:4:d9ff7f", "yaxis": "y4", "marker": { "line": { "width": 1, "colorsrc": "jack160428:4:204761" }, "colorsrc": "jack160428:4:364e43" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": " MACD([12,26])", "text": "", "type": "scatter", "xsrc": "jack160428:4:79131f", "ysrc": "jack160428:4:cdcdec", "yaxis": "y5" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "MACD SIGNAL(9)", "text": "", "type": "scatter", "xsrc": "jack160428:4:f74b60", "ysrc": "jack160428:4:83c0ef", "yaxis": "y5" }, { "name": "GS", "type": "candlestick", "xsrc": "jack160428:4:b26d23", "yaxis": "y2", "lowsrc": "jack160428:4:e6f284", "highsrc": "jack160428:4:fd00c0", "opensrc": "jack160428:4:07656b", "closesrc": "jack160428:4:39632d", "decreasing": { "line": { "color": "#808080" } }, "increasing": { "line": { "color": "#17BECF" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "First Quant Figure" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "x": 0.3, "y": 0.95, "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9", "yanchor": "bottom", "orientation": "h" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.69, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.61 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis5": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "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 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jack160428", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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-28 09:34:03", "mapbox_access_tokens": null, "has_password": null, "username": "jack160428", "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-28T10:20:49.812523Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wangkingling/4.embed", "fid": "wangkingling:4", "filename": "Plotly Playground 2024-03-28 18:20:43", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wangkingling/4/9_IY5Q984YZ45HK8MUH1DOEBUOS2DZ4J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wangkingling/4/2_RBUQ8YKPG0XKA7AEWKT6AT392IMH7D.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangkingling/4/8_16NKB5HPWLLM66APFXM2JT4R0HBHS0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wangkingling/4/9_IY5Q984YZ45HK8MUH1DOEBUOS2DZ4J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wangkingling:4", "plots": "https://api.plotly.com/v2/plots/wangkingling:4", "parent": "https://api.plotly.com/v2/folders/home?user=wangkingling" }, "owner": "wangkingling", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~wangkingling/4/", "world_readable": true, "date_modified": "2024-03-28T10:20:49.822Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wangkingling/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines+markers", "name": "IAA.UY", "text": "", "type": "scatter", "xsrc": "wangkingling:3:5587ca", "ysrc": "wangkingling:3:576fd7", "marker": { "size": 12, "symbol": "circle" } }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines+markers", "name": "HVZ.PM", "text": "", "type": "scatter", "xsrc": "wangkingling:3:d88824", "ysrc": "wangkingling:3:9824f9", "marker": { "size": 12, "symbol": "circle" } }, { "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines+markers", "name": "ITV.YP", "text": "", "type": "scatter", "xsrc": "wangkingling:3:13dc0b", "ysrc": "wangkingling:3:a26e45", "marker": { "size": 12, "symbol": "circle" } }, { "line": { "dash": "solid", "color": "rgba(128, 0, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines+markers", "name": "XOA.UM", "text": "", "type": "scatter", "xsrc": "wangkingling:3:6c3cb5", "ysrc": "wangkingling:3:6e0400", "marker": { "size": 12, "symbol": "circle" } } ], "layout": { "title": { "font": { "color": "#D9D9D9" } }, "xaxis": { "title": { "font": { "color": "#D9D9D9" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#C2C2C2" }, "gridcolor": "#434343", "zerolinecolor": "#666570" }, "yaxis": { "title": { "font": { "color": "#D9D9D9" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#C2C2C2" }, "gridcolor": "#434343", "zerolinecolor": "#666570" }, "legend": { "font": { "color": "#D9D9D9" }, "bgcolor": "#151516" }, "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": "#151516", "paper_bgcolor": "#151516" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wangkingling", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-28 10:07:41", "mapbox_access_tokens": null, "has_password": null, "username": "wangkingling", "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-28T10:19:27.847950Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wangkingling/1.embed", "fid": "wangkingling:1", "filename": "示例", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wangkingling/1/9_SILWLI0TO9LDX0KBTUM3KXWFTZU512.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wangkingling/1/2_S7CHDJTZ994VR7353ZJAGY1UATW76A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangkingling/1/8_QP8PYI8B0DB59WJCO4WWJ4MHPHIZ1V.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wangkingling/1/9_SILWLI0TO9LDX0KBTUM3KXWFTZU512.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wangkingling:1", "plots": "https://api.plotly.com/v2/plots/wangkingling:1", "parent": "https://api.plotly.com/v2/folders/home?user=wangkingling" }, "owner": "wangkingling", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~wangkingling/1/", "world_readable": true, "date_modified": "2024-03-29T04:10:20.698Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wangkingling/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "a", "text": "", "type": "scatter", "xsrc": "wangkingling:19:249570", "ysrc": "wangkingling:19:98e12f" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "b", "text": "", "type": "scatter", "xsrc": "wangkingling:19:298da4", "ysrc": "wangkingling:19:b63a54" }, { "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "c", "text": "", "type": "scatter", "xsrc": "wangkingling:19:f4334b", "ysrc": "wangkingling:19:d0b79b" }, { "line": { "dash": "solid", "color": "rgba(128, 0, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "d", "text": "", "type": "scatter", "xsrc": "wangkingling:19:ef5e79", "ysrc": "wangkingling:19:cd300a" } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "示例" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "X轴" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "Y轴" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "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/~wangkingling", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-28 10:07:41", "mapbox_access_tokens": null, "has_password": null, "username": "wangkingling", "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-28T10:14:28.841003Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jack160428/3.embed", "fid": "jack160428:3", "filename": "Plotly Playground 2024-03-28 18:14:23", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jack160428/3/9_CCCJ2H4RK98OKWEF89HTUI0BLTNQF4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jack160428/3/2_6A243HW1UZEAH2DVYAV1E4A327FUQ7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/3/8_K6K4WS6EALS180BNE9JJPB45COIDL1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/3/9_CCCJ2H4RK98OKWEF89HTUI0BLTNQF4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jack160428:3", "plots": "https://api.plotly.com/v2/plots/jack160428:3", "parent": "https://api.plotly.com/v2/folders/home?user=jack160428" }, "owner": "jack160428", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jack160428/3/", "world_readable": true, "date_modified": "2024-03-28T10:14:28.853Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jack160428/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([10, 20])", "text": "", "type": "scatter", "xsrc": "jack160428:2:3c8d67", "ysrc": "jack160428:2:a1b145", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(20)", "text": "", "type": "scatter", "xsrc": "jack160428:2:ff5a75", "ysrc": "jack160428:2:36912e", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(23, 190, 207, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:2:491658", "ysrc": "jack160428:2:fc43a9", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "grey", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:2:aceb14", "ysrc": "jack160428:2:d914b9", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "#17BECF", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:2:30cab4", "ysrc": "jack160428:2:c4c4ec", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "dash": "solid", "color": "rgba(255, 0, 255, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:2:642be3", "ysrc": "jack160428:2:fc55ed", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,20)" }, { "line": { "dash": "solid", "color": "rgba(128, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:2:bdd0e6", "ysrc": "jack160428:2:9cf92b", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(128, 128, 128, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:2:cd3359", "ysrc": "jack160428:2:d86069", "yaxis": "y2", "fillcolor": "rgba(128, 128, 128, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "jack160428:2:175c5e", "ysrc": "jack160428:2:522c9e", "yaxis": "y4", "marker": { "line": { "width": 1, "colorsrc": "jack160428:2:5d8afc" }, "colorsrc": "jack160428:2:97a08f" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": " MACD([12,26])", "text": "", "type": "scatter", "xsrc": "jack160428:2:8b95ac", "ysrc": "jack160428:2:32e603", "yaxis": "y5" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "MACD SIGNAL(9)", "text": "", "type": "scatter", "xsrc": "jack160428:2:ab1252", "ysrc": "jack160428:2:e77bd4", "yaxis": "y5" }, { "name": "GS", "type": "candlestick", "xsrc": "jack160428:2:dc2f3c", "yaxis": "y2", "lowsrc": "jack160428:2:a7a39b", "highsrc": "jack160428:2:caaee8", "opensrc": "jack160428:2:2b52b5", "closesrc": "jack160428:2:0d0ed8", "decreasing": { "line": { "color": "#808080" } }, "increasing": { "line": { "color": "#17BECF" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "First Quant Figure" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "x": 0.3, "y": 0.95, "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9", "yanchor": "bottom", "orientation": "h" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.69, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.61 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis5": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "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 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jack160428", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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-28 09:34:03", "mapbox_access_tokens": null, "has_password": null, "username": "jack160428", "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-28T10:11:43.081022Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~iceqick/1.embed", "fid": "iceqick:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/iceqick/1/9_RSOX0YLMCSR9ZAYV4DAWOD6YBI3RK1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/iceqick/1/2_YZ120M7QYG3ZLEDAMA39Z7GT1RO661.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/iceqick/1/8_71PAJYCZQBAVMJZZLQQM2PQE91WFOY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/iceqick/1/9_RSOX0YLMCSR9ZAYV4DAWOD6YBI3RK1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/iceqick:1", "plots": "https://api.plotly.com/v2/plots/iceqick:1", "parent": "https://api.plotly.com/v2/folders/home?user=iceqick" }, "owner": "iceqick", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~iceqick/1/", "world_readable": true, "date_modified": "2024-03-28T10:11:43.091Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~iceqick/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "FT101", "type": "scatter", "xsrc": "iceqick:0:86dc4f", "ysrc": "iceqick:0:e23b7d" }, { "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "lines", "name": "FT102", "type": "scatter", "xsrc": "iceqick:0:8782ff", "ysrc": "iceqick:0:9cb87c", "stackgroup": null }, { "meta": { "columnNames": { "x": "E", "y": "F" } }, "mode": "lines", "name": "Жирность сливок", "type": "scatter", "xsrc": "iceqick:0:5b663f", "ysrc": "iceqick:0:dd8494", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "lines", "name": "CV101", "type": "scatter", "xsrc": "iceqick:0:198834", "ysrc": "iceqick:0:a2f0dd", "xaxis": "x2", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Spectrum (Fluorescent Light Bulb)" }, "xaxis": { "type": "date", "range": [ "2024-03-25 12:47:12.3581", "2024-03-25 14:15:47.9768" ], "title": { "text": "Wavelength (nm)" }, "autorange": false, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -0.20982875816993474, 18.007861873638344 ], "title": { "text": "Intensity" }, "autorange": false, "showspikes": false }, "xaxis2": { "side": "top", "type": "date", "range": [ "2024-03-25 12:47:12.3581", "2024-03-25 14:15:47.9768" ], "autorange": false, "overlaying": "x" }, "yaxis2": { "side": "right", "type": "linear", "range": [ -1.1710239651416128, 100.49927378358751 ], "autorange": false, "overlaying": "y" }, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~iceqick", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-28 10:11:09", "mapbox_access_tokens": null, "has_password": null, "username": "iceqick", "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-28T09:40:38.867687Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jack160428/1.embed", "fid": "jack160428:1", "filename": "Plotly Playground 2024-03-28 17:40:34", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jack160428/1/9_8HERS8L9TZGCQNIT8YRNAF3HFF9CM4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jack160428/1/2_RZJ74IV8W97CSZ32OOAMZY0ZW2AMYR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/1/8_C0JUSPXVAU2AISM7WU9AR9Y2VTXYJB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jack160428/1/9_8HERS8L9TZGCQNIT8YRNAF3HFF9CM4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jack160428:1", "plots": "https://api.plotly.com/v2/plots/jack160428:1", "parent": "https://api.plotly.com/v2/folders/home?user=jack160428" }, "owner": "jack160428", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~jack160428/1/", "world_readable": true, "date_modified": "2024-03-28T09:40:38.876Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jack160428/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(0, 128, 0, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA([10, 20])", "text": "", "type": "scatter", "xsrc": "jack160428:0:05ce64", "ysrc": "jack160428:0:816929", "yaxis": "y2", "showlegend": true, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(144, 238, 144, 1.0)", "shape": "linear", "width": 2 }, "mode": "lines", "name": " SMA(20)", "text": "", "type": "scatter", "xsrc": "jack160428:0:d73378", "ysrc": "jack160428:0:fcd5f4", "yaxis": "y2", "showlegend": false, "legendgroup": " SMA([10, 20])" }, { "line": { "dash": "solid", "color": "rgba(23, 190, 207, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "RSI(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:0:787e65", "ysrc": "jack160428:0:94d7db", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "grey", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:0:4d445d", "ysrc": "jack160428:0:3b19e7", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "color": "#17BECF", "width": 1 }, "mode": "lines", "name": "", "text": "", "type": "scatter", "xsrc": "jack160428:0:027d3f", "ysrc": "jack160428:0:c51d66", "yaxis": "y3", "showlegend": true, "legendgroup": "RSI(close,20)" }, { "line": { "dash": "solid", "color": "rgba(255, 0, 255, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "BOLL(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:0:12d9cb", "ysrc": "jack160428:0:beb375", "yaxis": "y2", "showlegend": true, "legendgroup": "BOLL(close,20)" }, { "line": { "dash": "solid", "color": "rgba(128, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "UPPER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:0:5d11b0", "ysrc": "jack160428:0:b67eb2", "yaxis": "y2", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "fill": "tonexty", "line": { "dash": "solid", "color": "rgba(128, 128, 128, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "LOWER(close,20)", "text": "", "type": "scatter", "xsrc": "jack160428:0:e483fe", "ysrc": "jack160428:0:3ed82e", "yaxis": "y2", "fillcolor": "rgba(128, 128, 128, 0.1)", "showlegend": false, "legendgroup": "BOLL(close,20)" }, { "name": "volume", "text": "", "type": "bar", "xsrc": "jack160428:0:528b91", "ysrc": "jack160428:0:6c123c", "yaxis": "y4", "marker": { "line": { "width": 1, "colorsrc": "jack160428:0:c32f77" }, "colorsrc": "jack160428:0:8e103d" }, "opacity": 0.8, "orientation": "v" }, { "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": " MACD([12,26])", "text": "", "type": "scatter", "xsrc": "jack160428:0:452fe3", "ysrc": "jack160428:0:0cddab", "yaxis": "y5" }, { "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "MACD SIGNAL(9)", "text": "", "type": "scatter", "xsrc": "jack160428:0:d0ee63", "ysrc": "jack160428:0:6d33cb", "yaxis": "y5" }, { "name": "GS", "type": "candlestick", "xsrc": "jack160428:0:1181eb", "yaxis": "y2", "lowsrc": "jack160428:0:8565cf", "highsrc": "jack160428:0:550e1c", "opensrc": "jack160428:0:4363ef", "closesrc": "jack160428:0:908736", "decreasing": { "line": { "color": "#808080" } }, "increasing": { "line": { "color": "#17BECF" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "First Quant Figure" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "x": 0.3, "y": 0.95, "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9", "yanchor": "bottom", "orientation": "h" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.69, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.46, 0.61 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis4": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.38 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis5": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "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 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jack160428", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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-28 09:34:03", "mapbox_access_tokens": null, "has_password": null, "username": "jack160428", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "