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=cj0xJnA9MjAxOS0wMy0yMCsyMCUzQTUwJTNBNDkuNzkyMDc4JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIwJTNBNTElM0EwMC43NTg2NzQlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMCUzQTU0JTNBNDcuMTU5NDgyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T20:54:47.159482Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~parka/34.embed", "fid": "parka:34", "filename": "plot from API (16)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/parka/34/9_0QO5P1XNJ0VW95686L21OKEWW59BV0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/parka/34/2_ZJTYVL0WSA09E6PMA8NKE3NKR4GKNJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/34/8_B471Z1CQAYRRD3USAS2HIQZQSQI426.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/34/9_0QO5P1XNJ0VW95686L21OKEWW59BV0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/parka:34", "plots": "https://api.plotly.com/v2/plots/parka:34", "parent": "https://api.plotly.com/v2/folders/home?user=parka" }, "owner": "parka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "EMOB Client Product Flow", "views": 1, "web_url": "https://chart-studio.plotly.com/~parka/34/emob-client-product-flow/", "world_readable": true, "date_modified": "2019-03-20T20:54:47.605Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~parka/34/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "parka:35:4b194e", "sourcesrc": "parka:35:59f9bb", "targetsrc": "parka:35:a4a06e" }, "node": { "pad": 15, "line": { "color": "blue", "width": 0.5 }, "labelsrc": "parka:35:1024c2", "thickness": 20 }, "type": "sankey", "orientation": "h", "valueformat": ",d", "valuesuffix": "" } ], "layout": { "font": { "size": 10 }, "title": "EMOB Client Product Flow", "plot_bgcolor": "red" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~parka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48", "mapbox_access_tokens": null, "has_password": null, "username": "parka", "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:54:16.354542Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~parka/32.embed", "fid": "parka:32", "filename": "plot from API (15)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/parka/32/9_K7SUYJMYBTSZM6UMH6R9EGIEUJGTNH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/parka/32/2_BRGMK23C4D14UG4BIBWZGL7G7A2DKZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/32/8_JFASL7S2OJSENCI00LUNJSSCFDIZ4V.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/32/9_K7SUYJMYBTSZM6UMH6R9EGIEUJGTNH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/parka:32", "plots": "https://api.plotly.com/v2/plots/parka:32", "parent": "https://api.plotly.com/v2/folders/home?user=parka" }, "owner": "parka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "EMOB Client Product Flow", "views": 1, "web_url": "https://chart-studio.plotly.com/~parka/32/emob-client-product-flow/", "world_readable": true, "date_modified": "2019-03-20T20:54:16.911Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~parka/32/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "parka:33:f14448", "sourcesrc": "parka:33:cce81f", "targetsrc": "parka:33:878fcc" }, "node": { "pad": 15, "line": { "color": "blue", "width": 0.5 }, "labelsrc": "parka:33:4b77b7", "thickness": 20 }, "type": "sankey", "orientation": "h", "valueformat": ",d", "valuesuffix": "" } ], "layout": { "font": { "size": 10 }, "title": "EMOB Client Product Flow", "paper_bgcolor": "red" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~parka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48", "mapbox_access_tokens": null, "has_password": null, "username": "parka", "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:53:43.423581Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~parka/30.embed", "fid": "parka:30", "filename": "plot from API (14)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/parka/30/9_YILYMTT4AXWMGK7OT296W6GGYUXLSK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/parka/30/2_DHPDK2RRPB9NEL5PHSIWMX74Z0ZQMD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/30/8_AQC9K3OACN02PHT0E96XSTXWRXPC7X.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/30/9_YILYMTT4AXWMGK7OT296W6GGYUXLSK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/parka:30", "plots": "https://api.plotly.com/v2/plots/parka:30", "parent": "https://api.plotly.com/v2/folders/home?user=parka" }, "owner": "parka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "EMOB Client Product Flow", "views": 1, "web_url": "https://chart-studio.plotly.com/~parka/30/emob-client-product-flow/", "world_readable": true, "date_modified": "2019-03-20T20:53:44.187Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~parka/30/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "parka:31:93857a", "sourcesrc": "parka:31:f9fe40", "targetsrc": "parka:31:2d7d6c" }, "node": { "pad": 15, "line": { "color": "blue", "width": 0.5 }, "labelsrc": "parka:31:dc735a", "thickness": 20 }, "type": "sankey", "orientation": "h", "valueformat": ",d", "valuesuffix": "" } ], "layout": { "font": { "size": 10, "color": "green" }, "title": "EMOB Client Product Flow" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~parka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48", "mapbox_access_tokens": null, "has_password": null, "username": "parka", "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:53:32.208150Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Ghostzhou/6.embed", "fid": "Ghostzhou:6", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/6/9_6WQG64GX0XSRS5255HXELMI2PC25J5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/6/2_THI35NPCZMTMG2BQYCQ5XQ9KQJ6O4N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/6/8_DO82R2AVUQRJVXK8QLM8KQBPKN8EXC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/6/9_6WQG64GX0XSRS5255HXELMI2PC25J5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Ghostzhou:6", "plots": "https://api.plotly.com/v2/plots/Ghostzhou:6", "parent": "https://api.plotly.com/v2/folders/home?user=Ghostzhou" }, "owner": "Ghostzhou", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Ghostzhou/6/", "world_readable": true, "date_modified": "2019-03-20T20:53:33.026Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Ghostzhou/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "031c0a05-8dbe-4553-8377-fa88ea6f0ca9", "type": "scatter", "xsrc": "Ghostzhou:7:8f855d", "ysrc": "Ghostzhou:7:66f9f6" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Ghostzhou", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-03-05 20:04:43", "mapbox_access_tokens": null, "has_password": null, "username": "Ghostzhou", "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:53:18.907469Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Ghostzhou/4.embed", "fid": "Ghostzhou:4", "filename": "plot from API", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/4/9_TULUGPPOG6JQ1CN4ER4K5TZZHZZUYK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/4/2_J9O3Y1ZKX7BHNJHQP6CWVX9Q2R62S7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/4/8_9FV89TQLGCIT8UM93OZ3ME0CS84CCM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Ghostzhou/4/9_TULUGPPOG6JQ1CN4ER4K5TZZHZZUYK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Ghostzhou:4", "plots": "https://api.plotly.com/v2/plots/Ghostzhou:4", "parent": "https://api.plotly.com/v2/folders/home?user=Ghostzhou" }, "owner": "Ghostzhou", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Ghostzhou/4/", "world_readable": true, "date_modified": "2019-03-20T20:53:19.569Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Ghostzhou/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d9af6bf4-2505-4c34-806e-7295f8517904", "type": "scatter", "xsrc": "Ghostzhou:5:a38ede", "ysrc": "Ghostzhou:5:793fbf" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Ghostzhou", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-03-05 20:04:43", "mapbox_access_tokens": null, "has_password": null, "username": "Ghostzhou", "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:52:41.137711Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~joannazi/5.embed", "fid": "joannazi:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/joannazi/5/9_E90TWW1UJJ6RW6GVN14KKSQOMLL75A.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/joannazi/5/2_0T2ZGCKSPJR37234G8DQ7WBFFZKFMT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/joannazi/5/8_OB8CIMSPU9KZ6OOPA23F5TMTY8SYNR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/joannazi/5/9_E90TWW1UJJ6RW6GVN14KKSQOMLL75A.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/joannazi:5", "plots": "https://api.plotly.com/v2/plots/joannazi:5", "parent": "https://api.plotly.com/v2/folders/home?user=joannazi" }, "owner": "joannazi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~joannazi/5/", "world_readable": true, "date_modified": "2019-03-20T20:52:41.193Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~joannazi/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": [], "type": "scatter", "xsrc": "joannazi:4:ccd4db", "ysrc": "joannazi:4:c2f957", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 2.54, "cmin": 0.23, "line": { "color": "transparent" }, "sizesrc": "joannazi:4:058e98", "colorbar": { "title": { "text": "carat" }, "ticklen": 2 }, "colorsrc": "joannazi:4:28c5a6", "sizemode": "area", "showscale": false, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0303030303030303", "rgba(70,14,94,1)" ], [ "0.0346320346320346", "rgba(70,16,95,1)" ], [ "0.038961038961039", "rgba(70,18,96,1)" ], [ "0.0432900432900433", "rgba(70,19,98,1)" ], [ "0.0562770562770563", "rgba(71,24,102,1)" ], [ "0.0735930735930736", "rgba(71,29,108,1)" ], [ "0.0779220779220779", "rgba(71,30,109,1)" ], [ "0.108225108225108", "rgba(72,39,119,1)" ], [ "0.125541125541126", "rgba(71,45,122,1)" ], [ "0.138528138528139", "rgba(70,49,124,1)" ], [ "0.159090909090909", "rgba(69,56,127,1)" ], [ "0.203463203463203", "rgba(64,69,134,1)" ], [ "0.212121212121212", "rgba(63,71,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.29004329004329", "rgba(56,92,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.337662337662338", "rgba(49,105,142,1)" ], [ "0.341991341991342", "rgba(49,106,142,1)" ], [ "0.367965367965368", "rgba(47,112,142,1)" ], [ "0.393939393939394", "rgba(45,118,142,1)" ], [ "0.446428571428571", "rgba(38,130,142,1)" ], [ "0.554112554112554", "rgba(31,158,137,1)" ], [ "0.664502164502162", "rgba(53,183,121,1)" ], [ "1", "rgba(253,231,37,1)" ] ] } }, { "mode": "markers", "name": [], "type": "scatter", "xsrc": "joannazi:4:3655ef", "ysrc": "joannazi:4:b3193c", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 2.54, "cmin": 0.23, "colorbar": { "x": 1.02, "y": 1, "len": 0.5, "title": { "text": "carat" }, "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "colorsrc": "joannazi:4:dfda9d", "showscale": true, "colorscale": [ [ "0", "rgba(68,1,84,1)" ], [ "0.0303030303030303", "rgba(70,14,94,1)" ], [ "0.0346320346320346", "rgba(70,16,95,1)" ], [ "0.038961038961039", "rgba(70,18,96,1)" ], [ "0.0432900432900433", "rgba(70,19,98,1)" ], [ "0.0562770562770563", "rgba(71,24,102,1)" ], [ "0.0735930735930736", "rgba(71,29,108,1)" ], [ "0.0779220779220779", "rgba(71,30,109,1)" ], [ "0.108225108225108", "rgba(72,39,119,1)" ], [ "0.125541125541126", "rgba(71,45,122,1)" ], [ "0.138528138528139", "rgba(70,49,124,1)" ], [ "0.159090909090909", "rgba(69,56,127,1)" ], [ "0.203463203463203", "rgba(64,69,134,1)" ], [ "0.212121212121212", "rgba(63,71,135,1)" ], [ "0.25", "rgba(60,82,138,1)" ], [ "0.29004329004329", "rgba(56,92,140,1)" ], [ "0.333333333333333", "rgba(49,104,142,1)" ], [ "0.337662337662338", "rgba(49,105,142,1)" ], [ "0.341991341991342", "rgba(49,106,142,1)" ], [ "0.367965367965368", "rgba(47,112,142,1)" ], [ "0.393939393939394", "rgba(45,118,142,1)" ], [ "0.446428571428571", "rgba(38,130,142,1)" ], [ "0.554112554112554", "rgba(31,158,137,1)" ], [ "0.664502164502162", "rgba(53,183,121,1)" ], [ "1", "rgba(253,231,37,1)" ] ] }, "opacity": 0, "hoverinfo": "none", "showlegend": false } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0.09283522622312165, 2.6855105255781724 ], "title": { "text": "carat" }, "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -829.9496420152611, 20122.696036487847 ], "title": { "text": "price" }, "domain": [ 0, 1 ], "autorange": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "autosize": true, "dragmode": "zoom", "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~joannazi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-19 18:56:33", "mapbox_access_tokens": null, "has_password": null, "username": "joannazi", "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:52:07.146282Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~parka/28.embed", "fid": "parka:28", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/parka/28/9_GK3ZOABVXX9CV3NA1RDINXPZBFLFMP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/parka/28/2_8NXYNWOBGIGX3G7L1NGEFJ5FOZ8ZXC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/28/8_D1RF39SPQ3XMLVA2BR28CS1JWO9176.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/28/9_GK3ZOABVXX9CV3NA1RDINXPZBFLFMP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/parka:28", "plots": "https://api.plotly.com/v2/plots/parka:28", "parent": "https://api.plotly.com/v2/folders/home?user=parka" }, "owner": "parka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "EMOB Client Product Flow", "views": 1, "web_url": "https://chart-studio.plotly.com/~parka/28/emob-client-product-flow/", "world_readable": true, "date_modified": "2019-03-20T20:52:08.784Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~parka/28/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "parka:29:d74d8a", "sourcesrc": "parka:29:577b92", "targetsrc": "parka:29:831a0a" }, "node": { "pad": 15, "line": { "color": "blue", "width": 0.5 }, "labelsrc": "parka:29:cf6041", "thickness": 20 }, "type": "sankey", "orientation": "h", "valueformat": ",d", "valuesuffix": "" } ], "layout": { "font": { "size": 10 }, "title": "EMOB Client Product Flow" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~parka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48", "mapbox_access_tokens": null, "has_password": null, "username": "parka", "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:51:58.667759Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~PedroElCruel/1.embed", "fid": "PedroElCruel:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/PedroElCruel/1/9_3RE7O2F7U98BZVF4N58PQBR420NB1I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/PedroElCruel/1/2_UM14FHQWE4OQXUU0ILCWSHR29HVFER.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/PedroElCruel/1/8_151WBBY8RXKGYQZEJUV43MCNITOTY1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/PedroElCruel/1/9_3RE7O2F7U98BZVF4N58PQBR420NB1I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/PedroElCruel:1", "plots": "https://api.plotly.com/v2/plots/PedroElCruel:1", "parent": "https://api.plotly.com/v2/folders/home?user=PedroElCruel" }, "owner": "PedroElCruel", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~PedroElCruel/1/", "world_readable": true, "date_modified": "2019-03-20T21:09:14.950Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~PedroElCruel/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "fb8229", "name": "Yield 1Y", "type": "bar", "xsrc": "PedroElCruel:0:57857c", "ysrc": "PedroElCruel:0:c95c95", "marker": { "color": "rgb(180, 31, 51)" }, "hoverinfo": "x+y+name", "showlegend": true, "textposition": "middle center" }, { "uid": "7bc0b3", "name": "Yield 5Y", "type": "bar", "xsrc": "PedroElCruel:0:57857c", "ysrc": "PedroElCruel:0:1edd67", "marker": { "color": "rgb(255, 93, 14)" }, "hoverinfo": "x+y+name", "showlegend": true, "textposition": "middle center" } ], "frames": [], "layout": { "title": { "text": "<b>Annual Yield 1Y vs 5Y</b>" }, "width": 700, "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 5.5 ], "title": { "font": { "size": 5, "family": "Arial" } }, "tickfont": { "size": 8 }, "autorange": false, "tickangle": -45 }, "yaxis": { "type": "linear", "range": [ -11.953968509380438, 3.048565520036234 ], "autorange": true }, "height": 600, "barmode": "group", "showlegend": true } }, "height": 600, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~PedroElCruel", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.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": "2019-03-20 20:51:35", "mapbox_access_tokens": null, "has_password": null, "username": "PedroElCruel", "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:51:43.387543Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~parka/26.embed", "fid": "parka:26", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/parka/26/9_OGA413LVVV1VWY0PB11DNJZBILKUXN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/parka/26/2_615OY2GWI76HRLFA33RNOWX8PKOTSP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/26/8_VVLV2DLGZER3GZL2ZV7E15FISYBY8Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/parka/26/9_OGA413LVVV1VWY0PB11DNJZBILKUXN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/parka:26", "plots": "https://api.plotly.com/v2/plots/parka:26", "parent": "https://api.plotly.com/v2/folders/home?user=parka" }, "owner": "parka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "EMOB Client Product Flow", "views": 1, "web_url": "https://chart-studio.plotly.com/~parka/26/emob-client-product-flow/", "world_readable": true, "date_modified": "2019-03-20T20:51:44.563Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~parka/26/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "parka:27:d489ee", "sourcesrc": "parka:27:9cf9e3", "targetsrc": "parka:27:ee2904" }, "node": { "pad": 15, "labelsrc": "parka:27:753a9e", "thickness": 20 }, "type": "sankey", "orientation": "h", "valueformat": ",d", "valuesuffix": "" } ], "layout": { "font": { "size": 10 }, "title": "EMOB Client Product Flow" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~parka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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": "2018-07-13 15:10:48", "mapbox_access_tokens": null, "has_password": null, "username": "parka", "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:51:00.758674Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~alex.bornhed/1.embed", "fid": "alex.bornhed:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/alex.bornhed/1/9_0A8TVTYSO0BJOJKG9PTM4KB1VSWTGS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/alex.bornhed/1/2_RZPO2U63JHZ50RAR3G7DDRO6IJ3P05.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/alex.bornhed/1/8_GLE80Q79MH2N93KRIPWOG5RIFR8UD8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/alex.bornhed/1/9_0A8TVTYSO0BJOJKG9PTM4KB1VSWTGS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/alex.bornhed:1", "plots": "https://api.plotly.com/v2/plots/alex.bornhed:1", "parent": "https://api.plotly.com/v2/folders/home?user=alex.bornhed" }, "owner": "alex.bornhed", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~alex.bornhed/1/", "world_readable": true, "date_modified": "2019-03-20T20:57:17.017Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~alex.bornhed/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "alex.bornhed:0:275fc4", "ysrc": "alex.bornhed:0:e9eac0", "hoveron": "points", "hoverinfo": "x+y" } ], "frames": [], "layout": { "title": { "text": "Digital Analys av inomhustemperatur 5:e - 21:a Juni 2018" }, "xaxis": { "type": "date", "range": [ "2018-06-05 08:19:54", "2018-06-21 06:00:42" ], "title": { "text": "Datum" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 21.647292250233424, 29.79388422035481 ], "title": { "text": "Temperatur i C" }, "autorange": true }, "metasrc": "alex.bornhed:0:275fc4", "autosize": true, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~alex.bornhed", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 20:48:35", "mapbox_access_tokens": null, "has_password": null, "username": "alex.bornhed", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "