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=cD0yMDE5LTA2LTE4KzAyJTNBMzYlM0EwMC45MTM1MjElMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAyJTNBMjYlM0E1Ny42NDA5OTMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMiUzQTM1JTNBMTYuOTQ5NjQ0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T02:35:16.949644Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~andreneves/0.embed", "fid": "andreneves:0", "filename": "networkx", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/andreneves:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/andreneves:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/andreneves:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/andreneves:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/andreneves:0", "plots": "https://api.plotly.com/v2/plots/andreneves:0", "parent": "https://api.plotly.com/v2/folders/home?user=andreneves" }, "owner": "andreneves", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "<br>Network graph made with Python", "views": 0, "web_url": "https://chart-studio.plotly.com/~andreneves/0/network-graph-made-with-python/", "world_readable": true, "date_modified": "2019-06-18T02:35:17.531Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~andreneves/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d5cdd338-4752-4af0-9089-539d1b655687", "line": { "color": "#888", "width": 0.5 }, "mode": "lines", "type": "scatter", "xsrc": "andreneves:1:a801a3", "ysrc": "andreneves:1:4b9e33", "hoverinfo": "none" }, { "uid": "80801b06-f512-43ea-a35d-70940de8cd9f", "mode": "markers", "type": "scatter", "xsrc": "andreneves:1:89aa8f", "ysrc": "andreneves:1:7c34cf", "marker": { "line": { "width": 2 }, "size": 10, "colorbar": { "title": { "side": "right", "text": "Node Connections" }, "xanchor": "left", "thickness": 15 }, "colorsrc": "andreneves:1:51eaf9", "showscale": true, "colorscale": "YlGnBu", "reversescale": true }, "textsrc": "andreneves:1:ba3a3a", "hoverinfo": "text" } ], "layout": { "title": { "font": { "size": 16 }, "text": "<br>Network graph made with Python" }, "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "margin": { "b": 20, "l": 5, "r": 5, "t": 40 }, "hovermode": "closest", "showlegend": false, "annotations": [ { "x": 0.005, "y": -0.002, "text": "Python code: <a href='https://plot.ly/ipython-notebooks/network-graphs/'> https://plot.ly/ipython-notebooks/network-graphs/</a>", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~andreneves", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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-06-18 02:32:44", "mapbox_access_tokens": null, "has_password": null, "username": "andreneves", "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-06-18T02:35:04.438602Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~malika.ratnayake/91.embed", "fid": "malika.ratnayake:91", "filename": "plot from API (6)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/malika.ratnayake:91/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/malika.ratnayake:91/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malika.ratnayake/91/8_BCGJ8NG4ZZMA8LVRZ27VYQ5REPPLLL.png", "list-thumb": "https://api.plotly.com/v2/files/malika.ratnayake:91/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/malika.ratnayake:91", "plots": "https://api.plotly.com/v2/plots/malika.ratnayake:91", "parent": "https://api.plotly.com/v2/folders/home?user=malika.ratnayake" }, "owner": "malika.ratnayake", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Bee Movement Path: Algorithms", "views": 0, "web_url": "https://chart-studio.plotly.com/~malika.ratnayake/91/bee-movement-path-algorithms/", "world_readable": true, "date_modified": "2019-06-18T02:35:05.222Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~malika.ratnayake/91/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "898b3aab-39a3-4239-bc08-71a88034f164", "mode": "lines+markers", "name": "Raw Data", "type": "scatter", "xsrc": "malika.ratnayake:92:ae7324", "ysrc": "malika.ratnayake:92:20eebc", "textsrc": "malika.ratnayake:92:5010e3" }, { "uid": "bb458dfc-ea9f-40b2-9f08-039d29dacee2", "mode": "lines+markers", "name": "A1: Constatnt velocity", "type": "scatter", "xsrc": "malika.ratnayake:92:52a299", "ysrc": "malika.ratnayake:92:1dbeb9", "textsrc": "malika.ratnayake:92:5010e3" }, { "uid": "dc096aba-4d21-42b1-8867-09af66fcf4cc", "mode": "lines+markers", "name": "A3: Prediction with Kalman Filter", "type": "scatter", "xsrc": "malika.ratnayake:92:184523", "ysrc": "malika.ratnayake:92:5d1ffa", "textsrc": "malika.ratnayake:92:5010e3" }, { "uid": "02ce96e9-4bd7-48a4-b7d6-226024089bb7", "mode": "lines+markers", "name": "A1ST3: Prediction with A1 with Exponential Smoothing", "type": "scatter", "xsrc": "malika.ratnayake:92:13fa4b", "ysrc": "malika.ratnayake:92:c786e8", "textsrc": "malika.ratnayake:92:5010e3" } ], "layout": { "title": { "text": "Bee Movement Path: Algorithms" }, "width": 1400, "xaxis": { "range": [ 0, 1980 ], "title": { "text": "X" } }, "yaxis": { "range": [ 0, 1080 ], "title": { "text": "Y" } }, "height": 600, "autosize": false } }, "height": 600, "width": 1400, "user": { "profile_url": "https://chart-studio.plotly.com/~malika.ratnayake", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2018-11-18 04:56:37", "mapbox_access_tokens": null, "has_password": null, "username": "malika.ratnayake", "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-06-18T02:34:32.285208Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~chriswong915/60.embed", "fid": "chriswong915:60", "filename": "rssi v distance", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/chriswong915:60/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/chriswong915:60/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/chriswong915/60/8_5PE1YZOMTI6GWC0QUWPKCTQU2FVXAL.png", "list-thumb": "https://api.plotly.com/v2/files/chriswong915:60/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/chriswong915:60", "plots": "https://api.plotly.com/v2/plots/chriswong915:60", "parent": "https://api.plotly.com/v2/folders/home?user=chriswong915" }, "owner": "chriswong915", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "trace1, trace2, trace3, trace4", "views": 0, "web_url": "https://chart-studio.plotly.com/~chriswong915/60/trace1-trace2-trace3-trace4/", "world_readable": true, "date_modified": "2019-06-18T02:34:32.785Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~chriswong915/60/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "trace1", "type": "lines", "xsrc": "chriswong915:61:c93732", "ysrc": "chriswong915:61:b7b7fa" }, { "mode": "lines", "name": "trace2", "type": "lines", "xsrc": "chriswong915:61:c93732", "ysrc": "chriswong915:61:e11bff" }, { "mode": "lines", "name": "trace3", "type": "lines", "xsrc": "chriswong915:61:c93732", "ysrc": "chriswong915:61:96f995" }, { "mode": "lines", "name": "trace4", "type": "lines", "xsrc": "chriswong915:61:c93732", "ysrc": "chriswong915:61:07f778" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~chriswong915", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.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": "2019-06-14 06:13:20", "mapbox_access_tokens": null, "has_password": null, "username": "chriswong915", "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-06-18T02:33:16.916413Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msiboni88/4.embed", "fid": "msiboni88:4", "filename": "styled histogram", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/msiboni88/4/9_4NA5FTES4Z2KPECLUCPEI24T9XVK22.png", "image_urls": { "default": "https://api.plotly.com/v2/files/msiboni88:4/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msiboni88/4/8_V8UMIT0RJJDGEOKC4UAV9IT9SB5BBU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msiboni88/4/9_4NA5FTES4Z2KPECLUCPEI24T9XVK22.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msiboni88:4", "plots": "https://api.plotly.com/v2/plots/msiboni88:4", "parent": "https://api.plotly.com/v2/folders/home?user=msiboni88" }, "owner": "msiboni88", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Distribution of Petal Widths", "views": 1, "web_url": "https://chart-studio.plotly.com/~msiboni88/4/distribution-of-petal-widths/", "world_readable": true, "date_modified": "2019-06-18T02:33:17.453Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msiboni88/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ae8db638-dafb-4ab5-b119-379fd837cde3", "type": "histogram", "xsrc": "msiboni88:5:d8e284" } ], "layout": { "title": { "text": "Distribution of Petal Widths" }, "xaxis": { "title": { "text": "Petal Width (cm)" } }, "yaxis": { "title": { "text": "Count" } }, "bargap": 0.2, "bargroupgap": 0.1 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~msiboni88", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 23:40:13", "mapbox_access_tokens": null, "has_password": null, "username": "msiboni88", "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-06-18T02:31:39.547138Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~malika.ratnayake/89.embed", "fid": "malika.ratnayake:89", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/malika.ratnayake:89/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/malika.ratnayake:89/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/malika.ratnayake/89/8_XM2QUE5TMUJM9EIGHBT2QO0RQD6CJ9.png", "list-thumb": "https://api.plotly.com/v2/files/malika.ratnayake:89/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/malika.ratnayake:89", "plots": "https://api.plotly.com/v2/plots/malika.ratnayake:89", "parent": "https://api.plotly.com/v2/folders/home?user=malika.ratnayake" }, "owner": "malika.ratnayake", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Bee Movement Path: Algorithms", "views": 0, "web_url": "https://chart-studio.plotly.com/~malika.ratnayake/89/bee-movement-path-algorithms/", "world_readable": true, "date_modified": "2019-06-18T02:31:40.188Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~malika.ratnayake/89/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "4b9967d7-de47-405e-9040-21afabcbe8f3", "mode": "lines+markers", "name": "Raw Data", "type": "scatter", "xsrc": "malika.ratnayake:90:0ae4f4", "ysrc": "malika.ratnayake:90:3d732c", "textsrc": "malika.ratnayake:90:08552b" }, { "uid": "d8902899-c7cb-4809-80ac-c602fe8d9bdc", "mode": "lines+markers", "name": "A1: Constatnt velocity", "type": "scatter", "xsrc": "malika.ratnayake:90:2c1f37", "ysrc": "malika.ratnayake:90:ea3ecd", "textsrc": "malika.ratnayake:90:08552b" }, { "uid": "f04c6e06-162e-49fe-8453-fff5f6f2c82a", "mode": "lines+markers", "name": "A3: Prediction with Kalman Filter", "type": "scatter", "xsrc": "malika.ratnayake:90:ee74bf", "ysrc": "malika.ratnayake:90:f76f8e", "textsrc": "malika.ratnayake:90:08552b" } ], "layout": { "title": { "text": "Bee Movement Path: Algorithms" }, "width": 1400, "xaxis": { "range": [ 0, 1980 ], "title": { "text": "X" } }, "yaxis": { "range": [ 0, 1080 ], "title": { "text": "Y" } }, "height": 600, "autosize": false } }, "height": 600, "width": 1400, "user": { "profile_url": "https://chart-studio.plotly.com/~malika.ratnayake", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.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": "2018-11-18 04:56:37", "mapbox_access_tokens": null, "has_password": null, "username": "malika.ratnayake", "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-06-18T02:29:58.968913Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msiboni88/2.embed", "fid": "msiboni88:2", "filename": "normalized histogram", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/msiboni88/2/9_6C0GJPLV1KUMBMWRXOQZ9HK5VVTH4R.png", "image_urls": { "default": "https://api.plotly.com/v2/files/msiboni88:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/msiboni88/2/8_YVVQC5RB1Y159O1WFCBW1QTJ79LXEY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/msiboni88/2/9_6C0GJPLV1KUMBMWRXOQZ9HK5VVTH4R.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msiboni88:2", "plots": "https://api.plotly.com/v2/plots/msiboni88:2", "parent": "https://api.plotly.com/v2/folders/home?user=msiboni88" }, "owner": "msiboni88", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~msiboni88/2/", "world_readable": true, "date_modified": "2019-06-18T02:32:09.191Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msiboni88/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "80ddebb7-8e8f-48b3-93be-5621ccb7c82e", "type": "histogram", "xsrc": "msiboni88:3:c7e1dc" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~msiboni88", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 23:40:13", "mapbox_access_tokens": null, "has_password": null, "username": "msiboni88", "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-06-18T02:27:03.994108Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~elijao/785.embed", "fid": "elijao:785", "filename": "Plotly Playground 2019-06-17 22:27:02", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/elijao:785/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/elijao/785/2_WIF3QKF287G9PGM6FTET4SNGV017MJ.png", "block-thumb": "https://api.plotly.com/v2/files/elijao:785/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/elijao:785/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/elijao:785", "plots": "https://api.plotly.com/v2/plots/elijao:785", "parent": "https://api.plotly.com/v2/folders/home?user=elijao" }, "owner": "elijao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 3, "web_url": "https://chart-studio.plotly.com/~elijao/785/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-18T02:27:04.413Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~elijao/785/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1eca0550-1803-464b-92c7-f6f0aaae9ebc", "name": "BR_USD_10Y", "text": "", "type": "bar", "xsrc": "elijao:786:5972e1", "ysrc": "elijao:786:8ddcf3", "marker": { "line": { "color": "rgba(255, 153, 51, 1.0)", "width": 1 }, "color": "rgba(255, 153, 51, 0.6)" }, "orientation": "v" }, { "uid": "501a6851-2273-40bd-9a3a-84a11a399c9c", "name": "CL_USD_10Y", "text": "", "type": "bar", "xsrc": "elijao:786:5972e1", "ysrc": "elijao:786:dc8091", "marker": { "line": { "color": "rgba(55, 128, 191, 1.0)", "width": 1 }, "color": "rgba(55, 128, 191, 0.6)" }, "orientation": "v" }, { "uid": "4ad37faf-0af1-4e63-9b50-3223a839a713", "name": "CO_USD_10Y", "text": "", "type": "bar", "xsrc": "elijao:786:5972e1", "ysrc": "elijao:786:8ef219", "marker": { "line": { "color": "rgba(50, 171, 96, 1.0)", "width": 1 }, "color": "rgba(50, 171, 96, 0.6)" }, "orientation": "v" }, { "uid": "f04ff4dc-8db7-4915-9282-f8dfecbe005a", "name": "MX_USD_10Y", "text": "", "type": "bar", "xsrc": "elijao:786:5972e1", "ysrc": "elijao:786:6ce3cc", "marker": { "line": { "color": "rgba(128, 0, 128, 1.0)", "width": 1 }, "color": "rgba(128, 0, 128, 0.6)" }, "orientation": "v" }, { "uid": "dfefd865-74ed-44a4-b377-02df1021dd44", "name": "PE_USD_10Y", "text": "", "type": "bar", "xsrc": "elijao:786:5972e1", "ysrc": "elijao:786:4bb881", "marker": { "line": { "color": "rgba(219, 64, 82, 1.0)", "width": 1 }, "color": "rgba(219, 64, 82, 0.6)" }, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~elijao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16", "mapbox_access_tokens": null, "has_password": null, "username": "elijao", "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-06-18T02:27:00.929649Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~elijao/783.embed", "fid": "elijao:783", "filename": "Plotly Playground 2019-06-17 22:26:59", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/elijao:783/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/elijao/783/2_LREQF61PNQ86T77MC2VLW1QEHI5IH1.png", "block-thumb": "https://api.plotly.com/v2/files/elijao:783/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/elijao:783/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/elijao:783", "plots": "https://api.plotly.com/v2/plots/elijao:783", "parent": "https://api.plotly.com/v2/folders/home?user=elijao" }, "owner": "elijao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 3, "web_url": "https://chart-studio.plotly.com/~elijao/783/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-18T02:27:01.355Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~elijao/783/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "7c8e2351-7368-4f06-ac30-8ce5a4e3b327", "name": "BOVESPA", "text": "", "type": "bar", "xsrc": "elijao:784:0e5ceb", "ysrc": "elijao:784:1895ee", "marker": { "line": { "color": "rgba(255, 153, 51, 1.0)", "width": 1 }, "color": "rgba(255, 153, 51, 0.6)" }, "orientation": "v" }, { "uid": "d8f96a52-a0f5-44e2-bcfe-0266dbdda9f4", "name": "IPSA", "text": "", "type": "bar", "xsrc": "elijao:784:0e5ceb", "ysrc": "elijao:784:93b47f", "marker": { "line": { "color": "rgba(55, 128, 191, 1.0)", "width": 1 }, "color": "rgba(55, 128, 191, 0.6)" }, "orientation": "v" }, { "uid": "d6aa8735-8f2b-4154-989a-34115ccbd1a0", "name": "IGBC", "text": "", "type": "bar", "xsrc": "elijao:784:0e5ceb", "ysrc": "elijao:784:25a35e", "marker": { "line": { "color": "rgba(50, 171, 96, 1.0)", "width": 1 }, "color": "rgba(50, 171, 96, 0.6)" }, "orientation": "v" }, { "uid": "d77c240b-28c1-47f3-9095-1d2fb2b2f72c", "name": "MEXBOL", "text": "", "type": "bar", "xsrc": "elijao:784:0e5ceb", "ysrc": "elijao:784:cb2da4", "marker": { "line": { "color": "rgba(128, 0, 128, 1.0)", "width": 1 }, "color": "rgba(128, 0, 128, 0.6)" }, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~elijao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16", "mapbox_access_tokens": null, "has_password": null, "username": "elijao", "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-06-18T02:26:59.244310Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~IvyLo/16.embed", "fid": "IvyLo:16", "filename": "r-lineplots", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/IvyLo:16/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/IvyLo:16/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IvyLo/16/8_RBETXI9S3MW752HQK5HF2G3GZHOFCK.png", "list-thumb": "https://api.plotly.com/v2/files/IvyLo:16/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/IvyLo:16", "plots": "https://api.plotly.com/v2/plots/IvyLo:16", "parent": "https://api.plotly.com/v2/folders/home?user=IvyLo" }, "owner": "IvyLo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~IvyLo/16/", "world_readable": true, "date_modified": "2019-06-18T02:28:08.691Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~IvyLo/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(0,186,56,1)", "width": 1.88976377952756 }, "mode": "lines", "name": "开课量", "type": "scatter", "xsrc": "IvyLo:15:84f7be", "ysrc": "IvyLo:15:cb8d43", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "IvyLo:15:cbbefd", "hoverinfo": "text", "showlegend": true, "legendgroup": "开课量" }, { "line": { "dash": "solid", "color": "rgba(97,156,255,1)", "width": 1.88976377952756 }, "mode": "lines", "name": "约课量", "type": "scatter", "xsrc": "IvyLo:15:063c99", "ysrc": "IvyLo:15:95def7", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "IvyLo:15:63098f", "hoverinfo": "text", "showlegend": true, "legendgroup": "约课量" }, { "line": { "dash": "solid", "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "mode": "lines", "name": "完课量", "type": "scatter", "xsrc": "IvyLo:15:4bc18e", "ysrc": "IvyLo:15:6073ec", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "IvyLo:15:794098", "hoverinfo": "text", "showlegend": true, "legendgroup": "完课量" } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "title": "开课情况", "xaxis": { "type": "linear", "range": [ 0.4, 17.6 ], "ticks": "outside", "title": "", "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 18.5969281859693, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": null, "linewidth": 0, "tickangle": -65, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "titlefont": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "hoverformat": ".2f", "ticktextsrc": "IvyLo:15:73018b", "tickvalssrc": "IvyLo:15:5ace6a", "categoryorder": "array", "showticklabels": true, "categoryarraysrc": "IvyLo:15:68ffbd" }, "yaxis": { "type": "linear", "range": [ -1.75, 36.75 ], "ticks": "outside", "title": "", "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 15.9402241594022, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "zeroline": false, "autorange": false, "gridcolor": null, "gridwidth": 0, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "titlefont": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "hoverformat": ".2f", "ticktextsrc": "IvyLo:15:85f010", "tickvalssrc": "IvyLo:15:9f4ed6", "categoryorder": "array", "showticklabels": true, "categoryarraysrc": "IvyLo:15:580c13" }, "legend": { "y": 0.922795165924594, "font": { "size": 17.2685761726858, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 65.5170502424236, "l": 26.8991282689913, "r": 7.30593607305936, "t": 61.4396292454827 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "titlefont": { "size": 33.208800332088, "color": "rgba(0,0,0,1)", "family": "" }, "showlegend": true, "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~IvyLo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-05-21 05:58:56", "mapbox_access_tokens": null, "has_password": null, "username": "IvyLo", "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-06-18T02:26:57.640993Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~elijao/781.embed", "fid": "elijao:781", "filename": "Plotly Playground 2019-06-17 22:26:55", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/elijao/781/9_L8VTFI98W0V315HG4R4AOG6ZO1XVA3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/elijao/781/2_1TOC54TSQEV4TDK0FO4KBPEJNOGN6L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/elijao/781/8_A00E2S1KJ2M3FSA59JU9U0QAXNYRBI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/elijao/781/9_L8VTFI98W0V315HG4R4AOG6ZO1XVA3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/elijao:781", "plots": "https://api.plotly.com/v2/plots/elijao:781", "parent": "https://api.plotly.com/v2/folders/home?user=elijao" }, "owner": "elijao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 4, "web_url": "https://chart-studio.plotly.com/~elijao/781/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-18T02:26:58.204Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~elijao/781/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c426ada6-2f92-4578-b664-306ea7b1eee3", "name": "COPPER", "text": "", "type": "bar", "xsrc": "elijao:782:f3aa98", "ysrc": "elijao:782:20a808", "marker": { "line": { "color": "rgba(255, 153, 51, 1.0)", "width": 1 }, "color": "rgba(255, 153, 51, 0.6)" }, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~elijao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2018-11-07 19:57:16", "mapbox_access_tokens": null, "has_password": null, "username": "elijao", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "