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=cj0xJnA9MjAxOS0wNi0xOCswMiUzQTQ4JTNBNTIuOTg3NzI0JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAyJTNBNDklM0E0OS4zNjYzNjclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMiUzQTUzJTNBMDguODI4MjE1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T02:53:08.828215Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hyunilyoo/85.embed", "fid": "hyunilyoo:85", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/85/9_UGHK8LN98EQRO6XJC4TGCJ98K3IM7L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/85/2_FPIZQ2F08HWBYR2X64VHN9SXF24TUE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/85/8_1INNGTZKAOSK5ULIYKYJ8SM5OY48FU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/85/9_UGHK8LN98EQRO6XJC4TGCJ98K3IM7L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hyunilyoo:85", "plots": "https://api.plotly.com/v2/plots/hyunilyoo:85", "parent": "https://api.plotly.com/v2/folders/home?user=hyunilyoo" }, "owner": "hyunilyoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "wifi", "views": 0, "web_url": "https://chart-studio.plotly.com/~hyunilyoo/85/wifi/", "world_readable": true, "date_modified": "2019-06-18T02:53:09.455Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hyunilyoo/85/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "3f5b697b-b965-42e6-987a-7bfb00c6c3c0", "type": "surface", "zsrc": "hyunilyoo:86:", "contours": { "z": { "show": true, "project": { "z": true }, "usecolormap": true, "highlightcolor": "#42f462" } } } ], "layout": { "scene": { "camera": { "eye": { "x": 1.87, "y": 0.88, "z": -0.64 } } }, "title": { "text": "wifi" }, "width": 500, "height": 500, "margin": { "b": 65, "l": 65, "r": 50, "t": 90 }, "autosize": false } }, "height": 500, "width": 500, "user": { "profile_url": "https://chart-studio.plotly.com/~hyunilyoo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-03-06 23:58:10", "mapbox_access_tokens": null, "has_password": null, "username": "hyunilyoo", "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-18T02:52:34.476408Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/22.embed", "fid": "BLINGBLINGBEAN:22", "filename": "LFDA_LDAPCA_Cluster", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/22/9_L577QO7AOXQ8H6Q2WCI6QRJC5QX55B.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/22/2_733JFN92VQBWOWRX0TBF5KOND2O87B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/22/8_72VYKG9GY8HBWSA5ZG7GJYARASSO29.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/22/9_L577QO7AOXQ8H6Q2WCI6QRJC5QX55B.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:22", "plots": "https://api.plotly.com/v2/plots/BLINGBLINGBEAN:22", "parent": "https://api.plotly.com/v2/folders/home?user=BLINGBLINGBEAN" }, "owner": "BLINGBLINGBEAN", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/22/", "world_readable": true, "date_modified": "2019-06-18T07:27:43.707Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/22/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e4c9b7db-be24-470e-a2f1-e6ca1c1fa1ce", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:23:c526ea", "ysrc": "BLINGBLINGBEAN:23:8b815f", "zsrc": "BLINGBLINGBEAN:23:fa2b4c", "marker": { "line": { "color": "#6bff6b", "width": 0.5 }, "size": 3, "color": "#6bff6b", "opacity": 1 } } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-05-15 05:56:41", "mapbox_access_tokens": null, "has_password": null, "username": "BLINGBLINGBEAN", "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-18T02:52:24.019654Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hyunilyoo/83.embed", "fid": "hyunilyoo:83", "filename": "plot from API (24)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/83/9_5B3XG5VIZUDI0AJJID4TPGGMOPR7JD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/83/2_36U82OWHDNK3GWFOMFFPGOGEG09XRE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/83/8_KROLYOTMLD3VOBW6WZOR7D36SJFT5A.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/83/9_5B3XG5VIZUDI0AJJID4TPGGMOPR7JD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hyunilyoo:83", "plots": "https://api.plotly.com/v2/plots/hyunilyoo:83", "parent": "https://api.plotly.com/v2/folders/home?user=hyunilyoo" }, "owner": "hyunilyoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "wifi", "views": 2, "web_url": "https://chart-studio.plotly.com/~hyunilyoo/83/wifi/", "world_readable": true, "date_modified": "2019-06-18T02:52:24.623Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hyunilyoo/83/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "fb190618-6e5d-4aaa-8061-2586ca98f8da", "type": "surface", "zsrc": "hyunilyoo:84:", "contours": { "z": { "show": true, "project": { "z": true }, "usecolormap": true, "highlightcolor": "#42f462" } } } ], "layout": { "scene": { "camera": { "eye": { "x": 1.87, "y": 0.88, "z": -0.64 } } }, "title": { "text": "wifi" }, "width": 500, "height": 500, "margin": { "b": 65, "l": 65, "r": 50, "t": 90 }, "autosize": false } }, "height": 500, "width": 500, "user": { "profile_url": "https://chart-studio.plotly.com/~hyunilyoo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-03-06 23:58:10", "mapbox_access_tokens": null, "has_password": null, "username": "hyunilyoo", "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-18T02:51:49.385711Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hyunilyoo/81.embed", "fid": "hyunilyoo:81", "filename": "plot from API", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/81/9_8MQ2NR4YKL0ZZT536NYIHXUMHRBUP1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/81/2_NA4RHI8UP8AJRBCS11A9OATI3O9U6C.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/81/8_0EH9V27ZXTFNT4AB635BP5HXGSDKRY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hyunilyoo/81/9_8MQ2NR4YKL0ZZT536NYIHXUMHRBUP1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hyunilyoo:81", "plots": "https://api.plotly.com/v2/plots/hyunilyoo:81", "parent": "https://api.plotly.com/v2/folders/home?user=hyunilyoo" }, "owner": "hyunilyoo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "wifi", "views": 2, "web_url": "https://chart-studio.plotly.com/~hyunilyoo/81/wifi/", "world_readable": true, "date_modified": "2019-06-18T02:51:49.952Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hyunilyoo/81/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "uid": "46f497b7-5520-4458-b939-79fbdef8d033", "type": "surface", "zsrc": "hyunilyoo:82:", "contours": { "z": { "show": true, "project": { "z": true }, "usecolormap": true, "highlightcolor": "#42f462" } } } ], "layout": { "scene": { "camera": { "eye": { "x": 1.87, "y": 0.88, "z": -0.64 } } }, "title": { "text": "wifi" }, "width": 500, "height": 500, "margin": { "b": 65, "l": 65, "r": 50, "t": 90 }, "autosize": false } }, "height": 500, "width": 500, "user": { "profile_url": "https://chart-studio.plotly.com/~hyunilyoo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-03-06 23:58:10", "mapbox_access_tokens": null, "has_password": null, "username": "hyunilyoo", "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-18T02:51:41.178457Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pengchangle1994/1.embed", "fid": "pengchangle1994:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pengchangle1994/1/9_8MM862WLEUGKQ4N2F8W29OHYAGU301.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pengchangle1994/1/2_8Q9JJ42S4ZRTQ5TI3Y6I3XOASY4DD4.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pengchangle1994/1/8_DTS7VUDGG7QINEMAPN9QXP9O6B0P78.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pengchangle1994/1/9_8MM862WLEUGKQ4N2F8W29OHYAGU301.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pengchangle1994:1", "plots": "https://api.plotly.com/v2/plots/pengchangle1994:1", "parent": "https://api.plotly.com/v2/folders/home?user=pengchangle1994" }, "owner": "pengchangle1994", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~pengchangle1994/1/", "world_readable": true, "date_modified": "2019-06-18T02:51:41.193Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pengchangle1994/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": false, "caption": "", "figure": { "data": [ { "mode": "markers+lines", "type": "scatter", "xsrc": "pengchangle1994:0:e11009", "ysrc": "pengchangle1994:0:05f38e", "bandwidth": 0 } ], "frames": [], "layout": { "font": { "color": "rgb(24, 24, 25)", "family": "Times New Roman" }, "title": { "font": { "size": 11 }, "text": "5555555555555555" }, "width": 400, "xaxis": { "type": "linear", "range": [ 1947.912162162162, 2011.087837837838 ], "title": { "text": "55555" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -127866109.18656716, 1446609216.186567 ], "title": { "text": "e" }, "autorange": true }, "height": 300, "margin": { "l": 50, "t": 100 }, "modebar": { "orientation": "h" }, "autosize": false, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "closest", "separators": ", ", "showlegend": true, "plot_bgcolor": "rgb(255, 252, 252)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": 300, "width": 400, "user": { "profile_url": "https://chart-studio.plotly.com/~pengchangle1994", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 02:33:20", "mapbox_access_tokens": null, "has_password": null, "username": "pengchangle1994", "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-18T02:51:33.708212Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ValerieWanQi/18.embed", "fid": "ValerieWanQi:18", "filename": "precipitation", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/18/9_5PEIWROLMOBOUZH8NDJF8MDJJIN9L8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/18/2_9Z5KGXTO3IQU6HWGYEHPVHEIH143Z6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/18/8_KO90KHSP1HIF8RW27BA8F65K3L6PDG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ValerieWanQi/18/9_5PEIWROLMOBOUZH8NDJF8MDJJIN9L8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ValerieWanQi:18", "plots": "https://api.plotly.com/v2/plots/ValerieWanQi:18", "parent": "https://api.plotly.com/v2/folders/home?user=ValerieWanQi" }, "owner": "ValerieWanQi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "US Precipitation 06-30-2015<br>Source: <a href=\"http://water.weather.gov/precip/\">NOAA</a>", "views": 2, "web_url": "https://chart-studio.plotly.com/~ValerieWanQi/18/us-precipitation-06-30-2015ltbrgtsource-lta-hrefhttpwaterweathergovprecipgtnoaal/", "world_readable": true, "date_modified": "2019-06-18T02:51:34.416Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ValerieWanQi/18/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f75bf4ea-c646-4514-a2f8-8fdc05a6dd84", "type": "scattergeo", "latsrc": "ValerieWanQi:19:36dc59", "lonsrc": "ValerieWanQi:19:71fe4b", "marker": { "size": 2, "opacity": 0.7, "colorbar": { "dtick": 0.1, "ticks": "outside", "title": { "side": "right" }, "ticklen": 3, "thickness": 10, "ticksuffix": " inches", "outlinecolor": "rgba(68, 68, 68, 0)", "showticksuffix": "last" }, "colorsrc": "ValerieWanQi:19:17e4ac", "colorscale": [ [ 0, "rgb(150,0,90)" ], [ 0.125, "rgb(0, 0, 200)" ], [ 0.25, "rgb(0, 25, 255)" ], [ 0.375, "rgb(0, 152, 255)" ], [ 0.5, "rgb(44, 255, 150)" ], [ 0.625, "rgb(151, 255, 0)" ], [ 0.75, "rgb(255, 234, 0)" ], [ 0.875, "rgb(255, 111, 0)" ], [ 1, "rgb(255, 0, 0)" ] ], "reversescale": true }, "textsrc": "ValerieWanQi:19:2a8a7e" } ], "layout": { "geo": { "scope": "north america", "lataxis": { "dtick": 5, "range": [ 20.0, 60.0 ], "showgrid": true, "gridwidth": 0.5 }, "lonaxis": { "dtick": 5, "range": [ -140.0, -55.0 ], "showgrid": true, "gridwidth": 0.5 }, "showland": true, "lakecolor": "rgb(255, 255, 255)", "landcolor": "rgb(212, 212, 212)", "showlakes": true, "projection": { "type": "conic conformal", "rotation": { "lon": -100 } }, "resolution": 50, "countrycolor": "rgb(255, 255, 255)", "showsubunits": true, "subunitcolor": "rgb(255, 255, 255)", "showcountries": true }, "title": { "text": "US Precipitation 06-30-2015<br>Source: <a href=\"http://water.weather.gov/precip/\">NOAA</a>" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ValerieWanQi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 01:34:58", "mapbox_access_tokens": null, "has_password": null, "username": "ValerieWanQi", "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-18T02:50:40.840384Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~fanyi/46.embed", "fid": "fanyi:46", "filename": "make-subplots-multiple-with-titles", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/fanyi:46/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/fanyi:46/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/fanyi:46/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/fanyi:46/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/fanyi:46", "plots": "https://api.plotly.com/v2/plots/fanyi:46", "parent": "https://api.plotly.com/v2/folders/home?user=fanyi" }, "owner": "fanyi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Multiple Subplots with Titles", "views": 0, "web_url": "https://chart-studio.plotly.com/~fanyi/46/multiple-subplots-with-titles/", "world_readable": true, "date_modified": "2019-06-18T16:28:50.469Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~fanyi/46/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "18e0dcf5-aa5f-482d-a210-655908a60b83", "mode": "markers", "type": "scatter", "xsrc": "fanyi:47:ab641f", "ysrc": "fanyi:47:a0dd9c", "xaxis": "x", "yaxis": "y" }, { "uid": "2d7ce1b1-cf50-4694-879b-49bf79dbb4fe", "mode": "markers", "type": "scatter", "xsrc": "fanyi:47:9da883", "ysrc": "fanyi:47:a0dd9c", "xaxis": "x2", "yaxis": "y2" }, { "uid": "3366e802-5237-499d-96ae-dda182da5244", "mode": "markers", "type": "scatter", "xsrc": "fanyi:47:b16be8", "ysrc": "fanyi:47:a0dd9c", "xaxis": "x3", "yaxis": "y3" }, { "uid": "c65220a7-74cb-4bb3-95f0-ed2e7794b362", "mode": "markers", "type": "scatter", "xsrc": "fanyi:47:e9352b", "ysrc": "fanyi:47:a0dd9c", "xaxis": "x4", "yaxis": "y4" } ], "layout": { "title": { "text": "Multiple Subplots with Titles" }, "width": 600, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.45 ] }, "yaxis": { "anchor": "x", "domain": [ 0.625, 1.0 ] }, "height": 600, "xaxis2": { "anchor": "y2", "domain": [ 0.55, 1.0 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 0.45 ] }, "xaxis4": { "anchor": "y4", "domain": [ 0.55, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.625, 1.0 ] }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 0.375 ] }, "yaxis4": { "anchor": "x4", "domain": [ 0.0, 0.375 ] }, "annotations": [ { "x": 0.225, "y": 1.0, "font": { "size": 16 }, "text": "Plot 1", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 1.0, "font": { "size": 16 }, "text": "Plot 2", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.225, "y": 0.375, "font": { "size": 16 }, "text": "Plot 3", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 0.375, "font": { "size": 16 }, "text": "Plot 4", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": 600, "width": 600, "user": { "profile_url": "https://chart-studio.plotly.com/~fanyi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-03 22:04:25", "mapbox_access_tokens": null, "has_password": null, "username": "fanyi", "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-18T02:50:28.940304Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/20.embed", "fid": "BLINGBLINGBEAN:20", "filename": "LFDA_LDA_Cluster532", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/20/9_YQGE2IDW3HY3LHZB135VT9KSZJW62L.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/20/2_0SPE8AZY629RVWDM5EOJQVIF6X4TCM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/20/8_3S439AIPIG520DG5ZJ4PZHQ5O9F0NB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/20/9_YQGE2IDW3HY3LHZB135VT9KSZJW62L.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:20", "plots": "https://api.plotly.com/v2/plots/BLINGBLINGBEAN:20", "parent": "https://api.plotly.com/v2/folders/home?user=BLINGBLINGBEAN" }, "owner": "BLINGBLINGBEAN", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/20/", "world_readable": true, "date_modified": "2019-06-18T02:50:29.528Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f8db47e3-77fe-44f5-a797-ea1c221e701f", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:47ba5a", "ysrc": "BLINGBLINGBEAN:21:87c407", "zsrc": "BLINGBLINGBEAN:21:769f4b", "marker": { "line": { "color": "#6bff6b", "width": 0.5 }, "size": 3, "color": "#6bff6b", "opacity": 1 } }, { "uid": "0e011419-481f-45ba-acec-574600b424c0", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:a9a66f", "ysrc": "BLINGBLINGBEAN:21:8817ee", "zsrc": "BLINGBLINGBEAN:21:3a9def", "marker": { "line": { "color": "#FF6B6B", "width": 0.5 }, "size": 3, "color": "#FF6B6B", "opacity": 1 } }, { "uid": "fa21a4dd-4f85-4f6e-9b00-140d899b77d0", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:668926", "ysrc": "BLINGBLINGBEAN:21:34c755", "zsrc": "BLINGBLINGBEAN:21:6333d4", "marker": { "line": { "color": "#4ECDC4", "width": 0.5 }, "size": 3, "color": "#4ECDC4", "opacity": 1 } }, { "uid": "e72d6f62-1572-4620-8cd4-608166414b97", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:ac97bc", "ysrc": "BLINGBLINGBEAN:21:71fdae", "zsrc": "BLINGBLINGBEAN:21:79df00", "marker": { "line": { "color": "#556270", "width": 0.5 }, "size": 3, "color": "#556270", "opacity": 1 } }, { "uid": "4b09d9ac-1d5f-4cb9-aa18-7168d794c348", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:734acb", "ysrc": "BLINGBLINGBEAN:21:242f72", "zsrc": "BLINGBLINGBEAN:21:d7834f", "marker": { "line": { "color": "#6bb5ff", "width": 0.5 }, "size": 3, "color": "#6bb5ff", "opacity": 1 } }, { "uid": "dd0db57e-2740-46f6-9815-35173fe48cc2", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:7ee01a", "ysrc": "BLINGBLINGBEAN:21:b0c797", "zsrc": "BLINGBLINGBEAN:21:2cb8d8", "marker": { "line": { "color": "#EB6841", "width": 0.5 }, "size": 3, "color": "#EB6841", "opacity": 1 } }, { "uid": "cd7962eb-a920-4f49-851a-048b7cd42b46", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:21:b7f3fa", "ysrc": "BLINGBLINGBEAN:21:949f6e", "zsrc": "BLINGBLINGBEAN:21:4be2d7", "marker": { "line": { "color": "#EDC951", "width": 0.5 }, "size": 3, "color": "#EDC951", "opacity": 1 } } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-05-15 05:56:41", "mapbox_access_tokens": null, "has_password": null, "username": "BLINGBLINGBEAN", "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-18T02:50:01.409164Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~davidpierrea/3.embed", "fid": "davidpierrea:3", "filename": "Pytorch Data", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/davidpierrea/3/9_LAJZS4CUG8SYZ3HGQA8E91N8OJ8S4C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/davidpierrea/3/2_5RJ4Y44BBVS7NMC0B7EKGUGVY1X32G.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/davidpierrea/3/8_JXGQ6J4HSWACSHA7BDIBRVBNQT1OSA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/davidpierrea/3/9_LAJZS4CUG8SYZ3HGQA8E91N8OJ8S4C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/davidpierrea:3", "plots": "https://api.plotly.com/v2/plots/davidpierrea:3", "parent": "https://api.plotly.com/v2/folders/home?user=davidpierrea" }, "owner": "davidpierrea", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 36, "web_url": "https://chart-studio.plotly.com/~davidpierrea/3/", "world_readable": true, "date_modified": "2019-06-28T03:12:20.989Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~davidpierrea/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "lines", "name": "Single Character Accuracy", "type": "scatter", "ysrc": "davidpierrea:2:3504a9", "visible": true }, { "meta": { "columnNames": { "y": "B" } }, "mode": "lines", "name": "Whole Captcha Accuracy", "type": "scatter", "ysrc": "davidpierrea:2:809536", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Taxa de aprendizagem durante um treinamento" }, "xaxis": { "range": [ 0, 26 ], "title": { "text": "Epochs" }, "autorange": true, "showspikes": true }, "yaxis": { "type": "linear", "range": [ 19.68166666666667, 100.24833333333333 ], "title": { "text": "Accuracy" }, "autorange": true, "showspikes": 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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~davidpierrea", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.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-18 01:08:32", "mapbox_access_tokens": null, "has_password": null, "username": "davidpierrea", "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-18T02:49:49.366367Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/18.embed", "fid": "BLINGBLINGBEAN:18", "filename": "LFDA_LDA_Cluster432", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/18/9_L2D2OHMJQ3INN93C2S7C0S0QY914QA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/18/2_MI9S5JLJ3NSLY2SC7YERW6YQMYMQCL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/18/8_CB1ACNJ3PMUD6GSDD9JWISAUJ45C5K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BLINGBLINGBEAN/18/9_L2D2OHMJQ3INN93C2S7C0S0QY914QA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/BLINGBLINGBEAN:18", "plots": "https://api.plotly.com/v2/plots/BLINGBLINGBEAN:18", "parent": "https://api.plotly.com/v2/folders/home?user=BLINGBLINGBEAN" }, "owner": "BLINGBLINGBEAN", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/18/", "world_readable": true, "date_modified": "2019-06-18T02:49:49.988Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN/18/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "7647291e-af11-46e2-9fa5-e464813c77d8", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:da1549", "ysrc": "BLINGBLINGBEAN:19:15a242", "zsrc": "BLINGBLINGBEAN:19:f01948", "marker": { "line": { "color": "#6bff6b", "width": 0.5 }, "size": 3, "color": "#6bff6b", "opacity": 1 } }, { "uid": "2b3551d9-5c62-45e0-8b47-8a45961c5740", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:c0c3a4", "ysrc": "BLINGBLINGBEAN:19:4ded77", "zsrc": "BLINGBLINGBEAN:19:567674", "marker": { "line": { "color": "#FF6B6B", "width": 0.5 }, "size": 3, "color": "#FF6B6B", "opacity": 1 } }, { "uid": "7771512e-91af-4d7b-8962-8024eb86c58a", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:239a47", "ysrc": "BLINGBLINGBEAN:19:f9e499", "zsrc": "BLINGBLINGBEAN:19:2086d9", "marker": { "line": { "color": "#4ECDC4", "width": 0.5 }, "size": 3, "color": "#4ECDC4", "opacity": 1 } }, { "uid": "bddf8f42-9e8c-4f05-9371-5e6c936132af", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:5e9413", "ysrc": "BLINGBLINGBEAN:19:e20751", "zsrc": "BLINGBLINGBEAN:19:873880", "marker": { "line": { "color": "#556270", "width": 0.5 }, "size": 3, "color": "#556270", "opacity": 1 } }, { "uid": "bf288d03-5d9e-4ee0-9745-73301eeff316", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:f207de", "ysrc": "BLINGBLINGBEAN:19:07a8d0", "zsrc": "BLINGBLINGBEAN:19:d78edb", "marker": { "line": { "color": "#6bb5ff", "width": 0.5 }, "size": 3, "color": "#6bb5ff", "opacity": 1 } }, { "uid": "d67f22ef-6dea-4505-9422-f760a6263da0", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:72556a", "ysrc": "BLINGBLINGBEAN:19:b27981", "zsrc": "BLINGBLINGBEAN:19:50f4ab", "marker": { "line": { "color": "#EB6841", "width": 0.5 }, "size": 3, "color": "#EB6841", "opacity": 1 } }, { "uid": "b51a6dcc-f9ea-4118-8cd1-fbb8e6318c95", "mode": "markers", "type": "scatter3d", "xsrc": "BLINGBLINGBEAN:19:55ed77", "ysrc": "BLINGBLINGBEAN:19:021adf", "zsrc": "BLINGBLINGBEAN:19:fbcea4", "marker": { "line": { "color": "#EDC951", "width": 0.5 }, "size": 3, "color": "#EDC951", "opacity": 1 } } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~BLINGBLINGBEAN", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/15.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-05-15 05:56:41", "mapbox_access_tokens": null, "has_password": null, "username": "BLINGBLINGBEAN", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "