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=cD0yMDE5LTA2LTE3KzEzJTNBMTglM0ExMy40ODY5ODclMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEzJTNBMTQlM0EwNi40MTIyNTElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTE3JTNBNDEuNDg4NzkyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T13:17:41.488792Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amitnene/46.embed", "fid": "amitnene:46", "filename": "Plot 46", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amitnene:46/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amitnene/46/2_ALZYC31O8P51J7P7195BMB736E3KVT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amitnene/46/8_C31117YIT86C14FR326Y4S9ZOJ2BIL.png", "list-thumb": "https://api.plotly.com/v2/files/amitnene:46/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amitnene:46", "plots": "https://api.plotly.com/v2/plots/amitnene:46", "parent": "https://api.plotly.com/v2/folders/home?user=amitnene" }, "owner": "amitnene", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~amitnene/46/", "world_readable": true, "date_modified": "2019-06-17T13:17:41.503Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amitnene/46/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "NSGA Scheduler", "type": "scatter", "xsrc": "amitnene:45:2bd4f2", "ysrc": "amitnene:45:f40410" }, { "mode": "lines", "name": "Default Scheduler", "type": "scatter", "xsrc": "amitnene:45:2bd4f2", "ysrc": "amitnene:45:87a00d", "stackgroup": null }, { "mode": "lines", "name": "GWO Scheduler", "type": "scatter", "xsrc": "amitnene:45:2bd4f2", "ysrc": "amitnene:45:7b8ce8", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Throughput Comparison " }, "xaxis": { "type": "linear", "range": [ 0, 915 ], "title": { "text": "Time span (in seconds)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 7.656111111111112, 17.13388888888889 ], "title": { "text": "Throughput (in requests/sec)" }, "autorange": true }, "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/~amitnene", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2019-05-07 18:24:27", "mapbox_access_tokens": null, "has_password": null, "username": "amitnene", "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-17T13:17:33.375256Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~enzokuo/74.embed", "fid": "enzokuo:74", "filename": "plot from API (14)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/enzokuo:74/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/enzokuo:74/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/enzokuo/74/8_2WQR714IGW8JXGZRTNJR52OEEIJ8WQ.png", "list-thumb": "https://api.plotly.com/v2/files/enzokuo:74/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/enzokuo:74", "plots": "https://api.plotly.com/v2/plots/enzokuo:74", "parent": "https://api.plotly.com/v2/folders/home?user=enzokuo" }, "owner": "enzokuo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~enzokuo/74/", "world_readable": true, "date_modified": "2019-06-17T13:17:34.044Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~enzokuo/74/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3c30545e-6e27-4e36-bb41-df83c80f61c8", "mode": "lines", "type": "scatter3d", "xsrc": "enzokuo:75:8cf996", "ysrc": "enzokuo:75:f8ffe4", "zsrc": "enzokuo:75:1585ac" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~enzokuo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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": "2019-05-20 16:55:05", "mapbox_access_tokens": null, "has_password": null, "username": "enzokuo", "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-17T13:17:31.979165Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Wifkan/31.embed", "fid": "Wifkan:31", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Wifkan/31/9_ZJN59Y7N3V0KK7W8I51TKPWXSIIM2Q.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/31/2_RFGFNWVIU939HU0R7B1CA3KYK245VY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/31/8_PJV1HSS13HYVPVN8ZXL3ZA03EDA5J9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/31/9_ZJN59Y7N3V0KK7W8I51TKPWXSIIM2Q.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Wifkan:31", "plots": "https://api.plotly.com/v2/plots/Wifkan:31", "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan" }, "owner": "Wifkan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~Wifkan/31/", "world_readable": true, "date_modified": "2019-06-17T13:17:32.419Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/31/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0b7ae9b9-c1cb-42eb-8909-cade55dae35e", "type": "mesh3d", "xsrc": "Wifkan:32:d93c47", "ysrc": "Wifkan:32:54d2fc", "zsrc": "Wifkan:32:9340b4", "opacity": 0.9, "colorbar": { "title": { "text": "VMG" } }, "alphahull": -1, "colorscale": "Viridis" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Wifkan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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": "2019-02-08 18:35:37", "mapbox_access_tokens": null, "has_password": null, "username": "Wifkan", "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-17T13:17:13.002127Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/4.embed", "fid": "RRRRRRR:4", "filename": "2017 corn yield at county level", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/RRRRRRR:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/RRRRRRR:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/RRRRRRR:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RRRRRRR:4", "plots": "https://api.plotly.com/v2/plots/RRRRRRR:4", "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR" }, "owner": "RRRRRRR", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "2017 corn yield at county level", "views": 3, "web_url": "https://chart-studio.plotly.com/~RRRRRRR/4/_2017-corn-yield-at-county-level/", "world_readable": true, "date_modified": "2019-06-17T14:12:08.049Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "y": [], "uid": "cdaba45f-15fe-4bdd-8f03-867cc0aff335", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "< 10.0", "type": "scatter", "fillcolor": "#f7fbff", "hoverinfo": "none" }, { "uid": "76632752-c033-4d5f-9579-e89f689fb7d8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "10.0 - 22.0", "type": "scatter", "xsrc": "RRRRRRR:5:bd2eb5", "ysrc": "RRRRRRR:5:32a5f9", "fillcolor": "#ebf3fb", "hoverinfo": "none" }, { "uid": "2a6dbac6-542e-492c-a890-17bd66b79e3c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "22.0 - 34.0", "type": "scatter", "xsrc": "RRRRRRR:5:b23a23", "ysrc": "RRRRRRR:5:435694", "fillcolor": "#deebf7", "hoverinfo": "none" }, { "uid": "415755f6-8ea2-41bf-b2e9-69431bd742d2", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "34.0 - 46.0", "type": "scatter", "xsrc": "RRRRRRR:5:690f22", "ysrc": "RRRRRRR:5:1388a8", "fillcolor": "#d2e3f3", "hoverinfo": "none" }, { "uid": "fe349be5-e933-47d0-87d1-0da867f77e67", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "46.0 - 58.0", "type": "scatter", "xsrc": "RRRRRRR:5:715dab", "ysrc": "RRRRRRR:5:5e70e6", "fillcolor": "#c6dbef", "hoverinfo": "none" }, { "uid": "11011d3c-f807-4f8c-a68d-02a9a72fd649", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "58.0 - 70.0", "type": "scatter", "xsrc": "RRRRRRR:5:d25cb2", "ysrc": "RRRRRRR:5:7423d0", "fillcolor": "#b3d2e9", "hoverinfo": "none" }, { "uid": "d75bd9b4-e685-40e2-86ad-463586f2ec1a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "70.0 - 82.0", "type": "scatter", "xsrc": "RRRRRRR:5:4938e9", "ysrc": "RRRRRRR:5:df5309", "fillcolor": "#9ecae1", "hoverinfo": "none" }, { "uid": "b74f7f21-af65-4216-bee6-c716d63d33ac", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "82.0 - 94.0", "type": "scatter", "xsrc": "RRRRRRR:5:c33c0d", "ysrc": "RRRRRRR:5:ce4aaa", "fillcolor": "#85bcdb", "hoverinfo": "none" }, { "uid": "965387d5-b491-4c58-a298-662cbfea18f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "94.0 - 106.0", "type": "scatter", "xsrc": "RRRRRRR:5:510e7b", "ysrc": "RRRRRRR:5:183d58", "fillcolor": "#6baed6", "hoverinfo": "none" }, { "uid": "3d22146c-69f3-4114-a57c-47a8d5ddf842", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "106.0 - 118.0", "type": "scatter", "xsrc": "RRRRRRR:5:1a0e45", "ysrc": "RRRRRRR:5:e00d9c", "fillcolor": "#57a0ce", "hoverinfo": "none" }, { "uid": "4e72e599-03aa-44ff-b5b8-d35eb226fea5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "118.0 - 130.0", "type": "scatter", "xsrc": "RRRRRRR:5:9ab696", "ysrc": "RRRRRRR:5:a58e4a", "fillcolor": "#4292c6", "hoverinfo": "none" }, { "uid": "79e7840f-014f-46a7-9de5-5274c77b517c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "130.0 - 142.0", "type": "scatter", "xsrc": "RRRRRRR:5:aeceaa", "ysrc": "RRRRRRR:5:66736d", "fillcolor": "#3082be", "hoverinfo": "none" }, { "uid": "91b1eca0-6d9c-464e-963f-67560991de86", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "142.0 - 154.0", "type": "scatter", "xsrc": "RRRRRRR:5:dd15d6", "ysrc": "RRRRRRR:5:4bdf2a", "fillcolor": "#2171b5", "hoverinfo": "none" }, { "uid": "68e1925e-bbd7-4c89-bd5e-5dcc913483db", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "154.0 - 166.0", "type": "scatter", "xsrc": "RRRRRRR:5:85775c", "ysrc": "RRRRRRR:5:a38e54", "fillcolor": "#1361a9", "hoverinfo": "none" }, { "uid": "40016e89-e8a6-4aeb-b28c-52fac4026dd4", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "166.0 - 178.0", "type": "scatter", "xsrc": "RRRRRRR:5:cb94c6", "ysrc": "RRRRRRR:5:679d56", "fillcolor": "#08519c", "hoverinfo": "none" }, { "uid": "98ebca78-5d41-4594-86bb-1feeab1e3e08", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "178.0 - 190.0", "type": "scatter", "xsrc": "RRRRRRR:5:cc95e5", "ysrc": "RRRRRRR:5:993ebc", "fillcolor": "#0b4083", "hoverinfo": "none" }, { "uid": "a5e83713-7868-4532-ac86-d2eac7c0c9f7", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "190.0 - 202.0", "type": "scatter", "xsrc": "RRRRRRR:5:78ee94", "ysrc": "RRRRRRR:5:70732f", "fillcolor": "#08306b", "hoverinfo": "none" }, { "uid": "9e4ac6b4-0e34-4887-ab55-0a1025d9b49c", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "202.0 - 214.0", "type": "scatter", "xsrc": "RRRRRRR:5:e8c749", "ysrc": "RRRRRRR:5:84595e", "fillcolor": "#B0E0E6", "hoverinfo": "none" }, { "uid": "9f6dbc06-ea5d-4d85-9f2e-084378a89072", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "214.0 - 226.0", "type": "scatter", "xsrc": "RRRRRRR:5:815763", "ysrc": "RRRRRRR:5:768613", "fillcolor": "#ADD8E6", "hoverinfo": "none" }, { "uid": "b67c5f52-a960-48f6-b7d7-abe371b0664b", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "226.0 - 238.0", "type": "scatter", "xsrc": "RRRRRRR:5:95f3c2", "ysrc": "RRRRRRR:5:422191", "fillcolor": "#87CEEB", "hoverinfo": "none" }, { "uid": "2a0d3467-e37a-480d-86c0-41148f3f83bd", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "238.0 - 250.0", "type": "scatter", "xsrc": "RRRRRRR:5:adac74", "ysrc": "RRRRRRR:5:f426ae", "fillcolor": "#6495ED", "hoverinfo": "none" }, { "x": [], "y": [], "uid": "1770304e-f123-425a-a8f4-0cdf47020270", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "> 250.0", "type": "scatter", "fillcolor": "#4169E1", "hoverinfo": "none" }, { "uid": "4c89e6fe-e1e2-485b-8a1d-eabf7c543071", "mode": "markers", "name": "US Counties", "type": "scatter", "xsrc": "RRRRRRR:5:bd8113", "ysrc": "RRRRRRR:5:0f456f", "marker": { "color": "white", "opacity": 0 }, "textsrc": "RRRRRRR:5:5cd274", "selected": { "marker": { "opacity": 0 } }, "hoverinfo": "text", "showlegend": false, "unselected": { "marker": { "opacity": 0 } }, "legendgroup": "centroids" }, { "uid": "6747b736-6364-46a7-91ae-df450e1c166f", "line": { "color": "rgb(240, 240, 240)", "width": 1 }, "mode": "lines", "type": "scatter", "xsrc": "RRRRRRR:5:d166cc", "ysrc": "RRRRRRR:5:e62088", "hoverinfo": "text", "showlegend": false, "legendgroup": "States" } ], "layout": { "title": { "text": "2017 corn yield at county level" }, "width": 900, "xaxis": { "range": [ -125.0, -55.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "yaxis": { "range": [ 24.93103448275862, 49.06896551724138 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "height": 450, "legend": { "x": 1, "y": 1, "xanchor": "right", "yanchor": "top", "traceorder": "reversed" }, "margin": { "b": 20, "l": 20, "r": 20, "t": 40 }, "dragmode": "select", "hovermode": "closest", "annotations": [ { "x": 1, "y": 1.05, "text": "<b>yield</b>", "xref": "paper", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": 450, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~RRRRRRR", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-17 12:47:54", "mapbox_access_tokens": null, "has_password": null, "username": "RRRRRRR", "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-17T13:16:42.690675Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~enzokuo/72.embed", "fid": "enzokuo:72", "filename": "plot from API (13)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/enzokuo:72/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/enzokuo:72/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/enzokuo/72/8_07CXAO2NS8VIHXDQ5S23HURHTJH3AJ.png", "list-thumb": "https://api.plotly.com/v2/files/enzokuo:72/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/enzokuo:72", "plots": "https://api.plotly.com/v2/plots/enzokuo:72", "parent": "https://api.plotly.com/v2/folders/home?user=enzokuo" }, "owner": "enzokuo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~enzokuo/72/", "world_readable": true, "date_modified": "2019-06-17T13:16:43.328Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~enzokuo/72/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c6af5958-acdc-4e9f-bd54-9af501a7be83", "mode": "lines", "type": "scatter3d", "xsrc": "enzokuo:73:22f8ed", "ysrc": "enzokuo:73:c68138", "zsrc": "enzokuo:73:cabeba" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~enzokuo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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": "2019-05-20 16:55:05", "mapbox_access_tokens": null, "has_password": null, "username": "enzokuo", "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-17T13:15:57.638329Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Wifkan/29.embed", "fid": "Wifkan:29", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Wifkan:29/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/29/2_CIHMZX9DJ0YK42XFGYHC9Q7BW2E1K6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/29/8_XSB0OH54TF5RQ76QEDL5589DO9FMAM.png", "list-thumb": "https://api.plotly.com/v2/files/Wifkan:29/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Wifkan:29", "plots": "https://api.plotly.com/v2/plots/Wifkan:29", "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan" }, "owner": "Wifkan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Wifkan/29/", "world_readable": true, "date_modified": "2019-06-17T13:15:58.113Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/29/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6c381d9d-2e39-4df5-8d8a-493b5bba26a5", "type": "mesh3d", "xsrc": "Wifkan:30:7d6fb0", "ysrc": "Wifkan:30:b3cd50", "zsrc": "Wifkan:30:4bf8b5", "opacity": 0.9, "alphahull": -1, "showscale": true, "colorscale": "Viridis" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Wifkan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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": "2019-02-08 18:35:37", "mapbox_access_tokens": null, "has_password": null, "username": "Wifkan", "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-17T13:15:14.962470Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Wifkan/27.embed", "fid": "Wifkan:27", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Wifkan:27/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/27/2_YB6F8RB7WCM9KQRMDO6GZ3T25F5AFO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/27/8_R7YUSWWLL72LDZRW0MS4O0MVMVH306.png", "list-thumb": "https://api.plotly.com/v2/files/Wifkan:27/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Wifkan:27", "plots": "https://api.plotly.com/v2/plots/Wifkan:27", "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan" }, "owner": "Wifkan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Wifkan/27/", "world_readable": true, "date_modified": "2019-06-17T13:15:15.474Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/27/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "40e23580-eb66-4444-aded-b409dd325447", "type": "mesh3d", "xsrc": "Wifkan:28:9aea66", "ysrc": "Wifkan:28:68f33d", "zsrc": "Wifkan:28:f3c505", "opacity": 0.4, "alphahull": 5, "showscale": true, "colorscale": "Viridis" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Wifkan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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": "2019-02-08 18:35:37", "mapbox_access_tokens": null, "has_password": null, "username": "Wifkan", "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-17T13:14:42.502981Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Wifkan/25.embed", "fid": "Wifkan:25", "filename": "plot from API (2)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Wifkan:25/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/25/2_GQL2N118KQ1F6HDU6KOFYV3XOGXAOS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/25/8_MQUIZFRZ1MIK9898FT1YQ8PYEG077O.png", "list-thumb": "https://api.plotly.com/v2/files/Wifkan:25/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Wifkan:25", "plots": "https://api.plotly.com/v2/plots/Wifkan:25", "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan" }, "owner": "Wifkan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 11, "web_url": "https://chart-studio.plotly.com/~Wifkan/25/", "world_readable": true, "date_modified": "2019-06-17T13:14:42.999Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/25/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "eb718311-975f-4e6f-83d2-591401d587a3", "type": "mesh3d", "xsrc": "Wifkan:26:2a34d2", "ysrc": "Wifkan:26:8d676d", "zsrc": "Wifkan:26:f91e27", "opacity": 0.4, "alphahull": 5, "colorscale": "Viridis" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Wifkan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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": "2019-02-08 18:35:37", "mapbox_access_tokens": null, "has_password": null, "username": "Wifkan", "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-17T13:14:14.808693Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Wifkan/23.embed", "fid": "Wifkan:23", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Wifkan:23/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/23/2_HCFUL4FKGD5YH0UXF26XKGDK2TZOBI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/23/8_XH9Q03ERSXUA4G1XW5NOOPMTIKDZGA.png", "list-thumb": "https://api.plotly.com/v2/files/Wifkan:23/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Wifkan:23", "plots": "https://api.plotly.com/v2/plots/Wifkan:23", "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan" }, "owner": "Wifkan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Wifkan/23/", "world_readable": true, "date_modified": "2019-06-17T13:14:15.277Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/23/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "39638191-8180-4e9c-b7c6-89fdce1433c6", "type": "mesh3d", "xsrc": "Wifkan:24:dc52d9", "ysrc": "Wifkan:24:6a49f3", "zsrc": "Wifkan:24:fa2fc8", "color": "#00FFFF", "opacity": 0.4, "alphahull": 5, "colorscale": "Viridis" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Wifkan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.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": "2019-02-08 18:35:37", "mapbox_access_tokens": null, "has_password": null, "username": "Wifkan", "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-17T13:14:06.412251Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~roryspies/4.embed", "fid": "roryspies:4", "filename": "stacked-bar22", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/roryspies:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/roryspies:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/roryspies:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/roryspies:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/roryspies:4", "plots": "https://api.plotly.com/v2/plots/roryspies:4", "parent": "https://api.plotly.com/v2/folders/home?user=roryspies" }, "owner": "roryspies", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Company 6, Company 11, Company 16, Early A buffer, Company 4, Company 5, Company 9, Company 10, Company 14, Company 15, Late A buffer, Company 8, Company 12, Company 13, Company 17, Company 18, Seed buffer, Seed Left, Late A left, Early A Left", "views": 0, "web_url": "https://chart-studio.plotly.com/~roryspies/4/company-6-company-11-company-16-early-a-buffer-company-4-company-5-company-9-com/", "world_readable": true, "date_modified": "2019-06-18T09:15:08.675Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~roryspies/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "da1286e3-5d16-479c-a192-028cc26017bc", "name": "Company 6", "type": "bar", "xsrc": "roryspies:5:ecfe5d", "ysrc": "roryspies:5:849552" }, { "uid": "adafc7e0-e5fd-4989-a3da-03252213474c", "name": "Company 11", "type": "bar", "xsrc": "roryspies:5:ecfe5d", "ysrc": "roryspies:5:efa555" }, { "uid": "479314e6-6688-4d08-8588-c47737c32934", "name": "Company 16", "type": "bar", "xsrc": "roryspies:5:ecfe5d", "ysrc": "roryspies:5:9a1ea9" }, { "uid": "c2852640-d5cf-49ef-a52a-89846512c461", "name": "Early A buffer", "type": "bar", "xsrc": "roryspies:5:ecfe5d", "ysrc": "roryspies:5:0c1f05" }, { "uid": "57e4a446-e9d5-4845-9639-c5aa121eff24", "name": "Company 4", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:135549" }, { "uid": "cbfe7869-f220-49c2-b654-60de9ddbc533", "name": "Company 5", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:9a1ea9" }, { "uid": "1135d580-bbe9-4cdb-a372-ce4d67602272", "name": "Company 9", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:135549" }, { "uid": "4a5931c1-1c1c-47c8-bc2c-0b0f59a6d0e2", "name": "Company 10", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:b9fc68" }, { "uid": "497fe3fe-1c4a-47a9-90f5-0d81943bdcd9", "name": "Company 14", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:b9fc68" }, { "uid": "05822622-565c-4742-b7c3-cddb7a9b3d5f", "name": "Company 15", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:b9fc68" }, { "uid": "35da3185-fb3b-402e-a142-b13c6b6d5d9e", "name": "Late A buffer", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:d9f5a0" }, { "uid": "d9d4cbd7-c1db-4e67-94a2-75351c6f5bd7", "name": "Company 8", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:849552" }, { "uid": "3f5fad87-0f3e-4fd6-95ad-1de3ca25ed23", "name": "Company 12", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:135549" }, { "uid": "11cbfab6-74f5-4e4a-aedd-33c0793314d8", "name": "Company 13", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:849552" }, { "uid": "e5e31db1-8ae8-433a-8b35-51aa8c24abe6", "name": "Company 17", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:135549" }, { "uid": "de22e26c-eca1-4ec2-a576-b21d9b9942b6", "name": "Company 18", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:849552" }, { "uid": "30b665c2-b45d-46e6-9c32-6e18dbaa365b", "name": "Seed buffer", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:7514ec" }, { "uid": "9479e990-0576-419e-ba4b-1092e4e7cb41", "name": "Seed Left", "type": "bar", "xsrc": "roryspies:5:362e61", "ysrc": "roryspies:5:e49cfa", "marker": { "colorsrc": "roryspies:5:0d6b74" } }, { "uid": "676ea6bb-a432-449f-aaf1-0a09fd78c137", "name": "Late A left", "type": "bar", "xsrc": "roryspies:5:594f77", "ysrc": "roryspies:5:450537", "marker": { "colorsrc": "roryspies:5:0d6b74" } }, { "uid": "cfb48858-ad12-432f-9646-3fb93650847d", "name": "Early A Left", "type": "bar", "xsrc": "roryspies:5:ecfe5d", "ysrc": "roryspies:5:d78a47", "marker": { "colorsrc": "roryspies:5:0d6b74" } } ], "layout": { "barmode": "stack", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~roryspies", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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": "2019-06-17 10:32:41", "mapbox_access_tokens": null, "has_password": null, "username": "roryspies", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "