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=cD0yMDE5LTAzLTIwKzIyJTNBMzQlM0ExMi4xNzE1MzElMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTAzLTIwKzIyJTNBMjYlM0EzMi40ODMyOTAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wMy0yMCsyMiUzQTMzJTNBNDEuNzg3NzQ5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-03-20T22:33:41.787749Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mchenbombora/1835.embed", "fid": "mchenbombora:1835", "filename": "%Δ (over Control baseline): trp-isdc---closed-won-022119-cnry", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mchenbombora:1835/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mchenbombora:1835/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/mchenbombora:1835/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/mchenbombora:1835/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mchenbombora:1835", "plots": "https://api.plotly.com/v2/plots/mchenbombora:1835", "parent": "https://api.plotly.com/v2/folders/home?user=mchenbombora" }, "owner": "mchenbombora", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "%Δ (over Control baseline): trp-isdc---closed-won-022119-cnry", "views": 5, "web_url": "https://chart-studio.plotly.com/~mchenbombora/1835/over-control-baseline-trp-isdc-closed-won-022119-cnry/", "world_readable": true, "date_modified": "2019-03-20T22:33:42.227Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mchenbombora/1835/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "35de06cc-4b60-11e9-8a8e-8a0060b14201", "name": "00-03-months", "text": "", "type": "bar", "xsrc": "mchenbombora:1836:79a514", "ysrc": "mchenbombora:1836:d8a255", "marker": { "line": { "color": "rgba(255, 153, 51, 1.0)", "width": 1 }, "color": "rgba(255, 153, 51, 0.6)" }, "orientation": "v" }, { "uid": "35e04040-4b60-11e9-852b-8a0060b14201", "name": "03-06-months", "text": "", "type": "bar", "xsrc": "mchenbombora:1836:79a514", "ysrc": "mchenbombora:1836:ed6f22", "marker": { "line": { "color": "rgba(55, 128, 191, 1.0)", "width": 1 }, "color": "rgba(55, 128, 191, 0.6)" }, "orientation": "v" }, { "uid": "35e05580-4b60-11e9-a193-8a0060b14201", "name": "06-09-months", "text": "", "type": "bar", "xsrc": "mchenbombora:1836:79a514", "ysrc": "mchenbombora:1836:d22a57", "marker": { "line": { "color": "rgba(50, 171, 96, 1.0)", "width": 1 }, "color": "rgba(50, 171, 96, 0.6)" }, "orientation": "v" }, { "uid": "35e05788-4b60-11e9-8cbf-8a0060b14201", "name": "09-12-months", "text": "", "type": "bar", "xsrc": "mchenbombora:1836:79a514", "ysrc": "mchenbombora:1836:a25df9", "marker": { "line": { "color": "rgba(128, 0, 128, 1.0)", "width": 1 }, "color": "rgba(128, 0, 128, 0.6)" }, "orientation": "v" }, { "uid": "35e0595e-4b60-11e9-aaa4-8a0060b14201", "name": "12-15-months", "text": "", "type": "bar", "xsrc": "mchenbombora:1836:79a514", "ysrc": "mchenbombora:1836:a21196", "marker": { "line": { "color": "rgba(219, 64, 82, 1.0)", "width": 1 }, "color": "rgba(219, 64, 82, 0.6)" }, "orientation": "v" }, { "uid": "35e05af8-4b60-11e9-8b62-8a0060b14201", "name": "15-18-months", "text": "", "type": "bar", "xsrc": "mchenbombora:1836:79a514", "ysrc": "mchenbombora:1836:5c8ba0", "marker": { "line": { "color": "rgba(0, 128, 128, 1.0)", "width": 1 }, "color": "rgba(0, 128, 128, 0.6)" }, "orientation": "v" } ], "layout": { "title": "%Δ (over Control baseline): trp-isdc---closed-won-022119-cnry", "xaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": "", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "titlefont": { "color": "#4D5663" }, "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "titlefont": { "color": "#4D5663" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mchenbombora", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.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": "2017-10-13 19:54:18", "mapbox_access_tokens": null, "has_password": null, "username": "mchenbombora", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:31:03.359288Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adrianhp97/2.embed", "fid": "adrianhp97:2", "filename": "d3-world-map", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/adrianhp97:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/adrianhp97:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/adrianhp97:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/adrianhp97:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adrianhp97:2", "plots": "https://api.plotly.com/v2/plots/adrianhp97:2", "parent": "https://api.plotly.com/v2/folders/home?user=adrianhp97" }, "owner": "adrianhp97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Global Suicide Rate in 2016", "views": 0, "web_url": "https://chart-studio.plotly.com/~adrianhp97/2/global-suicide-rate-in-2016/", "world_readable": true, "date_modified": "2019-03-21T14:22:08.443Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adrianhp97/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c8802e58-7b6a-471e-9f12-b8bb5eb6caf9", "type": "choropleth", "zsrc": "adrianhp97:3:43573f", "marker": { "line": { "color": "rgb(255,255,255)", "width": 0.5 } }, "textsrc": "adrianhp97:3:3da771", "colorbar": { "title": { "text": "Suicide Rate per 100.000 person" }, "tickprefix": "" }, "colorscale": [ [ 0, "rgb(139,0,0)" ], [ 1e-16, "rgb(44, 44, 44)" ], [ 0.5, "rgb(88, 88, 88)" ], [ 0.6, "rgb(132, 132, 132)" ], [ 0.7, "rgb(176, 176, 176)" ], [ 1, "rgb(220, 220, 220)" ] ], "locationssrc": "adrianhp97:3:23fd12", "reversescale": true, "autocolorscale": false } ], "layout": { "geo": { "showframe": false, "projection": { "type": "equirectangular" }, "showcoastlines": false }, "title": { "text": "Global Suicide Rate in 2016" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adrianhp97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.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-03-20 22:13:53", "mapbox_access_tokens": null, "has_password": null, "username": "adrianhp97", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:29:50.132774Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61551.embed", "fid": "amper:61551", "filename": "raw_amps_03-19-19_ds_key-3f710000cb4a002c0047600f45164e45_c3_resolution-LOW", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61551/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61551/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61551/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61551/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61551", "plots": "https://api.plotly.com/v2/plots/amper:61551", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "raw_amps_03-19-19_ds_key-3f710000cb4a002c0047600f45164e45_c3_resolution-LOW", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61551/raw-amps-03-19-19-ds-key-3f710000cb4a002c0047600f45164e45-c3-resolution-low/", "world_readable": true, "date_modified": "2019-03-20T22:29:51.107Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61551/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines+markers", "name": "raw_amps", "type": "scattergl", "xsrc": "amper:61552:274c2b", "ysrc": "amper:61552:5106fd" } ], "layout": { "title": "raw_amps_03-19-19_ds_key-3f710000cb4a002c0047600f45164e45_c3_resolution-LOW" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:29:44.511422Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Quosh/2.embed", "fid": "Quosh:2", "filename": "3d-scatter-colorscale1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Quosh:2/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Quosh/2/2_WJPAAGIKJ37LCU8OPDG39YGFJXD0OI.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Quosh/2/8_ONXCZN4BI07WPGEH8QZX77OGOEV1NE.png", "list-thumb": "https://api.plotly.com/v2/files/Quosh:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Quosh:2", "plots": "https://api.plotly.com/v2/plots/Quosh:2", "parent": "https://api.plotly.com/v2/folders/home?user=Quosh" }, "owner": "Quosh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Quosh/2/", "world_readable": true, "date_modified": "2019-03-20T22:29:44.912Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Quosh/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "138d9e73-cfb7-4d5a-8e6d-510137edd51b", "mode": "markers", "type": "scatter3d", "xsrc": "Quosh:3:b870e1", "ysrc": "Quosh:3:e46577", "zsrc": "Quosh:3:3f0f03", "marker": { "size": 12, "opacity": 0.8, "colorsrc": "Quosh:3:0f43da", "colorscale": "Viridis" } } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Quosh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "Quosh", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 21:52:39", "mapbox_access_tokens": null, "has_password": null, "username": "Quosh", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:29:16.884799Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lubos.mjachky/1.embed", "fid": "lubos.mjachky:1", "filename": "Plotttt 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lubos.mjachky:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lubos.mjachky:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lubos.mjachky/1/8_QB5VUPANQ4Z9V12L1822L2FRW86I8K.png", "list-thumb": "https://api.plotly.com/v2/files/lubos.mjachky:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lubos.mjachky:1", "plots": "https://api.plotly.com/v2/plots/lubos.mjachky:1", "parent": "https://api.plotly.com/v2/folders/home?user=lubos.mjachky" }, "owner": "lubos.mjachky", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~lubos.mjachky/1/", "world_readable": true, "date_modified": "2019-03-21T18:15:33.273Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lubos.mjachky/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "Meranie 1", "type": "scatter", "xsrc": "lubos.mjachky:0:e3fb3e", "ysrc": "lubos.mjachky:0:b78beb", "visible": true }, { "mode": "lines", "name": "Meranie 2", "type": "scatter", "xsrc": "lubos.mjachky:0:583bfe", "ysrc": "lubos.mjachky:0:3e091e", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "side": "bottom", "type": "log", "range": [ 2.6927114123556457, 4.583516157850088 ], "title": { "text": "Čas výpočtu (µs)" }, "anchor": "y", "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "log", "range": [ 0.3846494389039759, 4.732860487383704 ], "title": { "text": "Počet prvkov" }, "anchor": "x", "domain": [ 0, 1 ], "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/~lubos.mjachky", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-20 22:28:28", "mapbox_access_tokens": null, "has_password": null, "username": "lubos.mjachky", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:27:54.748948Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xpedro/14.embed", "fid": "xpedro:14", "filename": "device-plots", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/xpedro:14/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/xpedro:14/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/xpedro:14/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/xpedro:14/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xpedro:14", "plots": "https://api.plotly.com/v2/plots/xpedro:14", "parent": "https://api.plotly.com/v2/folders/home?user=xpedro" }, "owner": "xpedro", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Device Plots", "views": 28, "web_url": "https://chart-studio.plotly.com/~xpedro/14/device-plots/", "world_readable": true, "date_modified": "2019-10-22T00:13:34.192Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xpedro/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "xpedro:64:921da3", "ysrc": "xpedro:64:4ce4a8", "xaxis": "x", "yaxis": "y", "marker": { "color": "rgba(50, 171, 96, 0.6)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:ab4237", "ysrc": "xpedro:64:4ee7ef", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "rgba(50, 171, 96, 0.6)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:424c6a", "ysrc": "xpedro:64:453a42", "xaxis": "x3", "yaxis": "y3", "marker": { "color": "rgba(50, 171, 96, 0.6)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:5ba042", "ysrc": "xpedro:64:792e24", "xaxis": "x4", "yaxis": "y4", "marker": { "color": "rgba(71, 58, 131, 0.8)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:d256a7", "ysrc": "xpedro:64:09bec5", "xaxis": "x5", "yaxis": "y5", "marker": { "color": "rgba(71, 58, 131, 0.8)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:2b2c3c", "ysrc": "xpedro:64:3e1f38", "xaxis": "x6", "yaxis": "y6", "marker": { "color": "rgba(71, 58, 131, 0.8)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:0faa01", "ysrc": "xpedro:64:e574e1", "xaxis": "x7", "yaxis": "y7", "marker": { "color": "rgba(246, 78, 139, 0.6)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:c04fac", "ysrc": "xpedro:64:2eb2e8", "xaxis": "x8", "yaxis": "y8", "marker": { "color": "rgba(246, 78, 139, 0.6)" }, "showlegend": false, "orientation": "h" }, { "type": "bar", "xsrc": "xpedro:64:b5f144", "ysrc": "xpedro:64:f2980b", "xaxis": "x9", "yaxis": "y9", "marker": { "color": "rgba(246, 78, 139, 0.6)" }, "showlegend": false, "orientation": "h" } ], "layout": { "title": { "text": "Device Plots" }, "width": 1200, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.2888888888888889 ] }, "yaxis": { "anchor": "x", "domain": [ 0.6933333333333334, 1.0 ] }, "height": 1200, "xaxis2": { "anchor": "y2", "domain": [ 0.35555555555555557, 0.6444444444444445 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.7111111111111111, 1.0 ] }, "xaxis4": { "anchor": "y4", "domain": [ 0.0, 0.2888888888888889 ] }, "xaxis5": { "anchor": "y5", "domain": [ 0.35555555555555557, 0.6444444444444445 ] }, "xaxis6": { "anchor": "y6", "domain": [ 0.7111111111111111, 1.0 ] }, "xaxis7": { "anchor": "y7", "domain": [ 0.0, 0.2888888888888889 ] }, "xaxis8": { "anchor": "y8", "domain": [ 0.35555555555555557, 0.6444444444444445 ] }, "xaxis9": { "anchor": "y9", "domain": [ 0.7111111111111111, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.6933333333333334, 1.0 ] }, "yaxis3": { "anchor": "x3", "domain": [ 0.6933333333333334, 1.0 ] }, "yaxis4": { "anchor": "x4", "domain": [ 0.3466666666666667, 0.6533333333333333 ] }, "yaxis5": { "anchor": "x5", "domain": [ 0.3466666666666667, 0.6533333333333333 ] }, "yaxis6": { "anchor": "x6", "domain": [ 0.3466666666666667, 0.6533333333333333 ] }, "yaxis7": { "anchor": "x7", "domain": [ 0.0, 0.3066666666666667 ] }, "yaxis8": { "anchor": "x8", "domain": [ 0.0, 0.3066666666666667 ] }, "yaxis9": { "anchor": "x9", "domain": [ 0.0, 0.3066666666666667 ] }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "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.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.14444444444444446, "y": 1.0, "font": { "size": 16 }, "text": "Device Browser - Count", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 1.0, "font": { "size": 16 }, "text": "Device Browser - Non-zero Revenue Count", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8555555555555556, "y": 1.0, "font": { "size": 16 }, "text": "Device Browser - Mean Revenue", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.14444444444444446, "y": 0.6533333333333333, "font": { "size": 16 }, "text": "Device Category - Count", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 0.6533333333333333, "font": { "size": 16 }, "text": "Device Category - Non-zero Revenue Count", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8555555555555556, "y": 0.6533333333333333, "font": { "size": 16 }, "text": "Device Category - Mean Revenue", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.14444444444444446, "y": 0.3066666666666667, "font": { "size": 16 }, "text": "Device OS - Count", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 0.3066666666666667, "font": { "size": 16 }, "text": "Device OS - Non-zero Revenue Count", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.8555555555555556, "y": 0.3066666666666667, "font": { "size": 16 }, "text": "Device OS - Mean Revenue", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ], "paper_bgcolor": "rgb(233,233,233)" } }, "height": 1200, "width": 1200, "user": { "profile_url": "https://chart-studio.plotly.com/~xpedro", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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-02-03 03:04:07", "mapbox_access_tokens": null, "has_password": null, "username": "xpedro", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:27:49.982726Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/61549.embed", "fid": "amper:61549", "filename": "raw_amps_03-20-19_datasource_id-1615_resolution-LOW", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:61549/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:61549/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:61549/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:61549/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:61549", "plots": "https://api.plotly.com/v2/plots/amper:61549", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "raw_amps_03-20-19_datasource_id-1615_resolution-LOW", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/61549/raw-amps-03-20-19-datasource-id-1615-resolution-low/", "world_readable": true, "date_modified": "2019-03-21T23:46:46.467Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/61549/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "395ff976-7cdf-43fc-ae15-d3112dc95e29", "mode": "lines+markers", "name": "raw_amps", "type": "scattergl", "xsrc": "amper:61550:7a7f93", "ysrc": "amper:61550:54e7a3" } ], "layout": { "title": "raw_amps_03-20-19_datasource_id-1615_resolution-LOW" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:27:35.098195Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RPlotBot/5635.embed", "fid": "RPlotBot:5635", "filename": "pie-subplots-grid", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5635/9_DYPGSMHHING7L9OME5QSPH51OKTWCT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5635/2_1SXVZ6Y70WQQOF8Z7DIJVHQ6IPU6UD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5635/8_CU3UWEWERPJASV0LWH2FIF2VZF6731.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5635/9_DYPGSMHHING7L9OME5QSPH51OKTWCT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RPlotBot:5635", "plots": "https://api.plotly.com/v2/plots/RPlotBot:5635", "parent": "https://api.plotly.com/v2/folders/home?user=RPlotBot" }, "owner": "RPlotBot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 38926, "web_url": "https://chart-studio.plotly.com/~RPlotBot/5635/", "world_readable": true, "date_modified": "2019-08-23T18:46:32.565Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RPlotBot/5635/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Cut", "type": "pie", "frame": null, "domain": { "row": 0, "column": 0 }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(31,119,180,1)" }, "labelssrc": "RPlotBot:5634:906935", "valuessrc": "RPlotBot:5634:dc0d69" }, { "name": "Color", "type": "pie", "frame": null, "domain": { "row": 0, "column": 1 }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(255,127,14,1)" }, "labelssrc": "RPlotBot:5634:217dbe", "valuessrc": "RPlotBot:5634:75e484" }, { "name": "Clarity", "type": "pie", "frame": null, "domain": { "row": 1, "column": 0 }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(44,160,44,1)" }, "labelssrc": "RPlotBot:5634:63848a", "valuessrc": "RPlotBot:5634:caa38a" }, { "name": "Clarity", "type": "pie", "frame": null, "domain": { "row": 1, "column": 1 }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(214,39,40,1)" }, "labelssrc": "RPlotBot:5634:7c7f12", "valuessrc": "RPlotBot:5634:80183a" } ], "layout": { "grid": { "rows": 2, "columns": 2 }, "title": "Pie Charts with Subplots", "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RPlotBot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-07-30 22:02:33", "mapbox_access_tokens": null, "has_password": null, "username": "RPlotBot", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:27:30.816678Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RPlotBot/5633.embed", "fid": "RPlotBot:5633", "filename": "pie-subplots", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5633/9_S4VK2H6RIQPAX6IB7QK2SCIOHGBFIV.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5633/2_7BTKNDYGNIMRX8YM6Z71RWDWBILYGG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5633/8_3WZZ8JYB7AB57KU0INQ0REYPLNXEOK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RPlotBot/5633/9_S4VK2H6RIQPAX6IB7QK2SCIOHGBFIV.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RPlotBot:5633", "plots": "https://api.plotly.com/v2/plots/RPlotBot:5633", "parent": "https://api.plotly.com/v2/folders/home?user=RPlotBot" }, "owner": "RPlotBot", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 38913, "web_url": "https://chart-studio.plotly.com/~RPlotBot/5633/", "world_readable": true, "date_modified": "2019-08-23T18:46:28.877Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RPlotBot/5633/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Cut", "type": "pie", "frame": null, "domain": { "x": [ 0, 0.4 ], "y": [ 0.4, 1 ] }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(31,119,180,1)" }, "labelssrc": "RPlotBot:5632:aef450", "valuessrc": "RPlotBot:5632:5babad" }, { "name": "Color", "type": "pie", "frame": null, "domain": { "x": [ 0.6, 1 ], "y": [ 0.4, 1 ] }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(255,127,14,1)" }, "labelssrc": "RPlotBot:5632:af3a1e", "valuessrc": "RPlotBot:5632:99e440" }, { "name": "Clarity", "type": "pie", "frame": null, "domain": { "x": [ 0.25, 0.75 ], "y": [ 0, 0.6 ] }, "marker": { "line": { "color": "rgba(255,255,255,1)" }, "color": "rgba(44,160,44,1)" }, "labelssrc": "RPlotBot:5632:286da4", "valuessrc": "RPlotBot:5632:33cbe4" } ], "layout": { "title": "Pie Charts with Subplots", "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RPlotBot", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-07-30 22:02:33", "mapbox_access_tokens": null, "has_password": null, "username": "RPlotBot", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-03-20T22:26:32.483290Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~smileandsaydl/347.embed", "fid": "smileandsaydl:347", "filename": "plot from API (14)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/smileandsaydl:347/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/smileandsaydl:347/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smileandsaydl/347/8_I9L0AREW0UHX6FW5WW2QMQWKRU2RU4.png", "list-thumb": "https://api.plotly.com/v2/files/smileandsaydl:347/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/smileandsaydl:347", "plots": "https://api.plotly.com/v2/plots/smileandsaydl:347", "parent": "https://api.plotly.com/v2/folders/home?user=smileandsaydl" }, "owner": "smileandsaydl", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Initial: 1**2 * RBF(length_scale=1) + WhiteKernel(noise_level=1e-05)<br>Optimum: 0.64**2 * RBF(length_scale=0.365) + WhiteKernel(noise_level=0.294)<br>Log-Marginal-Likelihood: -21.8050908902", "views": 0, "web_url": "https://chart-studio.plotly.com/~smileandsaydl/347/initial-12-rbflength-scale1-whitekernelnoise-level1e-05-optimum-0642-rbflength-s/", "world_readable": true, "date_modified": "2019-03-20T22:26:33.012Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~smileandsaydl/347/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1bf01d00-4b5f-11e9-967f-408d5c757ebb", "fill": "tonexty", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:348:074935", "ysrc": "smileandsaydl:348:654154", "showlegend": false }, { "uid": "1bf01d01-4b5f-11e9-8f68-408d5c757ebb", "fill": "tonexty", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:348:074935", "ysrc": "smileandsaydl:348:91c18a", "showlegend": false }, { "uid": "1bf01d02-4b5f-11e9-9106-408d5c757ebb", "fill": "tozeroy", "line": { "color": "black" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:348:074935", "ysrc": "smileandsaydl:348:00ba8b", "showlegend": false }, { "uid": "1bf01d03-4b5f-11e9-9df0-408d5c757ebb", "line": { "color": "red" }, "mode": "lines", "type": "scatter", "xsrc": "smileandsaydl:348:074935", "ysrc": "smileandsaydl:348:270c71", "showlegend": false }, { "uid": "1bf01d04-4b5f-11e9-87ab-408d5c757ebb", "mode": "markers", "type": "scatter", "xsrc": "smileandsaydl:348:4c20aa", "ysrc": "smileandsaydl:348:5b49b2", "marker": { "color": "red" }, "showlegend": false } ], "layout": { "title": "Initial: 1**2 * RBF(length_scale=1) + WhiteKernel(noise_level=1e-05)<br>Optimum: 0.64**2 * RBF(length_scale=0.365) + WhiteKernel(noise_level=0.294)<br>Log-Marginal-Likelihood: -21.8050908902" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~smileandsaydl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.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-02-24 14:45:44", "mapbox_access_tokens": null, "has_password": null, "username": "smileandsaydl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "