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=cD0yMDE5LTA2LTE4KzAxJTNBMjIlM0EyNS43Mzc0OTYlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAxJTNBMDElM0E1OC40NTQ1NjQlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMSUzQTIwJTNBNTYuODM4MjA2JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T01:20:56.838206Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~msdo1989/3.embed", "fid": "msdo1989:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/msdo1989:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/msdo1989:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/msdo1989:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/msdo1989:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/msdo1989:3", "plots": "https://api.plotly.com/v2/plots/msdo1989:3", "parent": "https://api.plotly.com/v2/folders/home?user=msdo1989" }, "owner": "msdo1989", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~msdo1989/3/", "world_readable": true, "date_modified": "2019-06-18T01:20:56.854Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~msdo1989/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "type": "bar", "xsrc": "msdo1989:2:8fcca4", "ysrc": "msdo1989:2:e17424", "xaxis": "x", "yaxis": "y", "orientation": "h" } ], "frames": [], "layout": { "title": { "text": "Fatores motivacionais" }, "xaxis": { "type": "log", "range": [ 2.772258054869812, 2.890121965146435 ], "title": { "text": "" }, "showgrid": true, "zeroline": true, "autorange": true, "fixedrange": true, "showspikes": true, "rangeslider": { "range": [ 0, 806.3157894736842 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "category", "range": [ -0.5, 6.5 ], "autorange": true, "showspikes": true }, "legend": { "orientation": "h" }, "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "dragmode": "zoom", "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", "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, "#f7fcf5" ], [ 0.125, "#e5f5e0" ], [ 0.25, "#c7e9c0" ], [ 0.375, "#a1d99b" ], [ 0.5, "#74c476" ], [ 0.625, "#41ab5d" ], [ 0.75, "#238b45" ], [ 0.875, "#006d2c" ], [ 1, "#00441b" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.08333333333333333, "#1910d8" ], [ 0.16666666666666666, "#3c19f0" ], [ 0.25, "#6b1cfb" ], [ 0.3333333333333333, "#981cfd" ], [ 0.4166666666666667, "#bf1cfd" ], [ 0.5, "#dd2bfd" ], [ 0.5833333333333334, "#f246fe" ], [ 0.6666666666666666, "#fc67fd" ], [ 0.75, "#fe88fc" ], [ 0.8333333333333334, "#fea5fd" ], [ 0.9166666666666666, "#febefe" ], [ 1, "#fec3fe" ] ] }, "separators": ",.", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~msdo1989", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 00:37:49", "mapbox_access_tokens": null, "has_password": null, "username": "msdo1989", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:18:33.153453Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AnthonyADavisII/1138.embed", "fid": "AnthonyADavisII:1138", "filename": "flagger_pie_chart_2019-06-18 01:18", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1138/9_YBF7UWILWLEBE0B2ZTTXA3CEWWETIQ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1138/2_WFSIA6Q25ZYOYADNJWPGFVIB5BW3R5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1138/8_184YGY60HPSJ31L8ISQG1X1YETDO64.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1138/9_YBF7UWILWLEBE0B2ZTTXA3CEWWETIQ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AnthonyADavisII:1138", "plots": "https://api.plotly.com/v2/plots/AnthonyADavisII:1138", "parent": "https://api.plotly.com/v2/folders/home?user=AnthonyADavisII" }, "owner": "AnthonyADavisII", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 15, "web_url": "https://chart-studio.plotly.com/~AnthonyADavisII/1138/", "world_readable": true, "date_modified": "2019-06-18T01:18:33.720Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AnthonyADavisII/1138/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8b9d8083-d8ab-4416-ad3b-b489b0f35cb7", "type": "pie", "labelssrc": "AnthonyADavisII:1139:f167c5", "valuessrc": "AnthonyADavisII:1139:430634" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AnthonyADavisII", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "Steem Flag Rewards founder / developer", "nickname": "anthonyadavisii", "website": "https://twitter.com/Alex_d_281", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-02-08 15:59:35", "mapbox_access_tokens": null, "has_password": null, "username": "AnthonyADavisII", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:18:32.275782Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mehdirifai/69.embed", "fid": "mehdirifai:69", "filename": "news-source", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mehdirifai:69/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mehdirifai:69/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mehdirifai/69/8_35MIMNLDM7CMQOJNS1JQWCVJ81MUG7.png", "list-thumb": "https://api.plotly.com/v2/files/mehdirifai:69/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mehdirifai:69", "plots": "https://api.plotly.com/v2/plots/mehdirifai:69", "parent": "https://api.plotly.com/v2/folders/home?user=mehdirifai" }, "owner": "mehdirifai", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~mehdirifai/69/", "world_readable": true, "date_modified": "2019-06-18T01:19:52.472Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mehdirifai/69/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(67,67,67)", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "mehdirifai:70:2aeb54", "ysrc": "mehdirifai:70:d6ba22", "connectgaps": true }, { "mode": "markers", "type": "scatter", "xsrc": "mehdirifai:70:6b1245", "ysrc": "mehdirifai:70:4d9fd7", "marker": { "size": 8, "color": "rgb(67,67,67)" } }, { "line": { "color": "rgb(115,115,115)", "width": 2 }, "mode": "lines", "type": "scatter", "xsrc": "mehdirifai:70:2aeb54", "ysrc": "mehdirifai:70:009c6a", "connectgaps": true }, { "mode": "markers", "type": "scatter", "xsrc": "mehdirifai:70:6b1245", "ysrc": "mehdirifai:70:fc5336", "marker": { "size": 8, "color": "rgb(115,115,115)" } } ], "layout": { "xaxis": { "ticks": "outside", "ticklen": 5, "showgrid": false, "showline": true, "tickfont": { "size": 12, "color": "rgb(82, 82, 82)", "family": "Arial" }, "linecolor": "rgb(204, 204, 204)", "linewidth": 2, "tickcolor": "rgb(204, 204, 204)", "tickwidth": 2, "showticklabels": true }, "yaxis": { "showgrid": false, "showline": false, "zeroline": false, "showticklabels": false }, "margin": { "l": 100, "r": 20, "t": 110, "autoexpand": false }, "autosize": false, "showlegend": false, "annotations": [ { "x": 0.05, "y": 1.0, "font": { "size": 16, "family": "Arial" }, "text": "Television 1.0%", "xref": "paper", "xanchor": "right", "yanchor": "middle", "showarrow": false }, { "x": 0.95, "y": 0.9155053484449849, "font": { "size": 16, "family": "Arial" }, "text": "0.9155053484449849%", "xref": "paper", "xanchor": "left", "yanchor": "middle", "showarrow": false }, { "x": 0.05, "y": 1.0, "font": { "size": 16, "family": "Arial" }, "text": "Newspaper 1.0%", "xref": "paper", "xanchor": "right", "yanchor": "middle", "showarrow": false }, { "x": 0.95, "y": 1.016218053268696, "font": { "size": 16, "family": "Arial" }, "text": "1.016218053268696%", "xref": "paper", "xanchor": "left", "yanchor": "middle", "showarrow": false }, { "x": 0.0, "y": 1.05, "font": { "size": 30, "color": "rgb(37,37,37)", "family": "Arial" }, "text": "Main Source for News", "xref": "paper", "yref": "paper", "xanchor": "left", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": -0.1, "font": { "size": 12, "color": "rgb(150,150,150)", "family": "Arial" }, "text": "Source: PewResearch Center & Storytelling with data", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "top", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mehdirifai", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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": "2015-02-09 00:26:28", "mapbox_access_tokens": null, "has_password": null, "username": "mehdirifai", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:15:42.316905Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tlowrey/0.embed", "fid": "tlowrey:0", "filename": "weather_data", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tlowrey:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tlowrey:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/tlowrey:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/tlowrey:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tlowrey:0", "plots": "https://api.plotly.com/v2/plots/tlowrey:0", "parent": "https://api.plotly.com/v2/folders/home?user=tlowrey" }, "owner": "tlowrey", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Day vs Temperature (Kelvin)", "views": 0, "web_url": "https://chart-studio.plotly.com/~tlowrey/0/day-vs-temperature-kelvin/", "world_readable": true, "date_modified": "2019-06-18T01:41:16.629Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tlowrey/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a14ed722-ad19-474e-bae8-d64454d9531e", "mode": "markers", "type": "scatter", "xsrc": "tlowrey:1:0e72a9", "ysrc": "tlowrey:1:b04b9b" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "Temperature (Kelvin)" } }, "yaxis": { "title": { "text": "Day" } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tlowrey", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.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-06-18 01:14:14", "mapbox_access_tokens": null, "has_password": null, "username": "tlowrey", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:15:22.673427Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~TEaganHcy/75.embed", "fid": "TEaganHcy:75", "filename": "Plotly Playground 2019-06-17 21:15:23", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/TEaganHcy:75/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/TEaganHcy:75/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/TEaganHcy/75/8_ZYPOPWJ0LLS4G33RMYJYVG5234P43T.png", "list-thumb": "https://api.plotly.com/v2/files/TEaganHcy:75/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/TEaganHcy:75", "plots": "https://api.plotly.com/v2/plots/TEaganHcy:75", "parent": "https://api.plotly.com/v2/folders/home?user=TEaganHcy" }, "owner": "TEaganHcy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~TEaganHcy/75/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-25T15:09:22.093Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~TEaganHcy/75/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "59643b52-c303-47bc-ad69-cd35125e4ce6", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2H-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:5d2648" }, { "uid": "c66f14c5-6384-47cb-9ffb-650cba0cb40d", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2H-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:f57e9f" }, { "uid": "c3bf460d-1a63-4fa0-9bc4-77d38d560b48", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2R-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:012b68" }, { "uid": "b9193e79-249a-4b18-850d-b5847c5f023e", "line": { "dash": "solid", "color": "rgba(128, 0, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2R-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:702df4" }, { "uid": "068562f3-50f8-4e40-bfad-55c3851fd640", "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2S-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:f4a1c0" }, { "uid": "9b5983cd-91de-4b48-8e71-47c2b2553d66", "line": { "dash": "solid", "color": "rgba(0, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2S-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:3d623c" }, { "uid": "6d7532b4-5187-4ad5-9cd4-fe4a3eeb4216", "line": { "dash": "solid", "color": "rgba(255, 255, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2E-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:0316d0" }, { "uid": "5105d109-c81e-4058-985d-288c5abd0981", "line": { "dash": "solid", "color": "rgba(128, 128, 0, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2E-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:fd3368" }, { "uid": "f505b446-8a93-4891-a562-101a27119c21", "line": { "dash": "solid", "color": "rgba(251, 128, 114, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2O-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:d18580" }, { "uid": "082ec208-6c28-4a5b-b00a-a5861844c61c", "line": { "dash": "solid", "color": "rgba(128, 177, 211, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2O-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:6664cc" }, { "uid": "2cb17fcd-3997-4b3a-9ebb-505f8eea27e3", "line": { "dash": "solid", "color": "rgba(128, 177, 211, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2K-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:5a9bfa" }, { "uid": "b2fbbcfb-c5c0-4998-901f-fc5874730155", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2K-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:47e848" }, { "uid": "a08f2064-ed05-4568-8ea0-129ddb86b182", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Resis-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:5aca66" }, { "uid": "0e034176-ec0f-4629-b511-d2dfe6e2da0f", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Resis-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:76:3f3df8", "ysrc": "TEaganHcy:76:e908fd" } ], "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/~TEaganHcy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.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-04-19 22:55:41", "mapbox_access_tokens": null, "has_password": null, "username": "TEaganHcy", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:15:18.856679Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Magnet/0.embed", "fid": "Magnet:0", "filename": "basic-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Magnet:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Magnet:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Magnet:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Magnet:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Magnet:0", "plots": "https://api.plotly.com/v2/plots/Magnet:0", "parent": "https://api.plotly.com/v2/folders/home?user=Magnet" }, "owner": "Magnet", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Magnet/0/", "world_readable": true, "date_modified": "2019-06-18T01:15:19.334Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Magnet/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "de6fc74c-327a-49bd-879e-904036c1e211", "type": "scatter", "xsrc": "Magnet:1:379cdb", "ysrc": "Magnet:1:4af64d" }, { "uid": "ebadf8c9-d064-47f2-9171-37374424a622", "type": "scatter", "xsrc": "Magnet:1:379cdb", "ysrc": "Magnet:1:e6abbb" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Magnet", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 01:00:25", "mapbox_access_tokens": null, "has_password": null, "username": "Magnet", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:09:16.397951Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~davidpierrea/1.embed", "fid": "davidpierrea:1", "filename": "AVG-oedipus", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/davidpierrea:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/davidpierrea:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/davidpierrea:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/davidpierrea:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/davidpierrea:1", "plots": "https://api.plotly.com/v2/plots/davidpierrea:1", "parent": "https://api.plotly.com/v2/folders/home?user=davidpierrea" }, "owner": "davidpierrea", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 42, "web_url": "https://chart-studio.plotly.com/~davidpierrea/1/", "world_readable": true, "date_modified": "2019-06-28T03:14:35.881Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~davidpierrea/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "lines", "name": "Single Characters", "type": "scatter", "ysrc": "davidpierrea:0:80b84e" }, { "meta": { "columnNames": { "y": "B" } }, "mode": "lines", "name": "Full Captcha", "type": "scatter", "ysrc": "davidpierrea:0:632de5", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Resultado Obtido em 10 iterações" }, "xaxis": { "range": [ 0, 9 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 79.29944444444445, 95.91055555555556 ], "autorange": true }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~davidpierrea", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/68.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": "2019-06-18 01:08:32", "mapbox_access_tokens": null, "has_password": null, "username": "davidpierrea", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:08:52.079386Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~TEaganHcy/69.embed", "fid": "TEaganHcy:69", "filename": "Plotly Playground 2019-06-17 21:08:51", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/TEaganHcy:69/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/TEaganHcy/69/2_CZNHYSHMXBSRGZBX6H29S1W84W9ZHE.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/TEaganHcy/69/8_IFHK4MFXZRM3G9PBFFZPZS6EZ5IKN2.png", "list-thumb": "https://api.plotly.com/v2/files/TEaganHcy:69/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/TEaganHcy:69", "plots": "https://api.plotly.com/v2/plots/TEaganHcy:69", "parent": "https://api.plotly.com/v2/folders/home?user=TEaganHcy" }, "owner": "TEaganHcy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "{'font': {'color': '#4D5663'}}", "views": 0, "web_url": "https://chart-studio.plotly.com/~TEaganHcy/69/font-color-4d5663/", "world_readable": true, "date_modified": "2019-06-25T15:09:29.898Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~TEaganHcy/69/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a5ff012b-c851-4726-a19e-d3129d6849dc", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2H-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:8c08db" }, { "uid": "450fbf8f-a95b-4520-a5e5-c9020827794f", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2H-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:97e3fe" }, { "uid": "32ecf9aa-73e1-4293-b4f8-0ea535af3602", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2R-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:06a36c" }, { "uid": "4ea080e7-f64d-4bda-9974-fed5655ee2d6", "line": { "dash": "solid", "color": "rgba(128, 0, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2R-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:97ab86" }, { "uid": "06792aa8-ac24-4471-8afd-13aa158eb50b", "line": { "dash": "solid", "color": "rgba(219, 64, 82, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2S-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:4c1301" }, { "uid": "25099758-b7fa-4af3-a9c4-ad0c77d6aebe", "line": { "dash": "solid", "color": "rgba(0, 128, 128, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2S-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:01451a" }, { "uid": "fcbd8b74-4c43-45b7-a12b-cb56644c3ccd", "line": { "dash": "solid", "color": "rgba(255, 255, 51, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2E-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:f54499" }, { "uid": "f8c69eb7-1897-4e51-971e-05c6e7cec313", "line": { "dash": "solid", "color": "rgba(128, 128, 0, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2E-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:3afc30" }, { "uid": "64e01e46-f15f-467d-a31d-7ecfa3b79cc7", "line": { "dash": "solid", "color": "rgba(251, 128, 114, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2O-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:d8f74a" }, { "uid": "45df2202-4e27-453d-bbe5-aefe03f2eabd", "line": { "dash": "solid", "color": "rgba(128, 177, 211, 1.0)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2O-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:76c839" }, { "uid": "abc81be4-77f7-40ea-a938-af3d38b47766", "line": { "dash": "solid", "color": "rgba(128, 177, 211, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2K-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:5594f2" }, { "uid": "e6d3e0af-c53c-4049-8418-836c0662dbda", "line": { "dash": "solid", "color": "rgba(255, 153, 51, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "E2K-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:97da03" }, { "uid": "734d69ca-6c29-4b94-96fb-2f87359e79dc", "line": { "dash": "solid", "color": "rgba(55, 128, 191, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Resis-1", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:1aa476" }, { "uid": "608102c1-2112-45d0-a413-66f33352e457", "line": { "dash": "solid", "color": "rgba(50, 171, 96, 0.8999999999999999)", "shape": "linear", "width": 1.3 }, "mode": "lines", "name": "Resis-0", "text": "", "type": "scatter", "xsrc": "TEaganHcy:70:da5473", "ysrc": "TEaganHcy:70:2a2e67" } ], "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/~TEaganHcy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.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-04-19 22:55:41", "mapbox_access_tokens": null, "has_password": null, "username": "TEaganHcy", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:05:11.394869Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ellemorris/15.embed", "fid": "ellemorris:15", "filename": "Petal Width (cm)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ellemorris:15/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ellemorris:15/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/ellemorris:15/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/ellemorris:15/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ellemorris:15", "plots": "https://api.plotly.com/v2/plots/ellemorris:15", "parent": "https://api.plotly.com/v2/folders/home?user=ellemorris" }, "owner": "ellemorris", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Petal Width (cm)", "views": 1, "web_url": "https://chart-studio.plotly.com/~ellemorris/15/petal-width-cm/", "world_readable": true, "date_modified": "2019-06-20T16:08:18.772Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ellemorris/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a12cb1ad-b9f3-4f63-9ed5-a19d942abff4", "name": "petal width (cm)", "type": "histogram", "xsrc": "ellemorris:16:b39f61", "marker": { "line": { "color": "#4D5663", "width": 1.3 }, "color": "rgba(135, 206, 235, 0.7)" }, "opacity": 0.8, "histfunc": "count", "histnorm": "", "orientation": "v" } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "Petal Width (cm)" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "Standard Deviations from Mean" }, "showgrid": false, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "Petal Width (cm)" }, "showgrid": false, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "legend": { "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9" }, "barmode": "overlay", "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ellemorris", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/DVAHZ4A7OH3D79E2DX36KV1GCA6T9H.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "ellemorris", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-11-19 19:27:21", "mapbox_access_tokens": null, "has_password": null, "username": "ellemorris", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2019-06-18T01:01:58.454564Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dzuniga921/25.embed", "fid": "dzuniga921:25", "filename": "ingresos", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/dzuniga921:25/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dzuniga921/25/2_IJX06O0VI8VX4I3H3S6SSCD820XVVT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dzuniga921/25/8_THGXNQ0U9UBJOP9Y1GRNFR6UM0GDWL.png", "list-thumb": "https://api.plotly.com/v2/files/dzuniga921:25/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dzuniga921:25", "plots": "https://api.plotly.com/v2/plots/dzuniga921:25", "parent": "https://api.plotly.com/v2/folders/home?user=dzuniga921" }, "owner": "dzuniga921", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~dzuniga921/25/", "world_readable": true, "date_modified": "2019-06-18T01:10:56.142Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dzuniga921/25/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "type": "histogram", "xsrc": "dzuniga921:24:9aef90", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(31,119,180,1)" }, "color": "rgba(31,119,180,1)" }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "frames": [], "layout": { "font": { "color": "rgb(13, 12, 12)" }, "title": { "text": "Histograma de Ingresos " }, "xaxis": { "type": "linear", "range": [ 20, 2800 ], "title": [], "domain": [ 0, 1 ], "autorange": true, "automargin": true }, "yaxis": { "range": [ 0, 974.7368421052631 ], "title": { "text": "Ingreso" }, "domain": [ 0, 1 ], "autorange": true, "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "modebar": { "bgcolor": "rgba(132, 70, 143, 0.5)" }, "hovermode": "closest", "colorscale": { "sequential": [ [ 0, "#fff5eb" ], [ 0.125, "#fee6ce" ], [ 0.25, "#fdd0a2" ], [ 0.375, "#fdae6b" ], [ 0.5, "#fd8d3c" ], [ 0.625, "#f16913" ], [ 0.75, "#d94801" ], [ 0.875, "#a63603" ], [ 1, "#7f2704" ] ] }, "showlegend": false, "plot_bgcolor": "rgb(111, 242, 236)", "paper_bgcolor": "rgb(18, 135, 230)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dzuniga921", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-04-25 02:57:10", "mapbox_access_tokens": null, "has_password": null, "username": "dzuniga921", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "