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=cD0yMDE5LTA2LTE3KzEzJTNBMTQlM0EwNi40MTIyNTElMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEzJTNBMDYlM0EyMC4xMjkxNjglMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTEzJTNBMjAuMTc2MjEyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T13:13:20.176212Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RRRRRRR/2.embed", "fid": "RRRRRRR:2", "filename": "choropleth_full_usa", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/RRRRRRR:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/RRRRRRR:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/RRRRRRR:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/RRRRRRR:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RRRRRRR:2", "plots": "https://api.plotly.com/v2/plots/RRRRRRR:2", "parent": "https://api.plotly.com/v2/folders/home?user=RRRRRRR" }, "owner": "RRRRRRR", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "USA by Unemployment %", "views": 1, "web_url": "https://chart-studio.plotly.com/~RRRRRRR/2/usa-by-unemployment/", "world_readable": true, "date_modified": "2019-06-17T13:13:21.234Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RRRRRRR/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "x": [], "y": [], "uid": "f5d064c0-81b9-4531-9ead-edcf34a1cfd0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "< 1.0", "type": "scatter", "fillcolor": "#f7fbff", "hoverinfo": "none" }, { "uid": "1f4c18da-e8db-4305-862a-99795938566f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "1.0 - 1.73", "type": "scatter", "xsrc": "RRRRRRR:3:487933", "ysrc": "RRRRRRR:3:9eccd3", "fillcolor": "#ebf3fb", "hoverinfo": "none" }, { "uid": "890ac0e3-ac3a-4ed7-bdb8-51c3b5cf9879", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "1.73 - 2.47", "type": "scatter", "xsrc": "RRRRRRR:3:91e271", "ysrc": "RRRRRRR:3:68ff3e", "fillcolor": "#deebf7", "hoverinfo": "none" }, { "uid": "d4822b67-241f-4bd5-b291-41ae8ffb6d4d", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "2.47 - 3.2", "type": "scatter", "xsrc": "RRRRRRR:3:ffa1c3", "ysrc": "RRRRRRR:3:354281", "fillcolor": "#d2e3f3", "hoverinfo": "none" }, { "uid": "6a0bedde-9f72-43d7-8d2c-1a93ce9a81c6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "3.2 - 3.93", "type": "scatter", "xsrc": "RRRRRRR:3:4bdbce", "ysrc": "RRRRRRR:3:3adffd", "fillcolor": "#c6dbef", "hoverinfo": "none" }, { "uid": "14259e74-d3a6-416c-ba9d-161a3a3121b5", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "3.93 - 4.67", "type": "scatter", "xsrc": "RRRRRRR:3:c4edd6", "ysrc": "RRRRRRR:3:9c18b0", "fillcolor": "#b3d2e9", "hoverinfo": "none" }, { "uid": "30ca0f04-95f5-403f-8e0d-1ad4e7a89a52", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "4.67 - 5.4", "type": "scatter", "xsrc": "RRRRRRR:3:58c079", "ysrc": "RRRRRRR:3:10e506", "fillcolor": "#9ecae1", "hoverinfo": "none" }, { "uid": "58dd2920-c551-4c28-a8df-ac6ac725ac65", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "5.4 - 6.13", "type": "scatter", "xsrc": "RRRRRRR:3:9cee71", "ysrc": "RRRRRRR:3:8475bf", "fillcolor": "#85bcdb", "hoverinfo": "none" }, { "uid": "02365f19-9c7a-4eb6-9075-d847f2ade268", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "6.13 - 6.87", "type": "scatter", "xsrc": "RRRRRRR:3:58fbbc", "ysrc": "RRRRRRR:3:8e15b5", "fillcolor": "#6baed6", "hoverinfo": "none" }, { "uid": "602e1341-0347-4f1b-8cc3-bd90fb321bee", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "6.87 - 7.6", "type": "scatter", "xsrc": "RRRRRRR:3:210b43", "ysrc": "RRRRRRR:3:eb5175", "fillcolor": "#57a0ce", "hoverinfo": "none" }, { "uid": "7ed9ff43-a2e2-4787-9b7a-0a0183a1cc4e", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "7.6 - 8.33", "type": "scatter", "xsrc": "RRRRRRR:3:7f6b9a", "ysrc": "RRRRRRR:3:8aed3b", "fillcolor": "#4292c6", "hoverinfo": "none" }, { "uid": "679441f9-250c-40fa-a899-c3597b4e6513", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "8.33 - 9.07", "type": "scatter", "xsrc": "RRRRRRR:3:97c04c", "ysrc": "RRRRRRR:3:834d87", "fillcolor": "#3082be", "hoverinfo": "none" }, { "uid": "90ecd48c-d74f-4f0d-b726-fe4c80e48fb6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "9.07 - 9.8", "type": "scatter", "xsrc": "RRRRRRR:3:ddfe8e", "ysrc": "RRRRRRR:3:59696c", "fillcolor": "#2171b5", "hoverinfo": "none" }, { "uid": "a26dc1a5-348c-47f3-9940-9746e18f56d6", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "9.8 - 10.53", "type": "scatter", "xsrc": "RRRRRRR:3:372623", "ysrc": "RRRRRRR:3:05fb4f", "fillcolor": "#1361a9", "hoverinfo": "none" }, { "uid": "3967d324-b3dc-4f74-bf5c-22d40c0fb60a", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "10.53 - 11.27", "type": "scatter", "xsrc": "RRRRRRR:3:05fcf1", "ysrc": "RRRRRRR:3:ef27d8", "fillcolor": "#08519c", "hoverinfo": "none" }, { "uid": "3a3b16a4-b956-4ea3-b53e-13dca82a71e0", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "11.27 - 12.0", "type": "scatter", "xsrc": "RRRRRRR:3:04e89a", "ysrc": "RRRRRRR:3:176935", "fillcolor": "#0b4083", "hoverinfo": "none" }, { "uid": "b69862f2-6cd3-46be-be04-23de0c8de72f", "fill": "toself", "line": { "color": "rgb(0, 0, 0)", "width": 0 }, "mode": "lines", "name": "> 12.0", "type": "scatter", "xsrc": "RRRRRRR:3:26e1bf", "ysrc": "RRRRRRR:3:fbbd0e", "fillcolor": "#08306b", "hoverinfo": "none" }, { "uid": "e345c80d-b0f4-497d-a11a-6c050bec9247", "mode": "markers", "name": "US Counties", "type": "scatter", "xsrc": "RRRRRRR:3:fac238", "ysrc": "RRRRRRR:3:9ec565", "marker": { "color": "white", "opacity": 0 }, "textsrc": "RRRRRRR:3:f9cd2b", "selected": { "marker": { "opacity": 0 } }, "hoverinfo": "text", "showlegend": false, "unselected": { "marker": { "opacity": 0 } }, "legendgroup": "centroids" } ], "layout": { "title": { "text": "USA by Unemployment %" }, "width": 900, "xaxis": { "range": [ -125.0, -55.0 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "yaxis": { "range": [ 24.93103448275862, 49.06896551724138 ], "showgrid": false, "zeroline": false, "autorange": false, "fixedrange": true, "showticklabels": false }, "height": 450, "legend": { "x": 1, "y": 1, "xanchor": "right", "yanchor": "top", "traceorder": "reversed" }, "margin": { "b": 20, "l": 20, "r": 20, "t": 40 }, "dragmode": "select", "hovermode": "closest", "annotations": [ { "x": 1, "y": 1.05, "text": "<b>% unemployed</b>", "xref": "paper", "yref": "paper", "xanchor": "right", "showarrow": false } ] } }, "height": 450, "width": 900, "user": { "profile_url": "https://chart-studio.plotly.com/~RRRRRRR", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 12:47:54", "mapbox_access_tokens": null, "has_password": null, "username": "RRRRRRR", "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-17T13:13:14.084734Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Wifkan/21.embed", "fid": "Wifkan:21", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Wifkan:21/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/21/2_NJZLKROH96HBRD456BUSV2CQ5GPCDR.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/21/8_UFCJQHQ6OOKHGMAGNEKOO466WJXJR5.png", "list-thumb": "https://api.plotly.com/v2/files/Wifkan:21/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Wifkan:21", "plots": "https://api.plotly.com/v2/plots/Wifkan:21", "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan" }, "owner": "Wifkan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Wifkan/21/", "world_readable": true, "date_modified": "2019-06-17T13:13:14.535Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/21/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6a5a2940-89fe-428c-8dcf-781dc06aaafa", "type": "mesh3d", "xsrc": "Wifkan:22:67204d", "ysrc": "Wifkan:22:56a227", "zsrc": "Wifkan:22:980f48", "color": "#00FFFF", "opacity": 0.4, "alphahull": 5 } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Wifkan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-08 18:35:37", "mapbox_access_tokens": null, "has_password": null, "username": "Wifkan", "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-17T13:12:33.418432Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amitnene/44.embed", "fid": "amitnene:44", "filename": "Plot 44", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amitnene:44/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/amitnene/44/2_2DV2Y0LD7O6BO27802NF2OC96UCD0O.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amitnene/44/8_4ICOUEHYVYZL1AS3VIM5YQA1VJLI2X.png", "list-thumb": "https://api.plotly.com/v2/files/amitnene:44/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amitnene:44", "plots": "https://api.plotly.com/v2/plots/amitnene:44", "parent": "https://api.plotly.com/v2/folders/home?user=amitnene" }, "owner": "amitnene", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~amitnene/44/", "world_readable": true, "date_modified": "2019-06-17T13:14:39.232Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amitnene/44/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "amitnene:43:3a69f4", "ysrc": "amitnene:43:f586b0" } ], "frames": [], "layout": { "title": { "text": "NSGA Scheduler Throughput" }, "xaxis": { "type": "linear", "range": [ 0, 915 ], "title": { "text": "Time span (in seconds)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 7.765000000000001, 15.065 ], "title": { "text": "Throughput (in requests/sec)" }, "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/~amitnene", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-05-07 18:24:27", "mapbox_access_tokens": null, "has_password": null, "username": "amitnene", "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-17T13:12:20.770704Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~thomaslv02/50.embed", "fid": "thomaslv02:50", "filename": "templumfminfreqfilterobs", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/50/9_5E7MITE4S92IG4DW91ZGKSYMBOBR5I.png", "image_urls": { "default": "https://api.plotly.com/v2/files/thomaslv02:50/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/thomaslv02:50/image?image_name=block-thumb", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/thomaslv02/50/9_5E7MITE4S92IG4DW91ZGKSYMBOBR5I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/thomaslv02:50", "plots": "https://api.plotly.com/v2/plots/thomaslv02:50", "parent": "https://api.plotly.com/v2/folders/home?user=thomaslv02" }, "owner": "thomaslv02", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Données observationnelles avec fréquence filtrée (temp, lum, fmin)", "views": 0, "web_url": "https://chart-studio.plotly.com/~thomaslv02/50/donnees-observationnelles-avec-frequence-filtree-temp-lum-fmin/", "world_readable": true, "date_modified": "2019-06-21T13:04:02.203Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~thomaslv02/50/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f56a4385-eb2e-4b50-a783-11c54d0e9611", "line": { "color": "black", "width": 0.5 }, "mode": "markers", "type": "scatter3d", "xsrc": "thomaslv02:51:ff9d08", "ysrc": "thomaslv02:51:42e2eb", "zsrc": "thomaslv02:51:96fe2a", "marker": { "size": 2, "color": "black" }, "error_x": { "type": "data", "color": "black", "width": 3, "arraysrc": "thomaslv02:51:36304d", "symmetric": false, "thickness": 0.5, "arrayminussrc": "thomaslv02:51:00a453" }, "error_y": { "type": "data", "color": "black", "width": 3, "arraysrc": "thomaslv02:51:bc7d7e", "symmetric": false, "thickness": 0.5, "arrayminussrc": "thomaslv02:51:112bb2" }, "opacity": 0.8 }, { "uid": "0fd8d654-08a0-4565-87a4-de0cf91ae1b6", "type": "surface", "xsrc": "thomaslv02:51:5d6ba5,c2f2f2,05d8a7,53e2d8,77116e,c81bfc,20a978,3cc709,1b5189,8e47b3,13d7a9,80cecd,051c80,8e8e3f,513f81,c6eeb6,d29734,0eaff3,a5074c,8ba52b", "ysrc": "thomaslv02:51:cb6de6,3ea2e1,777e4d,4feb95,9326bb,aa1d53,7ba46c,3339cf,950555,45c94d,08064f,94f29c,dc338e,9e1c75,0d5f51,39835b,68bb71,dbedd0,871ee8,3dda99", "zsrc": "thomaslv02:51:ce3cf4,f12ae0,46202d,643bbe,82a5f4,40c5cc,2b538d,71e089,de22dc,740325,911b7a,74800b,59a6e7,cc0787,c0c3ca,fac04b,06ae42,b4865e,7aee3b,6a51fe", "opacity": 0.7, "colorbar": { "x": 1, "y": 0.5, "title": { "text": "fmin (uHz)" } }, "colorscale": "RdBu" }, { "uid": "b27c4b26-e49c-4ae4-944d-84d60c9402a9", "line": { "color": "black", "width": 0.5 }, "mode": "markers", "type": "scatter3d", "xsrc": "thomaslv02:51:5ed1db", "ysrc": "thomaslv02:51:b783f9", "zsrc": "thomaslv02:51:3d4e82", "marker": { "size": 2, "color": "red" }, "error_x": { "type": "data", "color": "black", "width": 3, "arraysrc": "thomaslv02:51:7c7f62", "symmetric": false, "thickness": 0.5, "arrayminussrc": "thomaslv02:51:60d9be" }, "error_y": { "type": "data", "color": "black", "width": 3, "arraysrc": "thomaslv02:51:88e64c", "symmetric": false, "thickness": 0.5, "arrayminussrc": "thomaslv02:51:c90af1" }, "opacity": 0.8 } ], "layout": { "scene": { "xaxis": { "title": { "text": "Température (K)" }, "autorange": "reversed", "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(255, 255, 255)", "showbackground": true, "backgroundcolor": "rgb(204, 204, 204)" }, "yaxis": { "range": [ -0.1817741063860445, 1.0896225515843405 ], "title": { "text": "Luminosité (loglsl)" }, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(255, 255, 255)", "showbackground": true, "backgroundcolor": "rgb(204, 204,204)" }, "zaxis": { "range": [ 153.96734, 693.07806 ], "title": { "text": "fmax (uHz)" }, "gridcolor": "rgb(255, 255, 255)", "zerolinecolor": "rgb(255, 255, 255)", "showbackground": true, "backgroundcolor": "rgb(204, 204,204)" } }, "title": { "text": "Données observationnelles avec fréquence filtrée (temp, lum, fmin)" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~thomaslv02", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-07 15:25:19", "mapbox_access_tokens": null, "has_password": null, "username": "thomaslv02", "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-17T13:10:57.300189Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~claudb1510/8.embed", "fid": "claudb1510:8", "filename": "plot from API (3)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/claudb1510/8/9_QIK1DCX03FEK3PEQ93NGWKOWR36EMZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/claudb1510/8/2_NAI33NURTGUGSLME4S4GM1Q9T9G402.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/claudb1510/8/8_7AIWAEG4CF38NB8FFQGWUCRH759M2O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/claudb1510/8/9_QIK1DCX03FEK3PEQ93NGWKOWR36EMZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/claudb1510:8", "plots": "https://api.plotly.com/v2/plots/claudb1510:8", "parent": "https://api.plotly.com/v2/folders/home?user=claudb1510" }, "owner": "claudb1510", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~claudb1510/8/", "world_readable": true, "date_modified": "2019-06-17T13:10:57.841Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~claudb1510/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "1a7de63a-1e81-43ff-9f24-76b54ef716fd", "type": "box", "ysrc": "claudb1510:9:d04613", "marker": { "color": "hsl(0.0,50%,50%)" } }, { "uid": "e91a25d9-7ede-4c44-89bc-d89130bb8e71", "type": "box", "ysrc": "claudb1510:9:4e0794", "marker": { "color": "hsl(17.142857142857142,50%,50%)" } }, { "uid": "2762a77d-7fd6-4863-a6fa-9b57543c2e94", "type": "box", "ysrc": "claudb1510:9:fc7af0", "marker": { "color": "hsl(34.285714285714285,50%,50%)" } }, { "uid": "7b677d5a-4d6b-4c5f-a6ea-4cec96e7d099", "type": "box", "ysrc": "claudb1510:9:a96718", "marker": { "color": "hsl(51.42857142857143,50%,50%)" } }, { "uid": "a956c5b8-6f46-4010-acd8-4c387a73d629", "type": "box", "ysrc": "claudb1510:9:82b82b", "marker": { "color": "hsl(68.57142857142857,50%,50%)" } }, { "uid": "62360d18-46f8-4583-96f4-384049c2fab5", "type": "box", "ysrc": "claudb1510:9:bd281a", "marker": { "color": "hsl(85.71428571428571,50%,50%)" } }, { "uid": "87ff2dac-ddd2-4ca9-b4ed-4cf37f52eb61", "type": "box", "ysrc": "claudb1510:9:651880", "marker": { "color": "hsl(102.85714285714286,50%,50%)" } }, { "uid": "8c994641-21ae-41ff-ba83-e1983db82b63", "type": "box", "ysrc": "claudb1510:9:92c5e5", "marker": { "color": "hsl(120.0,50%,50%)" } }, { "uid": "194c16e1-ab15-4b3e-b6dd-606039bb5975", "type": "box", "ysrc": "claudb1510:9:a22b4f", "marker": { "color": "hsl(137.14285714285714,50%,50%)" } }, { "uid": "924f154b-8a8b-489f-98d2-d65321da5ee3", "type": "box", "ysrc": "claudb1510:9:722ab5", "marker": { "color": "hsl(154.28571428571428,50%,50%)" } }, { "uid": "1a2e2032-a867-431f-a321-a3593832f700", "type": "box", "ysrc": "claudb1510:9:6dd175", "marker": { "color": "hsl(171.42857142857142,50%,50%)" } }, { "uid": "1ae6cb56-256e-48bd-b21d-0f0bdc33ea9c", "type": "box", "ysrc": "claudb1510:9:315f51", "marker": { "color": "hsl(188.57142857142856,50%,50%)" } }, { "uid": "c0c567e8-d1aa-4fae-8c4b-e750d625a66e", "type": "box", "ysrc": "claudb1510:9:ac6801", "marker": { "color": "hsl(205.71428571428572,50%,50%)" } }, { "uid": "77552227-b1f4-4d0b-a511-e12bed4557f2", "type": "box", "ysrc": "claudb1510:9:1252e1", "marker": { "color": "hsl(222.85714285714286,50%,50%)" } }, { "uid": "fe53dc53-f450-44f7-86cb-cbe4128f06bb", "type": "box", "ysrc": "claudb1510:9:91d56e", "marker": { "color": "hsl(240.0,50%,50%)" } }, { "uid": "68ce556e-4b85-4c38-ac4a-22edc5c3fe37", "type": "box", "ysrc": "claudb1510:9:3a61ae", "marker": { "color": "hsl(257.1428571428571,50%,50%)" } }, { "uid": "cc0dd4c4-83de-4fa5-9db4-a3524ad328d4", "type": "box", "ysrc": "claudb1510:9:1252e1", "marker": { "color": "hsl(274.2857142857143,50%,50%)" } }, { "uid": "3336079a-61db-4450-b91a-dec7215400dd", "type": "box", "ysrc": "claudb1510:9:6010ac", "marker": { "color": "hsl(291.42857142857144,50%,50%)" } }, { "uid": "6006e400-3298-4546-bcb9-57774a3aadfc", "type": "box", "ysrc": "claudb1510:9:ac6801", "marker": { "color": "hsl(308.57142857142856,50%,50%)" } }, { "uid": "842e299d-b769-4d5d-afcb-2c787e52b653", "type": "box", "ysrc": "claudb1510:9:722ab5", "marker": { "color": "hsl(325.7142857142857,50%,50%)" } }, { "uid": "abbb53cd-5960-41c6-8fcb-577bf340919d", "type": "box", "ysrc": "claudb1510:9:b0f564", "marker": { "color": "hsl(342.85714285714283,50%,50%)" } }, { "uid": "e33c8955-24b8-47cd-a778-2b8865ef2ded", "type": "box", "ysrc": "claudb1510:9:bac197", "marker": { "color": "hsl(360.0,50%,50%)" } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~claudb1510", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 12:41:55", "mapbox_access_tokens": null, "has_password": null, "username": "claudb1510", "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-17T13:09:17.106308Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AndrewWDickinson/5.embed", "fid": "AndrewWDickinson:5", "filename": "pH6.Heatmap", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/AndrewWDickinson:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/AndrewWDickinson:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AndrewWDickinson/5/8_Z1QLKJTBETTRBWNWJZWE9IXVWHK4T3.png", "list-thumb": "https://api.plotly.com/v2/files/AndrewWDickinson:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AndrewWDickinson:5", "plots": "https://api.plotly.com/v2/plots/AndrewWDickinson:5", "parent": "https://api.plotly.com/v2/folders/home?user=AndrewWDickinson" }, "owner": "AndrewWDickinson", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~AndrewWDickinson/5/", "world_readable": true, "date_modified": "2019-06-17T13:09:17.177Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AndrewWDickinson/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "heatmap", "xsrc": "AndrewWDickinson:4:0a0006", "ysrc": "AndrewWDickinson:4:1a6677", "zsrc": "AndrewWDickinson:4:935fd5", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgba(255,245,240,1)" ], [ "0.0416666666666667", "rgba(255,238,230,1)" ], [ "0.0833333333333333", "rgba(255,231,220,1)" ], [ "0.125", "rgba(254,224,210,1)" ], [ "0.166666666666667", "rgba(254,212,193,1)" ], [ "0.208333333333333", "rgba(253,199,177,1)" ], [ "0.25", "rgba(252,187,161,1)" ], [ "0.291666666666667", "rgba(253,174,145,1)" ], [ "0.333333333333333", "rgba(253,160,129,1)" ], [ "0.375", "rgba(252,146,114,1)" ], [ "0.416666666666667", "rgba(252,133,101,1)" ], [ "0.458333333333333", "rgba(252,120,87,1)" ], [ "0.5", "rgba(251,106,74,1)" ], [ "0.541666666666667", "rgba(247,92,64,1)" ], [ "0.583333333333333", "rgba(243,77,54,1)" ], [ "0.625", "rgba(239,59,44,1)" ], [ "0.666666666666667", "rgba(227,49,39,1)" ], [ "0.708333333333333", "rgba(215,37,34,1)" ], [ "0.75", "rgba(203,24,29,1)" ], [ "0.791666666666667", "rgba(190,21,26,1)" ], [ "0.833333333333333", "rgba(178,18,24,1)" ], [ "0.875", "rgba(165,15,21,1)" ], [ "0.916666666666667", "rgba(144,9,19,1)" ], [ "0.958333333333333", "rgba(123,3,16,1)" ], [ "1", "rgba(103,0,13,1)" ] ] } ], "layout": { "scene": { "zaxis": { "title": [] } }, "title": "pH 6", "xaxis": { "title": "Salinity (%)", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Temperature °C", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AndrewWDickinson", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 12:48:24", "mapbox_access_tokens": null, "has_password": null, "username": "AndrewWDickinson", "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-17T13:09:07.198746Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AndrewWDickinson/3.embed", "fid": "AndrewWDickinson:3", "filename": "pH7.Heatmap", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/AndrewWDickinson:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/AndrewWDickinson:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/AndrewWDickinson:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/AndrewWDickinson:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AndrewWDickinson:3", "plots": "https://api.plotly.com/v2/plots/AndrewWDickinson:3", "parent": "https://api.plotly.com/v2/folders/home?user=AndrewWDickinson" }, "owner": "AndrewWDickinson", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~AndrewWDickinson/3/", "world_readable": true, "date_modified": "2019-06-17T13:49:20.059Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AndrewWDickinson/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "heatmap", "xsrc": "AndrewWDickinson:2:c31ab1", "ysrc": "AndrewWDickinson:2:99c86a", "zsrc": "AndrewWDickinson:2:7fe58f", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgba(255,245,240,1)" ], [ "0.0416666666666667", "rgba(255,238,230,1)" ], [ "0.0833333333333333", "rgba(255,231,220,1)" ], [ "0.125", "rgba(254,224,210,1)" ], [ "0.166666666666667", "rgba(254,212,193,1)" ], [ "0.208333333333333", "rgba(253,199,177,1)" ], [ "0.25", "rgba(252,187,161,1)" ], [ "0.291666666666667", "rgba(253,174,145,1)" ], [ "0.333333333333333", "rgba(253,160,129,1)" ], [ "0.375", "rgba(252,146,114,1)" ], [ "0.416666666666667", "rgba(252,133,101,1)" ], [ "0.458333333333333", "rgba(252,120,87,1)" ], [ "0.5", "rgba(251,106,74,1)" ], [ "0.541666666666667", "rgba(247,92,64,1)" ], [ "0.583333333333333", "rgba(243,77,54,1)" ], [ "0.625", "rgba(239,59,44,1)" ], [ "0.666666666666667", "rgba(227,49,39,1)" ], [ "0.708333333333333", "rgba(215,37,34,1)" ], [ "0.75", "rgba(203,24,29,1)" ], [ "0.791666666666667", "rgba(190,21,26,1)" ], [ "0.833333333333333", "rgba(178,18,24,1)" ], [ "0.875", "rgba(165,15,21,1)" ], [ "0.916666666666667", "rgba(144,9,19,1)" ], [ "0.958333333333333", "rgba(123,3,16,1)" ], [ "1", "rgba(103,0,13,1)" ] ] } ], "layout": { "scene": { "zaxis": { "title": [] } }, "title": "pH 7", "xaxis": { "title": "Salinity (%)", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Temperature °C", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AndrewWDickinson", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 12:48:24", "mapbox_access_tokens": null, "has_password": null, "username": "AndrewWDickinson", "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-17T13:08:17.360297Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~2018sjain/2.embed", "fid": "2018sjain:2", "filename": "d3-bubble-map-populations-demopro", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/2018sjain:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/2018sjain:2/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/2018sjain/2/8_FPPQV6FNN85LAB4H4BS3ZRSUXY2UJC.png", "list-thumb": "https://api.plotly.com/v2/files/2018sjain:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/2018sjain:2", "plots": "https://api.plotly.com/v2/plots/2018sjain:2", "parent": "https://api.plotly.com/v2/folders/home?user=2018sjain" }, "owner": "2018sjain", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "instagram|unknown|young|unknown", "views": 0, "web_url": "https://chart-studio.plotly.com/~2018sjain/2/instagramunknownyoungunknown/", "world_readable": true, "date_modified": "2019-06-17T17:41:55.845Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~2018sjain/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "0 - 3", "type": "scattergeo", "latsrc": "2018sjain:3:379ca8", "lonsrc": "2018sjain:3:e0332a", "marker": { "line": { "color": "black", "width": 2 }, "color": "rgb(0,116,217)", "sizesrc": "2018sjain:3:503aa6" }, "textsrc": "2018sjain:3:e4b15a", "sizemode": "diameter", "locationmode": "ISO-3" }, { "name": "4 - 11", "type": "scattergeo", "latsrc": "2018sjain:3:e429db", "lonsrc": "2018sjain:3:377448", "marker": { "line": { "color": "black", "width": 2 }, "color": "rgb(255,65,54)", "sizesrc": "2018sjain:3:fc2122" }, "textsrc": "2018sjain:3:4558b5", "sizemode": "diameter", "locationmode": "ISO-3" }, { "name": "12 - 24", "type": "scattergeo", "latsrc": "2018sjain:3:5a0905", "lonsrc": "2018sjain:3:db7880", "marker": { "line": { "color": "black", "width": 2 }, "color": "rgb(133,20,75)", "sizesrc": "2018sjain:3:1f3320" }, "textsrc": "2018sjain:3:11cab9", "sizemode": "diameter", "locationmode": "ISO-3" }, { "name": "25 - 49", "type": "scattergeo", "latsrc": "2018sjain:3:476d7f", "lonsrc": "2018sjain:3:573924", "marker": { "line": { "color": "black", "width": 2 }, "color": "rgb(255,133,27)", "sizesrc": "2018sjain:3:d3cd20" }, "textsrc": "2018sjain:3:fb165b", "sizemode": "diameter", "locationmode": "ISO-3" }, { "name": "50 - 100", "type": "scattergeo", "latsrc": "2018sjain:3:113cad", "lonsrc": "2018sjain:3:f311c4", "marker": { "line": { "color": "black", "width": 2 }, "color": "rgb(255,220,0)", "sizesrc": "2018sjain:3:7fb105" }, "textsrc": "2018sjain:3:3b9b47", "sizemode": "diameter", "locationmode": "ISO-3" } ], "layout": { "geo": { "scope": "world", "showland": true, "landcolor": "rgb(217, 217, 217)", "projection": { "type": "orthographic" }, "countrycolor": "rgb(255, 255, 255)", "countrywidth": 1, "subunitcolor": "rgb(255, 255, 255)", "subunitwidth": 1 }, "title": "instagram|unknown|young|unknown", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~2018sjain", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-14 19:15:40", "mapbox_access_tokens": null, "has_password": null, "username": "2018sjain", "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-17T13:06:44.712129Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AndrewWDickinson/1.embed", "fid": "AndrewWDickinson:1", "filename": "pH8.Heatmap", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/AndrewWDickinson:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/AndrewWDickinson:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AndrewWDickinson/1/8_EORO1N1I7LZTMTB6OCMUXF3EPJYQS1.png", "list-thumb": "https://api.plotly.com/v2/files/AndrewWDickinson:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AndrewWDickinson:1", "plots": "https://api.plotly.com/v2/plots/AndrewWDickinson:1", "parent": "https://api.plotly.com/v2/folders/home?user=AndrewWDickinson" }, "owner": "AndrewWDickinson", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~AndrewWDickinson/1/", "world_readable": true, "date_modified": "2019-06-17T13:08:03.409Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AndrewWDickinson/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "heatmap", "xsrc": "AndrewWDickinson:0:0854d8", "ysrc": "AndrewWDickinson:0:fba11d", "zsrc": "AndrewWDickinson:0:1b45b7", "frame": null, "xaxis": "x", "yaxis": "y", "colorbar": { "y": 1, "len": 0.5, "title": "", "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "showscale": true, "colorscale": [ [ "0", "rgba(255,245,240,1)" ], [ "0.0416666666666667", "rgba(255,238,230,1)" ], [ "0.0833333333333333", "rgba(255,231,220,1)" ], [ "0.125", "rgba(254,224,210,1)" ], [ "0.166666666666667", "rgba(254,212,193,1)" ], [ "0.208333333333333", "rgba(253,199,177,1)" ], [ "0.25", "rgba(252,187,161,1)" ], [ "0.291666666666667", "rgba(253,174,145,1)" ], [ "0.333333333333333", "rgba(253,160,129,1)" ], [ "0.375", "rgba(252,146,114,1)" ], [ "0.416666666666667", "rgba(252,133,101,1)" ], [ "0.458333333333333", "rgba(252,120,87,1)" ], [ "0.5", "rgba(251,106,74,1)" ], [ "0.541666666666667", "rgba(247,92,64,1)" ], [ "0.583333333333333", "rgba(243,77,54,1)" ], [ "0.625", "rgba(239,59,44,1)" ], [ "0.666666666666667", "rgba(227,49,39,1)" ], [ "0.708333333333333", "rgba(215,37,34,1)" ], [ "0.75", "rgba(203,24,29,1)" ], [ "0.791666666666667", "rgba(190,21,26,1)" ], [ "0.833333333333333", "rgba(178,18,24,1)" ], [ "0.875", "rgba(165,15,21,1)" ], [ "0.916666666666667", "rgba(144,9,19,1)" ], [ "0.958333333333333", "rgba(123,3,16,1)" ], [ "1", "rgba(103,0,13,1)" ] ] } ], "layout": { "scene": { "zaxis": { "title": [] } }, "title": "pH 8", "xaxis": { "title": "Salinity (%)", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "title": "Temperature °C", "domain": [ 0, 1 ], "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AndrewWDickinson", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 12:48:24", "mapbox_access_tokens": null, "has_password": null, "username": "AndrewWDickinson", "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-17T13:06:20.129168Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~yiwilliamzhang/46.embed", "fid": "yiwilliamzhang:46", "filename": "plot from API (23)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/yiwilliamzhang:46/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/yiwilliamzhang:46/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/yiwilliamzhang/46/8_GL714AR8F9SMYSSGIM8AO4I983ONPH.png", "list-thumb": "https://api.plotly.com/v2/files/yiwilliamzhang:46/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/yiwilliamzhang:46", "plots": "https://api.plotly.com/v2/plots/yiwilliamzhang:46", "parent": "https://api.plotly.com/v2/folders/home?user=yiwilliamzhang" }, "owner": "yiwilliamzhang", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Not Normalized vs Normalized", "views": 0, "web_url": "https://chart-studio.plotly.com/~yiwilliamzhang/46/not-normalized-vs-normalized/", "world_readable": true, "date_modified": "2019-06-17T13:06:20.581Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~yiwilliamzhang/46/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "fec59987-f941-47c8-94f3-98d7b2ea3809", "name": "Not Normalized", "type": "box", "xsrc": "yiwilliamzhang:47:982abf", "ysrc": "yiwilliamzhang:47:b82e58", "marker": { "color": "#3D9970" }, "boxmean": false, "orientation": "h" }, { "uid": "bae3a243-c398-44ee-a254-91996cdc1346", "name": "Normalized", "type": "box", "xsrc": "yiwilliamzhang:47:db5cbf", "ysrc": "yiwilliamzhang:47:b82e58", "marker": { "color": "rgba(127, 96, 0, 0.5)" }, "boxmean": false, "orientation": "h" } ], "layout": { "xaxis": { "zeroline": false }, "boxmode": "group" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~yiwilliamzhang", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-04-27 12:36:52", "mapbox_access_tokens": null, "has_password": null, "username": "yiwilliamzhang", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "