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=cj0xJnA9MjAxOS0wMy0yMCsyMCUzQTQxJTNBNTAuNjAyMzc5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIwJTNBNDIlM0EwOC4yNzQ0OTAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMCUzQTQ0JTNBMzYuMDY3NDM5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T20:44:36.067439Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~i.f.student/42.embed", "fid": "i.f.student:42", "filename": "plot from API (20)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/42/9_W03BSAE1XU9FNIWUK9FNXRX8TU6XAD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/42/2_YCUDMIIZH7AAAK4D7IBXA8ISKRGVHM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/42/8_S19MWLD3I96PSX0ZYFQ4I79LELTTFX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/42/9_W03BSAE1XU9FNIWUK9FNXRX8TU6XAD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/i.f.student:42", "plots": "https://api.plotly.com/v2/plots/i.f.student:42", "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student" }, "owner": "i.f.student", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Figure 8 <br> Top 10 segments of segment score", "views": 0, "web_url": "https://chart-studio.plotly.com/~i.f.student/42/figure-8-top-10-segments-of-segment-score/", "world_readable": true, "date_modified": "2019-03-20T20:44:36.538Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/42/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3ee6e232-eec0-40ea-a779-54d69bbf71e0", "mode": "markers", "name": "Absolute", "type": "scatter", "xsrc": "i.f.student:43:5b5f4f", "ysrc": "i.f.student:43:388f41", "marker": { "line": { "color": "rgb(255,127,14)", "width": 10 } } } ], "layout": { "title": { "text": "Figure 8 <br> Top 10 segments of segment score" }, "yaxis": { "range": [ 0, 0.25 ], "title": { "text": "Segment score" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~i.f.student", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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": "2019-03-20 16:46:59", "mapbox_access_tokens": null, "has_password": null, "username": "i.f.student", "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": "2019-03-20T20:44:13.385853Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aprakash1986/4.embed", "fid": "aprakash1986:4", "filename": "basic_gp_regression_density_notebook_optimized", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/4/9_H2CDZ3I5O9E67MBDH0Q59IWSJCJU2Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/4/2_XZZQO8INDKD7TQ3TEF9NB66SNRO7QZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/4/8_ZFOE2U9AZMAZO45NE5MOVBPUFR5FYT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/4/9_H2CDZ3I5O9E67MBDH0Q59IWSJCJU2Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aprakash1986:4", "plots": "https://api.plotly.com/v2/plots/aprakash1986:4", "parent": "https://api.plotly.com/v2/folders/home?user=aprakash1986" }, "owner": "aprakash1986", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Data, Mean, Confidence, Confidence", "views": 10, "web_url": "https://chart-studio.plotly.com/~aprakash1986/4/data-mean-confidence-confidence/", "world_readable": true, "date_modified": "2019-04-20T09:12:35.358Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aprakash1986/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8411c6da-5d7a-41fe-ad82-6857862631cd", "mode": "markers", "name": "Data", "type": "scatter", "xsrc": "aprakash1986:5:3794b4", "ysrc": "aprakash1986:5:9ee459", "xaxis": "x", "yaxis": "y", "marker": { "color": "black", "symbol": "x" }, "showlegend": true }, { "uid": "03155cc5-b80c-4b99-8a53-787e2a9c40c0", "line": { "color": "#3465a4", "width": 2 }, "mode": "lines", "name": "Mean", "type": "scatter", "xsrc": "aprakash1986:5:077ba2", "ysrc": "aprakash1986:5:1ee844", "xaxis": "x", "yaxis": "y", "showlegend": true }, { "uid": "3cafe1b4-c4ef-459b-a6ed-949fd7361303", "line": { "color": "#204a87", "width": 0.4 }, "mode": "lines", "name": "Confidence", "type": "scatter", "xsrc": "aprakash1986:5:077ba2", "ysrc": "aprakash1986:5:9f32ea", "xaxis": "x", "yaxis": "y", "opacity": 0.3, "fillcolor": "rgba(114, 159, 207, 0.3)", "showlegend": false, "legendgroup": "Confidence_fill_(1,1)" }, { "uid": "1e43bba7-af00-4ac5-ba20-50fb8d52a4b7", "fill": "tonextx", "line": { "color": "#204a87", "width": 0.4 }, "mode": "lines", "name": "Confidence", "type": "scatter", "xsrc": "aprakash1986:5:077ba2", "ysrc": "aprakash1986:5:0a14dd", "xaxis": "x", "yaxis": "y", "opacity": 0.3, "fillcolor": "rgba(114, 159, 207, 0.3)", "showlegend": true, "legendgroup": "Confidence_fill_(1,1)" } ], "layout": { "font": { "family": "Raleway, sans-serif" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ] }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aprakash1986", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-19 23:44:37", "mapbox_access_tokens": null, "has_password": null, "username": "aprakash1986", "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": "2019-03-20T20:44:07.873597Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~i.f.student/40.embed", "fid": "i.f.student:40", "filename": "plot from API (19)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/40/9_FPOQ7DMT6CQ7FVDTI3MLMW6E39CD6N.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/40/2_LN3CXGISX0WXYN3DOBXZMI49Q2RJT4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/40/8_AUJ5MHSJGI1VUKFNDT49MADUDN01UJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/40/9_FPOQ7DMT6CQ7FVDTI3MLMW6E39CD6N.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/i.f.student:40", "plots": "https://api.plotly.com/v2/plots/i.f.student:40", "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student" }, "owner": "i.f.student", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Figure 8 <br> Top 10 segments of segment score", "views": 0, "web_url": "https://chart-studio.plotly.com/~i.f.student/40/figure-8-top-10-segments-of-segment-score/", "world_readable": true, "date_modified": "2019-03-20T20:44:08.599Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/40/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e7dadc43-1309-4be0-9b2f-1bf3e284a253", "mode": "markers", "name": "Absolute", "type": "scatter", "xsrc": "i.f.student:41:235535", "ysrc": "i.f.student:41:17d19e", "marker": { "line": { "color": "rgb(255,127,14)", "width": 10 } } } ], "layout": { "title": { "text": "Figure 8 <br> Top 10 segments of segment score" }, "yaxis": { "side": "left", "range": [ 0, 0.25 ], "title": { "text": "Segment score" }, "anchor": "free", "position": 1, "overlaying": "y" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~i.f.student", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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": "2019-03-20 16:46:59", "mapbox_access_tokens": null, "has_password": null, "username": "i.f.student", "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": "2019-03-20T20:43:42.390726Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~keeganhughes/10.embed", "fid": "keeganhughes:10", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/10/9_8TBHBPF1LIPMNUESJOLMKNYZH4SXHS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/10/2_NCKE7PTL7LM2TZQ61BM9JN8S8W9Z8I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/10/8_EDET79E1QVHW9ALU84UHF458AKWOUW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/10/9_8TBHBPF1LIPMNUESJOLMKNYZH4SXHS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/keeganhughes:10", "plots": "https://api.plotly.com/v2/plots/keeganhughes:10", "parent": "https://api.plotly.com/v2/folders/home?user=keeganhughes" }, "owner": "keeganhughes", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Scottish Referendum Voters who now want Independence", "views": 0, "web_url": "https://chart-studio.plotly.com/~keeganhughes/10/scottish-referendum-voters-who-now-want-independence/", "world_readable": true, "date_modified": "2019-03-20T20:43:42.850Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "keeganhughes:11:0ec3de", "valuesrc": "keeganhughes:11:e4a286", "sourcesrc": "keeganhughes:11:cccc44", "targetsrc": "keeganhughes:11:1c359e" }, "node": { "pad": 10, "line": { "color": "black", "width": 0 }, "colorsrc": "keeganhughes:11:0ec3de", "labelsrc": "keeganhughes:11:9985d8", "thickness": 30 }, "type": "sankey", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "orientation": "h", "valueformat": ".0f" } ], "layout": { "font": { "size": 10 }, "title": "Scottish Referendum Voters who now want Independence", "height": 772 } }, "height": 772, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~keeganhughes", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-26 23:51:15", "mapbox_access_tokens": null, "has_password": null, "username": "keeganhughes", "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": "2019-03-20T20:43:03.075383Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~keeganhughes/8.embed", "fid": "keeganhughes:8", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/8/9_BRE6FKXJVH208NNRQD1ZYI3V96WF0Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/8/2_9ZCOXN2KS5NTA4DWP70SBQGMIBZL8O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/8/8_6RRFP21UXMYEAA8GHJXNP1AHALWEBP.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/keeganhughes/8/9_BRE6FKXJVH208NNRQD1ZYI3V96WF0Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/keeganhughes:8", "plots": "https://api.plotly.com/v2/plots/keeganhughes:8", "parent": "https://api.plotly.com/v2/folders/home?user=keeganhughes" }, "owner": "keeganhughes", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Scottish Referendum Voters who now want Independence", "views": 0, "web_url": "https://chart-studio.plotly.com/~keeganhughes/8/scottish-referendum-voters-who-now-want-independence/", "world_readable": true, "date_modified": "2019-03-20T20:43:03.562Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~keeganhughes/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "keeganhughes:9:7eae56", "valuesrc": "keeganhughes:9:d1519b", "sourcesrc": "keeganhughes:9:51a666", "targetsrc": "keeganhughes:9:16a75f" }, "node": { "pad": 10, "line": { "color": "black", "width": 0 }, "colorsrc": "keeganhughes:9:7eae56", "labelsrc": "keeganhughes:9:293fe6", "thickness": 30 }, "type": "sankey", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "orientation": "h", "valueformat": ".0f" } ], "layout": { "font": { "size": 10 }, "title": "Scottish Referendum Voters who now want Independence", "height": 772 } }, "height": 772, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~keeganhughes", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-26 23:51:15", "mapbox_access_tokens": null, "has_password": null, "username": "keeganhughes", "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": "2019-03-20T20:42:54.858528Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Cakewalk/3.embed", "fid": "Cakewalk:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Cakewalk/3/9_K8EPPX2Z7RAFGXDM2PKUTY9ECFD4O4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Cakewalk/3/2_LP0LDWV3FUH4XS45KO3U9Q3U3T581I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Cakewalk/3/8_IJXPAE67HMPOT0KPTEFHXNTW1NWZB6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Cakewalk/3/9_K8EPPX2Z7RAFGXDM2PKUTY9ECFD4O4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Cakewalk:3", "plots": "https://api.plotly.com/v2/plots/Cakewalk:3", "parent": "https://api.plotly.com/v2/folders/home?user=Cakewalk" }, "owner": "Cakewalk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Cakewalk/3/", "world_readable": true, "date_modified": "2019-03-20T20:42:54.906Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Cakewalk/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "Cakewalk:2:0760de", "ysrc": "Cakewalk:2:0c4d70" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ 0, 22 ], "autorange": true }, "yaxis": { "type": "category", "range": [ -1.5555555555555556, 29.555555555555557 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Cakewalk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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": "2019-03-17 19:37:16", "mapbox_access_tokens": null, "has_password": null, "username": "Cakewalk", "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": "2019-03-20T20:42:54.444399Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pierricm/20.embed", "fid": "pierricm:20", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pierricm/20/9_Q4EMY1XN8RFEVDJNC4QGF594B9WIUC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pierricm/20/2_WL0EKND6ERUD7RIKQDPL73YRDIEQ7B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pierricm/20/8_VSZQAREN0HZ0LNPJI791R960RNDVY7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pierricm/20/9_Q4EMY1XN8RFEVDJNC4QGF594B9WIUC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pierricm:20", "plots": "https://api.plotly.com/v2/plots/pierricm:20", "parent": "https://api.plotly.com/v2/folders/home?user=pierricm" }, "owner": "pierricm", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "PC2 vs PC1", "views": 0, "web_url": "https://chart-studio.plotly.com/~pierricm/20/pc2-vs-pc1/", "world_readable": true, "date_modified": "2019-03-20T20:42:55.058Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pierricm/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "20441526-1f75-4946-8e32-599056dd20c2", "mode": "markers", "name": "New space", "type": "scatter", "xsrc": "pierricm:21:4f9186", "ysrc": "pierricm:21:cea6e5", "marker": { "line": { "color": "rgba(100, 0, 150, 0.9)", "width": 0.5 }, "size": 12, "color": "rgba(100, 0, 150, 0.9)", "opacity": 0.8 } } ], "layout": { "xaxis": { "title": { "text": "PC1" }, "showline": false }, "yaxis": { "title": { "text": "PC2" }, "showline": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pierricm", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-10 12:43:05", "mapbox_access_tokens": null, "has_password": null, "username": "pierricm", "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": "2019-03-20T20:42:54.420051Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~aprakash1986/2.embed", "fid": "aprakash1986:2", "filename": "basic_gp_regression_notebook_optimized", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/2/9_UPUIAHPF3UPJL9HP57YWL9FW9H8LO3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/2/2_E7F84JWP1X8GWF1ZYU8OY5ERWATRXP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/2/8_450OQJXHMOIPA3FAJNQBM6A0FHEOWM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aprakash1986/2/9_UPUIAHPF3UPJL9HP57YWL9FW9H8LO3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/aprakash1986:2", "plots": "https://api.plotly.com/v2/plots/aprakash1986:2", "parent": "https://api.plotly.com/v2/folders/home?user=aprakash1986" }, "owner": "aprakash1986", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Data, Mean, Confidence, Confidence", "views": 17, "web_url": "https://chart-studio.plotly.com/~aprakash1986/2/data-mean-confidence-confidence/", "world_readable": true, "date_modified": "2019-05-24T22:35:50.368Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~aprakash1986/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d61e9dd7-a6fe-4bc3-b255-f3830a2ae36b", "mode": "markers", "name": "Data", "type": "scatter", "xsrc": "aprakash1986:3:858c6f", "ysrc": "aprakash1986:3:8dc243", "xaxis": "x", "yaxis": "y", "marker": { "color": "black", "symbol": "x" }, "showlegend": true }, { "uid": "784f5bc1-ff78-4584-8810-316e2546ce1b", "line": { "color": "#3465a4", "width": 2 }, "mode": "lines", "name": "Mean", "type": "scatter", "xsrc": "aprakash1986:3:3c205d", "ysrc": "aprakash1986:3:47e9f4", "xaxis": "x", "yaxis": "y", "showlegend": true }, { "uid": "4cb287d9-da36-42e4-8f3f-21861438ee42", "line": { "color": "#204a87", "width": 0.4 }, "mode": "lines", "name": "Confidence", "type": "scatter", "xsrc": "aprakash1986:3:3c205d", "ysrc": "aprakash1986:3:bda1be", "xaxis": "x", "yaxis": "y", "opacity": 0.3, "fillcolor": "rgba(114, 159, 207, 0.3)", "showlegend": false, "legendgroup": "Confidence_fill_(1,1)" }, { "uid": "a13bb4f4-d4ad-4449-898b-8152b002020f", "fill": "tonextx", "line": { "color": "#204a87", "width": 0.4 }, "mode": "lines", "name": "Confidence", "type": "scatter", "xsrc": "aprakash1986:3:3c205d", "ysrc": "aprakash1986:3:7bda8c", "xaxis": "x", "yaxis": "y", "opacity": 0.3, "fillcolor": "rgba(114, 159, 207, 0.3)", "showlegend": true, "legendgroup": "Confidence_fill_(1,1)" } ], "layout": { "font": { "family": "Raleway, sans-serif" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ] }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~aprakash1986", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-19 23:44:37", "mapbox_access_tokens": null, "has_password": null, "username": "aprakash1986", "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": "2019-03-20T20:42:22.797986Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Frikster/524.embed", "fid": "Frikster:524", "filename": "Faye's Progress", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Frikster/524/9_6AA6FNGOLLG1W0QFHA25V2EHNTA0WW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Frikster/524/2_8DEMUVX99CZD2GM2W0X3FQECT9DM0B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Frikster/524/8_OINCEF6LR9JX9X2H17DO35FPTNLC86.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Frikster/524/9_6AA6FNGOLLG1W0QFHA25V2EHNTA0WW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Frikster:524", "plots": "https://api.plotly.com/v2/plots/Frikster:524", "parent": "https://api.plotly.com/v2/folders/home?user=Frikster" }, "owner": "Frikster", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Frikster/524/", "world_readable": true, "date_modified": "2019-03-20T20:45:13.588Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Frikster/524/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "ysrc": "Frikster:523:a73b70" } ], "frames": [], "layout": { "xaxis": { "range": [ 0, 17 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.1666666666666667, 3.1666666666666665 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Frikster", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-07-23 22:29:49", "mapbox_access_tokens": null, "has_password": null, "username": "Frikster", "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": "2019-03-20T20:42:08.274490Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~i.f.student/38.embed", "fid": "i.f.student:38", "filename": "plot from API (18)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/i.f.student/38/9_BNI0NRFHBOHM0RGSMTOTDQ0SN7RXNC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/i.f.student/38/2_QQ4TBOL12N6F1NGASXEY47Y9HAQEIW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/38/8_ESP8GDLEDH19CHQK27VQD0Z9FQ4BS1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/i.f.student/38/9_BNI0NRFHBOHM0RGSMTOTDQ0SN7RXNC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/i.f.student:38", "plots": "https://api.plotly.com/v2/plots/i.f.student:38", "parent": "https://api.plotly.com/v2/folders/home?user=i.f.student" }, "owner": "i.f.student", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Figure 8 <br> Top 10 segments of segment score", "views": 0, "web_url": "https://chart-studio.plotly.com/~i.f.student/38/figure-8-top-10-segments-of-segment-score/", "world_readable": true, "date_modified": "2019-03-20T20:42:08.856Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~i.f.student/38/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "bbe3526f-397f-482e-9cfe-94a7daefff8a", "name": "Absolute", "type": "scatter", "xsrc": "i.f.student:39:5333f7", "ysrc": "i.f.student:39:590ba4", "marker": { "line": { "color": "rgb(255,127,14)", "width": 10 } } } ], "layout": { "title": { "text": "Figure 8 <br> Top 10 segments of segment score" }, "yaxis": { "title": { "font": { "color": "rgb(31,119,180)" }, "text": "Absolute" }, "tickfont": { "color": "rgb(31,119,180)" } }, "yaxis2": { "side": "left", "title": { "font": { "color": "rgb(255,127,14)" }, "text": "Percentage" }, "anchor": "free", "position": 1, "showgrid": false, "tickfont": { "color": "rgb(255,127,14)" }, "overlaying": "y" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~i.f.student", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.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": "2019-03-20 16:46:59", "mapbox_access_tokens": null, "has_password": null, "username": "i.f.student", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "