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=cj0xJnA9MjAyNS0wNy0xMCswNSUzQTAyJTNBMDYuNTcyNjI0JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA3LTEwKzA1JTNBMTklM0EzNy4yNTQ0NTElMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNy0xMCswNiUzQTU5JTNBMTcuMjY1Mjg4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-10T06:59:17.265288Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/10.embed", "fid": "nye123:10", "filename": "Plot 10", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/10/9_LONG5G01YHRD4I93BGE18U21PAGR5H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/10/2_1G0MW37FXR7G3HGH014JLTRICQU1XJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/10/8_4KDM0CRVE78MUGUKA1MW367K8YLFWF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/10/9_LONG5G01YHRD4I93BGE18U21PAGR5H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:10", "plots": "https://api.plotly.com/v2/plots/nye123:10", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/10/", "world_readable": true, "date_modified": "2025-07-14T09:14:36.137Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(88, 218, 209)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-B: Q6<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 49 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 3.15, "x1": 3.15, "y0": 0, "y1": 44, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 5.09, "x1": 5.09, "y0": 0, "y1": 44, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 4.12, "x1": 4.12, "y0": 0, "y1": 46.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 4.12, "y": 48.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 4.12", "showarrow": false }, { "x": 3.65, "y": 44.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 0.97<br><br>", "showarrow": false }, { "x": 4.6, "y": 44.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 0.97", "showarrow": false }, { "x": 3.17, "y": 44, "ax": 86, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 5.07, "y": 44, "ax": -86, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 42.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.00028", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:54:56.176033Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/9.embed", "fid": "nye123:9", "filename": "Plot 9", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/9/9_G9OIQWF7BR2R6MTH5FH5I7GX0WSNK6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/9/2_EX20Y8MJIWULSY7ZH3SQ1QCYI6C04B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/9/8_PKURHU3M3I52LSZRN9HJRKXT7P0IEE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/9/9_G9OIQWF7BR2R6MTH5FH5I7GX0WSNK6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:9", "plots": "https://api.plotly.com/v2/plots/nye123:9", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/9/", "world_readable": true, "date_modified": "2025-07-14T09:14:35.338Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(88, 218, 209)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-B: Q5<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 45 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 2.81, "x1": 2.81, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 4.87, "x1": 4.87, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 3.84, "x1": 3.84, "y0": 0, "y1": 42.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 3.84, "y": 44.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 3.84", "showarrow": false }, { "x": 3.35, "y": 40.93, "font": { "size": 16, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.03", "showarrow": false }, { "x": 4.32, "y": 40.93, "font": { "size": 16, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.03<br>", "showarrow": false }, { "x": 2.83, "y": 40, "ax": 91, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 4.85, "y": 40, "ax": -91, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 39.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.00194", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:53:34.402574Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~FANJIAYI/21.embed", "fid": "FANJIAYI:21", "filename": "new doc", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/FANJIAYI/21/9_OSIB1U4KI8X0YGLY058PP42F6EUM89.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/FANJIAYI/21/2_JPOT5PYCWLQ31MP1ZCDUEGLCFPWAJC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/FANJIAYI/21/8_93ORFLA1AKJH3HXQJCZV1BD1NVC1OZ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/FANJIAYI/21/9_OSIB1U4KI8X0YGLY058PP42F6EUM89.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/FANJIAYI:21", "plots": "https://api.plotly.com/v2/plots/FANJIAYI:21", "parent": "https://api.plotly.com/v2/folders/home?user=FANJIAYI" }, "owner": "FANJIAYI", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~FANJIAYI/21/", "world_readable": true, "date_modified": "2025-07-10T07:06:56.933Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~FANJIAYI/21/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(244, 162, 97)", "width": 3 }, "meta": { "columnNames": { "x": "", "y": "InLF母乳", "marker": { "size": "" }, "error_x": { "array": "B" }, "error_y": { "array": "SD母乳LF", "arrayminus": "SD母乳LF" } } }, "mode": "markers+lines", "name": "Breastfeeding", "type": "scatter", "ysrc": "FANJIAYI:20:b5c28a", "xaxis": "x", "yaxis": "y", "marker": { "meta": { "columnNames": { "size": "RR feeding sessionBF" } }, "size": 8, "color": "rgb(244, 162, 97)", "symbol": "circle", "opacity": 1, "sizeref": 0.19545624691358024, "sizemode": "area" }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "meta": { "columnNames": { "array": "SD母乳LF", "arrayminus": "SD母乳LF" } }, "type": "data", "color": "rgb(242, 190, 155)", "width": 6, "visible": true, "arraysrc": "FANJIAYI:20:82090c", "symmetric": false, "thickness": 2, "arrayminussrc": "FANJIAYI:20:82090c" }, "hoveron": "points", "cliponaxis": true, "connectgaps": false }, { "fill": "none", "line": { "width": 3 }, "meta": { "columnNames": { "y": "InLF奶瓶", "error_y": { "array": "SD奶瓶LF", "arrayminus": "SD奶瓶LF" } } }, "mode": "markers+lines", "name": "Bottle-feeding", "type": "scatter", "ysrc": "FANJIAYI:20:33c3cd", "marker": { "size": 8, "color": "rgb(108, 160, 220)", "symbol": "square" }, "error_x": { "type": "percent", "color": "rgb(108, 160, 220)", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "meta": { "columnNames": { "array": "SD奶瓶LF", "arrayminus": "SD奶瓶LF" } }, "type": "data", "color": "rgb(161, 204, 246)", "width": 6, "visible": true, "arraysrc": "FANJIAYI:20:93e743", "traceref": 0, "symmetric": false, "thickness": 2, "arrayminussrc": "FANJIAYI:20:93e743" }, "visible": true, "stackgroup": null, "connectgaps": false, "hovertemplate": "" } ], "frames": [], "layout": { "font": { "size": 17, "family": "Times New Roman" }, "title": { "x": 0, "text": "" }, "xaxis": { "side": "bottom", "dtick": 1, "range": [ 0, 7.5 ], "tick0": 1, "ticks": "inside", "title": { "font": { "size": 20 }, "text": "Elapsed Time (min)" }, "domain": [ 0, 0.625 ], "showgrid": false, "showline": true, "tickfont": { "size": 21 }, "tickmode": "linear", "zeroline": false, "autorange": false, "linecolor": "rgb(215, 219, 227)", "linewidth": 2, "tickangle": "auto", "tickcolor": "rgb(215, 219, 227)", "tickwidth": 2, "automargin": true, "fixedrange": true, "showspikes": false, "tickformat": "", "tickprefix": "", "rangeslider": { "range": [ -0.4695398574206092, 7.5 ], "yaxis": {}, "visible": false, "autorange": true }, "showexponent": "all", "exponentformat": "B", "showticklabels": true, "separatethousands": false }, "yaxis": { "side": "left", "type": "linear", "dtick": 1, "range": [ -1, 7.03 ], "tick0": 0, "ticks": "inside", "title": { "font": { "size": 20 }, "text": "In (LF power)" }, "domain": [ 0, 1 ], "mirror": false, "ticklen": 5, "showgrid": false, "showline": true, "tickfont": { "size": 21 }, "tickmode": "linear", "zeroline": false, "autorange": false, "linecolor": "rgb(215, 219, 227)", "linewidth": 2, "tickcolor": "rgb(215, 219, 227)", "tickwidth": 2, "automargin": true, "fixedrange": true, "showspikes": false, "separatethousands": false }, "legend": { "x": 0.28825489046303926, "y": 1.2181436328142916, "font": { "size": 20 }, "valign": "top", "xanchor": "center", "yanchor": "auto", "traceorder": "normal", "orientation": "h" }, "modebar": { "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hoverlabel": { "font": { "family": "Times New Roman" } }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~FANJIAYI", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.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": "2025-05-01 08:25:16", "mapbox_access_tokens": null, "has_password": null, "username": "FANJIAYI", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:51:05.035442Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/8.embed", "fid": "nye123:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/8/9_OXNR85KOFNMQF0PQ8T3DV2EFETE6UA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/8/2_HW60O6W8CQWVR0HT10S01UYUPOE667.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/8/8_KOB1NT87BICCDAAWN294CCCXH7NP9M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/8/9_OXNR85KOFNMQF0PQ8T3DV2EFETE6UA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:8", "plots": "https://api.plotly.com/v2/plots/nye123:8", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/8/", "world_readable": true, "date_modified": "2025-07-14T09:14:35.338Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(88, 218, 209)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-B: Q4<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 45 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 4.48, "x1": 4.48, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 2.56, "x1": 2.56, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 3.52, "x1": 3.52, "y0": 0, "y1": 42.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 3.52, "y": 44.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 3.52", "showarrow": false }, { "x": 3.08, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 0.96", "showarrow": false }, { "x": 3.96, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 0.96", "showarrow": false }, { "x": 2.58, "y": 40, "ax": 85, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 4.46, "y": 40, "ax": -85, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 39.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.02144", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:43:05.867964Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/7.embed", "fid": "nye123:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/7/9_2Z2HJLCYLZHRN8FXDLAF3YLXQPMZ3A.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/7/2_W52U0BM1XMY5JTJ5DRBSSWPWWDRK4C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/7/8_YVGHQ8BLGBMDSQH5J4RS4M8IAJDSRM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/7/9_2Z2HJLCYLZHRN8FXDLAF3YLXQPMZ3A.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:7", "plots": "https://api.plotly.com/v2/plots/nye123:7", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/7/", "world_readable": true, "date_modified": "2025-07-14T09:14:35.338Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(88, 218, 209)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-B: Q3<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 45 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 4.62, "x1": 4.62, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 2.14, "x1": 2.14, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 3.38, "x1": 3.38, "y0": 0, "y1": 42.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 3.38, "y": 44.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 3.38", "showarrow": false }, { "x": 2.8, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.24", "showarrow": false }, { "x": 4, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.24", "showarrow": false }, { "x": 2.16, "y": 40, "ax": 110, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 4.6, "y": 40, "ax": -110, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 39.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.13362", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:13:14.571514Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~KUNLIN/7.embed", "fid": "KUNLIN:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/9_ZBWZ4BPVTV695NGLQE1XA6BP0C7JXQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/2_6QHGV7IWY2TYMHX0YQL84I601HFAW5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/8_2E1V6PEKEG6IWG96X7K8YTY8RQ5STR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/KUNLIN/7/9_ZBWZ4BPVTV695NGLQE1XA6BP0C7JXQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/KUNLIN:7", "plots": "https://api.plotly.com/v2/plots/KUNLIN:7", "parent": "https://api.plotly.com/v2/folders/home?user=KUNLIN" }, "owner": "KUNLIN", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~KUNLIN/7/", "world_readable": true, "date_modified": "2025-07-10T06:46:10.419Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~KUNLIN/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(51, 121, 255)", "width": "1.3" }, "meta": { "columnNames": { "x": "timestamp2", "y": "qw" } }, "mode": "lines", "name": "ori", "type": "scatter", "xsrc": "KUNLIN:8:71e98a", "ysrc": "KUNLIN:8:044a88", "visible": true }, { "line": { "color": "rgb(233, 18, 18)" }, "meta": { "columnNames": { "x": "timestamp2", "y": "qw" } }, "mode": "lines", "name": "int", "type": "scatter", "xsrc": "KUNLIN:9:c20a0a", "ysrc": "KUNLIN:9:998eab", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 8536.089895449913, 9674.275736157875 ], "title": { "font": { "color": "#4D5663" }, "text": "" }, "tickfont": { "color": "#4D5663" }, "autorange": false, "gridcolor": "#E1E5ED", "showspikes": false, "zerolinecolor": "#E1E5ED" }, "yaxis": { "type": "linear", "range": [ 0.8427170355911088, 0.9950471583481708 ], "title": { "font": { "color": "#4D5663" }, "text": "Price" }, "tickfont": { "color": "#4D5663" }, "zeroline": false, "autorange": false, "gridcolor": "#E1E5ED", "showspikes": false, "tickprefix": "$", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "autosize": true, "dragmode": "pan", "hovermode": "closest", "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~KUNLIN", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.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": "2025-07-03 02:48:53", "mapbox_access_tokens": null, "has_password": null, "username": "KUNLIN", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:08:56.425212Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/6.embed", "fid": "nye123:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/6/9_XSRB1QCMW83EYXNBO9Z3O2RX7AYHTQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/6/2_8SZQ4OBA3H0UQ1O89T4ZKL86MPAJVA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/6/8_VFNAE4ZO3D8DFT68HP0L3NAURR28HS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/6/9_XSRB1QCMW83EYXNBO9Z3O2RX7AYHTQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:6", "plots": "https://api.plotly.com/v2/plots/nye123:6", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/6/", "world_readable": true, "date_modified": "2025-07-14T09:14:35.338Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(88, 218, 209)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-B: Q2<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 49 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 4.76, "x1": 4.76, "y0": 0, "y1": 44, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 2.84, "x1": 2.84, "y0": 0, "y1": 44, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 3.8, "x1": 3.8, "y0": 0, "y1": 46.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 3.8, "y": 48.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 3.80", "showarrow": false }, { "x": 3.38, "y": 44.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 0.96<br>", "showarrow": false }, { "x": 4.23, "y": 44.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 0.96", "showarrow": false }, { "x": 2.86, "y": 44, "ax": 85, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 4.74, "y": 44, "ax": -85, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 42.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.00208", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T06:02:54.178526Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/5.embed", "fid": "nye123:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/5/9_CE1U5TEQUD1EIJ0B3NRNUZSDRWUI07.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/5/2_5WVYAC78D0U3RN0SFZU6HWQU7Q2402.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/5/8_5CUCIMYORYOW9JBPGEW77XDO6FFPKK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/5/9_CE1U5TEQUD1EIJ0B3NRNUZSDRWUI07.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:5", "plots": "https://api.plotly.com/v2/plots/nye123:5", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/5/", "world_readable": true, "date_modified": "2025-07-14T09:14:35.338Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(130, 193, 236)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-A: Q1<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 45 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 2.53, "x1": 2.53, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 4.61, "x1": 4.61, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 3.57, "x1": 3.57, "y0": 0, "y1": 42.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 3.57, "y": 44.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 3.57", "showarrow": false }, { "x": 3.1, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.04", "showarrow": false }, { "x": 4.05, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.04", "showarrow": false }, { "x": 2.56, "y": 40, "ax": 91, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 4.59, "y": 40, "ax": -91, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 39.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.00010", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T05:59:24.786361Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~weluvashanti/29.embed", "fid": "weluvashanti:29", "filename": "ETH_whales_continuous_0710", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/9_VJGV3HF3EGUZVF69TG325K8RHPF6X7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/2_XZ0VP5LWJJCH1FV03QY8Y6MQ5894VF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/8_NUKG9M0YK339OD4HR4S2TK77PF9KIS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/weluvashanti/29/9_VJGV3HF3EGUZVF69TG325K8RHPF6X7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/weluvashanti:29", "plots": "https://api.plotly.com/v2/plots/weluvashanti:29", "parent": "https://api.plotly.com/v2/folders/home?user=weluvashanti" }, "owner": "weluvashanti", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~weluvashanti/29/", "world_readable": true, "date_modified": "2025-07-10T06:36:08.478Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~weluvashanti/29/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "name": "Main Plot", "type": "scatter3d", "xsrc": "weluvashanti:28:455abe", "ysrc": "weluvashanti:28:43dbad", "zsrc": "weluvashanti:28:10c19d", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "sizesrc": "weluvashanti:28:db13a0", "colorsrc": "weluvashanti:28:b29d37", "sizemode": "area", "colorscale": [ "#BF382A", "grey", "green" ] }, "error_x": { "color": "rgba(31,119,180,1)", "width": [] }, "error_y": { "color": "rgba(31,119,180,1)", "width": [] }, "textfont": { "sizesrc": "weluvashanti:28:bfdbd2" } }, { "line": { "color": "rgba(255,127,14,1)" }, "mode": "markers", "name": "Latest Data Points", "type": "scatter3d", "xsrc": "weluvashanti:28:5803c6", "ysrc": "weluvashanti:28:09f4d1", "zsrc": "weluvashanti:28:a0e94c", "frame": null, "marker": { "line": { "color": "black", "width": 3 }, "sizes": [ 1, 1500 ], "sizesrc": "weluvashanti:28:5d5c86", "colorsrc": "weluvashanti:28:253399", "sizemode": "area", "colorscale": [ "black" ] }, "error_x": { "color": "rgba(255,127,14,1)", "width": [] }, "error_y": { "color": "rgba(255,127,14,1)", "width": [] }, "textfont": { "sizesrc": "weluvashanti:28:0d2bfa" } } ], "layout": { "scene": { "xaxis": { "title": "净流入因子(Net Inflow)" }, "yaxis": { "title": "巨鲸收益率区间(Coin Price Range Return)" }, "zaxis": { "title": "巨鲸大单买卖强度(Whale Order Intensity)" } }, "title": "ETH主力资金对弈沙盘(周内)|Weekly Whale Money Gaming Sandbox ", "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 0.5, "y": 0.5, "font": { "size": 45, "color": "gray", "family": "Times New Roman" }, "text": "@Orderflow_dao", "xref": "paper", "yref": "paper", "opacity": 0.3, "showarrow": false, "textangle": 0 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~weluvashanti", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "TraderDao", "nickname": "TraderDao", "website": "https://discord.gg/spyKFaxcsp", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-08 01:37:03", "mapbox_access_tokens": null, "has_password": null, "username": "weluvashanti", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-07-10T05:19:37.254451Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/4.embed", "fid": "nye123:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/4/9_LTH8G13R1X6YPGMGILPLFVHMABUIWK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/4/2_FQ8O37BY1SB1PBAWCTUXHTXBAQTMTG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/4/8_094JAU6NCIVO2CKEM0QXJJ349JSLG3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/4/9_LTH8G13R1X6YPGMGILPLFVHMABUIWK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:4", "plots": "https://api.plotly.com/v2/plots/nye123:4", "parent": "https://api.plotly.com/v2/folders/home?user=nye123" }, "owner": "nye123", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nye123/4/", "world_readable": true, "date_modified": "2025-07-14T09:14:35.338Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nye123/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(88, 218, 209)", "opacity": 1 }, "error_x": { "type": "percent", "value": 10, "visible": false, "symmetric": true, "copy_ystyle": true }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "opacity": 1, "textfont": {}, "hoverinfo": "x+y", "hoverlabel": { "align": "auto", "namelength": 15 }, "orientation": "v", "textposition": "auto" } ], "frames": [], "layout": { "font": { "size": 12, "color": "#000", "family": "\"PT Sans Narrow\", sans-serif" }, "title": { "x": 0.5, "font": { "size": 32, "color": "", "family": "" }, "text": "Questionnaire-B: Q1<br>" }, "width": 600, "xaxis": { "side": "bottom", "type": "linear", "dtick": 4, "range": [ 0.4860694447132605, 5.340909090909091 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Likert-scale" }, "anchor": "y", "domain": [ 0, 1 ], "mirror": false, "nticks": 0, "ticklen": 4, "tickson": "labels", "position": 0, "showgrid": false, "showline": true, "tickfont": { "size": 15, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 5, "automargin": false, "overlaying": false, "showspikes": true, "tickprefix": "", "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "dtick": 200000, "range": [ 0, 45 ], "tick0": 0, "ticks": "outside", "title": { "font": { "size": 26, "color": "", "family": "" }, "text": "Responses (%)" }, "anchor": "x", "domain": [ 0.05, 1 ], "mirror": false, "nticks": 0, "ticklen": 5, "position": 0, "showgrid": true, "showline": true, "tickfont": { "size": 0, "color": "", "family": "" }, "tickmode": "auto", "zeroline": false, "autorange": false, "gridcolor": "#ddd", "gridwidth": 1, "linecolor": "#000", "linewidth": 1, "rangemode": "normal", "tickangle": "auto", "tickcolor": "rgba(0, 0, 0, 0)", "tickwidth": 1, "overlaying": false, "showspikes": true, "showexponent": "all", "zerolinecolor": "#000", "zerolinewidth": 1, "exponentformat": "e", "showticklabels": true, "spikethickness": 18 }, "bargap": 0.19999999999999996, "boxgap": 0.3, "height": 600, "legend": { "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "#fff", "traceorder": "normal", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 80, "pad": 0 }, "shapes": [ { "x0": 4.88, "x1": 4.88, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 2.72, "x1": 2.72, "y0": 0, "y1": 40, "line": { "dash": "dot", "color": "rgb(254, 75, 75)", "width": 3 }, "type": "line", "opacity": 0.6, "fillcolor": "#7f7f7f" }, { "x0": 3.8, "x1": 3.8, "y0": 0, "y1": 42.5, "line": { "color": "rgb(255, 39, 39)", "width": 3 }, "type": "line", "opacity": 0.68, "fillcolor": "#7f7f7f" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": false, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 3.8, "y": 44.25, "font": { "size": 18, "color": "rgb(245, 75, 75)" }, "text": "Mean : 3.80", "showarrow": false }, { "x": 3.3, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.08", "showarrow": false }, { "x": 4.3, "y": 40.93, "font": { "size": 15, "color": "rgb(20, 63, 77)" }, "text": "SD: 1.08", "showarrow": false }, { "x": 2.74, "y": 40, "ax": 95, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowsize": 1, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 4.86, "y": 40, "ax": -95, "ay": 0, "text": "<br>", "arrowhead": 2, "arrowcolor": "rgb(47, 119, 142)" }, { "x": 2.82521945606216, "y": 39.8, "ax": -138, "ay": -42, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.00480", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" } ], "bargroupgap": 0, "boxgroupgap": 0.3, "uniformtext": { "mode": false, "minsize": 7 }, "plot_bgcolor": "#fff", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~nye123", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-04 12:21:37", "mapbox_access_tokens": null, "has_password": null, "username": "nye123", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "