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=cD0yMDI0LTA0LTA4KzA1JTNBNTYlM0EyNy4yMjgyNTIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTA4KzAzJTNBMDclM0E1Ni4yNTI1ODYlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wOCswNSUzQTE2JTNBMjQuNjYzNzY2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-08T05:16:24.663766Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Esanta/99.embed", "fid": "Esanta:99", "filename": "plot from API (50)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Esanta/99/9_R1RHGHPAUE8XQ7LHJ7YEFDS4LTW7TS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Esanta/99/2_OW8CDFINQ54FUY94KUUL5V173TPJO2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/99/8_FKLIZSIBQPVANMGYX4X7ZVO5QZVARI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/99/9_R1RHGHPAUE8XQ7LHJ7YEFDS4LTW7TS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Esanta:99", "plots": "https://api.plotly.com/v2/plots/Esanta:99", "parent": "https://api.plotly.com/v2/folders/home?user=Esanta" }, "owner": "Esanta", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Systolic vs Diastolic", "views": 3, "web_url": "https://chart-studio.plotly.com/~Esanta/99/systolic-vs-diastolic/", "world_readable": true, "date_modified": "2024-06-19T07:09:15.653Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Esanta/99/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue" }, "mode": "lines markers", "name": "Systolic", "type": "scatter", "xsrc": "Esanta:100:413c08", "ysrc": "Esanta:100:ecac88", "textsrc": "Esanta:100:8d513f" }, { "line": { "color": "green" }, "mode": "lines markers", "name": "Diastolic", "type": "scatter", "xsrc": "Esanta:100:413c08", "ysrc": "Esanta:100:e7ffed", "textsrc": "Esanta:100:8d513f" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Esanta", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 19:43:48", "mapbox_access_tokens": null, "has_password": null, "username": "Esanta", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T05:11:14.661689Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Rutujasmohod/3.embed", "fid": "Rutujasmohod:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Rutujasmohod/3/9_RGAMHYP1ACQLOE0VNSA3M36W20YRX4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Rutujasmohod/3/2_4TIPMDGPHQ60XVCR4LRXZLVCOI7LQ4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Rutujasmohod/3/8_1TBI2BJB2SRTL2Y5FUKCA436ZFKT27.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Rutujasmohod/3/9_RGAMHYP1ACQLOE0VNSA3M36W20YRX4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Rutujasmohod:3", "plots": "https://api.plotly.com/v2/plots/Rutujasmohod:3", "parent": "https://api.plotly.com/v2/folders/home?user=Rutujasmohod" }, "owner": "Rutujasmohod", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Rutujasmohod/3/", "world_readable": true, "date_modified": "2024-04-08T05:11:14.672Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Rutujasmohod/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "none", "line": { "shape": "spline", "width": 1 }, "meta": { "columnNames": { "x": "Months", "y": "High 2014" } }, "mode": "markers+lines", "name": "Person1 2014", "type": "scatter", "xsrc": "Rutujasmohod:2:b7bbb1", "ysrc": "Rutujasmohod:2:189894", "marker": { "color": "rgb(80, 103, 132)" } }, { "fill": "none", "line": { "shape": "spline", "width": 3 }, "meta": { "columnNames": { "x": "Months", "y": "Low 2014" } }, "mode": "markers+lines", "name": "Person2 2014", "type": "scatter", "xsrc": "Rutujasmohod:2:b7bbb1", "ysrc": "Rutujasmohod:2:d16370", "marker": { "size": 4, "color": "rgb(80, 103, 132)" } }, { "fill": "none", "line": { "shape": "spline", "width": 1 }, "meta": { "columnNames": { "x": "Months", "y": "High 2007" } }, "mode": "markers+lines", "name": "Person3 2007", "type": "scatter", "xsrc": "Rutujasmohod:2:b7bbb1", "ysrc": "Rutujasmohod:2:5ec279", "marker": { "color": "rgb(99, 110, 250)" } }, { "fill": "none", "line": { "shape": "spline", "width": 3 }, "meta": { "columnNames": { "x": "Months", "y": "Low 2007" } }, "mode": "markers+lines", "name": "Person4 2007", "type": "scatter", "xsrc": "Rutujasmohod:2:b7bbb1", "ysrc": "Rutujasmohod:2:dd433f", "marker": { "size": 4, "color": "rgb(99, 110, 250)" } }, { "fill": "none", "line": { "shape": "spline", "width": 1 }, "meta": { "columnNames": { "x": "Months", "y": "High 2000" } }, "mode": "markers+lines", "name": "Person5 2000", "type": "scatter", "xsrc": "Rutujasmohod:2:b7bbb1", "ysrc": "Rutujasmohod:2:d214ba", "marker": { "color": "rgb(17, 157, 255)" } }, { "fill": "none", "line": { "shape": "spline", "width": 3 }, "meta": { "columnNames": { "x": "Months", "y": "Low 2000" } }, "mode": "lines", "name": "Person6 2000", "type": "scatter", "xsrc": "Rutujasmohod:2:b7bbb1", "ysrc": "Rutujasmohod:2:b8457e", "marker": { "size": 4, "color": "rgb(17, 157, 255)" } } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "category", "range": [ -0.6531061022539857, 11.653106102253986 ], "title": { "text": "Click to enter X axis title" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 8.232078644418573, 86.80276807657484 ], "title": { "text": "Click to enter Y axis title" }, "autorange": true }, "autosize": true, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Rutujasmohod", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-12-05 06:02:25", "mapbox_access_tokens": null, "has_password": null, "username": "Rutujasmohod", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T05:08:13.236773Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Esanta/97.embed", "fid": "Esanta:97", "filename": "plot from API (49)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Esanta/97/9_3WSXLBKIJ69C0SUWFUESUPHPVZSEA9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Esanta/97/2_VJLA7QSQEHO8349LID3D5PSA3UMAPZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/97/8_BURB0ZR4BKU38P4ZW34B28CCB9PEK1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/97/9_3WSXLBKIJ69C0SUWFUESUPHPVZSEA9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Esanta:97", "plots": "https://api.plotly.com/v2/plots/Esanta:97", "parent": "https://api.plotly.com/v2/folders/home?user=Esanta" }, "owner": "Esanta", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Systolic vs Diastolic", "views": 1, "web_url": "https://chart-studio.plotly.com/~Esanta/97/systolic-vs-diastolic/", "world_readable": true, "date_modified": "2024-06-19T07:09:20.106Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Esanta/97/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue" }, "mode": "lines markers", "name": "Systolic", "type": "scatter", "xsrc": "Esanta:98:942793", "ysrc": "Esanta:98:2255b4", "textsrc": "Esanta:98:0f4f15" }, { "line": { "color": "green" }, "mode": "lines markers", "name": "Diastolic", "type": "scatter", "xsrc": "Esanta:98:942793", "ysrc": "Esanta:98:13f573", "textsrc": "Esanta:98:0f4f15" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Esanta", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-27 19:43:48", "mapbox_access_tokens": null, "has_password": null, "username": "Esanta", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T04:22:07.117899Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msd673/7.embed", "fid": "msd673:7", "filename": "0.9B_CQ", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/msd673/7/9_DHTUJ6OP8AVVG1LT1XV6WSYV7ACZKM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/msd673/7/2_7NCW2FCRGIMSUWGYI8Q6XD4CHPJBS9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/7/8_8ZB5016RCQFEDDW36FWKM6FO48AI86.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/7/9_DHTUJ6OP8AVVG1LT1XV6WSYV7ACZKM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msd673:7", "plots": "https://api.plotly.com/v2/plots/msd673:7", "parent": "https://api.plotly.com/v2/folders/home?user=msd673" }, "owner": "msd673", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~msd673/7/", "world_readable": true, "date_modified": "2024-04-08T04:22:07.127Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msd673/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "MaxLocJoin_EDP" } }, "mode": "markers", "name": "MaxLocJoin_EDP", "type": "box", "ysrc": "msd673:6:4f255d", "xaxis": "x", "yaxis": "y", "boxmean": true, "boxpoints": false, "showlegend": true, "orientation": "v" }, { "meta": { "columnNames": { "y": "VP" } }, "name": "VP", "type": "box", "ysrc": "msd673:6:adc6aa", "boxmean": true, "boxpoints": false, "hovertemplate": "" }, { "meta": { "columnNames": { "y": "METIS" } }, "name": "METIS", "type": "box", "ysrc": "msd673:6:0cd234", "boxmean": true, "boxpoints": false }, { "meta": { "columnNames": { "x": "", "y": "MPC" } }, "mode": "lines", "name": "MPC", "type": "box", "ysrc": "msd673:6:72e0dd", "boxmean": true, "bandwidth": 0, "boxpoints": false, "autocolorscale": true } ], "frames": [], "layout": { "title": { "text": "" }, "xaxis": { "type": "category", "range": [ -0.5, 3.5 ], "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "side": "left", "type": "linear", "range": [ -150, 2500 ], "anchor": "x", "domain": [ 0, 1 ], "autorange": false, "fixedrange": false }, "boxgap": 0.52, "modebar": { "orientation": "h" }, "autosize": true, "boxgroupgap": 0.37 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~msd673", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-08 03:21:46", "mapbox_access_tokens": null, "has_password": null, "username": "msd673", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T04:21:11.047152Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~personkg/1.embed", "fid": "personkg:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/personkg/1/9_RZOCP8KELNE2DH556PBJNY2TD82C4T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/personkg/1/2_T2B5LE5RNWA6K1F0J11ELNCN72G607.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/personkg/1/8_QRAZFAWK0DQY43J9PQLXS931CDOUKU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/personkg/1/9_RZOCP8KELNE2DH556PBJNY2TD82C4T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/personkg:1", "plots": "https://api.plotly.com/v2/plots/personkg:1", "parent": "https://api.plotly.com/v2/folders/home?user=personkg" }, "owner": "personkg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~personkg/1/", "world_readable": true, "date_modified": "2024-04-08T04:21:11.063Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~personkg/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "planet earth", "type": "scatter", "xsrc": "personkg:0:c733f5", "ysrc": "personkg:0:0fe7bc" }, { "meta": { "columnNames": { "x": "B", "y": "D" } }, "mode": "lines", "name": "planet moon", "type": "scatter", "xsrc": "personkg:0:3885fc", "ysrc": "personkg:0:0fe7bc", "stackgroup": null }, { "meta": { "columnNames": { "x": "C", "y": "D" } }, "mode": "lines", "name": "planet X", "type": "scatter", "xsrc": "personkg:0:a07a14", "ysrc": "personkg:0:0fe7bc", "yaxis": "y", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "graph of the relationship between the string length and the square of the period of one oscillation of a pendulum" }, "xaxis": { "type": "linear", "range": [ 1, 1102 ], "title": { "text": "period (s)" }, "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "range": [ 735.1666666666666, 1831.8333333333333 ], "title": { "text": "string length (m)" }, "domain": [ 0, 1 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~personkg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-08 04:20:30", "mapbox_access_tokens": null, "has_password": null, "username": "personkg", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T04:07:54.933385Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msd673/5.embed", "fid": "msd673:5", "filename": "0.9B_CQ_log", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/msd673/5/9_14X81GSW2C2KRZGC6J2QV9GTXDQ173.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/msd673/5/2_4JYWI45TZJCUSPHVMDBFQ07ESD1ZU6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/5/8_382YCCY6CY3PD2OEHTE22TNTJ2MWH5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/5/9_14X81GSW2C2KRZGC6J2QV9GTXDQ173.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msd673:5", "plots": "https://api.plotly.com/v2/plots/msd673:5", "parent": "https://api.plotly.com/v2/folders/home?user=msd673" }, "owner": "msd673", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~msd673/5/", "world_readable": true, "date_modified": "2024-04-08T10:39:46.061Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msd673/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "Max" } }, "mode": "markers", "name": "MaxLocJoin_EDP", "type": "box", "ysrc": "msd673:4:f887cd", "boxmean": true, "boxpoints": "all" }, { "meta": { "columnNames": { "y": "D" } }, "name": "VP", "type": "box", "ysrc": "msd673:4:4f2bcc", "boxmean": true, "boxpoints": "all" }, { "meta": { "columnNames": { "y": "C" } }, "name": "METIS", "type": "box", "ysrc": "msd673:4:2e66d8", "boxmean": true, "boxpoints": "all" }, { "meta": { "columnNames": { "y": "MPC" } }, "name": "MPC", "type": "box", "ysrc": "msd673:4:729bcd", "boxmean": true, "boxpoints": "all" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5147058823529411, 3.5 ], "ticks": "", "title": { "text": "" }, "autorange": true, "showspikes": false, "rangeslider": { "range": [ -0.5, 3.5 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ -0.43029058122222225, 8.571573583222223 ], "ticks": "", "title": { "text": "Query Response Time (in sec)" }, "autorange": true, "showspikes": false }, "boxgap": 0.30000000000000004, "legend": { "x": 0.020000000000000018, "y": 0.98, "xanchor": "auto", "yanchor": "auto" }, "autosize": true, "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~msd673", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-08 03:21:46", "mapbox_access_tokens": null, "has_password": null, "username": "msd673", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T03:49:37.931117Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msd673/3.embed", "fid": "msd673:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/msd673/3/9_FUG04WA6QUVOS8GV36KQX9EZ6ERMZK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/msd673/3/2_SQGA8J47R1FCXIO4QSTT5V6FT1Z0CN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/3/8_4LPCJAS5LXM6DRKHZHUUF4O65JWPSK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/3/9_FUG04WA6QUVOS8GV36KQX9EZ6ERMZK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msd673:3", "plots": "https://api.plotly.com/v2/plots/msd673:3", "parent": "https://api.plotly.com/v2/folders/home?user=msd673" }, "owner": "msd673", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~msd673/3/", "world_readable": true, "date_modified": "2024-04-08T03:49:37.946Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msd673/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "", "y": "A", "low": "", "high": "", "open": "", "close": "", "theta": "A", "labels": "", "values": "" } }, "mode": "markers", "name": "MaxLocJoin_EDP", "type": "scatter", "ysrc": "msd673:2:48f8d2", "thetasrc": "msd673:2:48f8d2", "bandwidth": 0, "showlegend": true, "orientation": "v", "autocolorscale": true }, { "meta": { "columnNames": { "x": "", "y": "D" } }, "mode": "lines", "name": "MPC", "type": "scatter", "ysrc": "msd673:2:f4cd0c", "bandwidth": 0, "boxpoints": false, "stackgroup": 1, "orientation": "v" }, { "meta": { "columnNames": { "y": "C" } }, "mode": "lines", "name": "METIS", "type": "scatter", "ysrc": "msd673:2:bc1407", "stackgroup": 1 }, { "meta": { "columnNames": { "y": "B" } }, "mode": "lines", "name": "VP", "type": "scatter", "ysrc": "msd673:2:40722e", "stackgroup": 1, "orientation": "v" } ], "frames": [], "layout": { "polar": { "radialaxis": { "range": [ 0, 17.45293072824156 ], "autorange": true }, "angularaxis": { "type": "linear" } }, "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Click to enter Plot title" }, "xaxis": { "range": [ -1.0527522935779816, 18.05275229357798 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -372.1727716013263, 5553.482777452701 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~msd673", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-08 03:21:46", "mapbox_access_tokens": null, "has_password": null, "username": "msd673", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T03:38:26.663230Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~arrorx/30.embed", "fid": "arrorx:30", "filename": "Plot 30", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/arrorx/30/9_X5VHL6KA2NR1N5ZVGHVK78IPCT5ISK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/arrorx/30/2_KPP1UG8BYOMPUCI05QY5H3248SWS2T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/arrorx/30/8_ZBVVX7TBZC2UKVTX2ICQ6TAXSONG50.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/arrorx/30/9_X5VHL6KA2NR1N5ZVGHVK78IPCT5ISK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/arrorx:30", "plots": "https://api.plotly.com/v2/plots/arrorx:30", "parent": "https://api.plotly.com/v2/folders/home?user=arrorx" }, "owner": "arrorx", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~arrorx/30/", "world_readable": true, "date_modified": "2024-04-09T21:24:03.370Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~arrorx/30/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8bb02d", "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "NaOH", "type": "scatter", "xsrc": "arrorx:29:ab4cf8", "ysrc": "arrorx:29:eff4d4" }, { "uid": "8a92dd", "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers", "name": "NaBr", "type": "scatter", "xsrc": "arrorx:29:ab4cf8", "ysrc": "arrorx:29:cdfe4d", "stackgroup": null }, { "uid": "c32481", "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers", "name": "NaClO₄", "type": "scatter", "xsrc": "arrorx:29:ab4cf8", "ysrc": "arrorx:29:f194b0", "stackgroup": null }, { "uid": "a76de1", "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "markers", "name": "NaNO₃", "type": "scatter", "xsrc": "arrorx:29:ab4cf8", "ysrc": "arrorx:29:e45bfa", "stackgroup": null }, { "uid": "a317ee", "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "markers", "name": "LiOH", "type": "scatter", "xsrc": "arrorx:29:ab4cf8", "ysrc": "arrorx:29:c46b48", "stackgroup": null }, { "uid": "8069e7", "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "markers", "name": "LiClO₄(25C)", "type": "scatter", "xsrc": "arrorx:29:ab4cf8", "ysrc": "arrorx:29:d0ac44", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Electrical Conductivity of Monoprotic/Monobasic Electrolytes in Aqueous Solutions at 18℃" }, "xaxis": { "type": "linear", "range": [ -315.51024208566105, 5316.510242085661 ], "title": { "text": "Salinity (ppt)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.0036183536680327874, 0.04682864366803279 ], "title": { "text": "Electrical Conductivity (S/m)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~arrorx", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-18 12:10:48", "mapbox_access_tokens": null, "has_password": null, "username": "arrorx", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T03:22:53.266331Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msd673/1.embed", "fid": "msd673:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/msd673/1/9_XTRFHWC1NC5OEB4OM7TUAR7D3HFSDQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/msd673/1/2_KSD6FAP6DWRCM8F5BONJE6OYCH4WBA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/1/8_2GIH23DUI1HIWAVARP2ZHRJO8K9RH8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msd673/1/9_XTRFHWC1NC5OEB4OM7TUAR7D3HFSDQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msd673:1", "plots": "https://api.plotly.com/v2/plots/msd673:1", "parent": "https://api.plotly.com/v2/folders/home?user=msd673" }, "owner": "msd673", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~msd673/1/", "world_readable": true, "date_modified": "2024-04-08T03:22:53.277Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msd673/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "88e0b5", "meta": { "columnNames": { "y": "All points; Only</br>Whiskers; Suspected</br>Outliers; Whiskers</br>& Outliers" } }, "name": "All points", "type": "box", "ysrc": "msd673:0:ed4fbc", "jitter": 0.3, "marker": { "color": "rgb(7, 40, 89)" }, "pointpos": -1.8, "boxpoints": "all" }, { "uid": "f296f0", "meta": { "columnNames": { "y": "All points; Only</br>Whiskers; Suspected</br>Outliers; Whiskers</br>& Outliers" } }, "name": "Only</br>Whiskers", "type": "box", "ysrc": "msd673:0:ed4fbc", "marker": { "color": "rgb(9, 56, 125)" }, "boxpoints": false }, { "uid": "d28fe1", "meta": { "columnNames": { "y": "All points; Only</br>Whiskers; Suspected</br>Outliers; Whiskers</br>& Outliers" } }, "name": "Suspected</br>Outliers", "type": "box", "ysrc": "msd673:0:ed4fbc", "marker": { "line": { "outliercolor": "rgba(219, 64, 82, 1.0)", "outlierwidth": 2 }, "color": "rgb(8, 81, 156)", "outliercolor": "rgba(219, 64, 82, 0.6)" }, "boxpoints": "suspectedoutliers" }, { "uid": "123d9c", "meta": { "columnNames": { "y": "All points; Only</br>Whiskers; Suspected</br>Outliers; Whiskers</br>& Outliers" } }, "name": "Whiskers</br>& Outliers", "type": "box", "ysrc": "msd673:0:ed4fbc", "marker": { "color": "rgb(107, 174, 214)" }, "boxpoints": "outliers" } ], "frames": [], "layout": { "width": 1055, "xaxis": { "type": "category", "range": [ -0.7423492913591535, 3.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.5, 24.5 ], "autorange": true }, "height": 598, "autosize": true, "showlegend": true } }, "height": 598, "width": 1055, "user": { "profile_url": "https://chart-studio.plotly.com/~msd673", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-08 03:21:46", "mapbox_access_tokens": null, "has_password": null, "username": "msd673", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-08T03:07:56.252586Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~santosf1/3.embed", "fid": "santosf1:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/santosf1/3/9_U5YTRFYWSZPXI1N15ORJ7OAILWILT0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/santosf1/3/2_OLI41HM5UQV737D4ZINW28UCM1RITB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/santosf1/3/8_OLZ5XI9J6MGFX8VWVJ8MIRK2J2XU2M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/santosf1/3/9_U5YTRFYWSZPXI1N15ORJ7OAILWILT0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/santosf1:3", "plots": "https://api.plotly.com/v2/plots/santosf1:3", "parent": "https://api.plotly.com/v2/folders/home?user=santosf1" }, "owner": "santosf1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~santosf1/3/", "world_readable": true, "date_modified": "2024-04-08T03:07:56.265Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~santosf1/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "lat": "A", "lon": "B" } }, "mode": "markers", "type": "scattermapbox", "latsrc": "santosf1:2:602c0a", "lonsrc": "santosf1:2:424542", "marker": { "color": "rgb(45, 255, 51)" }, "hoverinfo": "lon+lat" } ], "frames": [], "layout": { "title": { "text": "<br>" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "mapbox": { "zoom": 4.9178487813114895, "pitch": 0, "style": "dark", "center": { "lat": 28.18909812522635, "lon": -82.29507837512983 }, "bearing": 0 }, "autosize": true, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~santosf1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-05 23:46:10", "mapbox_access_tokens": null, "has_password": null, "username": "santosf1", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "