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=cj0xJnA9MjAxOS0wMy0yMCsxOCUzQTA1JTNBMjAuOTQwMDU2JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzE4JTNBMDUlM0EyMi40MTgzMzElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsxOCUzQTEyJTNBMDkuMzcwNzk5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T18:12:09.370799Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AdityaBhandari/4.embed", "fid": "AdityaBhandari:4", "filename": "pandas-box-plot2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/AdityaBhandari/4/9_J2Y8FH6OF0A7CZX8G0IMRFSJGGRX90.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/AdityaBhandari/4/2_2E0H24BUYQYUA2D3IK1X8IFAF8ZMXD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AdityaBhandari/4/8_1ARAHJSI8T2VYRCYJ58FQQJTWHY2XM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AdityaBhandari/4/9_J2Y8FH6OF0A7CZX8G0IMRFSJGGRX90.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AdityaBhandari:4", "plots": "https://api.plotly.com/v2/plots/AdityaBhandari:4", "parent": "https://api.plotly.com/v2/folders/home?user=AdityaBhandari" }, "owner": "AdityaBhandari", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Fund-1 FICO Quarterly Deviations 4m Origination", "views": 33, "web_url": "https://chart-studio.plotly.com/~AdityaBhandari/4/fund-1-fico-quarterly-deviations-4m-origination/", "world_readable": true, "date_modified": "2019-03-20T19:16:34.626Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AdityaBhandari/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "77503705-61a1-44f9-944a-ebde2d0789da", "name": "2009Q3", "type": "box", "ysrc": "AdityaBhandari:5:2b7cad", "showlegend": false }, { "uid": "cce3c40d-61b4-4d79-8d7f-1a57e126455b", "name": "2009Q4", "type": "box", "ysrc": "AdityaBhandari:5:69f153", "showlegend": false }, { "uid": "8bcae751-da04-48a6-998e-4fcf8cc00225", "name": "2010Q1", "type": "box", "ysrc": "AdityaBhandari:5:b7ab11", "showlegend": false }, { "uid": "69165351-f310-4457-a3c0-1d2da188e035", "name": "2010Q2", "type": "box", "ysrc": "AdityaBhandari:5:76f774", "showlegend": false }, { "uid": "de7ff51b-caf4-4983-8a7f-874de436a91d", "name": "2010Q3", "type": "box", "ysrc": "AdityaBhandari:5:2e75ff", "showlegend": false }, { "uid": "28aa1661-faa6-4dda-92ce-07559931d8db", "name": "2010Q4", "type": "box", "ysrc": "AdityaBhandari:5:e19a17", "showlegend": false }, { "uid": "02c78715-655f-485c-ad49-283d2644e4b9", "name": "2011Q1", "type": "box", "ysrc": "AdityaBhandari:5:9b2fd7", "showlegend": false }, { "uid": "c882793a-173b-4f9f-bfce-6e116974e1b8", "name": "2011Q2", "type": "box", "ysrc": "AdityaBhandari:5:a4d30c", "showlegend": false }, { "uid": "3017ddf4-6ed6-403e-84e1-3f9ebddb3794", "name": "2011Q3", "type": "box", "ysrc": "AdityaBhandari:5:9df957", "showlegend": false }, { "uid": "da269e93-3c45-47c5-8f5d-33d26762ad8a", "name": "2011Q4", "type": "box", "ysrc": "AdityaBhandari:5:b9e46a", "showlegend": false }, { "uid": "d774e3b5-bd85-4161-97fe-ea54d8dedd9b", "name": "2012Q1", "type": "box", "ysrc": "AdityaBhandari:5:ff46f1", "showlegend": false }, { "uid": "ed29025e-8c3f-432e-8491-99088bc6ffd5", "name": "2012Q2", "type": "box", "ysrc": "AdityaBhandari:5:07d616", "showlegend": false }, { "uid": "fc7b311a-5117-4dcc-872b-bca047a4270c", "name": "2012Q3", "type": "box", "ysrc": "AdityaBhandari:5:29dfba", "showlegend": false }, { "uid": "5b85a850-d7b1-40a2-97ab-ebdda47199bb", "name": "2012Q4", "type": "box", "ysrc": "AdityaBhandari:5:7e454e", "showlegend": false }, { "uid": "fecf214a-9403-42ea-8767-72df7600194c", "name": "2013Q1", "type": "box", "ysrc": "AdityaBhandari:5:6cd32d", "showlegend": false }, { "uid": "39f1ba47-32c5-4148-8109-5ee48a054dda", "name": "2013Q2", "type": "box", "ysrc": "AdityaBhandari:5:2ed034", "showlegend": false }, { "uid": "d1d366fd-cf7b-4f27-9962-5307a661accb", "name": "2013Q3", "type": "box", "ysrc": "AdityaBhandari:5:8b3da9", "showlegend": false }, { "uid": "b0f3d10b-86cf-4573-9c42-cce464edc9ab", "name": "2013Q4", "type": "box", "ysrc": "AdityaBhandari:5:84be80", "showlegend": false }, { "uid": "29d7a07d-da4f-47b4-8513-7c1b2fc5894c", "name": "2014Q1", "type": "box", "ysrc": "AdityaBhandari:5:88407e", "showlegend": false }, { "uid": "b9845b68-678b-4478-a82c-89fca1072620", "name": "2014Q2", "type": "box", "ysrc": "AdityaBhandari:5:030d1e", "showlegend": false }, { "uid": "453522b5-dc86-400e-99b2-29df35b6aefb", "name": "2014Q3", "type": "box", "ysrc": "AdityaBhandari:5:6442f8", "showlegend": false }, { "uid": "d04c6ab1-f336-4677-b24e-93c5ed616412", "name": "2014Q4", "type": "box", "ysrc": "AdityaBhandari:5:a5be46", "showlegend": false }, { "uid": "eabaef48-2f22-4115-837b-f884e83f70c3", "name": "2015Q1", "type": "box", "ysrc": "AdityaBhandari:5:13b17a", "showlegend": false }, { "uid": "01d396d4-63ec-4e5f-8ac6-deebd3c74086", "name": "2015Q2", "type": "box", "ysrc": "AdityaBhandari:5:1d6aa8", "showlegend": false }, { "uid": "7a1ad691-80f9-4c6a-8b65-526456233870", "name": "2015Q3", "type": "box", "ysrc": "AdityaBhandari:5:972eb2", "showlegend": false }, { "uid": "61697796-c2a7-40b9-abed-d18d174a280a", "name": "2015Q4", "type": "box", "ysrc": "AdityaBhandari:5:7dde4d", "showlegend": false }, { "uid": "4281e633-e9b2-48be-bc62-6d0445397e06", "name": "2016Q1", "type": "box", "ysrc": "AdityaBhandari:5:0fb5a4", "showlegend": false }, { "uid": "fcb30603-d1d6-48a7-8aaa-627978bdfd24", "name": "2016Q2", "type": "box", "ysrc": "AdityaBhandari:5:f1168b", "showlegend": false }, { "uid": "c74bad6d-740e-4202-9540-2b104589f7d1", "name": "2016Q3", "type": "box", "ysrc": "AdityaBhandari:5:20f35c", "showlegend": false }, { "uid": "9d3116e4-80cd-467e-9b7c-52a9c620bd18", "name": "2016Q4", "type": "box", "ysrc": "AdityaBhandari:5:266fda", "showlegend": false }, { "uid": "562b3529-d9e8-4c31-8763-a9584ed16409", "name": "2017Q1", "type": "box", "ysrc": "AdityaBhandari:5:36cb6e", "showlegend": false }, { "uid": "82546663-e4cf-413d-99f7-fde6c5ff908b", "name": "2017Q2", "type": "box", "ysrc": "AdityaBhandari:5:8364bd", "showlegend": false }, { "uid": "03429d60-5354-474d-940c-94cf238a9f21", "name": "2017Q3", "type": "box", "ysrc": "AdityaBhandari:5:7261dc", "showlegend": false }, { "uid": "0241f91e-3b62-4046-88a4-6da847ed6782", "name": "2017Q4", "type": "box", "ysrc": "AdityaBhandari:5:cc2a61", "showlegend": false }, { "uid": "34e05f80-0044-4cce-bb6a-a4ad14bacf04", "name": "2018Q1", "type": "box", "ysrc": "AdityaBhandari:5:6643ff", "showlegend": false }, { "uid": "363cfd4f-6d81-45ee-bcf6-7c2193f5473e", "name": "2018Q2", "type": "box", "ysrc": "AdityaBhandari:5:a9a94d", "showlegend": false }, { "uid": "1deb7e2c-1b32-4072-a2f7-c1400cc5254e", "name": "2018Q3", "type": "box", "ysrc": "AdityaBhandari:5:7f2435", "showlegend": false }, { "uid": "f5bc1657-215e-446e-ab72-8443126c2e6b", "name": "2018Q4", "type": "box", "ysrc": "AdityaBhandari:5:53b203", "showlegend": false } ], "layout": { "title": { "text": "Fund-1 FICO Quarterly Deviations 4m Origination" }, "xaxis": { "title": { "font": { "size": 18, "color": "#7f7f7f", "family": "Courier New, monospace" }, "text": "Quarters" } }, "yaxis": { "title": { "font": { "size": 18, "color": "#7f7f7f", "family": "Courier New, monospace" }, "text": "Deviation 4m FicoAtOrigntn" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AdityaBhandari", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/92.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-03-19 23:37:07", "mapbox_access_tokens": null, "has_password": null, "username": "AdityaBhandari", "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:11:32.346691Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~gasparian/113.embed", "fid": "gasparian:113", "filename": "3074457345823281444_2018-03", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/gasparian/113/9_ZJD09E26N2BG1S3VO7X2YXIVX6DU0H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/gasparian/113/2_20F932XZ0OVZPOQSEILOWZKZU63W02.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gasparian/113/8_11XXRNHYIN54EX8Y371K560CGP3ADE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gasparian/113/9_ZJD09E26N2BG1S3VO7X2YXIVX6DU0H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/gasparian:113", "plots": "https://api.plotly.com/v2/plots/gasparian:113", "parent": "https://api.plotly.com/v2/folders/home?user=gasparian" }, "owner": "gasparian", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "<br>Collaboration network (149 users)", "views": 4, "web_url": "https://chart-studio.plotly.com/~gasparian/113/collaboration-network-149-users/", "world_readable": true, "date_modified": "2019-03-20T18:15:32.717Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~gasparian/113/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 0.5, "colorsrc": "gasparian:114:2563b8", "colorscale": "Greys" }, "mode": "lines", "type": "scatter3d", "xsrc": "gasparian:114:6281fa", "ysrc": "gasparian:114:157196", "zsrc": "gasparian:114:c8da65", "hoverinfo": "none" }, { "mode": "markers", "type": "scatter3d", "xsrc": "gasparian:114:d8af16", "ysrc": "gasparian:114:79274e", "zsrc": "gasparian:114:9e4834", "marker": { "line": { "width": 2 }, "size": 6, "colorbar": { "xanchor": "left", "thickness": 15, "titleside": "right" }, "colorsrc": "gasparian:114:9c4480", "showscale": true, "colorscale": "Picnic", "reversescale": false }, "textsrc": "gasparian:114:d2f7d0", "hoverinfo": "text" } ], "layout": { "scene": { "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "zeroline": false, "showticklabels": false } }, "title": "<br>Collaboration network (149 users)", "titlefont": { "size": 14 }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~gasparian", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.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": "2017-11-16 08:56:42", "mapbox_access_tokens": null, "has_password": null, "username": "gasparian", "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:09:00.421130Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cciarleglio/4.embed", "fid": "cciarleglio:4", "filename": "2018-19 Coaching", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/cciarleglio/4/9_Y7HX7S9I071URS02HV26T3HPHS10AZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/cciarleglio/4/2_YE0MQ1RUY0XJQEPAG3ST50XLDZENPI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cciarleglio/4/8_OU4QUXYX1SKXCKZO4BK0BC0GH20IV8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cciarleglio/4/9_Y7HX7S9I071URS02HV26T3HPHS10AZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cciarleglio:4", "plots": "https://api.plotly.com/v2/plots/cciarleglio:4", "parent": "https://api.plotly.com/v2/folders/home?user=cciarleglio" }, "owner": "cciarleglio", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~cciarleglio/4/", "world_readable": true, "date_modified": "2019-03-20T18:09:00.431Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cciarleglio/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "box", "xsrc": "cciarleglio:2:5eadd8", "ysrc": "cciarleglio:2:0d46da", "boxpoints": false } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 8.5 ], "title": { "font": { "size": 30 }, "text": "<b>Department</b>" }, "showline": true, "tickfont": { "size": 25 }, "autorange": true, "linecolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "range": [ -1740.0000000000002, 33060 ], "title": { "font": { "size": 30 }, "text": "<b>Coaching (min/year)</b>" }, "tickfont": { "size": 25 }, "autorange": true, "linecolor": "rgb(0, 0, 0)" }, "boxgap": 0.09999999999999998, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cciarleglio", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-02-09 20:48:09", "mapbox_access_tokens": null, "has_password": null, "username": "cciarleglio", "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:07:52.229531Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mccountystat/14.embed", "fid": "mccountystat:14", "filename": "Public Transit to work", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mccountystat/14/9_KV5X1WKNCAF29NP8U5OQN021YFWBFC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mccountystat/14/2_50LLIEDHBPKIWI2OOIHDWLUUTLRY1X.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/14/8_UQS1BX7CU8IFBYQZ5QX43EDWHTM83A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mccountystat/14/9_KV5X1WKNCAF29NP8U5OQN021YFWBFC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mccountystat:14", "plots": "https://api.plotly.com/v2/plots/mccountystat:14", "parent": "https://api.plotly.com/v2/folders/mccountystat:7" }, "owner": "mccountystat", "parent": 7, "preview": "", "referencers": [], "references": [], "title": "", "views": 1401, "web_url": "https://chart-studio.plotly.com/~mccountystat/14/", "world_readable": true, "date_modified": "2019-08-06T14:12:42.286Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mccountystat/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 3 }, "mode": "markers+lines", "name": "% of Residents Using Public Transit", "type": "scatter", "xsrc": "mccountystat:18:282005", "ysrc": "mccountystat:18:624b49", "marker": { "size": 7 }, "transforms": [ { "type": "filter", "value": "Percentage of residents taking public transit to work (Source: Census)", "targetsrc": "mccountystat:18:5109c4" }, { "type": "filter", "value": [ "2012", "2017" ], "operation": "[]", "targetsrc": "mccountystat:18:282005" } ] } ], "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.6762368744678, 2017.3237631255322 ], "ticks": "", "title": { "font": { "family": "Roboto" }, "text": "<b>Year</b>" }, "nticks": 6, "ticklen": -1, "showgrid": false, "showline": false, "tickfont": { "size": 17, "color": "rgb(92, 94, 105)", "family": "Roboto" }, "zeroline": false, "autorange": false, "tickwidth": -1, "tickformat": "", "showexponent": "none", "separatethousands": false }, "yaxis": { "range": [ 0, 25 ], "ticks": "", "title": { "font": { "family": "Roboto" }, "text": "<b>% of Residents Commuting on Public Transit</b>" }, "nticks": -1, "ticklen": -1, "tickfont": { "size": 17, "color": "rgb(66, 68, 71)", "family": "Roboto" }, "autorange": false, "tickwidth": -1, "fixedrange": true, "ticksuffix": "%" }, "legend": { "x": 0.7957051282051282, "y": 0.9347133757961783, "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:05:45.718888Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JinPark/45.embed", "fid": "JinPark:45", "filename": "plot from API (17)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JinPark/45/9_PE7BWB4B64TWB46S8AVUYRNKNGB96A.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JinPark/45/2_MDAMTEH1FFIBR3OAKVY74B0B723CKH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/45/8_E9WLO3PFOUQ233IAML376XBXC4211F.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/45/9_PE7BWB4B64TWB46S8AVUYRNKNGB96A.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JinPark:45", "plots": "https://api.plotly.com/v2/plots/JinPark:45", "parent": "https://api.plotly.com/v2/folders/home?user=JinPark" }, "owner": "JinPark", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "_other", "views": 0, "web_url": "https://chart-studio.plotly.com/~JinPark/45/-other/", "world_readable": true, "date_modified": "2019-03-20T18:05:45.748Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JinPark/45/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "y": [], "uid": "b96e792c-83a2-4548-a03a-3dfa8cf67ce1", "type": "bar" } ], "layout": { "title": { "text": "_other" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~JinPark", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-20 18:24:41", "mapbox_access_tokens": null, "has_password": null, "username": "JinPark", "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:05:44.228068Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JinPark/43.embed", "fid": "JinPark:43", "filename": "plot from API (16)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JinPark/43/9_E6O3YMG6X1T3FFE1FDKR22V20NF5A6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JinPark/43/2_OQU4HA09YH5M7O238HFHNC0S5F8RHC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/43/8_I57WQ7R9TYVB7IR1XU12640TX28DRX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/43/9_E6O3YMG6X1T3FFE1FDKR22V20NF5A6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JinPark:43", "plots": "https://api.plotly.com/v2/plots/JinPark:43", "parent": "https://api.plotly.com/v2/folders/home?user=JinPark" }, "owner": "JinPark", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Goal", "views": 0, "web_url": "https://chart-studio.plotly.com/~JinPark/43/goal/", "world_readable": true, "date_modified": "2019-03-20T18:05:44.695Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JinPark/43/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "08665421-7c95-45f4-8c25-e8877ff120e3", "type": "bar", "xsrc": "JinPark:44:414697", "ysrc": "JinPark:44:c26c46" } ], "layout": { "title": { "text": "Goal" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~JinPark", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-20 18:24:41", "mapbox_access_tokens": null, "has_password": null, "username": "JinPark", "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:05:42.679013Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JinPark/41.embed", "fid": "JinPark:41", "filename": "plot from API (15)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JinPark/41/9_DLQ7DZ00TYE6LIIRFF11QMO5LEA5QD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JinPark/41/2_1RTZ2UQYNNA1D1HSGJVE7WCNOG3R9J.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/41/8_TKFHY85GSOKE17ANKNOW2PM4PH5876.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/41/9_DLQ7DZ00TYE6LIIRFF11QMO5LEA5QD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JinPark:41", "plots": "https://api.plotly.com/v2/plots/JinPark:41", "parent": "https://api.plotly.com/v2/folders/home?user=JinPark" }, "owner": "JinPark", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Work", "views": 2, "web_url": "https://chart-studio.plotly.com/~JinPark/41/work/", "world_readable": true, "date_modified": "2019-03-20T18:05:43.198Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JinPark/41/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "aeb90f1c-7426-4333-8c48-f8591b4d1f66", "type": "bar", "xsrc": "JinPark:42:7ee1b5", "ysrc": "JinPark:42:cb842e" } ], "layout": { "title": { "text": "Work" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~JinPark", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-20 18:24:41", "mapbox_access_tokens": null, "has_password": null, "username": "JinPark", "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:05:41.245105Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JinPark/39.embed", "fid": "JinPark:39", "filename": "plot from API (14)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JinPark/39/9_KY0RYA370GWOFHUEIJ0CH0OHTK6TL5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JinPark/39/2_BFRUOFITHT3B21C5TS3OAB0UM1OR1E.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/39/8_EMRI7EZVHOMPSKQK4ZMCYRV4G9A39U.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/39/9_KY0RYA370GWOFHUEIJ0CH0OHTK6TL5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JinPark:39", "plots": "https://api.plotly.com/v2/plots/JinPark:39", "parent": "https://api.plotly.com/v2/folders/home?user=JinPark" }, "owner": "JinPark", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Pomodoro", "views": 0, "web_url": "https://chart-studio.plotly.com/~JinPark/39/pomodoro/", "world_readable": true, "date_modified": "2019-03-20T18:05:41.677Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JinPark/39/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "648ed9ab-b0a1-4d30-bc83-a1c47cfa3d9d", "type": "bar", "xsrc": "JinPark:40:6d9355", "ysrc": "JinPark:40:08d5c0" } ], "layout": { "title": { "text": "Pomodoro" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~JinPark", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-20 18:24:41", "mapbox_access_tokens": null, "has_password": null, "username": "JinPark", "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:05:23.933170Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JinPark/38.embed", "fid": "JinPark:38", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JinPark/38/9_AB2UBQG9NTUFPI6GCLGYZTP8IRMUYP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JinPark/38/2_NT5BC9S13JUTP3A0WVUQOND1309XKD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/38/8_VVPW0TS9KFER4ANARNPH8FCYS8KBVK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/38/9_AB2UBQG9NTUFPI6GCLGYZTP8IRMUYP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JinPark:38", "plots": "https://api.plotly.com/v2/plots/JinPark:38", "parent": "https://api.plotly.com/v2/folders/home?user=JinPark" }, "owner": "JinPark", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "_other", "views": 0, "web_url": "https://chart-studio.plotly.com/~JinPark/38/-other/", "world_readable": true, "date_modified": "2019-03-20T18:05:23.944Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JinPark/38/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "y": [], "uid": "1118ffe9-fcc1-4634-8d68-1b0d86e993fa", "type": "bar" } ], "layout": { "title": { "text": "_other" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~JinPark", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-20 18:24:41", "mapbox_access_tokens": null, "has_password": null, "username": "JinPark", "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:05:22.418331Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JinPark/36.embed", "fid": "JinPark:36", "filename": "plot from API (12)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/JinPark/36/9_WPN31PYSZUFCFQ97Y3Z15VMQBS693J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/JinPark/36/2_N6VBCHQ81SZ0BN7TT5Q3Y75W7S3ENH.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/36/8_UW7UT23OTPY9DI2QAUS5V37UW1ZQ1K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JinPark/36/9_WPN31PYSZUFCFQ97Y3Z15VMQBS693J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JinPark:36", "plots": "https://api.plotly.com/v2/plots/JinPark:36", "parent": "https://api.plotly.com/v2/folders/home?user=JinPark" }, "owner": "JinPark", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Goal", "views": 1, "web_url": "https://chart-studio.plotly.com/~JinPark/36/goal/", "world_readable": true, "date_modified": "2019-03-20T18:05:22.953Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JinPark/36/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "08c823e3-bc1a-4e3a-b68a-3a53949ee978", "type": "bar", "xsrc": "JinPark:37:8806d3", "ysrc": "JinPark:37:d258fb" } ], "layout": { "title": { "text": "Goal" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~JinPark", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2018-12-20 18:24:41", "mapbox_access_tokens": null, "has_password": null, "username": "JinPark", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "