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=cj0xJnA9MjAxOS0wNi0xNysyMyUzQTA2JTNBNDEuMzUzNzM2JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIzJTNBMDklM0EyNy40NjY0MTclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMyUzQTE5JTNBNDYuMDE4MTQ1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T23:19:46.018145Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kiranmrd/2.embed", "fid": "kiranmrd:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kiranmrd/2/9_L578WTPA7FUTXDWIQZ0SM19ATFK9GD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kiranmrd/2/2_14QLHA3389S6LK9PHQV7M21RK9AYP9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kiranmrd/2/8_4R71HSW84VTW9CG0NXCWIBK3JCLGFA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kiranmrd/2/9_L578WTPA7FUTXDWIQZ0SM19ATFK9GD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kiranmrd:2", "plots": "https://api.plotly.com/v2/plots/kiranmrd:2", "parent": "https://api.plotly.com/v2/folders/home?user=kiranmrd" }, "owner": "kiranmrd", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~kiranmrd/2/", "world_readable": true, "date_modified": "2019-06-17T23:19:46.034Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kiranmrd/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "surface", "xsrc": "kiranmrd:1:f574fc", "ysrc": "kiranmrd:1:b96daf", "zsrc": "kiranmrd:1:6c92ee,4a1749,f7e4e7,42864a,fc94a9,770c81,b15521,baaee3,c0a536,9a6b7b,e824b3,e0bd80,7a81b8,d6ec68,145b52,67114d,527f67,7e18dc,03f686,299e68,2918cc" } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "category", "dtick": 0, "range": [ 13, 26 ], "title": { "font": { "size": 10 }, "text": "Throws" }, "nticks": 1, "tickfont": { "size": 8 }, "tickmode": "linear", "autorange": true }, "yaxis": { "type": "linear", "title": { "font": { "size": 10 }, "text": "Time (Sec)" }, "tickfont": { "size": 8 } }, "zaxis": { "title": { "font": { "size": 10 }, "text": "Current (Amps)" }, "tickfont": { "size": 8 } }, "camera": { "up": { "x": -0.0006247540997621306, "y": -0.0038603676504586487, "z": 0.9999923535927253 }, "eye": { "x": 1.113245803391215, "y": 0.6135996705167523, "z": 1.6682552395513635 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "domain": { "x": [ 0, 1 ], "y": [ 0.25, 1 ] }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 0.7275900251414155, "z": 1.3744003703261856 } }, "title": { "text": "924" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "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/~kiranmrd", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.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-17 23:14:32", "mapbox_access_tokens": null, "has_password": null, "username": "kiranmrd", "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-17T23:18:59.565121Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sparcware2/4.embed", "fid": "sparcware2:4", "filename": "choropleth_california_and_surr_states_outlines", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sparcware2/4/9_D1PUWU4AER1X3YLP86A25959ZZJKF0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sparcware2/4/2_HCEO9XJHE2SL4G5BU7ICNIOK0EXWP1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sparcware2/4/8_EH84DX5WRZV14RA3490E8PFI8P043S.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sparcware2/4/9_D1PUWU4AER1X3YLP86A25959ZZJKF0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sparcware2:4", "plots": "https://api.plotly.com/v2/plots/sparcware2:4", "parent": "https://api.plotly.com/v2/folders/home?user=sparcware2" }, "owner": "sparcware2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "California and Nearby States", "views": 0, "web_url": "https://chart-studio.plotly.com/~sparcware2/4/california-and-nearby-states/", "world_readable": true, "date_modified": "2019-06-17T23:19:36.387Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sparcware2/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c32212e2-8ceb-4e5d-9472-650471eae1b1", "fill": "toself", "line": { "color": "rgb(255,255,255)", "width": 0.5 }, "mode": "lines", "name": "< 14,348", "type": "scatter", "xsrc": "sparcware2:5:2e20f7", "ysrc": "sparcware2:5:fbd8e0", "fillcolor": "rgb(193, 193, 193)", "hoverinfo": "none" }, { "uid": "76a0f309-52bc-4219-82a5-cf77710cc6bd", "fill": "toself", "line": { "color": "rgb(255,255,255)", "width": 0.5 }, "mode": "lines", "name": "14,348 - 63,983", "type": "scatter", "xsrc": "sparcware2:5:832d53", "ysrc": "sparcware2:5:62f26e", "fillcolor": "rgb(239,239,239)", "hoverinfo": "none" }, { "uid": "a7491fe3-fb82-481f-a261-66e1eba396c5", "fill": "toself", "line": { "color": "rgb(255,255,255)", "width": 0.5 }, "mode": "lines", "name": "63,983 - 134,827", "type": "scatter", "xsrc": "sparcware2:5:fbb7af", "ysrc": "sparcware2:5:c52125", "fillcolor": "rgb(195, 196, 222)", "hoverinfo": "none" }, { "uid": "92d4306a-27c2-4cd0-9d6b-7c2beebd1691", "fill": "toself", "line": { "color": "rgb(255,255,255)", "width": 0.5 }, "mode": "lines", "name": "134,827 - 426,762", "type": "scatter", "xsrc": "sparcware2:5:bc82a3", "ysrc": "sparcware2:5:1e64ed", "fillcolor": "rgb(144,148,194)", "hoverinfo": "none" }, { "uid": "8c86b582-32ca-448d-8af7-884b331ee19e", "fill": "toself", "line": { "color": "rgb(255,255,255)", "width": 0.5 }, "mode": "lines", "name": "426,762 - 2,081,313", "type": "scatter", "xsrc": "sparcware2:5:25ca29", "ysrc": "sparcware2:5:363b3c", "fillcolor": "rgb(101,104,168)", "hoverinfo": "none" }, { "uid": "c544b493-8611-4555-9252-1472850e2377", "fill": "toself", "line": { "color": "rgb(255,255,255)", "width": 0.5 }, "mode": "lines", "name": "> 2,081,313", "type": "scatter", "xsrc": "sparcware2:5:ac4fe5", "ysrc": "sparcware2:5:5e12dd", "fillcolor": "rgb(65, 53, 132)", "hoverinfo": "none" }, { "uid": "33c6b71b-7228-4b84-9fa4-84a537bff78a", "mode": "markers", "name": "US Counties", "type": "scatter", "xsrc": "sparcware2:5:f6a89d", "ysrc": "sparcware2:5:cd8621", "marker": { "color": "white", "opacity": 0 }, "textsrc": "sparcware2:5:15495c", "selected": { "marker": { "size": 3, "color": "white", "opacity": 1 } }, "hoverinfo": "text", "showlegend": false, "unselected": { "marker": { "opacity": 0 } }, "legendgroup": "centroids" }, { "uid": "278ec95e-f9ab-401d-a431-2c463247f817", "line": { "color": "rgb(240, 240, 240)", "width": 1 }, "mode": "lines", "type": "scatter", "xsrc": "sparcware2:5:c95940", "ysrc": "sparcware2:5:8249f6", "hoverinfo": "text", "showlegend": false, "legendgroup": "States" } ], "layout": { "title": { "text": "California and Nearby States" }, "width": 900, "xaxis": { "range": [ -135.504654, -98.105164 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "yaxis": { "range": [ 31.332238999999998, 46.292035 ], "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>Population by County</b>", "xref": "paper", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": 450, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~sparcware2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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 23:07:50", "mapbox_access_tokens": null, "has_password": null, "username": "sparcware2", "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-17T23:18:42.815636Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adamwojt/19.embed", "fid": "adamwojt:19", "filename": "rating-employees", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/adamwojt/19/9_R34OH4QJFH72CDUWLI9EJEV62DOQ2T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/adamwojt/19/2_YXGEFZ80Y9U551POGL889PAS7G4IQ1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/adamwojt/19/8_PW4Z5K9TQWM2QPXRBM772LAU3SZ51M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/adamwojt/19/9_R34OH4QJFH72CDUWLI9EJEV62DOQ2T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adamwojt:19", "plots": "https://api.plotly.com/v2/plots/adamwojt:19", "parent": "https://api.plotly.com/v2/folders/home?user=adamwojt" }, "owner": "adamwojt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 163, "web_url": "https://chart-studio.plotly.com/~adamwojt/19/", "world_readable": true, "date_modified": "2019-06-19T20:54:10.625Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adamwojt/19/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "fde43f", "meta": { "columnNames": { "x": "Rating", "y": "Employees" } }, "mode": "markers", "name": "Rating - Number of employees", "type": "scatter", "xsrc": "adamwojt:13:bf8f09", "ysrc": "adamwojt:13:f6eb2a" }, { "uid": "07c8ea", "name": "linear regression line", "transforms": [ { "rms": "", "type": "fit", "inputUid": "fde43f", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.9735793082710642, "value": -2.774104829391608 }, { "hold": false, "name": "b", "error": 6.980482930078529, "value": 35.04791543261819 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 26 } ] } ], "frames": [], "layout": { "title": { "text": "Company rating to number of employees" }, "xaxis": { "type": "linear", "range": [ 0, 10 ], "title": { "text": "rating" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 0, 100 ], "title": { "text": "Number of employees" }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adamwojt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-11-28 13:22:20", "mapbox_access_tokens": null, "has_password": null, "username": "adamwojt", "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-17T23:17:45.536408Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sparcware2/2.embed", "fid": "sparcware2:2", "filename": "choropleth of some cali counties - full usa scope", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sparcware2/2/9_40G6OZ66WQGQSQZ8EK15JE3Y590I1C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sparcware2/2/2_G246D9F7FTT6RSR72TQN44LOCSOW3W.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sparcware2/2/8_6LJAVBIIJ0TB9IOXJ39JU4CCC8N48U.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sparcware2/2/9_40G6OZ66WQGQSQZ8EK15JE3Y590I1C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sparcware2:2", "plots": "https://api.plotly.com/v2/plots/sparcware2:2", "parent": "https://api.plotly.com/v2/folders/home?user=sparcware2" }, "owner": "sparcware2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, US Counties", "views": 0, "web_url": "https://chart-studio.plotly.com/~sparcware2/2/_0-1-2-3-4-5-6-7-8-9-10-us-counties/", "world_readable": true, "date_modified": "2019-06-17T23:17:46.294Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sparcware2/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f50d2dab-8dc8-43f9-9bee-b65840a3aedb", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "0", "type": "scatter", "xsrc": "sparcware2:3:b14e5b", "ysrc": "sparcware2:3:eba12d", "fillcolor": "rgb(68, 1, 84)", "hoverinfo": "none" }, { "uid": "8bbf77cf-f220-48d4-9ba1-1fd4c62f1d31", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "1", "type": "scatter", "xsrc": "sparcware2:3:e8e2f2", "ysrc": "sparcware2:3:6cce30", "fillcolor": "rgb(72, 24, 106)", "hoverinfo": "none" }, { "uid": "276e8061-9425-448e-956d-afd6c880b0f8", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "2", "type": "scatter", "xsrc": "sparcware2:3:5e83d4", "ysrc": "sparcware2:3:0dd12a", "fillcolor": "rgb(66, 64, 134)", "hoverinfo": "none" }, { "uid": "690ee1b1-ca90-4252-9ff7-e54a2fa3263a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "3", "type": "scatter", "xsrc": "sparcware2:3:243b5d", "ysrc": "sparcware2:3:cc7283", "fillcolor": "rgb(51, 99, 141)", "hoverinfo": "none" }, { "uid": "da81c7f8-c061-4fc3-9774-d092ec40b7c1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "4", "type": "scatter", "xsrc": "sparcware2:3:d9197b", "ysrc": "sparcware2:3:645a77", "fillcolor": "rgb(44, 114, 142)", "hoverinfo": "none" }, { "uid": "c04c017e-6a24-4c9b-9601-e54821ec8ffc", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "5", "type": "scatter", "xsrc": "sparcware2:3:fd13fe", "ysrc": "sparcware2:3:4eaeab", "fillcolor": "rgb(33, 145, 140)", "hoverinfo": "none" }, { "uid": "4c64fe06-c699-45f8-a7f8-8d8e548b3735", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "6", "type": "scatter", "xsrc": "sparcware2:3:da7c21", "ysrc": "sparcware2:3:87bb3d", "fillcolor": "rgb(40, 174, 128)", "hoverinfo": "none" }, { "uid": "3c2435e6-fe24-4a88-9538-6f3ffdbe363f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "7", "type": "scatter", "xsrc": "sparcware2:3:32e747", "ysrc": "sparcware2:3:be825c", "fillcolor": "rgb(63, 188, 115)", "hoverinfo": "none" }, { "uid": "ff24a7e0-10ba-4039-8518-004375163659", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "8", "type": "scatter", "xsrc": "sparcware2:3:024213", "ysrc": "sparcware2:3:a5342c", "fillcolor": "rgb(132, 212, 75)", "hoverinfo": "none" }, { "uid": "3bd760dd-d682-4314-8d49-bd440e921682", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "9", "type": "scatter", "xsrc": "sparcware2:3:8293c4", "ysrc": "sparcware2:3:57f873", "fillcolor": "rgb(216, 226, 25)", "hoverinfo": "none" }, { "uid": "2c1d4fc8-307b-4360-a388-82e9ef5ab5c1", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "10", "type": "scatter", "xsrc": "sparcware2:3:104a7e", "ysrc": "sparcware2:3:ef2da7", "fillcolor": "rgb(253, 231, 37)", "hoverinfo": "none" }, { "uid": "6c3f4fb7-d9d4-455b-893f-97cde237c903", "mode": "markers", "name": "US Counties", "type": "scatter", "xsrc": "sparcware2:3:23d4f7", "ysrc": "sparcware2:3:f83548", "marker": { "color": "white", "opacity": 0 }, "textsrc": "sparcware2:3:22843e", "selected": { "marker": { "size": 3, "color": "white", "opacity": 1 } }, "hoverinfo": "text", "showlegend": false, "unselected": { "marker": { "opacity": 0 } }, "legendgroup": "centroids" }, { "uid": "8e7b1578-37fb-4174-b9b3-aaad35194f75", "line": { "color": "rgb(240, 240, 240)", "width": 1 }, "mode": "lines", "type": "scatter", "xsrc": "sparcware2:3:d59760", "ysrc": "sparcware2:3:3d16a0", "hoverinfo": "text", "showlegend": false, "legendgroup": "States" } ], "layout": { "width": 900, "xaxis": { "range": [ -125.0, -55.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "yaxis": { "range": [ 23.0, 51.0 ], "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></b>", "xref": "paper", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": 450, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~sparcware2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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 23:07:50", "mapbox_access_tokens": null, "has_password": null, "username": "sparcware2", "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-17T23:15:50.431259Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~estraz/0.embed", "fid": "estraz:0", "filename": "simple_candlestick", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/estraz/0/9_1GRM82RGA3A946X6AHTFAQFFRMABBX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/estraz/0/2_ZLTYXUHJFOJ2XOT1OPL8XR3XX7E3K6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/estraz/0/8_J5HWIOV1NC7KVOEV5RK6IQXCJISL3Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/estraz/0/9_1GRM82RGA3A946X6AHTFAQFFRMABBX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/estraz:0", "plots": "https://api.plotly.com/v2/plots/estraz:0", "parent": "https://api.plotly.com/v2/folders/home?user=estraz" }, "owner": "estraz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "train vs test", "views": 0, "web_url": "https://chart-studio.plotly.com/~estraz/0/train-vs-test/", "world_readable": true, "date_modified": "2019-06-18T00:56:05.517Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~estraz/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "157b313b-6f6a-44ef-b697-87fcdc76ea44", "name": "train", "type": "candlestick", "xsrc": "estraz:1:aa5fd7", "lowsrc": "estraz:1:378073", "highsrc": "estraz:1:1d6423", "opensrc": "estraz:1:aa1d95", "closesrc": "estraz:1:f6cf11" }, { "uid": "5cb57f5d-8607-432c-be47-cee74b391b66", "name": "test", "type": "candlestick", "xsrc": "estraz:1:d39a7e", "lowsrc": "estraz:1:3ad83a", "highsrc": "estraz:1:21cb55", "opensrc": "estraz:1:1f5a2f", "closesrc": "estraz:1:4d48e7" } ], "layout": { "shapes": [ { "x0": 26514, "x1": 26514, "y0": 0, "y1": 1, "line": { "color": "rgb(0,0,0)", "width": 1 }, "xref": "x", "yref": "paper" } ], "annotations": [ { "x": 26514, "y": 1.0, "text": " test data", "xref": "x", "yref": "paper", "xanchor": "left", "showarrow": false }, { "x": 26514, "y": 1.0, "text": "train data ", "xref": "x", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~estraz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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 23:13:49", "mapbox_access_tokens": null, "has_password": null, "username": "estraz", "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-17T23:13:27.338804Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~matthewspaul/7.embed", "fid": "matthewspaul:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/7/9_5WFUUFRRI5FRKIWKJWGDMHWZO58RJE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/7/2_L40SHZUYDXSAPVAN5IVWU79NO83OUL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/7/8_3NTLAD4GEM12AP6K24WIQR4VY6X44O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/matthewspaul/7/9_5WFUUFRRI5FRKIWKJWGDMHWZO58RJE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/matthewspaul:7", "plots": "https://api.plotly.com/v2/plots/matthewspaul:7", "parent": "https://api.plotly.com/v2/folders/home?user=matthewspaul" }, "owner": "matthewspaul", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~matthewspaul/7/", "world_readable": true, "date_modified": "2019-06-19T05:58:50.197Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~matthewspaul/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 0 }, "meta": { "columnNames": { "r": "A", "text": "D", "theta": "B", "textposition": "E" } }, "mode": "markers+text", "rsrc": "matthewspaul:8:e0c58d", "type": "scatterpolar", "marker": { "line": { "width": 2 }, "meta": { "columnNames": { "size": "C" } }, "color": "rgb(34, 120, 7)", "opacity": 1, "sizeref": 1, "sizesrc": "matthewspaul:8:5923f7", "sizemode": "diameter" }, "textsrc": "matthewspaul:8:c6cb18", "textfont": { "size": 8, "color": "rgb(21, 1, 1)", "family": "Arial" }, "thetasrc": "matthewspaul:8:71e168", "hoverinfo": "text", "cliponaxis": false, "textpositionsrc": "matthewspaul:8:2d4f0a" }, { "line": { "dash": "dot" }, "meta": { "columnNames": { "r": "A", "text": "D", "theta": "B", "textposition": "E" } }, "mode": "markers+text", "rsrc": "matthewspaul:5:8b60ba", "type": "scatterpolar", "marker": { "line": { "width": 2 }, "meta": { "columnNames": { "size": "C" } }, "color": "rgb(242, 9, 9)", "opacity": 0.8, "sizeref": 1, "sizesrc": "matthewspaul:5:3d4b70", "sizemode": "diameter" }, "opacity": 1, "textsrc": "matthewspaul:5:3825be", "textfont": { "size": 8, "color": "rgb(15, 0, 0)", "family": "Arial" }, "thetasrc": "matthewspaul:5:ae9500", "hoverinfo": "r+theta+text+name", "connectgaps": true, "hovertemplate": "", "textpositionsrc": "matthewspaul:5:87ed1c" }, { "hole": 0.15, "meta": { "columnNames": { "text": "B", "labels": "B", "values": "A" } }, "type": "pie", "title": { "font": { "size": 14 }, "text": "<b>Today</b>" }, "domain": { "x": [ null, 1 ] }, "opacity": 0.43, "textsrc": "matthewspaul:6:9a39d3", "textinfo": "text", "hoverinfo": "none", "labelssrc": "matthewspaul:6:9a39d3", "valuessrc": "matthewspaul:6:dc08ee", "textposition": "outside" } ], "frames": [], "layout": { "polar": { "hole": 0.15, "sector": [ null, 360 ], "bgcolor": "rgb(233, 190, 190)", "radialaxis": { "type": "linear", "dtick": 1, "range": [ 0, 4 ], "tick0": 0, "showline": true, "tickmode": "linear", "autorange": false }, "angularaxis": { "type": "linear", "ticks": "", "showgrid": false, "showticklabels": false } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "margin": { "b": 40, "l": 40, "r": 40, "t": 40 }, "autosize": true, "showlegend": false, "annotations": [], "piecolorway": [ "#d3d6f9", "#b5c2ef", "#95b0df", "#759eca", "#578db0", "#3e7b93", "#2a6a76", "#1b575b", "#114542", "#09342d" ], "extendpiecolors": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~matthewspaul", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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 02:03:36", "mapbox_access_tokens": null, "has_password": null, "username": "matthewspaul", "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-17T23:12:29.858476Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~abibibo/28.embed", "fid": "abibibo:28", "filename": "Box Plot Styling Outliers", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/abibibo/28/9_AHRVUAJADFLNX4IHCI86KFVVF106OP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/abibibo/28/2_66TY30WMI29P1M5CSPUXLOEJJDXPBE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/abibibo/28/8_KMVVC9ZRS0CC2IZXPWSJ0Q09CL93GV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/abibibo/28/9_AHRVUAJADFLNX4IHCI86KFVVF106OP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/abibibo:28", "plots": "https://api.plotly.com/v2/plots/abibibo:28", "parent": "https://api.plotly.com/v2/folders/home?user=abibibo" }, "owner": "abibibo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Box Plot Styling Outliers", "views": 2, "web_url": "https://chart-studio.plotly.com/~abibibo/28/box-plot-styling-outliers/", "world_readable": true, "date_modified": "2019-06-17T23:12:30.334Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~abibibo/28/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(7,40,89)" }, "name": "All Points", "type": "box", "ysrc": "abibibo:29:0bd977", "jitter": 0.3, "marker": { "color": "rgb(7,40,89)" }, "pointpos": -1.8, "boxpoints": "all" }, { "line": { "color": "rgb(9,56,125)" }, "name": "Only Whiskers", "type": "box", "ysrc": "abibibo:29:0bd977", "marker": { "color": "rgb(9,56,125)" }, "boxpoints": false }, { "line": { "color": "rgb(8,81,156)" }, "name": "Suspected Outliers", "type": "box", "ysrc": "abibibo:29:0bd977", "marker": { "line": { "outliercolor": "rgba(219, 64, 82, 0.6)", "outlierwidth": 2 }, "color": "rgb(8,81,156)", "outliercolor": "rgba(219, 64, 82, 0.6)" }, "boxpoints": "suspectedoutliers" }, { "line": { "color": "rgb(107,174,214)" }, "name": "Whiskers and Outliers", "type": "box", "ysrc": "abibibo:29:0bd977", "marker": { "color": "rgb(107,174,214)" }, "boxpoints": "outliers" } ], "layout": { "title": "Box Plot Styling Outliers" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~abibibo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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": "2015-02-20 17:01:48", "mapbox_access_tokens": null, "has_password": null, "username": "abibibo", "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-17T23:12:02.208410Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sparcware2/0.embed", "fid": "sparcware2:0", "filename": "basic-line", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sparcware2/0/9_XOIBE0K8TMU3Q4LW18UVUG6X744A1H.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sparcware2/0/2_NBY96UN2S2IQBF5QHGOGWT4XBYL1IP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sparcware2/0/8_6GK6VQEHJTNWJ3YYF8PPILS11GE5EI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sparcware2/0/9_XOIBE0K8TMU3Q4LW18UVUG6X744A1H.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sparcware2:0", "plots": "https://api.plotly.com/v2/plots/sparcware2:0", "parent": "https://api.plotly.com/v2/folders/home?user=sparcware2" }, "owner": "sparcware2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~sparcware2/0/", "world_readable": true, "date_modified": "2019-06-17T23:12:02.812Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sparcware2/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e4163a37-eaa4-4b13-b697-7998dc2d0e58", "type": "scatter", "xsrc": "sparcware2:1:e50a0b", "ysrc": "sparcware2:1:b06639" }, { "uid": "41dc847f-66a3-44c8-a648-cc80cad39317", "type": "scatter", "xsrc": "sparcware2:1:e50a0b", "ysrc": "sparcware2:1:d27533" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sparcware2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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 23:07:50", "mapbox_access_tokens": null, "has_password": null, "username": "sparcware2", "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-17T23:09:34.988554Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~abibibo/26.embed", "fid": "abibibo:26", "filename": "plot from API (6)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/abibibo/26/9_LH9PG8I872UVDKTGIR83P1G4TUETCH.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/abibibo/26/2_ZZLCTNWD8MQZ0AMGYOABET6H0GZVT8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/abibibo/26/8_15CR3AAU4U51JXSPJULWH1Y9A2CE5F.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/abibibo/26/9_LH9PG8I872UVDKTGIR83P1G4TUETCH.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/abibibo:26", "plots": "https://api.plotly.com/v2/plots/abibibo:26", "parent": "https://api.plotly.com/v2/folders/home?user=abibibo" }, "owner": "abibibo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 37, "web_url": "https://chart-studio.plotly.com/~abibibo/26/", "world_readable": true, "date_modified": "2019-06-17T23:09:35.400Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~abibibo/26/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "box", "ysrc": "abibibo:27:c9d1c9", "jitter": 0.0, "pointpos": -1.2, "boxpoints": "all", "selectedpoints": [ 1, 3, 5 ] } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~abibibo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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": "2015-02-20 17:01:48", "mapbox_access_tokens": null, "has_password": null, "username": "abibibo", "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-17T23:09:27.466417Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~abibibo/24.embed", "fid": "abibibo:24", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/abibibo/24/9_S1HBK4HWGGAGL3656WRFIGIS7AJSI1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/abibibo/24/2_RLLKF7Z3D5N9M9AXCL3ZRLOI68BGOS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/abibibo/24/8_0RSL56OV2YDVIH2CBD3OHVDOVGJKEH.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/abibibo/24/9_S1HBK4HWGGAGL3656WRFIGIS7AJSI1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/abibibo:24", "plots": "https://api.plotly.com/v2/plots/abibibo:24", "parent": "https://api.plotly.com/v2/folders/home?user=abibibo" }, "owner": "abibibo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~abibibo/24/", "world_readable": true, "date_modified": "2019-06-17T23:09:27.938Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~abibibo/24/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "box", "ysrc": "abibibo:25:2f0a68", "jitter": 0.0, "pointpos": -1, "boxpoints": "all", "selectedpoints": [ 1, 3, 5 ] } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~abibibo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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": "2015-02-20 17:01:48", "mapbox_access_tokens": null, "has_password": null, "username": "abibibo", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "