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=cD0yMDE5LTAzLTIwKzE5JTNBMDUlM0E1OS4zOTE2MjIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE4JTNBNTclM0EwNi4yOTA3NzclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOSUzQTA1JTNBMjguNTM2Nzg3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T19:05:28.536787Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lboske/19.embed", "fid": "lboske:19", "filename": "plot from API (2)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lboske:19/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lboske:19/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lboske/19/8_JAK5GY35OHJ1FL1SQMXC1PNU6H5KRD.png", "list-thumb": "https://api.plotly.com/v2/files/lboske:19/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lboske:19", "plots": "https://api.plotly.com/v2/plots/lboske:19", "parent": "https://api.plotly.com/v2/folders/home?user=lboske" }, "owner": "lboske", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~lboske/19/", "world_readable": true, "date_modified": "2019-03-20T19:05:28.958Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lboske/19/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6e2149a1-fd71-4b06-8925-c47cb5fe9aeb", "type": "scatter", "xsrc": "lboske:20:cc4539", "ysrc": "lboske:20:14d942" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lboske", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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 15:01:50", "mapbox_access_tokens": null, "has_password": null, "username": "lboske", "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-20T19:05:25.074085Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cefredxie/166.embed", "fid": "cefredxie:166", "filename": "plot from API (16)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cefredxie:166/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cefredxie/166/2_BO0JB1IJN8WRFV6LYVRIKLRY0OBA3Z.png", "block-thumb": "https://api.plotly.com/v2/files/cefredxie:166/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/cefredxie:166/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cefredxie:166", "plots": "https://api.plotly.com/v2/plots/cefredxie:166", "parent": "https://api.plotly.com/v2/folders/home?user=cefredxie" }, "owner": "cefredxie", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~cefredxie/166/", "world_readable": true, "date_modified": "2019-03-20T19:05:25.581Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cefredxie/166/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "cefredxie:167:bfc8dd", "valuesrc": "cefredxie:167:141468", "sourcesrc": "cefredxie:167:839d7b", "targetsrc": "cefredxie:167:0fd79f" }, "node": { "pad": 20, "line": { "color": "white", "width": 0.5 }, "colorsrc": "cefredxie:167:bb3953", "labelsrc": "cefredxie:167:0aaa30", "thickness": 40 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": "" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cefredxie", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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": "2018-11-24 21:59:55", "mapbox_access_tokens": null, "has_password": null, "username": "cefredxie", "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-20T19:05:14.616580Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cefredxie/164.embed", "fid": "cefredxie:164", "filename": "plot from API (15)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cefredxie:164/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cefredxie:164/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/cefredxie:164/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/cefredxie:164/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cefredxie:164", "plots": "https://api.plotly.com/v2/plots/cefredxie:164", "parent": "https://api.plotly.com/v2/folders/home?user=cefredxie" }, "owner": "cefredxie", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~cefredxie/164/", "world_readable": true, "date_modified": "2019-03-20T19:05:15.106Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cefredxie/164/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "cefredxie:165:8e8c38", "valuesrc": "cefredxie:165:0239d3", "sourcesrc": "cefredxie:165:999f11", "targetsrc": "cefredxie:165:f8a36f" }, "node": { "pad": 15, "line": { "color": "white", "width": 0.5 }, "colorsrc": "cefredxie:165:57b581", "labelsrc": "cefredxie:165:6b8c28", "thickness": 40 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": "" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cefredxie", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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": "2018-11-24 21:59:55", "mapbox_access_tokens": null, "has_password": null, "username": "cefredxie", "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-20T19:03:57.019913Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~johndoe123321/0.embed", "fid": "johndoe123321:0", "filename": "IoT Predictive Maintenance Demo", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/johndoe123321:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/johndoe123321:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/johndoe123321:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/johndoe123321:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/johndoe123321:0", "plots": "https://api.plotly.com/v2/plots/johndoe123321:0", "parent": "https://api.plotly.com/v2/folders/home?user=johndoe123321" }, "owner": "johndoe123321", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Stream from Device 1", "views": 0, "web_url": "https://chart-studio.plotly.com/~johndoe123321/0/stream-from-device-1/", "world_readable": true, "date_modified": "2019-03-20T19:03:57.033Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~johndoe123321/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "y": [], "uid": "3b365ea6-5e0f-47f2-8ca3-a73151da9d5d", "line": { "color": "rgb(22, 96, 167)", "width": 4 }, "mode": "lines", "name": "Sensor", "type": "scatter", "stream": { "fid": 0, "head": 0, "token": "8y1yndjo4v", "maxpoints": 60 } }, { "x": [], "y": [], "uid": "18033582-f5cf-47ee-bcfb-b4503d26ea01", "mode": "markers", "name": "Prediction", "type": "scatter", "marker": { "size": 10, "color": "rgb(255, 0, 0)" }, "stream": { "fid": 0, "head": 0, "token": "bgyh6269fc", "maxpoints": 60 } } ], "layout": { "font": { "size": 30, "color": "white", "family": "Roboto, monospace" }, "title": "Stream from Device 1", "xaxis": { "title": "Time Period", "domain": [ 0, 1.0 ], "tickfont": { "size": 16, "color": "white", "family": "Roboto, monospace" }, "titlefont": { "size": 18, "color": "white", "family": "Roboto, monospace" } }, "yaxis": { "title": "Measurement", "domain": [ 0, 1.0 ], "tickfont": { "size": 16, "color": "white", "family": "Roboto, monospace" }, "titlefont": { "size": 18, "color": "white", "family": "Roboto, monospace" } }, "images": [ { "x": 0.389, "y": 1.03, "xref": "paper", "yref": "paper", "sizex": 0.1, "sizey": 0.1, "source": "/home/mapr/Lab9/mapr_logo.png", "xanchor": "right", "yanchor": "bottom" }, { "x": 0.8, "y": 1.03, "xref": "paper", "yref": "paper", "sizex": 0.1, "sizey": 0.1, "source": "/home/mapr/Lab9/mapr_logo.png", "xanchor": "right", "yanchor": "bottom" } ], "plot_bgcolor": "rgba(8,8,8,1)", "paper_bgcolor": "rgba(8,8,8,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~johndoe123321", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.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": "2019-03-20 18:45:57", "mapbox_access_tokens": null, "has_password": null, "username": "johndoe123321", "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-20T19:03:48.177885Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lboske/17.embed", "fid": "lboske:17", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lboske:17/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lboske:17/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lboske/17/8_P4V4IMNTZAGQZSEJR3R2IIX06ZSWT8.png", "list-thumb": "https://api.plotly.com/v2/files/lboske:17/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lboske:17", "plots": "https://api.plotly.com/v2/plots/lboske:17", "parent": "https://api.plotly.com/v2/folders/home?user=lboske" }, "owner": "lboske", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lboske/17/", "world_readable": true, "date_modified": "2019-03-20T19:03:48.607Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lboske/17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ed60af6f-c8ab-4c32-927a-1163669ec91b", "type": "scatter", "xsrc": "lboske:18:78c31b", "ysrc": "lboske:18:ba9f88" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lboske", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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 15:01:50", "mapbox_access_tokens": null, "has_password": null, "username": "lboske", "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-20T19:03:16.418233Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jgirouard/0.embed", "fid": "jgirouard:0", "filename": "basic-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jgirouard:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jgirouard:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jgirouard:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jgirouard:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jgirouard:0", "plots": "https://api.plotly.com/v2/plots/jgirouard:0", "parent": "https://api.plotly.com/v2/folders/home?user=jgirouard" }, "owner": "jgirouard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jgirouard/0/", "world_readable": true, "date_modified": "2019-03-20T19:03:16.864Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jgirouard/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "jgirouard:1:23a041", "ysrc": "jgirouard:1:66048f" }, { "type": "scatter", "xsrc": "jgirouard:1:23a041", "ysrc": "jgirouard:1:4c7051" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jgirouard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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 18:38:48", "mapbox_access_tokens": null, "has_password": null, "username": "jgirouard", "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-20T19:01:42.286379Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lboske/15.embed", "fid": "lboske:15", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lboske:15/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lboske:15/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lboske/15/8_EN75XIA1W97R62D67311I2VC0YW232.png", "list-thumb": "https://api.plotly.com/v2/files/lboske:15/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lboske:15", "plots": "https://api.plotly.com/v2/plots/lboske:15", "parent": "https://api.plotly.com/v2/folders/home?user=lboske" }, "owner": "lboske", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lboske/15/", "world_readable": true, "date_modified": "2019-03-20T19:01:42.732Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lboske/15/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "15431558-a878-4194-9c10-070ce99be41a", "type": "scatter", "xsrc": "lboske:16:f40463", "ysrc": "lboske:16:4d2be4" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lboske", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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 15:01:50", "mapbox_access_tokens": null, "has_password": null, "username": "lboske", "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-20T19:01:07.481337Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ymiao_eyereturn/34.embed", "fid": "ymiao_eyereturn:34", "filename": "plot from API", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ymiao_eyereturn/34/9_1ZSTY5NUH9NXQQNB4XGJTFDH7DSZ8V.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ymiao_eyereturn/34/2_4ZCJL75GJ7P1W2QSKWHSQD3ZS84TDB.png", "block-thumb": "https://api.plotly.com/v2/files/ymiao_eyereturn:34/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ymiao_eyereturn/34/9_1ZSTY5NUH9NXQQNB4XGJTFDH7DSZ8V.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ymiao_eyereturn:34", "plots": "https://api.plotly.com/v2/plots/ymiao_eyereturn:34", "parent": "https://api.plotly.com/v2/folders/home?user=ymiao_eyereturn" }, "owner": "ymiao_eyereturn", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~ymiao_eyereturn/34/", "world_readable": true, "date_modified": "2019-03-20T19:01:07.949Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ymiao_eyereturn/34/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f99a4b2d-3e61-4138-a438-6bef58f3549a", "type": "scatter", "xsrc": "ymiao_eyereturn:35:74901e", "ysrc": "ymiao_eyereturn:35:542fbd" }, { "uid": "3b8dae63-b397-455b-bdbd-8f4e99bc6e28", "type": "scatter", "xsrc": "ymiao_eyereturn:35:74901e", "ysrc": "ymiao_eyereturn:35:4b2dff" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ymiao_eyereturn", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2015-07-17 12:48:56", "mapbox_access_tokens": null, "has_password": null, "username": "ymiao_eyereturn", "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-20T19:00:54.397187Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mccountystat/20.embed", "fid": "mccountystat:20", "filename": "Housing Burden Chart", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mccountystat/20/9_IGWETT8ND91D5V1FYGMDLT8O8WB99H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mccountystat/20/2_XXFYAKYTZGTX696IPTRM22J7NHG0J8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/20/8_SLLA2YJXOQ1FL1O8Y4OQ453I4HVION.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/20/9_IGWETT8ND91D5V1FYGMDLT8O8WB99H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mccountystat:20", "plots": "https://api.plotly.com/v2/plots/mccountystat:20", "parent": "https://api.plotly.com/v2/folders/mccountystat:7" }, "owner": "mccountystat", "parent": 7, "preview": "", "referencers": [], "references": [], "title": "", "views": 948, "web_url": "https://chart-studio.plotly.com/~mccountystat/20/", "world_readable": true, "date_modified": "2019-03-26T15:15:46.115Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mccountystat/20/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 3 }, "mode": "markers+lines", "name": "% or residents using public transit", "type": "scatter", "xsrc": "mccountystat:19:282005", "ysrc": "mccountystat:19:624b49", "marker": { "size": 7 }, "visible": true, "transforms": [ { "type": "filter", "value": [ "2012", "2017" ], "operation": "[]", "targetsrc": "mccountystat:19:282005" }, { "type": "groupby", "styles": [ { "value": { "name": " Owners (with mortgage)", "marker": { "color": "#3366cc" }, "visible": true }, "target": "Percentage of households that are housing burdened: Owners (with a mortgage)" }, { "value": { "name": "Renters", "marker": { "color": "#dc3912" }, "visible": true }, "target": "Percentage of households that are housing burdened: Renters" } ], "groupssrc": "mccountystat:19:5109c4" } ], "autocolorscale": false } ], "frames": [], "layout": { "font": { "size": 15, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "x": 0, "font": { "size": 14 }, "text": "<br>" }, "xaxis": { "type": "linear", "range": [ 2011.7012754772268, 2017.2987245227732 ], "ticks": "", "title": { "font": { "family": "Roboto" }, "text": "<b>Year</b>" }, "nticks": 6, "ticklen": -1, "showgrid": false, "showline": false, "tickfont": { "size": 18, "color": "rgb(92, 94, 105)", "family": "Roboto" }, "zeroline": false, "autorange": true, "tickwidth": -1, "fixedrange": true, "tickformat": "", "showexponent": "none", "separatethousands": false }, "yaxis": { "range": [ 0, 80 ], "ticks": "", "title": { "font": { "family": "Roboto" }, "text": "<b>% of Households</b>" }, "nticks": -1, "ticklen": -1, "tickfont": { "size": 18, "color": "rgb(66, 68, 71)", "family": "Roboto" }, "autorange": false, "tickwidth": -1, "fixedrange": true, "ticksuffix": "%" }, "legend": { "x": 0.6302772742222154, "y": 0.840660633484163, "font": { "size": 16, "family": "Roboto" }, "xanchor": "center", "borderwidth": 0 }, "margin": { "b": 20, "t": 20 }, "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "dragmode": "orbit", "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" }, "clickmode": "event+select", "colorscale": { "sequentialminus": [ [ 0, "#0508b8" ], [ 0.08333333333333333, "#1910d8" ], [ 0.16666666666666666, "#3c19f0" ], [ 0.25, "#6b1cfb" ], [ 0.3333333333333333, "#981cfd" ], [ 0.4166666666666667, "#bf1cfd" ], [ 0.5, "#dd2bfd" ], [ 0.5833333333333334, "#f246fe" ], [ 0.6666666666666666, "#fc67fd" ], [ 0.75, "#fe88fc" ], [ 0.8333333333333334, "#fea5fd" ], [ 0.9166666666666666, "#febefe" ], [ 1, "#fec3fe" ] ] }, "hoverlabel": { "font": { "size": 11, "color": "#000", "family": "Roboto" }, "bgcolor": "#FFF" }, "showlegend": true, "plot_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mccountystat", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-06-15 16:16:53", "mapbox_access_tokens": null, "has_password": null, "username": "mccountystat", "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-20T18:57:06.290777Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rduregger/3.embed", "fid": "rduregger:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rduregger:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rduregger:3/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rduregger/3/8_GF3UM2R5PBAKOLVBFL2VU0SHAUPP4X.png", "list-thumb": "https://api.plotly.com/v2/files/rduregger:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rduregger:3", "plots": "https://api.plotly.com/v2/plots/rduregger:3", "parent": "https://api.plotly.com/v2/folders/home?user=rduregger" }, "owner": "rduregger", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rduregger/3/", "world_readable": true, "date_modified": "2019-03-20T18:57:06.305Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rduregger/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "sort": false, "type": "pie", "labelssrc": "rduregger:2:3a7c9b", "valuessrc": "rduregger:2:1e05c2", "textposition": "inside" } ], "frames": [], "layout": { "title": { "text": "Roanoke College Carbon Footprint (2017-2018)" }, "yaxis": { "title": { "text": "MT eCO2" } }, "autosize": true, "colorway": [ "#0044BB", "#71AA13", "#627182", "#FF5800", "#4C8DFF", "#A7D063", "#CB4D0B", "#003591", "#FF9999", "#6666FF", "#CCCC00", "#990000", "#FFFF00", "#00CCCC", "#FF33FF", "#C9E09E", "#F77A05", "#00FFFF", "#405365", "#FF6666" ], "hovermode": "closest", "hoverlabel": { "namelength": 35 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rduregger", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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-15 13:33:44", "mapbox_access_tokens": null, "has_password": null, "username": "rduregger", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "