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=cj0xJnA9MjAyNS0wNy0xMCswNiUzQTAyJTNBNTQuMTc4NTI2JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA3LTEwKzA2JTNBMDglM0E1Ni40MjUyMTIlMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0xMCswNyUzQTE2JTNBMDYuMDk5NzU1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-07-10T07:16:06.099755Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nye123/11.embed", "fid": "nye123:11", "filename": "Plot 11", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nye123/11/9_AZJDC3MQXFY4PLB3BR2Z9M7P8LWV8J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nye123/11/2_70TVCLP7YH6PKDQ6RUNF7CBDE7KL5L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/11/8_GDQWC20N8PO7965PDYYVNF0FMS3GT9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nye123/11/9_AZJDC3MQXFY4PLB3BR2Z9M7P8LWV8J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nye123:11", "plots": "https://api.plotly.com/v2/plots/nye123:11", "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/11/", "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/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "3", "y": "28%", "text": "" } }, "name": "3", "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:c5b00e", "marker": { "color": "rgb(250, 184, 82)", "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+name", "hoverlabel": { "align": "auto", "namelength": 24 }, "orientation": "v", "textposition": "auto", "hovertemplate": "" }, { "meta": { "columnNames": { "x": "3", "y": "not" } }, "type": "bar", "xsrc": "nye123:0:48ce13", "ysrc": "nye123:0:45fe36", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgb(108, 211, 151)" }, "orientation": "v" } ], "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.3, 5.6 ], "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", "dtick": 200000, "range": [ 0, 50 ], "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.61, "x1": 2.81, "y0": 47.9, "y1": 49.9, "line": { "color": "#444444", "width": 0 }, "opacity": 0.75, "fillcolor": "rgb(250, 184, 82)" }, { "x0": 2.61, "x1": 2.81, "y0": 45.5, "y1": 47.5, "line": { "color": "#444444", "width": 0 }, "opacity": 0.75, "fillcolor": "rgb(108, 211, 151)" } ], "barmode": "group", "barnorm": "", "boxmode": "overlay", "modebar": { "orientation": "h" }, "autosize": true, "dragmode": "pan", "hovermode": "x", "separators": ".,", "showlegend": false, "annotations": [ { "x": 2.8, "y": 42.3, "ax": -130, "ay": -53, "font": { "size": 18, "color": "rgb(55, 101, 146)" }, "text": "p-value: 0.95216", "showarrow": true, "arrowcolor": "rgba(68, 68, 68, 0)" }, { "x": 2.9, "y": 48.94258373205742, "font": { "size": 16, "color": "rgb(54, 54, 54)" }, "text": "haven't seen the live show", "xanchor": "left", "showarrow": false, "arrowwidth": 1 }, { "x": 2.9, "y": 46.41148325358852, "font": { "size": 16, "color": "rgb(54, 54, 54)" }, "text": "have seen the live show", "align": "center", "xanchor": "left", "showarrow": false, "arrowwidth": 0.1 } ], "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-10T07:16:00.726558Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Cokecoffee/1.embed", "fid": "Cokecoffee:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Cokecoffee/1/9_K651N5648SHLR06CVUBMCYD1SJDQ9U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Cokecoffee/1/2_SIVX5A5J15SK0E098A1A0PXMSIG4NI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Cokecoffee/1/8_37L4QG3D2I7QM53E3TRG5WK04XRQJS.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Cokecoffee/1/9_K651N5648SHLR06CVUBMCYD1SJDQ9U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Cokecoffee:1", "plots": "https://api.plotly.com/v2/plots/Cokecoffee:1", "parent": "https://api.plotly.com/v2/folders/home?user=Cokecoffee" }, "owner": "Cokecoffee", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Cokecoffee/1/", "world_readable": true, "date_modified": "2025-07-10T07:22:43.693Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Cokecoffee/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "智能化", "y": "场景深度", "z": "性价比", "text": "产品名称" } }, "mode": "markers+text", "name": "<br>", "type": "scatter3d", "xsrc": "Cokecoffee:0:92bf9a", "ysrc": "Cokecoffee:0:736045", "zsrc": "Cokecoffee:0:95678b", "textsrc": "Cokecoffee:0:24266f", "hoverinfo": "x+y+z+text", "hovertemplate": "" } ], "frames": [], "layout": { "font": { "family": "Arial" }, "scene": { "xaxis": { "type": "linear", "ticks": "", "title": { "text": "智能化(x)" }, "showspikes": false }, "yaxis": { "type": "linear", "title": { "text": "场景深度(y)" }, "showspikes": false }, "zaxis": { "type": "linear", "title": { "text": "性价比(z)" }, "showspikes": false }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": -1.9948275178295107, "y": 1.1338500717856872, "z": 0.33903771544687045 }, "center": { "x": 2.220446049250313e-16, "y": -2.220446049250313e-16, "z": 0 }, "projection": { "type": "perspective" } }, "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "dragmode": "turntable", "hovermode": false, "aspectmode": "cube", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "矩形分析:竞品对比" }, "xaxis": { "domain": [ 0, 1 ] }, "yaxis": { "domain": [ 0, 1 ] }, "legend": { "title": { "text": "<br>" }, "xanchor": "auto" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "dragmode": "zoom", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Cokecoffee", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 07:13:37", "mapbox_access_tokens": null, "has_password": null, "username": "Cokecoffee", "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-10T07:12:36.459056Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aditya21._/2.embed", "fid": "aditya21._:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aditya21._/2/9_22M87OTD3W92CH4OY66KVOLAD2TQVH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aditya21._/2/2_SHIXPHKU4VBMLNVFUK6TIM2ED5NRW0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aditya21._/2/8_8OSNCF75S3H3NNWFFQY8CKEA2XGKW7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aditya21._/2/9_22M87OTD3W92CH4OY66KVOLAD2TQVH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aditya21._:2", "plots": "https://api.plotly.com/v2/plots/aditya21._:2", "parent": "https://api.plotly.com/v2/folders/home?user=aditya21._" }, "owner": "aditya21._", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~aditya21._/2/", "world_readable": true, "date_modified": "2025-07-10T07:12:36.470Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aditya21._/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 2 }, "meta": { "columnNames": { "x": "Epochs", "y": "Training Loss (MSE)" } }, "mode": "lines", "name": "<b>Training Loss (MSE)</b>", "type": "scatter", "xsrc": "aditya21._:1:24855b", "ysrc": "aditya21._:1:c3c265" }, { "meta": { "columnNames": { "x": "Epochs", "y": "Validation Loss (MSE)" } }, "mode": "lines", "name": "<b>Validation Loss (MSE)</b>", "type": "scatter", "xsrc": "aditya21._:1:24855b", "ysrc": "aditya21._:1:23116d", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "family": "Arial" }, "title": { "text": "Autoencoder Training vs. Validation Loss Curve" }, "xaxis": { "type": "linear", "range": [ 1, 50 ], "title": { "text": "Epochs" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.0017495455637388407, 0.03678183549038079 ], "title": { "text": "Mean Squared Error (MSE)" }, "autorange": true }, "legend": { "xanchor": "right" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aditya21._", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-10 06:46:04", "mapbox_access_tokens": null, "has_password": null, "username": "aditya21._", "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: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 } } ] }{ "next": "