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=cD0yMDE5LTA2LTE4KzAxJTNBNTIlM0EyOC42MjUxOTYlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAxJTNBNDAlM0EwMC4zNzc5NzQlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMSUzQTUxJTNBMTkuNzc2MzA4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T01:51:19.776308Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~urbangeoloc/4.embed", "fid": "urbangeoloc:4", "filename": "dt_Layout", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/urbangeoloc:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/urbangeoloc:4/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/urbangeoloc/4/8_21YV1G2JJ9Y1SQ1GYYL8053SJ1410J.png", "list-thumb": "https://api.plotly.com/v2/files/urbangeoloc:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/urbangeoloc:4", "plots": "https://api.plotly.com/v2/plots/urbangeoloc:4", "parent": "https://api.plotly.com/v2/folders/home?user=urbangeoloc" }, "owner": "urbangeoloc", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~urbangeoloc/4/", "world_readable": true, "date_modified": "2019-06-18T16:14:00.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~urbangeoloc/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "ad2c62da-8564-4b58-a128-24671d8cf73f", "mode": "markers", "type": "scattermapbox", "latsrc": "urbangeoloc:5:97010a", "lonsrc": "urbangeoloc:5:1f806d", "marker": { "size": 5, "color": "black", "symbol": "triangle" }, "subplot": "mapbox", "textsrc": "urbangeoloc:5:1b91f3" }, { "uid": "395905ba-9421-4a8b-bb90-5d021803c931", "mode": "markers", "type": "scattermapbox", "latsrc": "urbangeoloc:5:4efae1", "lonsrc": "urbangeoloc:5:240905", "marker": { "size": 7, "colorbar": { "title": { "text": "Distance" } }, "colorsrc": "urbangeoloc:5:4aa974", "colorscale": "Viridis" }, "subplot": "mapbox" }, { "uid": "9880cc55-0a28-467f-b504-b420c4c37496", "mode": "markers", "type": "scattermapbox", "latsrc": "urbangeoloc:5:4efae1", "lonsrc": "urbangeoloc:5:240905", "marker": { "size": 7, "colorbar": { "title": { "text": "Distance" } }, "colorsrc": "urbangeoloc:5:0aa089", "colorscale": "Viridis" }, "subplot": "mapbox2" }, { "uid": "e7af7795-0fd5-4800-bf29-b9db6a85478e", "mode": "markers", "type": "scattermapbox", "latsrc": "urbangeoloc:5:4efae1", "lonsrc": "urbangeoloc:5:240905", "marker": { "size": 7, "colorbar": { "title": { "text": "Distance" } }, "colorsrc": "urbangeoloc:5:ba01d5", "colorscale": "Viridis" }, "subplot": "mapbox3" } ], "layout": { "mapbox": { "zoom": 12, "pitch": 0, "center": { "lat": 46.778904, "lon": 6.640453 }, "bearing": 0, "accesstoken": "pk.eyJ1IjoidXJiYW5nZW9sb2MiLCJhIjoiY2p3bGZwbWt3MTNiODRjbjZ4aXgxdjZxcCJ9.fBtb_SCCR7XMRT9jl6xb0Q" }, "mapbox2": { "zoom": 12, "pitch": 0, "center": { "lat": 46.778904, "lon": 6.640453 }, "bearing": 0, "accesstoken": "pk.eyJ1IjoidXJiYW5nZW9sb2MiLCJhIjoiY2p3bGZwbWt3MTNiODRjbjZ4aXgxdjZxcCJ9.fBtb_SCCR7XMRT9jl6xb0Q" }, "mapbox3": { "zoom": 12, "pitch": 0, "center": { "lat": 46.778904, "lon": 6.640453 }, "bearing": 0, "accesstoken": "pk.eyJ1IjoidXJiYW5nZW9sb2MiLCJhIjoiY2p3bGZwbWt3MTNiODRjbjZ4aXgxdjZxcCJ9.fBtb_SCCR7XMRT9jl6xb0Q" }, "autosize": true, "hovermode": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~urbangeoloc", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-09 13:35:14", "mapbox_access_tokens": null, "has_password": null, "username": "urbangeoloc", "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-18T01:47:55.688203Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Magnet/8.embed", "fid": "Magnet:8", "filename": "Sine Wave Slider", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Magnet:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Magnet:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Magnet:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Magnet:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Magnet:8", "plots": "https://api.plotly.com/v2/plots/Magnet:8", "parent": "https://api.plotly.com/v2/folders/home?user=Magnet" }, "owner": "Magnet", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "𝜈 = 1.0", "views": 0, "web_url": "https://chart-studio.plotly.com/~Magnet/8/_10/", "world_readable": true, "date_modified": "2019-06-19T18:00:43.061Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Magnet/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "dd7a7825-b05b-4d59-807f-9161342a6485", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.0", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:33ae99", "visible": false }, { "uid": "23b48ee6-a138-476c-a78e-4569d09bdad7", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.1", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:6bc248", "visible": false }, { "uid": "8e2eb834-8bbc-4ed0-8935-93fce5d1fd4d", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.2", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:44f712", "visible": false }, { "uid": "9244000b-51e5-4cac-afa6-86b588894978", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.30000000000000004", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:c2d9c0", "visible": false }, { "uid": "6b7cabf7-0783-42bb-921f-bce650d0e4ea", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.4", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:967099", "visible": false }, { "uid": "80ef86f7-ee52-4416-ab6f-3d5ffca668df", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.5", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:92a6d1", "visible": false }, { "uid": "0bb7cbce-5b08-414a-bc48-6806387b23ee", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.6000000000000001", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:5c5736", "visible": false }, { "uid": "e01e6ff5-c0ca-43a9-a90f-9a1fcfae0260", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.7000000000000001", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:0cee5f", "visible": false }, { "uid": "d32553b0-07e8-49a8-9a87-043f36c239d3", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.8", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:dbfed4", "visible": false }, { "uid": "1ee89688-12f1-4ed5-ae7b-2d975a021e2d", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.9", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:22d0fc", "visible": false }, { "uid": "afa77069-be61-4a0f-b6d5-cf6a69e42ce6", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.0", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:2e2cdd", "visible": true }, { "uid": "f2a2441e-3764-4f59-9f29-8ea53572e973", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.1", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:d13e3d", "visible": false }, { "uid": "226c1936-589b-4f1a-919e-2de2df0165f5", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.2000000000000002", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:f6da35", "visible": false }, { "uid": "3543d88a-7460-4824-b1c4-77271f13a0c3", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.3", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:a102d9", "visible": false }, { "uid": "dfda7ac3-97ad-4670-b7f4-825be878ba7b", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.4000000000000001", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:055098", "visible": false }, { "uid": "05c03ee8-9f32-4c76-982f-4ef645fb4ea0", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.5", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:c3ccee", "visible": false }, { "uid": "e10fe27f-6b5a-45fa-9c35-9e04dd41c85b", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.6", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:0a52fb", "visible": false }, { "uid": "6259fb26-7b33-4398-a11b-4ecfa59d28d1", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.7000000000000002", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:09636c", "visible": false }, { "uid": "3a9c1cd0-eb9f-4872-b056-020dd995f303", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.8", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:909dec", "visible": false }, { "uid": "37d9f2d1-f2c7-4041-ba6c-a202a96a84ea", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.9000000000000001", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:d54bdb", "visible": false }, { "uid": "d74ee2ba-0618-49b3-954e-e2d02bf79f9b", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.0", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:721e19", "visible": false }, { "uid": "b4bb69f7-fab9-4dc1-871c-1d2186a6845f", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.1", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:b1088a", "visible": false }, { "uid": "bc299e70-c9f0-4c77-b6d7-efa208396568", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.2", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:083d57", "visible": false }, { "uid": "d4fd4c33-8536-4bc5-a325-7123b38843b8", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.3000000000000003", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:0cb299", "visible": false }, { "uid": "c19a9e48-ef34-4f81-8304-a6ee3d561a2f", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.4000000000000004", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:45787f", "visible": false }, { "uid": "7436358c-bf4e-4eda-a57e-590f6b9b449e", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.5", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:3a0765", "visible": false }, { "uid": "8a75d778-eaac-4083-8a9e-49dbf57b091a", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.6", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:c1c64d", "visible": false }, { "uid": "2ed42e2f-b560-484c-9911-b5562d8af582", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.7", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:8e3491", "visible": false }, { "uid": "8fae8272-7448-44dc-8356-37a05e838102", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.8000000000000003", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:d3ad55", "visible": false }, { "uid": "e42b5e98-dba2-42ee-a608-f5a6f0c4af88", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.9000000000000004", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:9ddc9a", "visible": false }, { "uid": "ddd92411-9fa5-461c-b6a5-cc94e186c435", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.0", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:4faccf", "visible": false }, { "uid": "42c7f01c-cce9-48a3-9009-48712b1b3baa", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.1", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:48ed95", "visible": false }, { "uid": "d664f432-bbbe-47ba-8d0c-36b4a186077a", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.2", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:cb3573", "visible": false }, { "uid": "71c90b68-38c4-4e0d-9f9c-6c9850a58108", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.3000000000000003", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:0e3342", "visible": false }, { "uid": "d53cdeb3-0c45-4ece-b140-f8dd8eac50ed", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.4000000000000004", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:7f5596", "visible": false }, { "uid": "f23b2ef9-01d4-4a1f-9142-60578c16c0b3", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.5", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:75e4fe", "visible": false }, { "uid": "1a5f23d9-82ed-4ec5-b46f-a930b2ac87c5", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.6", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:5952a3", "visible": false }, { "uid": "8fbd1e18-ed4d-462b-9eac-3d3594519ede", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.7", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:f0cf6d", "visible": false }, { "uid": "b433dbdb-1f46-415e-949c-cf145898bb67", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.8000000000000003", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:852360", "visible": false }, { "uid": "c989ce1e-6bea-4387-b4b8-32ef7798b3da", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.9000000000000004", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:32f60b", "visible": false }, { "uid": "d2c65acd-6b38-44db-8da7-7cb322c29c0c", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.0", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:27ff3c", "visible": false }, { "uid": "91db469a-0ae1-44d1-b5f9-fa8de79e4773", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.1000000000000005", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:2c8434", "visible": false }, { "uid": "8fdfb4d0-5546-4661-af5f-8d504dd0e0cc", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.2", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:edd38e", "visible": false }, { "uid": "ba1ed58b-a4e6-4d23-be43-0ef8635d0e47", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.3", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:eb393c", "visible": false }, { "uid": "2643611f-273c-4fbf-809b-be42364079e8", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.4", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:4a36a0", "visible": false }, { "uid": "9518c3c6-bf90-401d-8f16-f213f251db7e", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.5", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:667f50", "visible": false }, { "uid": "84be9103-c8c0-44f1-9859-e4500d5c523c", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.6000000000000005", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:ae9618", "visible": false }, { "uid": "fd693a0a-8b43-43e6-a919-668aa3ec8be3", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.7", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:f6197c", "visible": false }, { "uid": "9f4c268e-2d09-45a1-a69b-dfcaf40d2118", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.800000000000001", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:467e9a", "visible": false }, { "uid": "a7122aea-3a63-42e5-9211-de11385a36ce", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.9", "type": "scatter", "xsrc": "Magnet:9:59b252", "ysrc": "Magnet:9:393d3e", "visible": false } ], "layout": { "sliders": [ { "pad": { "t": 50 }, "steps": [ { "args": [ "visible", [ true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true, false ] ], "method": "restyle" }, { "args": [ "visible", [ false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, true ] ], "method": "restyle" } ], "active": 10, "currentvalue": { "prefix": "Frequency: " } } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Magnet", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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 01:00:25", "mapbox_access_tokens": null, "has_password": null, "username": "Magnet", "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-18T01:46:42.860364Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Magnet/6.embed", "fid": "Magnet:6", "filename": "Single Sine Wave", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Magnet:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Magnet:6/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Magnet:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Magnet:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Magnet:6", "plots": "https://api.plotly.com/v2/plots/Magnet:6", "parent": "https://api.plotly.com/v2/folders/home?user=Magnet" }, "owner": "Magnet", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "𝜈 = 1.0", "views": 0, "web_url": "https://chart-studio.plotly.com/~Magnet/6/_10/", "world_readable": true, "date_modified": "2019-06-19T18:00:15.337Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Magnet/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "edf4273b-46e4-4514-b3c2-56d78d1a272b", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.0", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:a6fd0b", "visible": false }, { "uid": "0f8c4944-9640-43c9-8d21-a05981d22c05", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.1", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:750e0f", "visible": false }, { "uid": "1a6b5a62-949e-44f1-b875-ab989e80dce9", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.2", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:623606", "visible": false }, { "uid": "dda1b365-11ae-4113-b015-0046a81368ad", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.30000000000000004", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:7024d4", "visible": false }, { "uid": "2618ff26-aa65-4942-aa8c-a547f0999269", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.4", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:f6d69f", "visible": false }, { "uid": "b92a41b4-9ade-4853-a716-5b47536d0693", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.5", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:ad0293", "visible": false }, { "uid": "2b0b050f-7c50-4574-b4e4-7f7099a1842c", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.6000000000000001", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:920894", "visible": false }, { "uid": "a9278173-bb61-421b-92cc-42a1e13dc3e1", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.7000000000000001", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:aaf099", "visible": false }, { "uid": "2a8b0ce8-3a8d-4cb3-b15d-f7fea2551ef3", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.8", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:211f6f", "visible": false }, { "uid": "84a6bbae-b16e-42d4-bc22-3868b8337329", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 0.9", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:d8a100", "visible": false }, { "uid": "13e6040b-f837-4ff3-812a-6b9ed7bd2b70", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.0", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:fbb367", "visible": true }, { "uid": "ce998289-3d1c-4b18-83a2-68894fc0f576", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.1", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:79c736", "visible": false }, { "uid": "ccded44e-bcf6-4475-9b2e-d16ef2a71a19", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.2000000000000002", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:54334b", "visible": false }, { "uid": "7eb12890-f4ba-4c45-8ce1-d7b718d172c1", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.3", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:fce1cf", "visible": false }, { "uid": "42d8364e-7251-43fd-ada6-d8110ed32c66", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.4000000000000001", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:448e54", "visible": false }, { "uid": "21badb76-5718-4617-9df5-cde23db14780", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.5", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:3037df", "visible": false }, { "uid": "4e4000d0-59d0-4a92-8d44-ae912f134c9d", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.6", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:66a4a5", "visible": false }, { "uid": "2a70a020-38ca-4cb8-926b-dea47dc95bbc", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.7000000000000002", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:5c1999", "visible": false }, { "uid": "81c7dd7a-9ce6-425b-ad5b-aac6978de5cb", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.8", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:083fdc", "visible": false }, { "uid": "b9fb6270-0f88-42dd-903e-c53b3d0b1706", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 1.9000000000000001", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:fb1f57", "visible": false }, { "uid": "627fd8d2-676b-4c8a-aa60-6c8b73ff7d58", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.0", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:2e1e20", "visible": false }, { "uid": "705718b2-a1e2-4462-ad11-dc966e73c526", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.1", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:4bc4be", "visible": false }, { "uid": "e15ee92f-6794-46e7-892a-21b5d17e1a5d", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.2", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:f790f3", "visible": false }, { "uid": "74ce3648-38db-49bc-a25e-8591d78c18b2", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.3000000000000003", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:46621d", "visible": false }, { "uid": "8bce277c-3c90-4517-a5f9-edc45ed53557", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.4000000000000004", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:37716d", "visible": false }, { "uid": "936d1082-1401-4c82-831d-afc2157b0118", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.5", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:f0ffce", "visible": false }, { "uid": "c86ad3fa-cdc8-45ad-9708-0b9af3ed7090", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.6", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:a5fde2", "visible": false }, { "uid": "95d3afb5-68a6-4879-8b79-54f6fd8fcef1", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.7", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:fed482", "visible": false }, { "uid": "77f4212b-8d80-4b61-b6c7-5bb8ed5b372b", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.8000000000000003", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:710ec9", "visible": false }, { "uid": "4166b27d-54fc-42f3-8dde-8b85112ae96e", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 2.9000000000000004", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:174b97", "visible": false }, { "uid": "3c419220-beaf-4187-9a7c-2fbee0bd647b", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.0", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:4a4c80", "visible": false }, { "uid": "f202d761-0b77-4124-ac95-eeab34ea6e7e", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.1", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:05e0ec", "visible": false }, { "uid": "ac2e2cd1-f7d1-4afb-a645-bdece3581faf", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.2", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:4c05e3", "visible": false }, { "uid": "1125bf5a-a3cc-420d-87d4-20a8453f4c60", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.3000000000000003", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:b3809f", "visible": false }, { "uid": "a46f0098-eb89-4ece-aa08-d7a958b20de5", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.4000000000000004", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:9b2548", "visible": false }, { "uid": "2c8001e4-036e-4315-9c69-f7437e30b837", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.5", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:2c6088", "visible": false }, { "uid": "cdcbf4e0-2acc-4b82-88f5-cdf6688375df", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.6", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:a7116e", "visible": false }, { "uid": "495f2bd2-42d5-4634-a24e-573e986a65dd", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.7", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:3b9ed4", "visible": false }, { "uid": "0ce10aef-22be-444f-b431-9e89d7d942ed", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.8000000000000003", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:8cdc8b", "visible": false }, { "uid": "66da0e03-772b-4f6d-b265-90619602edde", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 3.9000000000000004", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:e56152", "visible": false }, { "uid": "8457973a-3e19-4587-997e-861c9ed07c81", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.0", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:0709a8", "visible": false }, { "uid": "93f897ac-7278-4df3-92f4-6cb4d3a781f5", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.1000000000000005", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:908266", "visible": false }, { "uid": "b5d414ab-3ddd-4b51-9d2b-87b768ad7c99", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.2", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:999a34", "visible": false }, { "uid": "2c082030-20a2-48bf-9c81-a7362d2a3e24", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.3", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:7f0415", "visible": false }, { "uid": "2ff0ca31-c1dc-4415-89b0-e7cebc297282", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.4", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:26d782", "visible": false }, { "uid": "017d46b7-ecf0-4de7-b725-37409178b4a0", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.5", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:cb1078", "visible": false }, { "uid": "53fb9077-e879-47e1-98d1-b628ea766e42", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.6000000000000005", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:c5f4a8", "visible": false }, { "uid": "a322a7be-46a9-4818-a2f6-9fc7be0beb7c", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.7", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:964acd", "visible": false }, { "uid": "a1d92fde-bbae-47f3-a1b3-81172069ac3f", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.800000000000001", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:f96986", "visible": false }, { "uid": "0fcfaa72-bcce-4dc4-b314-9b18e8232c89", "line": { "color": "#00CED1", "width": 6 }, "name": "𝜈 = 4.9", "type": "scatter", "xsrc": "Magnet:7:a25877", "ysrc": "Magnet:7:d0c74a", "visible": false } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Magnet", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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 01:00:25", "mapbox_access_tokens": null, "has_password": null, "username": "Magnet", "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-18T01:45:32.058358Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChenS/5.embed", "fid": "ChenS:5", "filename": "low expression of LLGL2 in tumor", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ChenS:5/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ChenS/5/2_RY35NU8T3VKC0HO7GO4NGB3LOFEM5F.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChenS/5/8_H9K2D7K1NAK9MNGU7DMEAFLIS9R98S.png", "list-thumb": "https://api.plotly.com/v2/files/ChenS:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChenS:5", "plots": "https://api.plotly.com/v2/plots/ChenS:5", "parent": "https://api.plotly.com/v2/folders/home?user=ChenS" }, "owner": "ChenS", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ChenS/5/", "world_readable": true, "date_modified": "2019-06-18T01:46:05.799Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChenS/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "cdc905", "name": "Tumor", "type": "bar", "xsrc": "ChenS:4:5c8893", "ysrc": "ChenS:4:6dddc6", "marker": { "color": "#FF6666" } }, { "uid": "d5d00f", "name": "Normal", "type": "bar", "xsrc": "ChenS:4:5c8893", "ysrc": "ChenS:4:53d1d4", "marker": { "color": "#444444" } } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 11.5 ], "tickfont": { "size": 14, "family": "Arial" }, "autorange": true, "tickangle": -45 }, "yaxis": { "type": "linear", "range": [ 0, 100.10526315789473 ], "autorange": true }, "barmode": "group", "autosize": true, "dragmode": "zoom", "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChenS", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 01:21:45", "mapbox_access_tokens": null, "has_password": null, "username": "ChenS", "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-18T01:45:13.358647Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wang701/0.embed", "fid": "wang701:0", "filename": "jupyter-table1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/wang701:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/wang701:0/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wang701/0/8_6FI44PRIH9F53SK602PCXC09TQQS8L.png", "list-thumb": "https://api.plotly.com/v2/files/wang701:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wang701:0", "plots": "https://api.plotly.com/v2/plots/wang701:0", "parent": "https://api.plotly.com/v2/folders/home?user=wang701" }, "owner": "wang701", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~wang701/0/", "world_readable": true, "date_modified": "2019-06-18T01:45:13.846Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wang701/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b7dde2ca-da20-44b3-bb2e-6d668191c793", "type": "heatmap", "zsrc": "wang701:1:", "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": 710, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "annotations": [ { "x": -0.45, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>School</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Women</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Men</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 0, "font": { "color": "#ffffff" }, "text": "<b>Gap</b>", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 1, "font": { "color": "#000000" }, "text": "MIT", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 1, "font": { "color": "#000000" }, "text": "94", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 1, "font": { "color": "#000000" }, "text": "152", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 1, "font": { "color": "#000000" }, "text": "58", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 2, "font": { "color": "#000000" }, "text": "Stanford", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 2, "font": { "color": "#000000" }, "text": "96", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 2, "font": { "color": "#000000" }, "text": "151", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 2, "font": { "color": "#000000" }, "text": "55", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 3, "font": { "color": "#000000" }, "text": "Harvard", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 3, "font": { "color": "#000000" }, "text": "112", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 3, "font": { "color": "#000000" }, "text": "165", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 3, "font": { "color": "#000000" }, "text": "53", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 4, "font": { "color": "#000000" }, "text": "U.Penn", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 4, "font": { "color": "#000000" }, "text": "92", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 4, "font": { "color": "#000000" }, "text": "141", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 4, "font": { "color": "#000000" }, "text": "49", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 5, "font": { "color": "#000000" }, "text": "Princeton", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 5, "font": { "color": "#000000" }, "text": "90", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 5, "font": { "color": "#000000" }, "text": "137", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 5, "font": { "color": "#000000" }, "text": "47", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 6, "font": { "color": "#000000" }, "text": "Chicago", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 6, "font": { "color": "#000000" }, "text": "78", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 6, "font": { "color": "#000000" }, "text": "118", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 6, "font": { "color": "#000000" }, "text": "40", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 7, "font": { "color": "#000000" }, "text": "Georgetown", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 7, "font": { "color": "#000000" }, "text": "94", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 7, "font": { "color": "#000000" }, "text": "131", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 7, "font": { "color": "#000000" }, "text": "37", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 8, "font": { "color": "#000000" }, "text": "Tufts", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 8, "font": { "color": "#000000" }, "text": "76", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 8, "font": { "color": "#000000" }, "text": "112", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 8, "font": { "color": "#000000" }, "text": "36", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 9, "font": { "color": "#000000" }, "text": "Yale", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 9, "font": { "color": "#000000" }, "text": "79", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 9, "font": { "color": "#000000" }, "text": "114", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 9, "font": { "color": "#000000" }, "text": "35", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 10, "font": { "color": "#000000" }, "text": "Columbia", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 10, "font": { "color": "#000000" }, "text": "86", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 10, "font": { "color": "#000000" }, "text": "119", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 10, "font": { "color": "#000000" }, "text": "33", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 11, "font": { "color": "#000000" }, "text": "Duke", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 11, "font": { "color": "#000000" }, "text": "93", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 11, "font": { "color": "#000000" }, "text": "124", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 11, "font": { "color": "#000000" }, "text": "31", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 12, "font": { "color": "#000000" }, "text": "Dartmouth", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 12, "font": { "color": "#000000" }, "text": "84", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 12, "font": { "color": "#000000" }, "text": "114", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 12, "font": { "color": "#000000" }, "text": "30", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 13, "font": { "color": "#000000" }, "text": "NYU", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 13, "font": { "color": "#000000" }, "text": "67", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 13, "font": { "color": "#000000" }, "text": "94", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 13, "font": { "color": "#000000" }, "text": "27", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 14, "font": { "color": "#000000" }, "text": "Notre Dame", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 14, "font": { "color": "#000000" }, "text": "73", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 14, "font": { "color": "#000000" }, "text": "100", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 14, "font": { "color": "#000000" }, "text": "27", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 15, "font": { "color": "#000000" }, "text": "Cornell", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 15, "font": { "color": "#000000" }, "text": "80", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 15, "font": { "color": "#000000" }, "text": "107", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 15, "font": { "color": "#000000" }, "text": "27", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 16, "font": { "color": "#000000" }, "text": "Michigan", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 16, "font": { "color": "#000000" }, "text": "62", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 16, "font": { "color": "#000000" }, "text": "84", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 16, "font": { "color": "#000000" }, "text": "22", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 17, "font": { "color": "#000000" }, "text": "Brown", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 17, "font": { "color": "#000000" }, "text": "72", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 17, "font": { "color": "#000000" }, "text": "92", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 17, "font": { "color": "#000000" }, "text": "20", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 18, "font": { "color": "#000000" }, "text": "Berkeley", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 18, "font": { "color": "#000000" }, "text": "71", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 18, "font": { "color": "#000000" }, "text": "88", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 18, "font": { "color": "#000000" }, "text": "17", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 19, "font": { "color": "#000000" }, "text": "Emory", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 19, "font": { "color": "#000000" }, "text": "68", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 19, "font": { "color": "#000000" }, "text": "82", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 19, "font": { "color": "#000000" }, "text": "14", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 20, "font": { "color": "#000000" }, "text": "UCLA", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 20, "font": { "color": "#000000" }, "text": "64", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 20, "font": { "color": "#000000" }, "text": "78", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 20, "font": { "color": "#000000" }, "text": "14", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": -0.45, "y": 21, "font": { "color": "#000000" }, "text": "SoCal", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 0.55, "y": 21, "font": { "color": "#000000" }, "text": "72", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 1.55, "y": 21, "font": { "color": "#000000" }, "text": "81", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false }, { "x": 2.55, "y": 21, "font": { "color": "#000000" }, "text": "9", "xref": "x", "yref": "y", "align": "left", "xanchor": "left", "showarrow": false } ] } }, "height": 710, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wang701", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.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-05-31 02:26:59", "mapbox_access_tokens": null, "has_password": null, "username": "wang701", "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-18T01:45:02.886769Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nicolasferrari1984/0.embed", "fid": "nicolasferrari1984:0", "filename": "styled_table", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nicolasferrari1984:0/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nicolasferrari1984/0/2_A5KC3V9TQHTKAH1DWOM1EPTH04ZYVB.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nicolasferrari1984/0/8_AYBXADV3IYY08MFA1HYPWQ12N5ZTNV.png", "list-thumb": "https://api.plotly.com/v2/files/nicolasferrari1984:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nicolasferrari1984:0", "plots": "https://api.plotly.com/v2/plots/nicolasferrari1984:0", "parent": "https://api.plotly.com/v2/folders/home?user=nicolasferrari1984" }, "owner": "nicolasferrari1984", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nicolasferrari1984/0/", "world_readable": true, "date_modified": "2019-06-18T01:45:03.385Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nicolasferrari1984/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3f0d6d05-d5ae-4321-8240-af8f136c5134", "type": "table", "cells": { "fill": { "colorsrc": "nicolasferrari1984:1:903fed" }, "font": { "size": 12, "colorsrc": "nicolasferrari1984:1:b3bfe6" }, "line": { "color": "#FFF" }, "height": 27, "alignsrc": "nicolasferrari1984:1:abe027", "valuessrc": "nicolasferrari1984:1:-abe027,903fed,b3bfe6,f11531" }, "domain": { "x": [ 0.3, 0.7 ], "y": [ 0, 0.37 ] }, "header": { "fill": { "color": "white" }, "line": { "color": "white" }, "height": 0, "valuessrc": "nicolasferrari1984:1:f11531" } } ], "layout": { "width": 500, "height": 300 } }, "height": 300, "width": 500, "user": { "profile_url": "https://chart-studio.plotly.com/~nicolasferrari1984", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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-18 01:36:01", "mapbox_access_tokens": null, "has_password": null, "username": "nicolasferrari1984", "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-18T01:43:46.145378Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~JuanEstebanOssa/2.embed", "fid": "JuanEstebanOssa:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/JuanEstebanOssa:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/JuanEstebanOssa:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/JuanEstebanOssa:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/JuanEstebanOssa:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/JuanEstebanOssa:2", "plots": "https://api.plotly.com/v2/plots/JuanEstebanOssa:2", "parent": "https://api.plotly.com/v2/folders/home?user=JuanEstebanOssa" }, "owner": "JuanEstebanOssa", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~JuanEstebanOssa/2/", "world_readable": true, "date_modified": "2019-06-18T01:43:46.158Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~JuanEstebanOssa/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "JuanEstebanOssa:0:6666ee", "ysrc": "JuanEstebanOssa:0:235c0c", "orientation": "h" } ], "frames": [], "layout": { "title": { "text": "Tabla de variación de dBA" }, "xaxis": { "type": "category", "range": [ 0, 1055 ], "title": { "text": "11/06/2019 - 10:43:34 a 11:00:24" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -4.000000000000001, 96 ], "title": { "text": "dBa" }, "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/~JuanEstebanOssa", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.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": "2019-06-18 01:43:12", "mapbox_access_tokens": null, "has_password": null, "username": "JuanEstebanOssa", "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-18T01:41:18.842768Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~cragard/126.embed", "fid": "cragard:126", "filename": "Number of New Sj Captures By Date for 2019.html", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/cragard:126/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/cragard:126/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cragard/126/8_V69U0UK483WXHNZ8K7Z2SUSRNM1CID.png", "list-thumb": "https://api.plotly.com/v2/files/cragard:126/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/cragard:126", "plots": "https://api.plotly.com/v2/plots/cragard:126", "parent": "https://api.plotly.com/v2/folders/home?user=cragard" }, "owner": "cragard", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Number of New Sj Captures By Date", "views": 7, "web_url": "https://chart-studio.plotly.com/~cragard/126/number-of-new-sj-captures-by-date/", "world_readable": true, "date_modified": "2019-06-18T04:17:11.020Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~cragard/126/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "687408a9-05ff-44bc-bc36-d44f27ca68d6", "mode": "lines+markers", "name": "New", "type": "scatter", "xsrc": "cragard:127:0c3e44", "ysrc": "cragard:127:8b8cbc" }, { "uid": "d6375ce6-5c24-4331-9a89-c6b8bf60d8e3", "mode": "lines+markers", "name": "Sightings", "type": "scatter", "xsrc": "cragard:127:0c3e44", "ysrc": "cragard:127:ee8442" }, { "uid": "c4a4ddb8-902f-4ce1-bd5e-20dbdcd77fc7", "mode": "lines+markers", "name": "Cumulative", "type": "scatter", "xsrc": "cragard:127:0c3e44", "ysrc": "cragard:127:fa3118" } ], "layout": { "title": { "font": { "size": 20 }, "text": "Number of New Sj Captures By Date" }, "xaxis": { "title": { "font": { "size": 18 }, "text": "Date" } }, "yaxis": { "title": { "font": { "size": 18 }, "text": "Number of New Captures" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~cragard", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "ChrisA", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-01-31 16:27:17", "mapbox_access_tokens": null, "has_password": null, "username": "cragard", "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-18T01:40:54.445738Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~davidmgh/1.embed", "fid": "davidmgh:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/davidmgh:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/davidmgh/1/2_45AQNB33IDF5R2D0F9SKLZEBTD0M3K.png", "block-thumb": "https://api.plotly.com/v2/files/davidmgh:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/davidmgh:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/davidmgh:1", "plots": "https://api.plotly.com/v2/plots/davidmgh:1", "parent": "https://api.plotly.com/v2/folders/home?user=davidmgh" }, "owner": "davidmgh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~davidmgh/1/", "world_readable": true, "date_modified": "2019-06-24T08:41:23.002Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~davidmgh/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(99, 248, 250)", "shape": "linear", "width": 2 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "davidmgh:0:43a796", "ysrc": "davidmgh:0:3dbbc3", "error_x": { "type": "percent", "color": "#636efa", "value": 6, "width": 4, "visible": false, "symmetric": false, "thickness": 2, "valueminus": 1, "copy_ystyle": false }, "error_y": { "type": "percent", "color": "rgb(244, 24, 225)", "value": 2, "width": 6, "visible": true, "symmetric": true, "thickness": 2 }, "hoveron": "fills", "connectgaps": true } ], "frames": [], "layout": { "font": { "color": "rgb(13, 12, 12)" }, "title": { "text": "The relationship between Water Temperature and the average Heart-rate of the Daphnia Carinata" }, "xaxis": { "type": "linear", "range": [ 9.724086502609993, 31.946308724832214 ], "title": { "text": "Temperature of Water in Degrees Celsius (℃)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 383.40852713178293, 594.2974160206718 ], "title": { "text": "Average Heart-Rate of Daphnia Genus (BPM)" }, "autorange": false }, "margin": { "t": 92 }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "colorscale": { "sequentialminus": [ [ 0, "#0508b8" ], [ 0.08333333333333333, "#1910d8" ], [ 0.16666666666666666, "#3c19f0" ], [ 0.25, "#6b1cfb" ], [ 0.3333333333333333, "#981cfd" ], [ 0.4166666666666667, "#bf1cfd" ], [ 0.5, "#dd2bfd" ], [ 0.5833333333333334, "#f246fe" ], [ 0.6666666666666666, "#fc67fd" ], [ 0.75, "#fe88fc" ], [ 0.8333333333333334, "#fea5fd" ], [ 0.9166666666666666, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(255, 251, 251)", "paper_bgcolor": "rgb(247, 245, 245)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~davidmgh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 01:40:23", "mapbox_access_tokens": null, "has_password": null, "username": "davidmgh", "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-18T01:40:00.377974Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wel51x/150.embed", "fid": "wel51x:150", "filename": "Intermarket", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wel51x/150/9_6MQMEHOCOE346LLIYA07A696P2QVAR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wel51x/150/2_46SVQIX3LVVVOLOPMI1R2M8KKH8FCT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wel51x/150/8_UV968BWQIHH84R7O5TA9KLRUP3KUHQ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wel51x/150/9_6MQMEHOCOE346LLIYA07A696P2QVAR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wel51x:150", "plots": "https://api.plotly.com/v2/plots/wel51x:150", "parent": "https://api.plotly.com/v2/folders/home?user=wel51x" }, "owner": "wel51x", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gold vs S&P 500 Performance by Incident Magnitude", "views": 447, "web_url": "https://chart-studio.plotly.com/~wel51x/150/gold-vs-sp-500-performance-by-incident-magnitude/", "world_readable": true, "date_modified": "2019-06-18T01:40:00.871Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wel51x/150/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f7917a31-7ac3-4c84-9575-6f37b8fcf51d", "name": "S&P 500", "type": "bar", "xsrc": "wel51x:151:c8f79f", "ysrc": "wel51x:151:f584e4", "widthsrc": "wel51x:151:94a8a4" }, { "uid": "f145347c-1425-4918-98dd-8b0a9dc518f0", "name": "Gold", "type": "bar", "xsrc": "wel51x:151:2cb6ac", "ysrc": "wel51x:151:726dca", "widthsrc": "wel51x:151:337eb0" } ], "layout": { "font": { "color": "#FFDBFF" }, "title": { "text": "Gold vs S&P 500 Performance by Incident Magnitude" }, "xaxis": { "title": { "font": { "size": 16, "color": "#FFDBFF" }, "text": "Magnitude" }, "tickfont": { "size": 14, "color": "rgb(107, 107, 107)" } }, "yaxis": { "title": { "font": { "size": 16, "color": "#FFDBFF" }, "text": "Percentage Gain/Loss" }, "tickfont": { "size": 14, "color": "rgb(107, 107, 107)" } }, "bargap": 0.15, "barmode": "group", "bargroupgap": 0.1, "plot_bgcolor": "#111111", "paper_bgcolor": "#111111" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~wel51x", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-04-17 20:58:53", "mapbox_access_tokens": null, "has_password": null, "username": "wel51x", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "