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=cD0yMDE5LTA2LTE3KzIwJTNBNTIlM0EyNC41ODgwNTAlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIwJTNBMzklM0E1My4wNDMwNjUlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMCUzQTQ5JTNBMDAuMzk4MjAyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T20:49:00.398202Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ghbellesis/6.embed", "fid": "ghbellesis:6", "filename": "basic-bar-chart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ghbellesis:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ghbellesis:6/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ghbellesis/6/8_LIVV62UOEPFP5Q0GB6BX36XYGQBY54.png", "list-thumb": "https://api.plotly.com/v2/files/ghbellesis:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ghbellesis:6", "plots": "https://api.plotly.com/v2/plots/ghbellesis:6", "parent": "https://api.plotly.com/v2/folders/home?user=ghbellesis" }, "owner": "ghbellesis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ghbellesis/6/", "world_readable": true, "date_modified": "2019-06-17T20:49:31.904Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ghbellesis/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "efbcc772-8370-4373-a5aa-5a76f394ad17", "type": "bar", "xsrc": "ghbellesis:7:b8f60b", "ysrc": "ghbellesis:7:b04b09" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ghbellesis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:18:34", "mapbox_access_tokens": null, "has_password": null, "username": "ghbellesis", "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-17T20:48:20.687371Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jingwenc/101.embed", "fid": "jingwenc:101", "filename": "plot from API (6)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jingwenc:101/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jingwenc:101/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jingwenc:101/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jingwenc:101/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jingwenc:101", "plots": "https://api.plotly.com/v2/plots/jingwenc:101", "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc" }, "owner": "jingwenc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Time series with range slider and selectors", "views": 1, "web_url": "https://chart-studio.plotly.com/~jingwenc/101/time-series-with-range-slider-and-selectors/", "world_readable": true, "date_modified": "2019-06-17T20:48:21.226Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/101/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "53133bcf-e012-4a90-9b93-b8e6ebb8a22e", "type": "scatter", "xsrc": "jingwenc:102:ec9246", "ysrc": "jingwenc:102:040c24" }, { "uid": "f8350a93-a541-4c3a-85fa-171bfaedcfcc", "type": "scatter", "xsrc": "jingwenc:102:ec9246", "ysrc": "jingwenc:102:8d7ced" }, { "uid": "7e8609d7-65f7-48cf-a8c7-4802b11ffdfe", "type": "scatter", "xsrc": "jingwenc:102:ec9246", "ysrc": "jingwenc:102:bc39ce" }, { "uid": "3eaef272-8a10-4865-8e59-01b1ca1de4a7", "type": "scatter", "xsrc": "jingwenc:102:ec9246", "ysrc": "jingwenc:102:a3ac3c" }, { "uid": "51c786ec-9de6-4995-a67a-585538d0b0d8", "type": "scatter", "xsrc": "jingwenc:102:ec9246", "ysrc": "jingwenc:102:c9eb2b" } ], "layout": { "title": { "text": "Time series with range slider and selectors" }, "xaxis": { "type": "date", "rangeslider": { "visible": true }, "rangeselector": { "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "month", "count": 6, "label": "6m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "YTD", "stepmode": "todate" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" }, { "step": "all" } ] } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jingwenc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2018-02-20 18:49:11", "mapbox_access_tokens": null, "has_password": null, "username": "jingwenc", "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-17T20:47:32.320785Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jingwenc/99.embed", "fid": "jingwenc:99", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jingwenc:99/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jingwenc:99/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jingwenc:99/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jingwenc:99/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jingwenc:99", "plots": "https://api.plotly.com/v2/plots/jingwenc:99", "parent": "https://api.plotly.com/v2/folders/home?user=jingwenc" }, "owner": "jingwenc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Time series with range slider and selectors", "views": 1, "web_url": "https://chart-studio.plotly.com/~jingwenc/99/time-series-with-range-slider-and-selectors/", "world_readable": true, "date_modified": "2019-06-17T20:47:32.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jingwenc/99/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ed031d8f-66f0-41be-a6dd-2d09f5ff1f9d", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:d4a7aa" }, { "uid": "4017e317-6418-4ab1-8da4-3438e78ede23", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:8d2689" }, { "uid": "b491b4b2-aefe-4d1a-bcaa-50dd50e85094", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:1898ef" }, { "uid": "b084e79f-ccef-489e-ab53-db331f8437fa", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:1858cd" }, { "uid": "3ce75785-d684-4aad-81af-996fbb854669", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:5aa69e" }, { "uid": "7e905fb6-f636-4315-aa91-c8691a5046bb", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:65d142" }, { "uid": "fe1df6c3-3b79-465f-8b59-28053e6d0f1c", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:72947b" }, { "uid": "c84edfba-901f-4355-a50a-65f9bb158360", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:49dd61" }, { "uid": "27dbc9bf-c1fc-43d3-a506-33a5a32a8869", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:ad03a4" }, { "uid": "3e1b9269-d541-441d-b01e-5533ef3dce26", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:9e0108" }, { "uid": "0e997d95-f9db-4d5b-a91d-e4b8af31d48a", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:8a5d88" }, { "uid": "56257bf9-9d1c-442f-ad60-873f52e5b8c9", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:0be710" }, { "uid": "f3809ba3-6c4c-4799-99ae-55f79bbe728a", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:4a51bb" }, { "uid": "057db2b0-0144-440e-b40e-6d12afdf7b5b", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:19aab5" }, { "uid": "ff3da2b4-edcb-4139-a785-ee59b0e38be1", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:b20140" }, { "uid": "78a0c47b-3852-453f-a99a-6686aba340fb", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:2a423d" }, { "uid": "2571eee2-7205-4e42-9716-90546b66d363", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:1d6a44" }, { "uid": "446d3699-0104-4bb7-b798-f7215295cdfd", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:918c56" }, { "uid": "0dbdf745-e3b4-498c-9650-8fbcbf80824d", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:f37e60" }, { "uid": "0744de45-bc40-4504-aa4a-ff2280fe9417", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:9fdf3f" }, { "uid": "9ac55331-e5b5-4d1d-aab7-0d8388ac07ab", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:7160fb" }, { "uid": "fc4401dd-4629-4bdb-9553-8292109365ae", "type": "scatter", "xsrc": "jingwenc:100:748382", "ysrc": "jingwenc:100:428a8d" } ], "layout": { "title": { "text": "Time series with range slider and selectors" }, "xaxis": { "type": "date", "rangeslider": { "visible": true }, "rangeselector": { "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "month", "count": 6, "label": "6m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "YTD", "stepmode": "todate" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" }, { "step": "all" } ] } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jingwenc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.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": "2018-02-20 18:49:11", "mapbox_access_tokens": null, "has_password": null, "username": "jingwenc", "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-17T20:46:20.552423Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nikhil.dev91/1.embed", "fid": "nikhil.dev91:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nikhil.dev91:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nikhil.dev91:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nikhil.dev91/1/8_7LSFYEKRZUWQWNB1TF7RT08Y12L6DJ.png", "list-thumb": "https://api.plotly.com/v2/files/nikhil.dev91:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nikhil.dev91:1", "plots": "https://api.plotly.com/v2/plots/nikhil.dev91:1", "parent": "https://api.plotly.com/v2/folders/home?user=nikhil.dev91" }, "owner": "nikhil.dev91", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nikhil.dev91/1/", "world_readable": true, "date_modified": "2019-07-22T20:00:50.252Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nikhil.dev91/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "nikhil.dev91:0:819c0d", "ysrc": "nikhil.dev91:0:ca467e" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1, 8 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 20.38888888888889, 32.611111111111114 ], "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/~nikhil.dev91", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:45:50", "mapbox_access_tokens": null, "has_password": null, "username": "nikhil.dev91", "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-17T20:44:29.817398Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ghbellesis/4.embed", "fid": "ghbellesis:4", "filename": "cf-simple-line-chart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ghbellesis:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ghbellesis:4/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ghbellesis/4/8_Z6VDEWU0Q3U5ZVF17RULABG9TSX9KC.png", "list-thumb": "https://api.plotly.com/v2/files/ghbellesis:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ghbellesis:4", "plots": "https://api.plotly.com/v2/plots/ghbellesis:4", "parent": "https://api.plotly.com/v2/folders/home?user=ghbellesis" }, "owner": "ghbellesis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Chart From Pandas DataFrame", "views": 0, "web_url": "https://chart-studio.plotly.com/~ghbellesis/4/chart-from-pandas-dataframe/", "world_readable": true, "date_modified": "2019-06-17T20:44:30.303Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ghbellesis/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "bbcfb8c6-0819-4c2f-95c8-ac06290a7758", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "cyl", "text": "", "type": "scatter", "xsrc": "ghbellesis:5:397778", "ysrc": "ghbellesis:5:67b8a4" }, { "uid": "eb0a5a9e-6aba-4e24-8fd5-a528be43ba4e", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "wt", "text": "", "type": "scatter", "xsrc": "ghbellesis:5:397778", "ysrc": "ghbellesis:5:a133cd" }, { "uid": "acd4224b-a030-4d66-8599-edee07e2ca78", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "mpg", "text": "", "type": "scatter", "xsrc": "ghbellesis:5:397778", "ysrc": "ghbellesis:5:cda3fc" } ], "layout": { "title": { "text": "Chart From Pandas DataFrame" }, "xaxis": { "title": { "text": "x-axis" } }, "yaxis": { "title": { "text": "y-axis" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ghbellesis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:18:34", "mapbox_access_tokens": null, "has_password": null, "username": "ghbellesis", "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-17T20:43:14.520856Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~darren2340/2.embed", "fid": "darren2340:2", "filename": "sample-data-table", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/darren2340:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/darren2340:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/darren2340/2/8_PF95O2VOF4W73LRQC4V3KFX0S85DKR.png", "list-thumb": "https://api.plotly.com/v2/files/darren2340:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/darren2340:2", "plots": "https://api.plotly.com/v2/plots/darren2340:2", "parent": "https://api.plotly.com/v2/folders/home?user=darren2340" }, "owner": "darren2340", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~darren2340/2/", "world_readable": true, "date_modified": "2019-06-17T20:43:15.060Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~darren2340/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3bd95954-5959-4c5e-92e5-a8865f7b80d8", "type": "heatmap", "zsrc": "darren2340:3:", "opacity": 0.75, "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#00083e" ], [ 0.5, "#ededee" ], [ 1, "#ffffff" ] ] } ], "layout": { "xaxis": { "dtick": 1, "tick0": -0.5, "ticks": "", "zeroline": false, "gridwidth": 2, "showticklabels": false }, "yaxis": { "dtick": 1, "tick0": 0.5, "ticks": "", "zeroline": false, "autorange": "reversed", "gridwidth": 2, "showticklabels": false }, "height": 230, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "annotations": [ { "x": -0.45, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>created_at</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>entry_id</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field1</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field2</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field3</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field4</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field5</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field6</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field7</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>field8</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>latitude</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>longitude</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>elevation</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>status</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 1, "font": { "color": "#000000" }, "text": "2017-08-24 14:39:53 CEST", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 1, "font": { "color": "#000000" }, "text": "1", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 1, "font": { "color": "#000000" }, "text": "36.3", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 1, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 2, "font": { "color": "#000000" }, "text": "2017-08-24 14:40:53 CEST", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 2, "font": { "color": "#000000" }, "text": "2", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 2, "font": { "color": "#000000" }, "text": "36.2", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 2, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 3, "font": { "color": "#000000" }, "text": "2017-08-24 14:41:53 CEST", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 3, "font": { "color": "#000000" }, "text": "3", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 3, "font": { "color": "#000000" }, "text": "36.1", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 3, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 4, "font": { "color": "#000000" }, "text": "2017-08-24 14:42:53 CEST", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 4, "font": { "color": "#000000" }, "text": "4", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 4, "font": { "color": "#000000" }, "text": "35.9", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 4, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 5, "font": { "color": "#000000" }, "text": "2017-08-24 14:43:53 CEST", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 5, "font": { "color": "#000000" }, "text": "5", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 5, "font": { "color": "#000000" }, "text": "35.9", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 3.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 4.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 5.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 6.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 7.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 8.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 9.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 10.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 11.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 12.55, "y": 5, "font": { "color": "#000000" }, "text": "nan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false } ] } }, "height": 230, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~darren2340", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:33:15", "mapbox_access_tokens": null, "has_password": null, "username": "darren2340", "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-17T20:41:09.734220Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~HumbertoTFT/40.embed", "fid": "HumbertoTFT:40", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/HumbertoTFT:40/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/HumbertoTFT/40/2_S49YFH4NOG6O8E4ZYEZUIO9AFGFKPZ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/HumbertoTFT/40/8_5NZ7ASSEEP9P7MIJE16VK1D8664GVV.png", "list-thumb": "https://api.plotly.com/v2/files/HumbertoTFT:40/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/HumbertoTFT:40", "plots": "https://api.plotly.com/v2/plots/HumbertoTFT:40", "parent": "https://api.plotly.com/v2/folders/home?user=HumbertoTFT" }, "owner": "HumbertoTFT", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~HumbertoTFT/40/", "world_readable": true, "date_modified": "2020-03-10T02:07:07.578Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~HumbertoTFT/40/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b4f966b0-09dc-4578-9407-a02cebd8f27c", "type": "histogram2d", "xsrc": "HumbertoTFT:41:5e6d6f", "ysrc": "HumbertoTFT:41:21bf0d", "xbins": { "end": 3, "size": 0.1, "start": -3 }, "ybins": { "end": 4, "size": 0.1, "start": -2.5 }, "autobinx": false, "autobiny": false, "histnorm": "probability", "colorscale": [ [ 0, "rgb(12,51,131)" ], [ 0.25, "rgb(10,136,186)" ], [ 0.5, "rgb(242,211,56)" ], [ 0.75, "rgb(242,143,56)" ], [ 1, "rgb(217,30,30)" ] ] } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~HumbertoTFT", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.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-01-28 02:25:44", "mapbox_access_tokens": null, "has_password": null, "username": "HumbertoTFT", "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-17T20:40:39.179044Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/120.embed", "fid": "siboraseranaj:120", "filename": "plot from API (23)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/siboraseranaj:120/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/siboraseranaj:120/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/120/8_LIB5YONQNZCFL34ZARCLS7SFEQPWXW.png", "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:120/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siboraseranaj:120", "plots": "https://api.plotly.com/v2/plots/siboraseranaj:120", "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj" }, "owner": "siboraseranaj", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)", "views": 1, "web_url": "https://chart-studio.plotly.com/~siboraseranaj/120/most-frequent-customers-pre-tamr-and-post-tamr/", "world_readable": true, "date_modified": "2019-06-17T20:40:39.656Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/120/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f482a2c9-cec6-4160-9a80-2da5abc2a172", "name": "Pre-Tamr", "type": "bar", "xsrc": "siboraseranaj:121:a21b82", "ysrc": "siboraseranaj:121:4c5fa2", "xaxis": "x", "yaxis": "y", "marker": { "colorsrc": "siboraseranaj:121:92b4bd" }, "orientation": "h" }, { "uid": "011c36e1-bcf9-4ab8-b249-9373d6e38373", "name": "Post-Tamr", "type": "bar", "xsrc": "siboraseranaj:121:8c0051", "ysrc": "siboraseranaj:121:b1b604", "xaxis": "x2", "yaxis": "y2", "marker": { "colorsrc": "siboraseranaj:121:bb3c17" }, "orientation": "h" } ], "layout": { "title": { "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.45 ], "showgrid": true, "showline": true, "zeroline": false, "showticklabels": true }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "showgrid": false, "showline": true, "showticklabels": false }, "legend": { "x": 0.7, "y": 1.188, "font": { "size": 10 } }, "margin": { "b": 70, "l": 50, "r": 20, "t": 150 }, "xaxis2": { "anchor": "y2", "domain": [ 0.55, 1.0 ], "showgrid": true, "showline": true, "zeroline": false, "showticklabels": true }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 1.0 ], "showgrid": false, "showline": true, "showticklabels": false }, "annotations": [ { "x": -0.2, "y": -0.109, "xref": "paper", "yref": "paper", "align": "right", "showarrow": false, "captureevents": true } ], "plot_bgcolor": "rgb(248, 248, 255)", "paper_bgcolor": "rgb(248, 248, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siboraseranaj", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-16 00:20:40", "mapbox_access_tokens": null, "has_password": null, "username": "siboraseranaj", "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-17T20:40:24.717370Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67146.embed", "fid": "amper:67146", "filename": "06-11-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:67146/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amper/67146/2_PTQT8K9WB1ZF9RTK8P38IRDATWZV7L.png", "block-thumb": "https://api.plotly.com/v2/files/amper:67146/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:67146/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67146", "plots": "https://api.plotly.com/v2/plots/amper:67146", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-11-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67146/_06-11-19-ds-1976-alg-5421-param-1407-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T20:40:26.090Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67146/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "89f8eb43-05d5-41f0-90ed-dc806ccbe3f2", "mode": "lines", "name": "Off", "type": "scattergl", "xsrc": "amper:67147:aaa9b0", "ysrc": "amper:67147:ad0328", "marker": { "line": { "color": "rgb(248, 19, 0)", "width": 1 }, "size": 1, "color": "rgb(248, 19, 0)" } }, { "uid": "4d9458c3-aac6-4a26-b217-7bd7cfd17b77", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:67147:aaa9b0", "ysrc": "amper:67147:900e15", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false } ], "layout": { "title": "06-11-19_ds-1976_alg-5421_param-1407_showamps-True-state_res-SEC" } }, "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-06-17T20:39:53.043065Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~siboraseranaj/118.embed", "fid": "siboraseranaj:118", "filename": "plot from API (22)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/siboraseranaj:118/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/siboraseranaj:118/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/siboraseranaj/118/8_8NXZ46CVPD3X852201D03VVFUN346N.png", "list-thumb": "https://api.plotly.com/v2/files/siboraseranaj:118/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/siboraseranaj:118", "plots": "https://api.plotly.com/v2/plots/siboraseranaj:118", "parent": "https://api.plotly.com/v2/folders/home?user=siboraseranaj" }, "owner": "siboraseranaj", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Most frequent Customers (Pre-Tamr and Post-Tamr)", "views": 1, "web_url": "https://chart-studio.plotly.com/~siboraseranaj/118/most-frequent-customers-pre-tamr-and-post-tamr/", "world_readable": true, "date_modified": "2019-06-17T20:39:53.578Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~siboraseranaj/118/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4d7f8e04-e091-4216-b887-95736bd88a45", "name": "Pre-Tamr", "type": "bar", "xsrc": "siboraseranaj:119:87a679", "ysrc": "siboraseranaj:119:18b073", "xaxis": "x", "yaxis": "y", "marker": { "colorsrc": "siboraseranaj:119:53eb73" }, "orientation": "h" }, { "uid": "3590ba9b-6266-4161-8cec-f931b3711f17", "name": "Post-Tamr", "type": "bar", "xsrc": "siboraseranaj:119:ced206", "ysrc": "siboraseranaj:119:973081", "xaxis": "x2", "yaxis": "y2", "marker": { "colorsrc": "siboraseranaj:119:094810" }, "orientation": "h" } ], "layout": { "title": { "text": "Most frequent Customers (Pre-Tamr and Post-Tamr)" }, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.45 ], "showgrid": true, "showline": true, "zeroline": false, "showticklabels": true }, "yaxis": { "anchor": "x", "domain": [ 0.0, 1.0 ], "showgrid": false, "showline": true, "showticklabels": false }, "legend": { "x": 0.7, "y": 1.188, "font": { "size": 10 } }, "margin": { "b": 70, "l": 50, "r": 20, "t": 150 }, "xaxis2": { "anchor": "y2", "domain": [ 0.55, 1.0 ], "showgrid": true, "showline": true, "zeroline": false, "showticklabels": true }, "yaxis2": { "anchor": "x2", "domain": [ 0.0, 1.0 ], "showgrid": false, "showline": true, "showticklabels": false }, "annotations": [ { "x": -0.2, "y": -0.109, "xref": "paper", "yref": "paper", "align": "right", "showarrow": false, "borderwidth": 2 } ], "plot_bgcolor": "rgb(248, 248, 255)", "paper_bgcolor": "rgb(248, 248, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~siboraseranaj", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-16 00:20:40", "mapbox_access_tokens": null, "has_password": null, "username": "siboraseranaj", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "