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=cD0yMDE5LTA2LTE3KzE2JTNBNTklM0E0OS4zMjgzNTglMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE2JTNBNTMlM0EwNy45MjQ0NzUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNiUzQTU5JTNBMzIuMzM5OTQ0JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T16:59:32.339944Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srt7/16.embed", "fid": "srt7:16", "filename": "Corrosion1560790766.4589598", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/srt7:16/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/srt7:16/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/srt7:16/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/srt7:16/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srt7:16", "plots": "https://api.plotly.com/v2/plots/srt7:16", "parent": "https://api.plotly.com/v2/folders/home?user=srt7" }, "owner": "srt7", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srt7/16/", "world_readable": true, "date_modified": "2019-06-17T16:59:32.351Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srt7/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "fill": "tozeroy", "line": { "color": "rgb(114, 186, 59)" }, "mode": "lines", "name": "Corrosion", "type": "scatter", "xsrc": "srt7:15:a7b4b6", "ysrc": "srt7:15:c5cef1", "fillcolor": "rgba(114, 186, 59, 0.5)" } ], "frames": [ { "data": [ { "xsrc": "srt7:15:a7b4b6", "ysrc": "srt7:15:c5cef1" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:5d5947", "ysrc": "srt7:15:4ef802" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:b7b784", "ysrc": "srt7:15:710307" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:f57128", "ysrc": "srt7:15:6aa1cf" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:cea774", "ysrc": "srt7:15:c15b71" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:13cfd9", "ysrc": "srt7:15:9e2638" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:8f62c7", "ysrc": "srt7:15:3b22ac" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:6cf677", "ysrc": "srt7:15:f61e34" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:882ecd", "ysrc": "srt7:15:cd4cef" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:433765", "ysrc": "srt7:15:4809ce" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:968ba2", "ysrc": "srt7:15:94b2f9" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:818465", "ysrc": "srt7:15:b490d6" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:de8552", "ysrc": "srt7:15:65afd0" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:2cbea9", "ysrc": "srt7:15:7c274b" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:f07106", "ysrc": "srt7:15:b2a456" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:d1bce3", "ysrc": "srt7:15:7fc149" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:9fa6e6", "ysrc": "srt7:15:bba101" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:acc433", "ysrc": "srt7:15:9b0db5" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:ebc1ad", "ysrc": "srt7:15:f8f734" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:b91986", "ysrc": "srt7:15:cb1e6e" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:5e2695", "ysrc": "srt7:15:46afd0" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:83953b", "ysrc": "srt7:15:4d75bc" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:521943", "ysrc": "srt7:15:e921b5" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:7ceed4", "ysrc": "srt7:15:b34da0" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:20a9e6", "ysrc": "srt7:15:635234" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:35e4d7", "ysrc": "srt7:15:353501" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:d2abbc", "ysrc": "srt7:15:6fd3b4" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:da4ac0", "ysrc": "srt7:15:b78761" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:8352ec", "ysrc": "srt7:15:ef2f39" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:15:0086de", "ysrc": "srt7:15:18579f" } ], "traces": [ 0 ] } ], "layout": { "font": { "family": "Balto" }, "title": "Corrosion", "width": 800, "xaxis": { "range": [ 0, 40 ], "mirror": true, "nticks": 12, "ticklen": 4, "showgrid": false, "showline": true, "zeroline": false, "autorange": false, "tickangle": -45 }, "yaxis": { "range": [ 0, 1500 ], "title": "$", "mirror": true, "ticklen": 4, "showgrid": false, "showline": true, "zeroline": false, "autorange": false }, "height": 400, "autosize": false, "showlegend": false, "updatemenus": [ { "x": 1.1, "y": 1, "pad": { "r": 10, "t": 0 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 50 }, "transition": { "duration": 0 }, "fromcurrent": true } ], "mode": "auto", "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "showactive": false } ] } }, "height": 400, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~srt7", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-16 07:53:25", "mapbox_access_tokens": null, "has_password": null, "username": "srt7", "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-17T16:59:25.910084Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~clkickEDHEC/0.embed", "fid": "clkickEDHEC:0", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/clkickEDHEC:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/clkickEDHEC:0/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clkickEDHEC/0/8_SXFN595D9K2Q5KWVERRA05WN0BLLOT.png", "list-thumb": "https://api.plotly.com/v2/files/clkickEDHEC:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/clkickEDHEC:0", "plots": "https://api.plotly.com/v2/plots/clkickEDHEC:0", "parent": "https://api.plotly.com/v2/folders/home?user=clkickEDHEC" }, "owner": "clkickEDHEC", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Basic Sankey Diagram", "views": 0, "web_url": "https://chart-studio.plotly.com/~clkickEDHEC/0/basic-sankey-diagram/", "world_readable": true, "date_modified": "2019-06-17T16:59:29.283Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~clkickEDHEC/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "clkickEDHEC:1:8275f5", "sourcesrc": "clkickEDHEC:1:0a2b58", "targetsrc": "clkickEDHEC:1:e00fd7" }, "node": { "pad": 15, "line": { "color": "black", "width": 0.5 }, "colorsrc": "clkickEDHEC:1:f9f409", "labelsrc": "clkickEDHEC:1:0b9b94", "thickness": 20 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": "Basic Sankey Diagram" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~clkickEDHEC", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2019-06-17 16:58:19", "mapbox_access_tokens": null, "has_password": null, "username": "clkickEDHEC", "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-17T16:58:46.746458Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BuffaloBill/1.embed", "fid": "BuffaloBill:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/BuffaloBill:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/BuffaloBill:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/BuffaloBill:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/BuffaloBill:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BuffaloBill:1", "plots": "https://api.plotly.com/v2/plots/BuffaloBill:1", "parent": "https://api.plotly.com/v2/folders/home?user=BuffaloBill" }, "owner": "BuffaloBill", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~BuffaloBill/1/", "world_readable": true, "date_modified": "2019-06-17T16:58:46.768Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BuffaloBill/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "BuffaloBill:0:12a190", "ysrc": "BuffaloBill:0:a23f99", "stackgroup": null }, { "mode": "lines", "name": "trace 1", "type": "scatter", "xsrc": "BuffaloBill:0:b4d179", "ysrc": "BuffaloBill:0:e18598", "xaxis": "x", "yaxis": "y" }, { "mode": "markers", "type": "scatter", "xsrc": "BuffaloBill:0:5ad2aa", "ysrc": "BuffaloBill:0:7ea636", "xaxis": "x", "marker": { "size": 12, "color": "rgb(201, 0, 204)", "symbol": "square" } } ], "frames": [], "layout": { "title": { "x": 0.33, "font": { "size": 20 }, "text": "<b>Rob's General Thought Process</b>" }, "xaxis": { "side": "bottom", "type": "linear", "range": [ -0.02516367386338164, 2.2802732735844 ], "title": { "text": "x" }, "anchor": "y", "domain": [ 0, 1 ], "autorange": false }, "yaxis": { "type": "linear", "range": [ -2.853430145731439, 6.218697432860447 ], "title": { "text": "y" }, "anchor": "x", "domain": [ 0, 1 ], "autorange": false }, "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" }, "showlegend": false, "annotations": [ { "x": 1.918728578210453, "y": -1.332885519528066, "ax": 39, "ay": -81, "font": { "size": 18 }, "text": "<b>conclusion</b>", "arrowhead": 3, "arrowwidth": 2 }, { "x": 0.2702718956745137, "y": 0.6864509858998192, "ax": 52, "ay": -60, "text": "data point", "arrowhead": 3 }, { "x": 1.4512106181338384, "y": 4.045590116351409, "ax": 99, "ay": -76, "font": { "size": 14 }, "text": "<b>regression</b>", "arrowhead": 3 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~BuffaloBill", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:58:17", "mapbox_access_tokens": null, "has_password": null, "username": "BuffaloBill", "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-17T16:56:50.867794Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jas_usc/295.embed", "fid": "jas_usc:295", "filename": "projection-matrix-Affs: LINE Trajectory (20x), PC 1-2-3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jas_usc:295/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jas_usc:295/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jas_usc/295/8_21299PMFBHAMWWJRGURQUVJATIOR78.png", "list-thumb": "https://api.plotly.com/v2/files/jas_usc:295/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jas_usc:295", "plots": "https://api.plotly.com/v2/plots/jas_usc:295", "parent": "https://api.plotly.com/v2/folders/jas_usc:230" }, "owner": "jas_usc", "parent": 230, "preview": "", "referencers": [], "references": [], "title": "PC1 vs.PC2: LINE Trajectory (20x), PC 1-2-3", "views": 0, "web_url": "https://chart-studio.plotly.com/~jas_usc/295/pc1-vspc2-line-trajectory-20x-pc-1-2-3/", "world_readable": true, "date_modified": "2019-06-18T02:38:43.863Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jas_usc/295/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "eb1cd5ba-cc7b-4117-b337-d16978160cb2", "mode": "markers", "name": "Phase One", "type": "scatter3d", "xsrc": "jas_usc:296:247c3d", "ysrc": "jas_usc:296:f712af", "zsrc": "jas_usc:296:3bf4f6", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#1D65A6", "opacity": 0.5 } }, { "uid": "aa955ab2-5435-416e-afeb-89edea32d4f4", "mode": "markers", "name": "Phase Two", "type": "scatter3d", "xsrc": "jas_usc:296:ae4efa", "ysrc": "jas_usc:296:2d687c", "zsrc": "jas_usc:296:efacd3", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#C0334D", "opacity": 0.5 } }, { "uid": "df15bf5d-ae7f-4581-84f4-156b43a9df05", "mode": "markers", "name": "Phase Three", "type": "scatter3d", "xsrc": "jas_usc:296:c6b1ad", "ysrc": "jas_usc:296:96e966", "zsrc": "jas_usc:296:372a67", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#00743F", "opacity": 0.5 } }, { "uid": "c39b9f9c-8fe7-46f9-a3df-e02c975f12ef", "mode": "markers", "name": "Phase Four", "type": "scatter3d", "xsrc": "jas_usc:296:7397e4", "ysrc": "jas_usc:296:59c014", "zsrc": "jas_usc:296:01b115", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#F2A104", "opacity": 0.5 } }, { "uid": "29cce2f1-29db-4614-9f25-2669df469a1d", "mode": "markers", "name": "Phase Five", "type": "scatter3d", "xsrc": "jas_usc:296:0d77dc", "ysrc": "jas_usc:296:c7bdea", "zsrc": "jas_usc:296:b4a1f7", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#FF69B4", "opacity": 0.5 } }, { "uid": "1cb72482-31b0-455b-9498-3463d4e3df70", "mode": "markers", "name": "Phase Six", "type": "scatter3d", "xsrc": "jas_usc:296:5cddec", "ysrc": "jas_usc:296:16fcc8", "zsrc": "jas_usc:296:37b9fd", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#00CED1", "opacity": 0.5 } }, { "uid": "f9837428-3c54-4904-b470-37af722d19c4", "mode": "markers", "name": "Phase Seven", "type": "scatter3d", "xsrc": "jas_usc:296:3e4235", "ysrc": "jas_usc:296:78e5ab", "zsrc": "jas_usc:296:d21d91", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#800080", "opacity": 0.5 } }, { "uid": "8f6f4d7c-2bb1-4553-925a-5ab13e82bcd7", "mode": "markers", "name": "Phase Eight", "type": "scatter3d", "xsrc": "jas_usc:296:2cbe64", "ysrc": "jas_usc:296:25f1ce", "zsrc": "jas_usc:296:299d9f", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#00FF00", "opacity": 0.5 } }, { "uid": "01b31854-eab9-4173-94fc-8d222bac7321", "mode": "markers", "name": "Phase Nine", "type": "scatter3d", "xsrc": "jas_usc:296:e5914f", "ysrc": "jas_usc:296:ecaf8e", "zsrc": "jas_usc:296:db8518", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#778899", "opacity": 0.5 } }, { "uid": "fc8fd7db-efa0-4203-9a64-b91128c3e3a7", "mode": "markers", "name": "Phase Ten", "type": "scatter3d", "xsrc": "jas_usc:296:d0d249", "ysrc": "jas_usc:296:e6c1f1", "zsrc": "jas_usc:296:9e7924", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#A0522D", "opacity": 0.5 } }, { "uid": "92410025-7c0a-4d02-bde3-614993c66ce4", "mode": "markers", "name": "Phase Eleven", "type": "scatter3d", "xsrc": "jas_usc:296:5669d4", "ysrc": "jas_usc:296:c873b6", "zsrc": "jas_usc:296:848d96", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#1D65A6", "opacity": 0.5 } }, { "uid": "1f55257f-e83e-48b3-841f-c592fc1b588a", "mode": "markers", "name": "Phase Twelve", "type": "scatter3d", "xsrc": "jas_usc:296:9aa533", "ysrc": "jas_usc:296:581ee0", "zsrc": "jas_usc:296:840a2c", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#C0334D", "opacity": 0.5 } }, { "uid": "34ed8c85-6835-4690-8968-c36943ed3775", "mode": "markers", "name": "Phase Thirteen", "type": "scatter3d", "xsrc": "jas_usc:296:95752c", "ysrc": "jas_usc:296:afb28e", "zsrc": "jas_usc:296:c37388", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#00743F", "opacity": 0.5 } }, { "uid": "93e76aab-0b52-442f-93b9-428ff84d083a", "mode": "markers", "name": "Phase Fourteen", "type": "scatter3d", "xsrc": "jas_usc:296:6dae00", "ysrc": "jas_usc:296:5e5327", "zsrc": "jas_usc:296:b63970", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#F2A104", "opacity": 0.5 } }, { "uid": "30ae4ddf-dd9f-4b1b-9233-7ca0234b3c90", "mode": "markers", "name": "Phase Fifteen", "type": "scatter3d", "xsrc": "jas_usc:296:a7e1e1", "ysrc": "jas_usc:296:f64515", "zsrc": "jas_usc:296:a91a39", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#FF69B4", "opacity": 0.5 } }, { "uid": "27ff1987-12cb-4272-9421-7857cf6332ef", "mode": "markers", "name": "Phase Sixteen", "type": "scatter3d", "xsrc": "jas_usc:296:827d9f", "ysrc": "jas_usc:296:9cad6f", "zsrc": "jas_usc:296:e02efa", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#00CED1", "opacity": 0.5 } }, { "uid": "79f97bc0-bb64-45e2-9d5e-4bd278989e52", "mode": "markers", "name": "Phase Seventeen", "type": "scatter3d", "xsrc": "jas_usc:296:b120a1", "ysrc": "jas_usc:296:593269", "zsrc": "jas_usc:296:3df84d", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#800080", "opacity": 0.5 } }, { "uid": "c2dd4ace-38ba-4cba-88ba-ad5016c28b8a", "mode": "markers", "name": "Phase Eighteen", "type": "scatter3d", "xsrc": "jas_usc:296:3d0721", "ysrc": "jas_usc:296:badf0b", "zsrc": "jas_usc:296:31eb97", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#00FF00", "opacity": 0.5 } }, { "uid": "bb0709c8-0868-4de5-a03b-d8bb41c2fd3d", "mode": "markers", "name": "Phase Nineteen", "type": "scatter3d", "xsrc": "jas_usc:296:70867d", "ysrc": "jas_usc:296:666ad3", "zsrc": "jas_usc:296:2382ba", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#778899", "opacity": 0.5 } }, { "uid": "c00b5572-6e95-42cc-9d7d-de351657c114", "mode": "markers", "name": "Phase Twenty", "type": "scatter3d", "xsrc": "jas_usc:296:e7608d", "ysrc": "jas_usc:296:02372d", "zsrc": "jas_usc:296:48664e", "marker": { "line": { "width": 0.1 }, "size": 12, "color": "#A0522D", "opacity": 0.5 } } ], "layout": { "scene": { "xaxis": { "title": { "text": "PC1" } }, "yaxis": { "title": { "text": "PC2" } }, "zaxis": { "title": { "text": "PC3" } } }, "title": { "text": "PC1 vs.PC2: LINE Trajectory (20x), PC 1-2-3" }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jas_usc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-11-09 00:19:02", "mapbox_access_tokens": null, "has_password": null, "username": "jas_usc", "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-17T16:56:15.358809Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~VasilisHadjigeorgiou/5.embed", "fid": "VasilisHadjigeorgiou:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VasilisHadjigeorgiou/5/8_8K9XVI5EWDYA7G8ARHU2228DENSS59.png", "list-thumb": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:5", "plots": "https://api.plotly.com/v2/plots/VasilisHadjigeorgiou:5", "parent": "https://api.plotly.com/v2/folders/home?user=VasilisHadjigeorgiou" }, "owner": "VasilisHadjigeorgiou", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~VasilisHadjigeorgiou/5/", "world_readable": true, "date_modified": "2019-06-17T16:56:16.653Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~VasilisHadjigeorgiou/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "contour", "xsrc": "VasilisHadjigeorgiou:4:72cbef", "ysrc": "VasilisHadjigeorgiou:4:758227", "zsrc": "VasilisHadjigeorgiou:4:185701", "contours": { "end": 3.2, "size": 0.2, "start": 1 }, "autocontour": true, "autocolorscale": true } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 2 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 1, 9 ], "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/~VasilisHadjigeorgiou", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:44:12", "mapbox_access_tokens": null, "has_password": null, "username": "VasilisHadjigeorgiou", "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-17T16:56:13.831171Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Chrisking/5.embed", "fid": "Chrisking:5", "filename": "Plot 1 copy", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Chrisking:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Chrisking:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Chrisking/5/8_S9EYKLKGOPHW316QDUFVAGLU79TCDO.png", "list-thumb": "https://api.plotly.com/v2/files/Chrisking:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Chrisking:5", "plots": "https://api.plotly.com/v2/plots/Chrisking:5", "parent": "https://api.plotly.com/v2/folders/home?user=Chrisking" }, "owner": "Chrisking", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Chrisking/5/", "world_readable": true, "date_modified": "2019-06-17T16:56:14.387Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Chrisking/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Walk3", "type": "bar", "xsrc": "Chrisking:4:26a052", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "width": 3 }, "color": "rgb(96, 96, 96)" }, "orientation": "h" }, { "name": "walk2", "type": "bar", "xsrc": "Chrisking:4:e4b887", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 3 }, "color": "rgb(142, 142, 142)" }, "orientation": "h" }, { "name": "walk1", "type": "bar", "xsrc": "Chrisking:4:053c40", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgb(82, 82, 82)", "width": 3 }, "color": "rgb(179, 179, 179)" }, "orientation": "h" }, { "name": "Bus3", "type": "bar", "xsrc": "Chrisking:4:d2c667", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgb(0, 103, 47)", "width": 3 }, "color": "rgb(24, 134, 41)" }, "orientation": "h" }, { "name": "Bus2", "type": "bar", "xsrc": "Chrisking:4:720a8f", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgb(38, 142, 0)", "width": 3 }, "color": "rgb(0, 183, 25)" }, "orientation": "h" }, { "name": "Bus1", "type": "bar", "xsrc": "Chrisking:4:ae220e", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgb(34, 139, 8)", "width": 3 }, "color": "rgba(44, 178, 4, 0.6)" }, "visible": true, "orientation": "h" }, { "name": "Train2", "type": "bar", "xsrc": "Chrisking:4:6a63c1", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgba(58, 71, 80, 1.0)", "width": 3 }, "color": "rgba(17, 104, 165, 0.6)" }, "visible": true, "orientation": "h" }, { "name": "Train1", "type": "bar", "xsrc": "Chrisking:4:8dac4b", "ysrc": "Chrisking:4:8f2245", "marker": { "line": { "color": "rgb(30, 80, 118)", "width": 3 }, "color": "rgb(35, 130, 173)" }, "visible": true, "orientation": "h" } ], "frames": [], "layout": { "title": { "text": "Time Taken to MBFC" }, "xaxis": { "type": "linear", "range": [ 0, 94.73684210526315 ], "title": { "text": "Travel to MBFC in mins" }, "autorange": true }, "yaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "text": "BTO locations" }, "autorange": true }, "barmode": "stack", "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Chrisking", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 15:56:45", "mapbox_access_tokens": null, "has_password": null, "username": "Chrisking", "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-17T16:55:08.014734Z", "comments": { "results": [ { "cid": 7582, "comment": "wauw mooi", "commenter": { "profile_url": "https://chart-studio.plotly.com/~ArcadeMode", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:46:46", "mapbox_access_tokens": null, "has_password": null, "username": "ArcadeMode", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null }, "ref_id": null, "creation_time": "2019-06-17T19:08:53.909033Z" } ], "count": 1 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ArcadeMode/0.embed", "fid": "ArcadeMode:0", "filename": "basic-box-plot", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ArcadeMode:0/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ArcadeMode/0/2_80ALO9UGFAHG9ZV2YYE95YKDHS0GNL.png", "block-thumb": "https://api.plotly.com/v2/files/ArcadeMode:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ArcadeMode:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ArcadeMode:0", "plots": "https://api.plotly.com/v2/plots/ArcadeMode:0", "parent": "https://api.plotly.com/v2/folders/home?user=ArcadeMode" }, "owner": "ArcadeMode", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Response times per task", "views": 0, "web_url": "https://chart-studio.plotly.com/~ArcadeMode/0/response-times-per-task/", "world_readable": true, "date_modified": "2019-06-17T19:22:32.085Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ArcadeMode/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Task 1", "type": "box", "ysrc": "ArcadeMode:1:3f4956" }, { "name": "Task 2", "type": "box", "ysrc": "ArcadeMode:1:fadbd3" }, { "name": "Task 3", "type": "box", "ysrc": "ArcadeMode:1:819dd4" }, { "name": "Task 4", "type": "box", "ysrc": "ArcadeMode:1:49ed86" } ], "layout": { "title": "Response times per task", "xaxis": { "title": "Tasks" }, "yaxis": { "title": "Seconds" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ArcadeMode", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 16:46:46", "mapbox_access_tokens": null, "has_password": null, "username": "ArcadeMode", "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-17T16:54:55.503673Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srt7/14.embed", "fid": "srt7:14", "filename": "Corrosion1560790491.3192582", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/srt7:14/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/srt7:14/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/srt7:14/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/srt7:14/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srt7:14", "plots": "https://api.plotly.com/v2/plots/srt7:14", "parent": "https://api.plotly.com/v2/folders/home?user=srt7" }, "owner": "srt7", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srt7/14/", "world_readable": true, "date_modified": "2019-06-17T16:54:55.516Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srt7/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "fill": "tozeroy", "line": { "color": "rgb(114, 186, 59)" }, "mode": "lines", "name": "Corrosion", "type": "scatter", "xsrc": "srt7:13:b05ce3", "ysrc": "srt7:13:2f6031", "fillcolor": "rgba(114, 186, 59, 0.5)" } ], "frames": [ { "data": [ { "xsrc": "srt7:13:b05ce3", "ysrc": "srt7:13:2f6031" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:9ece6f", "ysrc": "srt7:13:968ec1" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:b3716d", "ysrc": "srt7:13:cb3bc9" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:bbbcb5", "ysrc": "srt7:13:1f2c9c" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:b7660b", "ysrc": "srt7:13:895d6b" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:ac7c64", "ysrc": "srt7:13:6823b1" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:5121e8", "ysrc": "srt7:13:b79a9d" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:f0b29e", "ysrc": "srt7:13:42aa31" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:fb007a", "ysrc": "srt7:13:40c265" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:aad730", "ysrc": "srt7:13:5e050f" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:6820ec", "ysrc": "srt7:13:5ffd23" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:4ae807", "ysrc": "srt7:13:0f94bd" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:b30f99", "ysrc": "srt7:13:bb732f" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:5293bb", "ysrc": "srt7:13:87fa5a" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:784a2b", "ysrc": "srt7:13:b8fd9b" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:e95533", "ysrc": "srt7:13:4f64bb" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:b92b7b", "ysrc": "srt7:13:d78461" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:7cdd52", "ysrc": "srt7:13:fe1190" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:21ef5d", "ysrc": "srt7:13:880137" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:1005bb", "ysrc": "srt7:13:686452" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:cadd73", "ysrc": "srt7:13:5fdbfc" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:bda6a7", "ysrc": "srt7:13:eecf3e" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:390470", "ysrc": "srt7:13:018f60" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:2b3322", "ysrc": "srt7:13:5f4e97" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:b2cd81", "ysrc": "srt7:13:b15b18" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:6bc2b6", "ysrc": "srt7:13:d1621d" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:d6c729", "ysrc": "srt7:13:a99f38" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:294fb8", "ysrc": "srt7:13:e5633a" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:675167", "ysrc": "srt7:13:ed51e1" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:13:da93d4", "ysrc": "srt7:13:cb471c" } ], "traces": [ 0 ] } ], "layout": { "font": { "family": "Balto" }, "title": "Corrosion", "width": 800, "xaxis": { "range": [ 0, 40 ], "mirror": true, "nticks": 12, "ticklen": 4, "showgrid": false, "showline": true, "zeroline": false, "autorange": false, "tickangle": -45 }, "yaxis": { "range": [ 0, 1500 ], "title": "$", "mirror": true, "ticklen": 4, "showgrid": false, "showline": true, "zeroline": false, "autorange": false }, "height": 400, "autosize": false, "showlegend": false, "updatemenus": [ { "x": 1.1, "y": 1, "pad": { "r": 10, "t": 0 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 50 }, "transition": { "duration": 0 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "showactive": false } ] } }, "height": 400, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~srt7", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-16 07:53:25", "mapbox_access_tokens": null, "has_password": null, "username": "srt7", "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-17T16:53:56.186490Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srt7/12.embed", "fid": "srt7:12", "filename": "Corrosion1560790431.6201441", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/srt7:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/srt7:12/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/srt7:12/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/srt7:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srt7:12", "plots": "https://api.plotly.com/v2/plots/srt7:12", "parent": "https://api.plotly.com/v2/folders/home?user=srt7" }, "owner": "srt7", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srt7/12/", "world_readable": true, "date_modified": "2019-06-17T16:53:56.209Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srt7/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "fill": "tozeroy", "line": { "color": "rgb(114, 186, 59)" }, "mode": "lines", "name": "Corrosion", "type": "scatter", "xsrc": "srt7:11:c890a9", "ysrc": "srt7:11:ded1b7", "fillcolor": "rgba(114, 186, 59, 0.5)" } ], "frames": [ { "data": [ { "xsrc": "srt7:11:c890a9", "ysrc": "srt7:11:ded1b7" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:3992ce", "ysrc": "srt7:11:2ddd6a" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:9bcc41", "ysrc": "srt7:11:44b885" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:e380c1", "ysrc": "srt7:11:1a4e6d" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:2cb60d", "ysrc": "srt7:11:4d3682" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:d46b8d", "ysrc": "srt7:11:40dfd0" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:1052f0", "ysrc": "srt7:11:f80f15" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:4a652d", "ysrc": "srt7:11:8af9ac" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:96ca5b", "ysrc": "srt7:11:ec54e8" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:d058ba", "ysrc": "srt7:11:3edccc" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:05acc6", "ysrc": "srt7:11:b4ed4f" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:f6d316", "ysrc": "srt7:11:4ac444" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:32acb0", "ysrc": "srt7:11:a75050" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:a051b9", "ysrc": "srt7:11:844247" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:0f4a96", "ysrc": "srt7:11:b13397" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:5d8b52", "ysrc": "srt7:11:191139" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:317b96", "ysrc": "srt7:11:cd7b8b" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:4bfecb", "ysrc": "srt7:11:56d710" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:b49c75", "ysrc": "srt7:11:01e777" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:44fdaa", "ysrc": "srt7:11:ba38bc" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:97e014", "ysrc": "srt7:11:5555e3" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:2d36f9", "ysrc": "srt7:11:42f260" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:e739e4", "ysrc": "srt7:11:91ea96" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:ba89cd", "ysrc": "srt7:11:5d8273" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:f0242b", "ysrc": "srt7:11:7bf861" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:6d069b", "ysrc": "srt7:11:0d3412" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:db44f1", "ysrc": "srt7:11:86a46d" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:b5d2e2", "ysrc": "srt7:11:d33e8d" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:91b4fb", "ysrc": "srt7:11:46792b" } ], "traces": [ 0 ] }, { "data": [ { "xsrc": "srt7:11:3b2230", "ysrc": "srt7:11:884484" } ], "traces": [ 0 ] } ], "layout": { "font": { "family": "Balto" }, "title": "Corrosion", "width": 800, "xaxis": { "range": [ 0, 40 ], "mirror": true, "nticks": 12, "ticklen": 4, "showgrid": false, "showline": true, "zeroline": false, "autorange": false, "tickangle": -45 }, "yaxis": { "range": [ 0, 1500 ], "title": "$", "mirror": true, "ticklen": 4, "showgrid": false, "showline": true, "zeroline": false, "autorange": false }, "height": 400, "autosize": false, "showlegend": false, "updatemenus": [ { "x": 1.1, "y": 1, "pad": { "r": 10, "t": 0 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 50 }, "transition": { "duration": 0 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "showactive": false } ] } }, "height": 400, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~srt7", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-16 07:53:25", "mapbox_access_tokens": null, "has_password": null, "username": "srt7", "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-17T16:53:07.924475Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~elliewilliams/34.embed", "fid": "elliewilliams:34", "filename": "Base version impacted areas", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/elliewilliams/34/9_72SAWGGTSYMYL68BKLSZ0KN18IB4T4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/elliewilliams/34/2_DO2E39PGR4B9MVY63RII91I2E0M2DY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/elliewilliams/34/8_IT6FXO5FBOCCUBMCTNSWEEO20JS8IV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/elliewilliams/34/9_72SAWGGTSYMYL68BKLSZ0KN18IB4T4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/elliewilliams:34", "plots": "https://api.plotly.com/v2/plots/elliewilliams:34", "parent": "https://api.plotly.com/v2/folders/home?user=elliewilliams" }, "owner": "elliewilliams", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~elliewilliams/34/", "world_readable": true, "date_modified": "2019-06-17T16:53:07.945Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~elliewilliams/34/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Infrastructure", "type": "bar", "xsrc": "elliewilliams:33:b4aa6c", "ysrc": "elliewilliams:33:712e6a", "marker": { "color": "rgb(40, 199, 55)", "opacity": 1 }, "orientation": "v", "selectedpoints": [] }, { "name": "Normal buildings", "type": "bar", "xsrc": "elliewilliams:33:b4aa6c", "ysrc": "elliewilliams:33:719230", "marker": { "color": "rgb(214, 47, 20)", "opacity": 1 }, "orientation": "v", "selectedpoints": [] }, { "name": "Roads", "type": "bar", "xsrc": "elliewilliams:33:b4aa6c", "ysrc": "elliewilliams:33:6e3d7e", "marker": { "color": "rgb(83, 134, 212)", "opacity": 1 }, "orientation": "v", "selectedpoints": [] }, { "name": "Monumental buildings", "type": "bar", "xsrc": "elliewilliams:33:b4aa6c", "ysrc": "elliewilliams:33:3c16b3", "marker": { "color": "rgb(247, 236, 12)" }, "orientation": "v", "selectedpoints": [] } ], "frames": [], "layout": { "font": { "size": 23, "family": "Droid Serif" }, "title": { "x": 0.18, "font": { "size": 31 }, "text": "Impacted areas with no measures taken" }, "xaxis": { "type": "category", "range": [ -0.5, 6.5 ], "anchor": "y", "domain": [ 0, 1 ], "autorange": true, "showspikes": true }, "yaxis": { "type": "linear", "range": [ 0, 111.98947368421054 ], "title": { "text": "Total number of areas impacted" }, "anchor": "x", "domain": [ 0.125, 1 ], "autorange": true, "showspikes": true }, "barmode": "stack", "autosize": true, "dragmode": "pan", "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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~elliewilliams", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-15 13:21:40", "mapbox_access_tokens": null, "has_password": null, "username": "elliewilliams", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "