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=cD0yMDE5LTA2LTE3KzIwJTNBNTclM0EyNS40ODAzNzIlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzIwJTNBNTIlM0EyNC41ODgwNTAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysyMCUzQTU2JTNBNTIuMzQ1OTY5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T20:56:52.345969Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~carlolv2/1.embed", "fid": "carlolv2:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/carlolv2:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/carlolv2/1/2_GNZ5N273MV8Z5F4KM4WMCB9S4OTPBK.png", "block-thumb": "https://api.plotly.com/v2/files/carlolv2:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/carlolv2:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/carlolv2:1", "plots": "https://api.plotly.com/v2/plots/carlolv2:1", "parent": "https://api.plotly.com/v2/folders/home?user=carlolv2" }, "owner": "carlolv2", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~carlolv2/1/", "world_readable": true, "date_modified": "2019-06-17T20:56:52.372Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~carlolv2/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "carlolv2:0:a31a0a", "ysrc": "carlolv2:0:270a59", "boxpoints": false } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 100 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -11109999.999999998, 211090000 ], "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/~carlolv2", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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-17 20:55:01", "mapbox_access_tokens": null, "has_password": null, "username": "carlolv2", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:56:21.406663Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~darioromero/90.embed", "fid": "darioromero:90", "filename": "plot from API (2)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/darioromero:90/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/darioromero:90/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/darioromero/90/8_TLZB1HDZ94GGAATJTYUO4L8GYRCPRU.png", "list-thumb": "https://api.plotly.com/v2/files/darioromero:90/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/darioromero:90", "plots": "https://api.plotly.com/v2/plots/darioromero:90", "parent": "https://api.plotly.com/v2/folders/home?user=darioromero" }, "owner": "darioromero", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~darioromero/90/", "world_readable": true, "date_modified": "2019-06-17T20:56:21.987Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~darioromero/90/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "63cdc260-9694-4422-bdb5-ab1bbb1dbb01", "type": "scatter", "xsrc": "darioromero:91:11e1cc", "ysrc": "darioromero:91:6704ab", "xaxis": "x", "yaxis": "y" }, { "uid": "a48c3aa2-1b23-4a2e-b80d-e48aa4dab446", "type": "scatter", "xsrc": "darioromero:91:11e1cc", "ysrc": "darioromero:91:308ef6", "xaxis": "x2", "yaxis": "y2" }, { "uid": "acccf541-9698-4ba0-b42e-060522cac65e", "type": "scatter", "xsrc": "darioromero:91:11e1cc", "ysrc": "darioromero:91:6704ab", "xaxis": "x3", "yaxis": "y3" }, { "uid": "42d0bfc2-9326-43ba-9405-accd0a70250f", "type": "scatter", "xsrc": "darioromero:91:11e1cc", "ysrc": "darioromero:91:308ef6", "xaxis": "x4", "yaxis": "y4" } ], "layout": { "xaxis": { "anchor": "y", "domain": [ 0.0, 0.45 ] }, "yaxis": { "anchor": "x", "domain": [ 0.625, 1.0 ] }, "xaxis2": { "anchor": "y2", "domain": [ 0.55, 1.0 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 0.45 ] }, "xaxis4": { "anchor": "y4", "domain": [ 0.55, 1.0 ] }, "yaxis2": { "anchor": "x2", "domain": [ 0.625, 1.0 ] }, "yaxis3": { "anchor": "x3", "domain": [ 0.0, 0.375 ] }, "yaxis4": { "anchor": "x4", "domain": [ 0.0, 0.375 ] }, "annotations": [ { "x": 0.225, "y": 1.0, "font": { "size": 16 }, "text": "Plot 1", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 1.0, "font": { "size": 16 }, "text": "Plot 2", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.225, "y": 0.375, "font": { "size": 16 }, "text": "Plot 3", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.775, "y": 0.375, "font": { "size": 16 }, "text": "Plot 4", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~darioromero", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "https://www.linkedin.com/in/dario-h-romero-peng-msc-cs-7638179/", "nickname": "Dario", "website": "http://www.cpqanalytics.com/", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-04-21 17:34:15", "mapbox_access_tokens": null, "has_password": null, "username": "darioromero", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:56:20.639117Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Thx/118.embed", "fid": "Thx:118", "filename": "Plotly Playground 2019-06-17 20:55:35", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Thx:118/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Thx:118/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Thx:118/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Thx:118/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Thx:118", "plots": "https://api.plotly.com/v2/plots/Thx:118", "parent": "https://api.plotly.com/v2/folders/home?user=Thx" }, "owner": "Thx", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 1, "web_url": "https://chart-studio.plotly.com/~Thx/118/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-17T20:56:22.442Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Thx/118/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2c48a726-7520-4e68-9665-99cf1fdf4533", "line": { "width": 1.3 }, "name": "transaction_date_count", "type": "box", "ysrc": "Thx:119:99c932", "marker": { "color": "rgba(255, 153, 51, 1.0)" }, "boxpoints": false, "orientation": "v" } ], "layout": { "title": { "font": { "color": "#4D5663" } }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Thx", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-08-25 08:46:15", "mapbox_access_tokens": null, "has_password": null, "username": "Thx", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:56:12.234414Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~andrew.cobaugh/1.embed", "fid": "andrew.cobaugh:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/andrew.cobaugh:1/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/andrew.cobaugh/1/2_HN8KJHZ2A9HL0G9ITIC9DY7SDW8YDP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andrew.cobaugh/1/8_KF3I7SOEFBXSMU58T9VQSKRR46TDWN.png", "list-thumb": "https://api.plotly.com/v2/files/andrew.cobaugh:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/andrew.cobaugh:1", "plots": "https://api.plotly.com/v2/plots/andrew.cobaugh:1", "parent": "https://api.plotly.com/v2/folders/home?user=andrew.cobaugh" }, "owner": "andrew.cobaugh", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~andrew.cobaugh/1/", "world_readable": true, "date_modified": "2019-06-17T20:56:12.249Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~andrew.cobaugh/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "Negative", "type": "scatter", "xsrc": "andrew.cobaugh:0:b132b6", "ysrc": "andrew.cobaugh:0:e13f59" }, { "mode": "lines", "name": "Neutral", "type": "scatter", "xsrc": "andrew.cobaugh:0:b132b6", "ysrc": "andrew.cobaugh:0:1f76f1", "stackgroup": null }, { "mode": "lines", "name": "Positive", "type": "scatter", "xsrc": "andrew.cobaugh:0:b132b6", "ysrc": "andrew.cobaugh:0:0bc2c0", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "RIT Pulse Poll" }, "xaxis": { "type": "category", "range": [ 0, 7 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 1.9444444444444446, 63.05555555555556 ], "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/~andrew.cobaugh", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "acobaugh", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:55:48", "mapbox_access_tokens": null, "has_password": null, "username": "andrew.cobaugh", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:54:58.234971Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~samindu/8.embed", "fid": "samindu:8", "filename": "plot from API (4)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/samindu:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/samindu:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/samindu:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/samindu:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/samindu:8", "plots": "https://api.plotly.com/v2/plots/samindu:8", "parent": "https://api.plotly.com/v2/folders/home?user=samindu" }, "owner": "samindu", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "PC2 vs PC1", "views": 0, "web_url": "https://chart-studio.plotly.com/~samindu/8/pc2-vs-pc1/", "world_readable": true, "date_modified": "2019-06-17T20:54:58.697Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~samindu/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2adf2f98-9142-11e9-ad47-309c231ded2e", "mode": "markers", "name": "Iris-setosa", "type": "scatter", "xsrc": "samindu:9:388334", "ysrc": "samindu:9:728bed", "marker": { "line": { "color": "rgba(217, 217, 217, 0.14)", "width": 0.5 }, "size": 12, "opacity": 0.8 } }, { "uid": "2adf5694-9142-11e9-89b0-309c231ded2e", "mode": "markers", "name": "Iris-versicolor", "type": "scatter", "xsrc": "samindu:9:ab4664", "ysrc": "samindu:9:485337", "marker": { "line": { "color": "rgba(217, 217, 217, 0.14)", "width": 0.5 }, "size": 12, "opacity": 0.8 } }, { "uid": "2adf5695-9142-11e9-9837-309c231ded2e", "mode": "markers", "name": "Iris-virginica", "type": "scatter", "xsrc": "samindu:9:8684fb", "ysrc": "samindu:9:971111", "marker": { "line": { "color": "rgba(217, 217, 217, 0.14)", "width": 0.5 }, "size": 12, "opacity": 0.8 } } ], "layout": { "xaxis": { "title": "PC1", "showline": false }, "yaxis": { "title": "PC2", "showline": false } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~samindu", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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": "2018-10-31 14:03:47", "mapbox_access_tokens": null, "has_password": null, "username": "samindu", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:54:42.435034Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~darioromero/88.embed", "fid": "darioromero:88", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/darioromero:88/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/darioromero:88/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/darioromero/88/8_YN4M4ZWDP005H3KNGU2R9UWM6MQ39M.png", "list-thumb": "https://api.plotly.com/v2/files/darioromero:88/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/darioromero:88", "plots": "https://api.plotly.com/v2/plots/darioromero:88", "parent": "https://api.plotly.com/v2/folders/home?user=darioromero" }, "owner": "darioromero", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~darioromero/88/", "world_readable": true, "date_modified": "2019-06-17T20:54:43.036Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~darioromero/88/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "4201522d-58dc-44d2-ba51-a00920b5d0c4", "type": "scatter", "xsrc": "darioromero:89:cba600", "ysrc": "darioromero:89:5688a8" }, { "uid": "762f592d-b007-4b68-9ea8-397fc9726254", "type": "scatter", "xsrc": "darioromero:89:cba600", "ysrc": "darioromero:89:76e0cb" }, { "uid": "f535be63-2aa9-481d-9917-878ad0787c34", "type": "scatter", "xsrc": "darioromero:89:cba600", "ysrc": "darioromero:89:5688a8" }, { "uid": "588dafb5-1a27-4fe9-8850-802e534e357e", "type": "scatter", "xsrc": "darioromero:89:cba600", "ysrc": "darioromero:89:76e0cb" } ], "layout": { "width": 800, "height": 600 } }, "height": 600, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~darioromero", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "https://www.linkedin.com/in/dario-h-romero-peng-msc-cs-7638179/", "nickname": "Dario", "website": "http://www.cpqanalytics.com/", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-04-21 17:34:15", "mapbox_access_tokens": null, "has_password": null, "username": "darioromero", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:54:08.704818Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~darioromero/86.embed", "fid": "darioromero:86", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/darioromero:86/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/darioromero:86/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/darioromero/86/8_I4G5ZKVFHWKWCUJ0QJ5S3OKH0CFH4R.png", "list-thumb": "https://api.plotly.com/v2/files/darioromero:86/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/darioromero:86", "plots": "https://api.plotly.com/v2/plots/darioromero:86", "parent": "https://api.plotly.com/v2/folders/home?user=darioromero" }, "owner": "darioromero", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~darioromero/86/", "world_readable": true, "date_modified": "2019-06-17T20:54:09.284Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~darioromero/86/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "2430395b-3019-42b2-9b93-eaf7bc93ac39", "type": "scatter", "xsrc": "darioromero:87:a9e32a", "ysrc": "darioromero:87:3d8a3c" }, { "uid": "4be72192-3e3c-4a60-bf46-aa863e4865e5", "type": "scatter", "xsrc": "darioromero:87:a9e32a", "ysrc": "darioromero:87:4c871b" }, { "uid": "8afe4e5e-3e43-4829-bec5-8247137195e7", "type": "scatter", "xsrc": "darioromero:87:a9e32a", "ysrc": "darioromero:87:3d8a3c" }, { "uid": "9e81c2ba-3734-4541-9dd3-55999b0f7244", "type": "scatter", "xsrc": "darioromero:87:a9e32a", "ysrc": "darioromero:87:4c871b" } ], "layout": { "width": 300, "height": 150 } }, "height": 150, "width": 300, "user": { "profile_url": "https://chart-studio.plotly.com/~darioromero", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "https://www.linkedin.com/in/dario-h-romero-peng-msc-cs-7638179/", "nickname": "Dario", "website": "http://www.cpqanalytics.com/", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-04-21 17:34:15", "mapbox_access_tokens": null, "has_password": null, "username": "darioromero", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:53:13.894458Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~adamwojt/12.embed", "fid": "adamwojt:12", "filename": "Box-plot-salaries", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/adamwojt:12/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/adamwojt/12/2_UU6FR2Z4KWMU5UM49CQBCRWJIN2PJ0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/adamwojt/12/8_35KNW7NAVFYH3QIAVW46R6SHPCEJV3.png", "list-thumb": "https://api.plotly.com/v2/files/adamwojt:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/adamwojt:12", "plots": "https://api.plotly.com/v2/plots/adamwojt:12", "parent": "https://api.plotly.com/v2/folders/home?user=adamwojt" }, "owner": "adamwojt", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 161, "web_url": "https://chart-studio.plotly.com/~adamwojt/12/", "world_readable": true, "date_modified": "2019-06-19T20:43:54.408Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~adamwojt/12/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Average salary", "y": "City", "z": "City" } }, "mode": "markers", "name": "avarage salary in EUR", "type": "box", "xsrc": "adamwojt:11:dc3a3b", "ysrc": "adamwojt:11:aad646", "zsrc": "adamwojt:11:aad646", "marker": { "size": 3 }, "boxmean": true, "hoveron": "boxes", "notched": false, "opacity": 1, "visible": true, "boxpoints": "all", "hoverinfo": "x+y+name", "hoverlabel": { "namelength": 15 }, "orientation": "h", "whiskerwidth": 0.52, "hovertemplate": "", "autocolorscale": true } ], "frames": [], "layout": { "title": { "text": "Avarage salary in Vilnius/ Kaunas in IT companies (EUR)." }, "xaxis": { "type": "linear", "range": [ -382.63166666666666, 6000 ], "title": { "text": "Average salary (EUR)" }, "tickfont": { "size": 12 }, "autorange": false, "showspikes": true }, "yaxis": { "type": "category", "range": [ -0.5036385688295937, 1.5 ], "title": { "text": "City" }, "autorange": true, "showspikes": true }, "boxgap": 0.30000000000000004, "legend": { "x": 1.02, "y": 1, "xanchor": "center", "itemsizing": "constant", "traceorder": "reversed", "borderwidth": 0, "orientation": "h" }, "boxmode": "overlay", "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "clickmode": "event", "hovermode": "closest", "showlegend": false, "annotations": [] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~adamwojt", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-11-28 13:22:20", "mapbox_access_tokens": null, "has_password": null, "username": "adamwojt", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:52:51.220949Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ghbellesis/10.embed", "fid": "ghbellesis:10", "filename": "plot from API", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ghbellesis:10/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ghbellesis:10/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ghbellesis/10/8_BNM3LW3HXTMEJ6ASUW9SJ91J6XILMP.png", "list-thumb": "https://api.plotly.com/v2/files/ghbellesis:10/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ghbellesis:10", "plots": "https://api.plotly.com/v2/plots/ghbellesis:10", "parent": "https://api.plotly.com/v2/folders/home?user=ghbellesis" }, "owner": "ghbellesis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Simple Pie Chart", "views": 1, "web_url": "https://chart-studio.plotly.com/~ghbellesis/10/simple-pie-chart/", "world_readable": true, "date_modified": "2019-06-17T20:52:51.686Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ghbellesis/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f112de64-f06a-4a41-aeb5-01f3040c2999", "type": "pie", "labelssrc": "ghbellesis:11:2b77dc", "valuessrc": "ghbellesis:11:af4675" } ], "layout": { "title": { "text": "Simple Pie Chart" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ghbellesis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:18:34", "mapbox_access_tokens": null, "has_password": null, "username": "ghbellesis", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T20:52:24.588050Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ghbellesis/8.embed", "fid": "ghbellesis:8", "filename": "color-bar-chart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ghbellesis:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ghbellesis:8/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ghbellesis/8/8_B7HXX2RCXX7RAJ56WOQYIQ3PTZ9JF4.png", "list-thumb": "https://api.plotly.com/v2/files/ghbellesis:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ghbellesis:8", "plots": "https://api.plotly.com/v2/plots/ghbellesis:8", "parent": "https://api.plotly.com/v2/folders/home?user=ghbellesis" }, "owner": "ghbellesis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Custom Colors", "views": 0, "web_url": "https://chart-studio.plotly.com/~ghbellesis/8/custom-colors/", "world_readable": true, "date_modified": "2019-06-17T20:52:25.153Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ghbellesis/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "37ca89fb-65c7-42ce-b6da-5d7fd9edf860", "type": "bar", "xsrc": "ghbellesis:9:2b155a", "ysrc": "ghbellesis:9:04cb1c", "marker": { "colorsrc": "ghbellesis:9:4feb12" } } ], "layout": { "title": { "text": "Custom Colors" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ghbellesis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 20:18:34", "mapbox_access_tokens": null, "has_password": null, "username": "ghbellesis", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "