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=cD0yMDE5LTA2LTE3KzE4JTNBNTklM0EyNS4yMDkxMjclMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE4JTNBNTMlM0EwNi4yOTY5NjglMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOCUzQTU5JTNBMDIuODQ1MjE4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-17T18:59:02.845218Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67134.embed", "fid": "amper:67134", "filename": "06-15-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:67134/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:67134/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:67134/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:67134/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67134", "plots": "https://api.plotly.com/v2/plots/amper:67134", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-15-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67134/_06-15-19-ds-1649-alg-5421-param-1254-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T18:59:04.249Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67134/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "76fd5d64-0313-41b9-804c-6373b96cae06", "mode": "lines", "name": "Off", "type": "scattergl", "xsrc": "amper:67135:221135", "ysrc": "amper:67135:7b24b4", "marker": { "line": { "color": "rgb(248, 19, 0)", "width": 1 }, "size": 1, "color": "rgb(248, 19, 0)" } }, { "uid": "6be380f9-4c77-4b47-bb8a-3a825b857f34", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:67135:221135", "ysrc": "amper:67135:79dcc5", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "42693782-5c7c-468d-9f06-1e65bb9f076c", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:67135:221135", "ysrc": "amper:67135:bbef8f", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false } ], "layout": { "title": "06-15-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T18:58:29.676446Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67132.embed", "fid": "amper:67132", "filename": "06-14-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:67132/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:67132/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:67132/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:67132/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67132", "plots": "https://api.plotly.com/v2/plots/amper:67132", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-14-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67132/_06-14-19-ds-1649-alg-5421-param-1254-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T18:58:30.985Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67132/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c4a2d10b-fba8-46d7-bc70-b4506a212787", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:67133:d4e7f4", "ysrc": "amper:67133:0d6b49", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "a4f8819c-6f1d-443d-974d-a96071dc6d6d", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:67133:d4e7f4", "ysrc": "amper:67133:b7b56c", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false }, { "uid": "fd69d27e-c848-4ce9-8602-bc7d728c2a1d", "mode": "lines", "name": "Other", "type": "scattergl", "xsrc": "amper:67133:d4e7f4", "ysrc": "amper:67133:2fe001", "marker": { "line": { "color": "rgb(169,169,169)", "width": 1 }, "size": 1, "color": "rgb(169,169,169)" } } ], "layout": { "title": "06-14-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T18:57:37.807739Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~grognar/1.embed", "fid": "grognar:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/grognar:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/grognar:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/grognar:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/grognar:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/grognar:1", "plots": "https://api.plotly.com/v2/plots/grognar:1", "parent": "https://api.plotly.com/v2/folders/home?user=grognar" }, "owner": "grognar", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~grognar/1/", "world_readable": true, "date_modified": "2019-06-17T18:57:37.822Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~grognar/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "grognar:0:45c332", "ysrc": "grognar:0:7263a8", "boxpoints": false, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2009-12-31", "2019-05-31" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 29.222222222222243, 2444.777777777778 ], "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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~grognar", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/82.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 18:56:41", "mapbox_access_tokens": null, "has_password": null, "username": "grognar", "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-17T18:57:29.002808Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AxelRasse/5.embed", "fid": "AxelRasse:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/AxelRasse:5/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/AxelRasse:5/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/AxelRasse:5/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/AxelRasse:5/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AxelRasse:5", "plots": "https://api.plotly.com/v2/plots/AxelRasse:5", "parent": "https://api.plotly.com/v2/folders/home?user=AxelRasse" }, "owner": "AxelRasse", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~AxelRasse/5/", "world_readable": true, "date_modified": "2019-06-17T18:57:29.015Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AxelRasse/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f1cf7d01-75a1-45ee-aedc-89dfb8ebc69a", "line": { "color": "black", "width": 0.5 }, "mode": "lines", "type": "scatter", "xsrc": "AxelRasse:4:d1338a", "ysrc": "AxelRasse:4:ea13e4", "hoverinfo": "none", "showlegend": false }, { "uid": "a008a06e-ea8d-4836-95b5-24b7fb86c61f", "mode": "markers", "type": "scatter" }, { "uid": "2923fa20-06c0-4513-a637-a842d499bee3", "mode": "markers", "type": "scatter", "xsrc": "AxelRasse:4:5113ef", "ysrc": "AxelRasse:4:caaca2", "marker": { "line": { "width": 0.5 }, "size": 9, "colorbar": { "title": { "font": { "size": 20 }, "side": "top", "text": "Voltage" }, "xanchor": "left", "tickfont": { "size": 18 }, "thickness": 10 }, "colorsrc": "AxelRasse:4:559599", "showscale": true, "colorscale": "Reds" }, "textsrc": "AxelRasse:4:e5f33a", "hoverinfo": "text", "showlegend": false }, { "uid": "2a308938-f2ad-46df-a9c6-c5fc5ba165c8", "mode": "markers", "name": "PV nodes", "type": "scatter", "xsrc": "AxelRasse:4:b39abc", "ysrc": "AxelRasse:4:b7c0ed", "marker": { "line": { "width": 1 }, "size": 10, "color": "yellow" }, "textsrc": "AxelRasse:4:7defee", "hoverinfo": "text" }, { "uid": "baea88b4-c9fe-4a76-81af-331fedbfcf09", "mode": "markers", "name": "Source node", "text": "Source node: 1.032", "type": "scatter", "xsrc": "AxelRasse:4:406d43", "ysrc": "AxelRasse:4:d29e88", "marker": { "line": { "width": 1 }, "size": 10, "color": "darkcyan" }, "hoverinfo": "text" } ], "frames": [], "layout": { "title": { "font": { "size": 24 }, "text": "BURLINGAME 0405 -Network at 12 pm - Volt_Var_control " }, "xaxis": { "type": "linear", "range": [ 1822256.9238659586, 1824997.3271340413 ], "title": { "text": "" }, "showgrid": false, "zeroline": false, "autorange": true, "showticklabels": false }, "yaxis": { "type": "linear", "range": [ 108.29810654175387, 108.33720990269057 ], "title": { "text": "" }, "showgrid": false, "zeroline": false, "autorange": true, "showticklabels": false }, "legend": { "x": -0.1, "y": 0, "font": { "size": 20 } }, "margin": { "b": 20, "l": 5, "r": 5, "t": 40 }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AxelRasse", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-14 00:39:24", "mapbox_access_tokens": null, "has_password": null, "username": "AxelRasse", "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-17T18:57:21.531185Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~annacallahan/57.embed", "fid": "annacallahan:57", "filename": "Plot 57", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/annacallahan/57/9_WCPURW2OMJD0N4JBQC6NTUMWD5J5AX.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/annacallahan/57/2_ELMC6ODF6UMLXQWZWXMYATO1328H6I.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/annacallahan/57/8_F0DEVLWFO25IT7PQJM8DXO2OITVH75.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/annacallahan/57/9_WCPURW2OMJD0N4JBQC6NTUMWD5J5AX.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/annacallahan:57", "plots": "https://api.plotly.com/v2/plots/annacallahan:57", "parent": "https://api.plotly.com/v2/folders/home?user=annacallahan" }, "owner": "annacallahan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~annacallahan/57/", "world_readable": true, "date_modified": "2019-06-17T18:57:21.547Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~annacallahan/57/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "annacallahan:56:73a691", "ysrc": "annacallahan:56:ffe8d9" } ], "frames": [], "layout": { "title": { "text": "Golden Gate & Jones 311 Requests " }, "xaxis": { "type": "date", "range": [ "2008-07-01", "2019-06-01" ], "title": { "text": "time" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 18.01697530864195, 102.12191358024695 ], "title": { "text": "% requests for street/sidewalk cleaning" }, "autorange": true }, "shapes": [ { "x0": 0.5735653235653235, "x1": 0.57, "y0": 0, "y1": 1, "line": { "dash": "dash", "color": "rgb(222, 0, 0)", "width": 1 }, "type": "line", "xref": "paper", "yref": "paper", "opacity": 1, "fillcolor": "#7f7f7f" } ], "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" }, "annotations": [ { "x": "2014-12-05 20:58:01.3187", "y": 84.09942680776015, "ax": 50, "ay": -34, "font": { "size": 12, "family": "Balto" }, "text": "pit stop installed", "axref": "pixel", "arrowhead": 2 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~annacallahan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-19 14:31:32", "mapbox_access_tokens": null, "has_password": null, "username": "annacallahan", "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-17T18:56:21.544558Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~saulodsreis/0.embed", "fid": "saulodsreis:0", "filename": "3d-scatter-colorscale", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/saulodsreis:0/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/saulodsreis/0/2_BKGPEFVM7SCFANOLW029TZUTC9WLYC.png", "block-thumb": "https://api.plotly.com/v2/files/saulodsreis:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/saulodsreis:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/saulodsreis:0", "plots": "https://api.plotly.com/v2/plots/saulodsreis:0", "parent": "https://api.plotly.com/v2/folders/home?user=saulodsreis" }, "owner": "saulodsreis", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~saulodsreis/0/", "world_readable": true, "date_modified": "2019-06-17T19:50:28.583Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~saulodsreis/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "914e3e23-9ee3-443a-a0cb-f3d6ab7bd39b", "line": { "width": 3, "colorsrc": "saulodsreis:1:8db02c", "colorscale": "Viridis" }, "mode": "lines", "type": "scatter3d", "xsrc": "saulodsreis:1:139b6a", "ysrc": "saulodsreis:1:1d8960", "zsrc": "saulodsreis:1:969a65" } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~saulodsreis", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 18:38:37", "mapbox_access_tokens": null, "has_password": null, "username": "saulodsreis", "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-17T18:55:59.386360Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jk082wp/15.embed", "fid": "jk082wp:15", "filename": "wolfenden", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jk082wp:15/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jk082wp:15/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jk082wp/15/8_F1ACZ5AQ0KO96K50IEO9PV077F69TT.png", "list-thumb": "https://api.plotly.com/v2/files/jk082wp:15/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jk082wp:15", "plots": "https://api.plotly.com/v2/plots/jk082wp:15", "parent": "https://api.plotly.com/v2/folders/home?user=jk082wp" }, "owner": "jk082wp", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Wolfenden", "views": 0, "web_url": "https://chart-studio.plotly.com/~jk082wp/15/wolfenden/", "world_readable": true, "date_modified": "2019-06-23T10:12:47.226Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jk082wp/15/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "df67e5fa-0ec1-465e-b869-2e624c6770ee", "type": "scatter", "xsrc": "jk082wp:16:b561a6", "ysrc": "jk082wp:16:4b0062", "opacity": 0.75 }, { "uid": "4e55938e-d71c-4c55-99df-c993cfe7b375", "type": "scatter", "xsrc": "jk082wp:16:c940f5", "ysrc": "jk082wp:16:db4163", "opacity": 0.75 } ], "layout": { "title": { "text": "Wolfenden" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jk082wp", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-05-11 14:05:43", "mapbox_access_tokens": null, "has_password": null, "username": "jk082wp", "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-17T18:54:42.150826Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~amper/67130.embed", "fid": "amper:67130", "filename": "06-06-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/amper:67130/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/amper:67130/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/amper:67130/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/amper:67130/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/amper:67130", "plots": "https://api.plotly.com/v2/plots/amper:67130", "parent": "https://api.plotly.com/v2/folders/home?user=amper" }, "owner": "amper", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "06-06-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC", "views": 0, "web_url": "https://chart-studio.plotly.com/~amper/67130/_06-06-19-ds-1649-alg-5421-param-1254-showamps-true-state-res-sec/", "world_readable": true, "date_modified": "2019-06-17T18:54:43.485Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~amper/67130/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a5342b1e-8083-49bc-ae34-db850bc78410", "mode": "lines", "name": "Idle", "type": "scattergl", "xsrc": "amper:67131:41e66f", "ysrc": "amper:67131:f8817f", "marker": { "line": { "color": "rgb(255, 205, 0)", "width": 1 }, "size": 1, "color": "rgb(255, 205, 0)" }, "connectgaps": false }, { "uid": "e41d7a14-9948-49a1-817c-19e134376657", "mode": "lines", "name": "Production", "type": "scattergl", "xsrc": "amper:67131:41e66f", "ysrc": "amper:67131:6e43bc", "marker": { "line": { "color": "rgb(0, 166, 73)", "width": 1 }, "size": 1, "color": "rgb(0, 166, 73)" }, "connectgaps": false }, { "uid": "c5469388-2abe-488a-aa9a-b41c72dcf7d1", "mode": "lines", "name": "Other", "type": "scattergl", "xsrc": "amper:67131:41e66f", "ysrc": "amper:67131:2c2e8e", "marker": { "line": { "color": "rgb(169,169,169)", "width": 1 }, "size": 1, "color": "rgb(169,169,169)" } } ], "layout": { "title": "06-06-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~amper", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-03-17 16:47:16", "mapbox_access_tokens": null, "has_password": null, "username": "amper", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-17T18:54:33.602618Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~directoriolegislativo/4.embed", "fid": "directoriolegislativo:4", "filename": "basic-scatter", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/directoriolegislativo:4/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/directoriolegislativo:4/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/directoriolegislativo:4/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/directoriolegislativo:4/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/directoriolegislativo:4", "plots": "https://api.plotly.com/v2/plots/directoriolegislativo:4", "parent": "https://api.plotly.com/v2/folders/home?user=directoriolegislativo" }, "owner": "directoriolegislativo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "data", "views": 0, "web_url": "https://chart-studio.plotly.com/~directoriolegislativo/4/data/", "world_readable": true, "date_modified": "2019-06-23T19:35:39.521Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~directoriolegislativo/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "fee6025f-f30e-4d11-a619-254326258d88", "mode": "markers", "name": "data", "type": "scatter", "xsrc": "directoriolegislativo:5:52811b", "ysrc": "directoriolegislativo:5:71a33b", "marker": { "size": 6, "colorsrc": "directoriolegislativo:5:26063f", "colorscale": "Jet" }, "textsrc": "directoriolegislativo:5:4e4796", "hoverinfo": "text" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~directoriolegislativo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2HEVB64084F77WTZJLJJ3UAJNMGSR8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "Directorio Legislativo", "website": "directoriolegislativo.org", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-03 14:43:11", "mapbox_access_tokens": null, "has_password": null, "username": "directoriolegislativo", "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-17T18:53:06.296968Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mtsznowak9/3.embed", "fid": "mtsznowak9:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mtsznowak9:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mtsznowak9:3/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mtsznowak9/3/8_V1LF7193T6SM066Q245Z887SM65VIR.png", "list-thumb": "https://api.plotly.com/v2/files/mtsznowak9:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mtsznowak9:3", "plots": "https://api.plotly.com/v2/plots/mtsznowak9:3", "parent": "https://api.plotly.com/v2/folders/home?user=mtsznowak9" }, "owner": "mtsznowak9", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~mtsznowak9/3/", "world_readable": true, "date_modified": "2019-06-17T20:51:04.638Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mtsznowak9/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "bar", "xsrc": "mtsznowak9:2:d48504", "ysrc": "mtsznowak9:2:7f3000", "labelssrc": "mtsznowak9:2:d48504", "valuessrc": "mtsznowak9:2:7f3000", "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 20 }, "title": { "text": "Ti succede di intromettere parole polacche parlando in italiano e vice versa?" }, "xaxis": { "type": "category", "range": [ -0.5, 5.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 13.68421052631579 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mtsznowak9", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 18:22:29", "mapbox_access_tokens": null, "has_password": null, "username": "mtsznowak9", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "