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=cD0yMDE5LTA2LTE3KzE3JTNBMzclM0E0Ni40NDMwMzMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE3JTNBMzIlM0ExMi44NDY1MDUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTM3JTNBMzkuMTU4MDY1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T17:37:39.158065Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~bhackett/358.embed", "fid": "bhackett:358", "filename": "Plotly Playground 2019-06-17 13:37:37", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/bhackett:358/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/bhackett:358/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/bhackett:358/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/bhackett:358/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/bhackett:358", "plots": "https://api.plotly.com/v2/plots/bhackett:358", "parent": "https://api.plotly.com/v2/folders/home?user=bhackett" }, "owner": "bhackett", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Brian Hackett - CPAP Events", "views": 0, "web_url": "https://chart-studio.plotly.com/~bhackett/358/brian-hackett-cpap-events/", "world_readable": true, "date_modified": "2019-06-17T17:37:39.686Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~bhackett/358/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "017ff74f-1e62-4a06-bd90-9a68932efc78", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Events", "text": "", "type": "scatter", "xsrc": "bhackett:359:4096c1", "ysrc": "bhackett:359:1f3ed3" } ], "layout": { "title": { "text": "Brian Hackett - CPAP Events" }, "xaxis": { "title": { "text": "Day" } }, "yaxis": { "title": { "text": "Hourly CPAP Events" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~bhackett", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/FB7GN6YCXI3QRHB4VNRRE6QNWK4HRG.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-03-05 17:30:17", "mapbox_access_tokens": null, "has_password": null, "username": "bhackett", "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-17T17:37:37.545215Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~neujeffski/23.embed", "fid": "neujeffski:23", "filename": "Plotly Playground 2019-06-17 19:37:36", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/neujeffski:23/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/neujeffski:23/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/neujeffski:23/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/neujeffski:23/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/neujeffski:23", "plots": "https://api.plotly.com/v2/plots/neujeffski:23", "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski" }, "owner": "neujeffski", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~neujeffski/23/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-17T17:37:37.984Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/23/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "df7e9024-8fcd-482b-97aa-c05c112fa09f", "line": { "width": 1.3 }, "name": "2005", "type": "box", "ysrc": "neujeffski:24:34e648", "marker": { "color": "rgba(255, 153, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "4fb05147-f3f2-414c-ab2a-2da1b58fcbea", "line": { "width": 1.3 }, "name": "2006", "type": "box", "ysrc": "neujeffski:24:a7a96c", "marker": { "color": "rgba(55, 128, 191, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "c9ffd2a2-857a-4945-a5ac-9710b8653fba", "line": { "width": 1.3 }, "name": "2007", "type": "box", "ysrc": "neujeffski:24:744bde", "marker": { "color": "rgba(50, 171, 96, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "938a1263-51e8-48d5-9573-49b26345c00c", "line": { "width": 1.3 }, "name": "2008", "type": "box", "ysrc": "neujeffski:24:97034c", "marker": { "color": "rgba(128, 0, 128, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "79c8fb77-1508-402b-b694-41baabad022e", "line": { "width": 1.3 }, "name": "2009", "type": "box", "ysrc": "neujeffski:24:17a297", "marker": { "color": "rgba(219, 64, 82, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "e70e24c5-7736-47d6-bec8-31df4e419069", "line": { "width": 1.3 }, "name": "2010", "type": "box", "ysrc": "neujeffski:24:ffc656", "marker": { "color": "rgba(0, 128, 128, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "1980ba21-1c64-4261-a4cc-985d950c2b35", "line": { "width": 1.3 }, "name": "2011", "type": "box", "ysrc": "neujeffski:24:dfc30e", "marker": { "color": "rgba(255, 255, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "a5e344e1-5714-475a-ba4f-7aa61de46dfa", "line": { "width": 1.3 }, "name": "2012", "type": "box", "ysrc": "neujeffski:24:9dd77f", "marker": { "color": "rgba(128, 128, 0, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "c28f469a-f411-4668-916b-74fd662a6649", "line": { "width": 1.3 }, "name": "2013", "type": "box", "ysrc": "neujeffski:24:42df73", "marker": { "color": "rgba(251, 128, 114, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "3e99658f-6be2-437b-ba1c-eba531f17a54", "line": { "width": 1.3 }, "name": "2014", "type": "box", "ysrc": "neujeffski:24:91c604", "marker": { "color": "rgba(128, 177, 211, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "9bf79405-a49f-4376-99cc-3970943d0707", "line": { "width": 1.3 }, "name": "2015", "type": "box", "ysrc": "neujeffski:24:8654ab", "marker": { "color": "rgba(128, 177, 211, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "b65d561a-cb62-4bc8-899c-f2e21adcb646", "line": { "width": 1.3 }, "name": "2016", "type": "box", "ysrc": "neujeffski:24:4b882f", "marker": { "color": "rgba(255, 153, 51, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "32521a7a-158c-4efb-b5d9-8c83ac08f084", "line": { "width": 1.3 }, "name": "2017", "type": "box", "ysrc": "neujeffski:24:68c0e5", "marker": { "color": "rgba(55, 128, 191, 0.8999999999999999)" }, "boxpoints": false, "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": "#FFFFFF" }, "plot_bgcolor": "#FFFFFF", "paper_bgcolor": "#FFFFFF" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~neujeffski", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:57:42", "mapbox_access_tokens": null, "has_password": null, "username": "neujeffski", "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-17T17:37:27.472045Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~neujeffski/21.embed", "fid": "neujeffski:21", "filename": "Plotly Playground 2019-06-17 19:37:26", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/neujeffski:21/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/neujeffski:21/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/neujeffski:21/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/neujeffski:21/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/neujeffski:21", "plots": "https://api.plotly.com/v2/plots/neujeffski:21", "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski" }, "owner": "neujeffski", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#484848'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~neujeffski/21/font-color-484848/", "world_readable": true, "date_modified": "2019-06-17T17:37:28.026Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/21/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "66e7d02e-d37a-4f08-9fe6-9596d1657256", "line": { "width": 1.3 }, "name": "2005", "type": "box", "ysrc": "neujeffski:22:53f11d", "marker": { "color": "rgba(0, 128, 240, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "c37fe219-f46e-4120-a9e2-b39556175dad", "line": { "width": 1.3 }, "name": "2006", "type": "box", "ysrc": "neujeffski:22:c77b10", "marker": { "color": "rgba(238, 118, 0, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "4fbd93bc-6de1-46e5-ae4c-1f017b4f1c01", "line": { "width": 1.3 }, "name": "2007", "type": "box", "ysrc": "neujeffski:22:47fe59", "marker": { "color": "rgba(48, 144, 84, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "0f1dea78-274e-4c08-a3d0-aa2f4add0621", "line": { "width": 1.3 }, "name": "2008", "type": "box", "ysrc": "neujeffski:22:4ef421", "marker": { "color": "rgba(98, 98, 222, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "905d58eb-8f72-4ae4-8ea8-59a53a4adc6d", "line": { "width": 1.3 }, "name": "2009", "type": "box", "ysrc": "neujeffski:22:38ba36", "marker": { "color": "rgba(217, 66, 85, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "2f131a71-e10e-4a71-9ff6-940b22479010", "line": { "width": 1.3 }, "name": "2010", "type": "box", "ysrc": "neujeffski:22:4f8412", "marker": { "color": "rgba(173, 252, 252, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "7a704084-12cf-4eaa-a559-7deb6138c5d7", "line": { "width": 1.3 }, "name": "2011", "type": "box", "ysrc": "neujeffski:22:26f62d", "marker": { "color": "rgba(70, 160, 240, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "029b9961-ea4d-4fe5-a569-027e02d44cba", "line": { "width": 1.3 }, "name": "2012", "type": "box", "ysrc": "neujeffski:22:1f6c20", "marker": { "color": "rgba(70, 160, 240, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "fb2c673d-25ad-48c8-8fbd-3e8f8505834b", "line": { "width": 1.3 }, "name": "2013", "type": "box", "ysrc": "neujeffski:22:e8d9ad", "marker": { "color": "rgba(0, 128, 240, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "c36fbabc-b556-41e9-a03c-7e83cdf5b5a1", "line": { "width": 1.3 }, "name": "2014", "type": "box", "ysrc": "neujeffski:22:5b2ac9", "marker": { "color": "rgba(238, 118, 0, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "39fee8f0-ba74-4627-94d5-81b884ea8d19", "line": { "width": 1.3 }, "name": "2015", "type": "box", "ysrc": "neujeffski:22:20f14e", "marker": { "color": "rgba(48, 144, 84, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "97a3b33f-faec-48d8-8870-d1aa5a5b76e3", "line": { "width": 1.3 }, "name": "2016", "type": "box", "ysrc": "neujeffski:22:804823", "marker": { "color": "rgba(98, 98, 222, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "25307a36-8763-4d67-b1a2-79798d0df5d5", "line": { "width": 1.3 }, "name": "2017", "type": "box", "ysrc": "neujeffski:22:b7d9ea", "marker": { "color": "rgba(217, 66, 85, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#484848" } }, "xaxis": { "title": { "font": { "color": "#505050" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#505050" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#505050" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#505050" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#505050" }, "bgcolor": "#F2F3F7" }, "plot_bgcolor": "#F2F3F7", "paper_bgcolor": "#F2F3F7" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~neujeffski", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:57:42", "mapbox_access_tokens": null, "has_password": null, "username": "neujeffski", "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-17T17:36:51.056000Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~neujeffski/19.embed", "fid": "neujeffski:19", "filename": "Plotly Playground 2019-06-17 19:36:49", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/neujeffski:19/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/neujeffski:19/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/neujeffski:19/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/neujeffski:19/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/neujeffski:19", "plots": "https://api.plotly.com/v2/plots/neujeffski:19", "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski" }, "owner": "neujeffski", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~neujeffski/19/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-17T17:36:51.478Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/19/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "61f35970-ff31-4aa5-9776-0d27f8eb12f2", "line": { "width": 1.3 }, "name": "2005", "type": "box", "ysrc": "neujeffski:20:9e1e4b", "marker": { "color": "rgba(255, 153, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "bbe2bc98-870b-48a8-a88e-64fb8e8cbf82", "line": { "width": 1.3 }, "name": "2006", "type": "box", "ysrc": "neujeffski:20:7a2180", "marker": { "color": "rgba(55, 128, 191, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "322e76af-8ae0-4947-8d34-a967045f56f5", "line": { "width": 1.3 }, "name": "2007", "type": "box", "ysrc": "neujeffski:20:05d4cd", "marker": { "color": "rgba(50, 171, 96, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "0e9c6600-bb1f-4bbb-9edc-85d9b4ebbc46", "line": { "width": 1.3 }, "name": "2008", "type": "box", "ysrc": "neujeffski:20:213aa8", "marker": { "color": "rgba(128, 0, 128, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "657dbdcd-5ae4-477b-85de-b0c62faa22d9", "line": { "width": 1.3 }, "name": "2009", "type": "box", "ysrc": "neujeffski:20:b1de41", "marker": { "color": "rgba(219, 64, 82, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "3eeb6bc3-c2ac-4b99-9a87-9d56a744c27c", "line": { "width": 1.3 }, "name": "2010", "type": "box", "ysrc": "neujeffski:20:893781", "marker": { "color": "rgba(0, 128, 128, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "90bbd8d0-200a-4266-b1d3-8ac5aa167af3", "line": { "width": 1.3 }, "name": "2011", "type": "box", "ysrc": "neujeffski:20:425346", "marker": { "color": "rgba(255, 255, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "a0ebe25f-2fba-430a-afbc-15e0a2a84121", "line": { "width": 1.3 }, "name": "2012", "type": "box", "ysrc": "neujeffski:20:9d6f1c", "marker": { "color": "rgba(128, 128, 0, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "a665c662-685a-403e-bf57-8c211d3bc062", "line": { "width": 1.3 }, "name": "2013", "type": "box", "ysrc": "neujeffski:20:1d3513", "marker": { "color": "rgba(251, 128, 114, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "e3a2516c-2c76-4255-80da-f9774f9be3a0", "line": { "width": 1.3 }, "name": "2014", "type": "box", "ysrc": "neujeffski:20:b9da63", "marker": { "color": "rgba(128, 177, 211, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "2832b71f-3f45-47d4-8915-516c9a845d69", "line": { "width": 1.3 }, "name": "2015", "type": "box", "ysrc": "neujeffski:20:2bb350", "marker": { "color": "rgba(128, 177, 211, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "152ba56a-69bd-44ab-8923-96b5fc9fce3b", "line": { "width": 1.3 }, "name": "2016", "type": "box", "ysrc": "neujeffski:20:1315d2", "marker": { "color": "rgba(255, 153, 51, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "300bb6f8-80c1-43e5-ad03-56c48f153c61", "line": { "width": 1.3 }, "name": "2017", "type": "box", "ysrc": "neujeffski:20:3c0dde", "marker": { "color": "rgba(55, 128, 191, 0.8999999999999999)" }, "boxpoints": false, "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/~neujeffski", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:57:42", "mapbox_access_tokens": null, "has_password": null, "username": "neujeffski", "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-17T17:36:26.680797Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~neujeffski/17.embed", "fid": "neujeffski:17", "filename": "Plotly Playground 2019-06-17 19:36:25", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/neujeffski:17/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/neujeffski:17/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/neujeffski:17/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/neujeffski:17/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/neujeffski:17", "plots": "https://api.plotly.com/v2/plots/neujeffski:17", "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski" }, "owner": "neujeffski", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#D9D9D9'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~neujeffski/17/font-color-d9d9d9/", "world_readable": true, "date_modified": "2019-06-17T17:36:27.194Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/17/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "90acdc82-a2e0-4f74-b524-1c5cb1579219", "line": { "width": 1.3 }, "name": "2005", "type": "box", "ysrc": "neujeffski:18:526a53", "marker": { "color": "rgba(255, 153, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "35800f58-6d01-4433-bb87-c1ecece09dbe", "line": { "width": 1.3 }, "name": "2006", "type": "box", "ysrc": "neujeffski:18:10ecda", "marker": { "color": "rgba(55, 128, 191, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "135249ac-bbbf-461d-8646-6512ef4952d3", "line": { "width": 1.3 }, "name": "2007", "type": "box", "ysrc": "neujeffski:18:0e614f", "marker": { "color": "rgba(50, 171, 96, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "e187ae72-e39d-4c01-9e00-eb0ae0d42d11", "line": { "width": 1.3 }, "name": "2008", "type": "box", "ysrc": "neujeffski:18:9cceb8", "marker": { "color": "rgba(128, 0, 128, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "b0b02a5e-0812-4577-a4d2-5a8f3b52964d", "line": { "width": 1.3 }, "name": "2009", "type": "box", "ysrc": "neujeffski:18:e6b529", "marker": { "color": "rgba(219, 64, 82, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "fcc2b515-73ac-41eb-bc73-4174887b7e3b", "line": { "width": 1.3 }, "name": "2010", "type": "box", "ysrc": "neujeffski:18:ab9c95", "marker": { "color": "rgba(0, 128, 128, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "14ba5a80-f6e4-46d4-b1a4-32bc8f091e07", "line": { "width": 1.3 }, "name": "2011", "type": "box", "ysrc": "neujeffski:18:977a7e", "marker": { "color": "rgba(255, 255, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "dd32b315-e820-4916-ac89-1a3a2b0ed313", "line": { "width": 1.3 }, "name": "2012", "type": "box", "ysrc": "neujeffski:18:652b05", "marker": { "color": "rgba(128, 128, 0, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "de53f79e-cc46-4311-8842-55efe805b7c0", "line": { "width": 1.3 }, "name": "2013", "type": "box", "ysrc": "neujeffski:18:69f157", "marker": { "color": "rgba(251, 128, 114, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "b598da17-f4ba-425a-8498-6fe980647647", "line": { "width": 1.3 }, "name": "2014", "type": "box", "ysrc": "neujeffski:18:af76eb", "marker": { "color": "rgba(128, 177, 211, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "8b230fe8-59b5-4f7d-a0d4-6591e0528ab7", "line": { "width": 1.3 }, "name": "2015", "type": "box", "ysrc": "neujeffski:18:16dfbb", "marker": { "color": "rgba(128, 177, 211, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "a0fc9977-f872-4562-907d-646a969dcb71", "line": { "width": 1.3 }, "name": "2016", "type": "box", "ysrc": "neujeffski:18:58e506", "marker": { "color": "rgba(255, 153, 51, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "b91e2b69-add4-4602-8f70-eef77cc4cf9f", "line": { "width": 1.3 }, "name": "2017", "type": "box", "ysrc": "neujeffski:18:c14c43", "marker": { "color": "rgba(55, 128, 191, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#D9D9D9" } }, "xaxis": { "title": { "font": { "color": "#D9D9D9" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#C2C2C2" }, "gridcolor": "#434343", "zerolinecolor": "#666570" }, "yaxis": { "title": { "font": { "color": "#D9D9D9" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#C2C2C2" }, "gridcolor": "#434343", "zerolinecolor": "#666570" }, "legend": { "font": { "color": "#D9D9D9" }, "bgcolor": "#151516" }, "plot_bgcolor": "#151516", "paper_bgcolor": "#151516" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~neujeffski", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:57:42", "mapbox_access_tokens": null, "has_password": null, "username": "neujeffski", "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-17T17:34:45.209902Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sally97/12.embed", "fid": "sally97:12", "filename": "histogram-mpl-same3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sally97:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/sally97:12/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/12/8_GY8LZ97TFHSA4HNI1PW6KLMIPSEJE5.png", "list-thumb": "https://api.plotly.com/v2/files/sally97:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sally97:12", "plots": "https://api.plotly.com/v2/plots/sally97:12", "parent": "https://api.plotly.com/v2/folders/home?user=sally97" }, "owner": "sally97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Histogram with RU_3 and cattle", "views": 0, "web_url": "https://chart-studio.plotly.com/~sally97/12/histogram-with-ru-3-and-cattle/", "world_readable": true, "date_modified": "2019-06-17T17:39:01.542Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sally97/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "af7b602e-dbd0-4d0e-9107-4be3a0e1f7bd", "type": "bar", "xsrc": "sally97:13:09a3e9", "ysrc": "sally97:13:d91d49", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "rgba(31, 119, 180, 0.5)" }, "opacity": 0.5, "orientation": "v" }, { "uid": "3d372dac-1a9e-4c99-9afa-e0ecf57fc6f8", "type": "bar", "xsrc": "sally97:13:09a3e9", "ysrc": "sally97:13:456a8a", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "rgba(255, 127, 14, 0.5)" }, "opacity": 0.5, "orientation": "v" } ], "layout": { "title": { "font": { "size": 12.0, "color": "#000000" }, "text": "Histogram with RU_3 and cattle" }, "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -1.1, 1.1 ], "ticks": "inside", "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0.0, 42.0 ], "ticks": "inside", "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 10, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "bargap": 0.0, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~sally97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-04 10:19:54", "mapbox_access_tokens": null, "has_password": null, "username": "sally97", "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-17T17:34:36.406859Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sally97/10.embed", "fid": "sally97:10", "filename": "histogram-mpl-same2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sally97:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/sally97:10/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/10/8_14H1CKWPJJLFLTTQ8N0GSL1RRT3YXX.png", "list-thumb": "https://api.plotly.com/v2/files/sally97:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sally97:10", "plots": "https://api.plotly.com/v2/plots/sally97:10", "parent": "https://api.plotly.com/v2/folders/home?user=sally97" }, "owner": "sally97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sally97/10/", "world_readable": true, "date_modified": "2019-06-17T17:34:36.872Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sally97/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "85669a8c-47ea-40da-82e6-fddc16f94d6d", "type": "bar", "xsrc": "sally97:11:b7ee22", "ysrc": "sally97:11:dec3dc", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "rgba(31, 119, 180, 0.5)" }, "opacity": 0.5, "orientation": "v" }, { "uid": "d02327e7-d26e-485d-ae9d-84ac3cc561bf", "type": "bar", "xsrc": "sally97:11:b7ee22", "ysrc": "sally97:11:e25ef9", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "rgba(255, 127, 14, 0.5)" }, "opacity": 0.5, "orientation": "v" } ], "layout": { "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -1.1, 1.1 ], "ticks": "inside", "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0.0, 21.0 ], "ticks": "inside", "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 10, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "bargap": 0.0, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~sally97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-04 10:19:54", "mapbox_access_tokens": null, "has_password": null, "username": "sally97", "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-17T17:34:27.112925Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~neujeffski/15.embed", "fid": "neujeffski:15", "filename": "Plotly Playground 2019-06-17 19:34:25", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/neujeffski:15/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/neujeffski:15/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/neujeffski:15/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/neujeffski:15/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/neujeffski:15", "plots": "https://api.plotly.com/v2/plots/neujeffski:15", "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski" }, "owner": "neujeffski", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#151516'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~neujeffski/15/font-color-151516/", "world_readable": true, "date_modified": "2019-06-17T17:34:27.713Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/15/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c5ce1a2e-f5ea-48a9-9553-b4c721f26a1a", "line": { "width": 1.3 }, "name": "2005", "type": "box", "ysrc": "neujeffski:16:b5a779", "marker": { "color": "rgba(226, 74, 51, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "bb61dcc2-3de9-4648-9b2d-013d68009bc5", "line": { "width": 1.3 }, "name": "2006", "type": "box", "ysrc": "neujeffski:16:03018e", "marker": { "color": "rgba(62, 111, 176, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "35764ce3-7db9-47b8-a17c-141d0f023c3f", "line": { "width": 1.3 }, "name": "2007", "type": "box", "ysrc": "neujeffski:16:cdf8fe", "marker": { "color": "rgba(132, 118, 202, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "14d379ca-f9fc-48a2-8d0c-609f14b520b5", "line": { "width": 1.3 }, "name": "2008", "type": "box", "ysrc": "neujeffski:16:55c80e", "marker": { "color": "rgba(101, 101, 101, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "bd200608-4871-4c29-93a2-3b6aeeab71bd", "line": { "width": 1.3 }, "name": "2009", "type": "box", "ysrc": "neujeffski:16:e8153a", "marker": { "color": "rgba(251, 193, 94, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "99971463-3b88-4a9c-a903-559763339212", "line": { "width": 1.3 }, "name": "2010", "type": "box", "ysrc": "neujeffski:16:443415", "marker": { "color": "rgba(142, 186, 66, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "b77e8675-8552-4b58-81c8-4559ea1d3dea", "line": { "width": 1.3 }, "name": "2011", "type": "box", "ysrc": "neujeffski:16:6fa133", "marker": { "color": "rgba(255, 181, 184, 1.0)" }, "boxpoints": false, "orientation": "v" }, { "uid": "5c6646f5-9162-4f2d-8603-c674c9d9f79d", "line": { "width": 1.3 }, "name": "2012", "type": "box", "ysrc": "neujeffski:16:7cc523", "marker": { "color": "rgba(255, 181, 184, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "527e1f9c-442c-4374-a9c7-4d9976cdabd9", "line": { "width": 1.3 }, "name": "2013", "type": "box", "ysrc": "neujeffski:16:e0cacd", "marker": { "color": "rgba(226, 74, 51, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "9f835ee5-6930-4ca3-96a5-b23461bb4a6a", "line": { "width": 1.3 }, "name": "2014", "type": "box", "ysrc": "neujeffski:16:611195", "marker": { "color": "rgba(62, 111, 176, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "60175f1d-e67f-4445-9aff-94f76e1bb3b0", "line": { "width": 1.3 }, "name": "2015", "type": "box", "ysrc": "neujeffski:16:b3eb09", "marker": { "color": "rgba(132, 118, 202, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "6d9a618b-cb71-49d6-8eef-993d626563d3", "line": { "width": 1.3 }, "name": "2016", "type": "box", "ysrc": "neujeffski:16:74189a", "marker": { "color": "rgba(101, 101, 101, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" }, { "uid": "433f70ed-f713-4466-bc05-4d4a04469ac0", "line": { "width": 1.3 }, "name": "2017", "type": "box", "ysrc": "neujeffski:16:363b96", "marker": { "color": "rgba(251, 193, 94, 0.8999999999999999)" }, "boxpoints": false, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#151516" } }, "xaxis": { "title": { "font": { "color": "#666666" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#666666" }, "gridcolor": "#F6F6F6", "zerolinecolor": "#F6F6F6" }, "yaxis": { "title": { "font": { "color": "#666666" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#666666" }, "gridcolor": "#F6F6F6", "zerolinecolor": "#F6F6F6" }, "legend": { "font": { "color": "#666666" }, "bgcolor": "#FFFFFF" }, "plot_bgcolor": "#E5E5E5", "paper_bgcolor": "#FFFFFF" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~neujeffski", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:57:42", "mapbox_access_tokens": null, "has_password": null, "username": "neujeffski", "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-17T17:32:35.737382Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sally97/8.embed", "fid": "sally97:8", "filename": "histogram-mpl-same1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/sally97:8/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sally97/8/2_9Z8OLD185YDD1VFHDTKKGLPXMBPTNP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sally97/8/8_AYJ5K8NSQTRGHWYBG7FNDWJXZ0CKHJ.png", "list-thumb": "https://api.plotly.com/v2/files/sally97:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sally97:8", "plots": "https://api.plotly.com/v2/plots/sally97:8", "parent": "https://api.plotly.com/v2/folders/home?user=sally97" }, "owner": "sally97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~sally97/8/", "world_readable": true, "date_modified": "2019-06-17T17:34:00.757Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sally97/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "97749e63-2065-46cd-a719-f7bf12b8ad0b", "type": "bar", "xsrc": "sally97:9:e14549", "ysrc": "sally97:9:e93b12", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "rgba(31, 119, 180, 0.5)" }, "opacity": 0.5, "orientation": "v" }, { "uid": "24583fb9-9ee0-4975-8064-902d033eca31", "type": "bar", "xsrc": "sally97:9:e14549", "ysrc": "sally97:9:c6bdac", "xaxis": "x", "yaxis": "y", "marker": { "line": { "width": 1.0 }, "color": "rgba(255, 127, 14, 0.5)" }, "opacity": 0.5, "orientation": "v" } ], "layout": { "width": 640, "xaxis": { "side": "bottom", "type": "linear", "range": [ -1.1, 1.1 ], "ticks": "inside", "anchor": "y", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 11, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "yaxis": { "side": "left", "type": "linear", "range": [ 0.0, 42.0 ], "ticks": "inside", "anchor": "x", "domain": [ 0.0, 1.0 ], "mirror": "ticks", "nticks": 10, "showgrid": false, "showline": true, "tickfont": { "size": 10.0 }, "zeroline": false }, "bargap": 0.0, "height": 480, "margin": { "b": 52, "l": 80, "r": 63, "t": 57, "pad": 0 }, "autosize": false, "hovermode": "closest", "showlegend": false } }, "height": 480, "width": 640, "user": { "profile_url": "https://chart-studio.plotly.com/~sally97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-04 10:19:54", "mapbox_access_tokens": null, "has_password": null, "username": "sally97", "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-17T17:32:12.846505Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~charles1453/8.embed", "fid": "charles1453:8", "filename": "MACD test 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/charles1453:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/charles1453:8/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/charles1453/8/8_Q10Y23XWKJMUS8QTHK0HWSL7O5FB3B.png", "list-thumb": "https://api.plotly.com/v2/files/charles1453:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/charles1453:8", "plots": "https://api.plotly.com/v2/plots/charles1453:8", "parent": "https://api.plotly.com/v2/folders/home?user=charles1453" }, "owner": "charles1453", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Candles, EMA short, EMA long, Diff EMAs", "views": 0, "web_url": "https://chart-studio.plotly.com/~charles1453/8/candles-ema-short-ema-long-diff-emas/", "world_readable": true, "date_modified": "2019-06-17T17:42:25.678Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~charles1453/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "07486548-3544-400b-9f6f-675df09db9d4", "name": "Candles", "type": "candlestick", "xsrc": "charles1453:9:1d85c4", "lowsrc": "charles1453:9:14183e", "highsrc": "charles1453:9:1ed473", "opensrc": "charles1453:9:84712c", "closesrc": "charles1453:9:6d86df" }, { "uid": "087793f8-4746-47e9-963b-28f0c93ea4fa", "name": "EMA short", "type": "scatter", "xsrc": "charles1453:9:1d85c4", "ysrc": "charles1453:9:4e2c6a" }, { "uid": "b9bcd2e4-eb25-48b6-b336-89f3e4ac5899", "name": "EMA long", "type": "scatter", "xsrc": "charles1453:9:1d85c4", "ysrc": "charles1453:9:b08d60" }, { "uid": "5f439454-6283-47c8-9abf-b63339fe8990", "name": "Diff EMAs", "type": "bar", "xsrc": "charles1453:9:1d85c4", "ysrc": "charles1453:9:b08d60" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~charles1453", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.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": "2019-06-16 22:11:09", "mapbox_access_tokens": null, "has_password": null, "username": "charles1453", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "