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=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTAzJTNBMTMuNjI1OTI1JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzA0JTNBMDMlM0ExNy41Mjg2NjklMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTExJTNBMjEuMDIxOTAwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T04:11:21.021900Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~minaienick/6.embed", "fid": "minaienick:6", "filename": "d3-cloropleth-map", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/minaienick:6/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/minaienick/6/2_GWXRHEOTFHKKRV5R38S2C731IGCU91.png", "block-thumb": "https://api.plotly.com/v2/files/minaienick:6/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/minaienick:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/minaienick:6", "plots": "https://api.plotly.com/v2/plots/minaienick:6", "parent": "https://api.plotly.com/v2/folders/home?user=minaienick" }, "owner": "minaienick", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Distribution of \"Charged Off\" Loans Across the States", "views": 35, "web_url": "https://chart-studio.plotly.com/~minaienick/6/distribution-of-charged-off-loans-across-the-states/", "world_readable": true, "date_modified": "2019-08-22T00:24:27.582Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~minaienick/6/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0dd41957-0d9b-4ec7-8e7a-d2973bd0db02", "type": "choropleth", "zsrc": "minaienick:7:9bba8e", "marker": { "line": { "color": "rgb(255,255,255)", "width": 2 } }, "colorbar": { "title": { "text": "Percent" } }, "locationmode": "USA-states", "locationssrc": "minaienick:7:cf2aa2", "autocolorscale": true } ], "layout": { "geo": { "scope": "usa", "lakecolor": "rgb(255, 255, 255)", "showlakes": true, "projection": { "type": "albers usa" } }, "title": { "text": "Distribution of \"Charged Off\" Loans Across the States" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~minaienick", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/45.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-16 19:27:50", "mapbox_access_tokens": null, "has_password": null, "username": "minaienick", "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-18T04:10:20.475772Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Riyanka8/0.embed", "fid": "Riyanka8:0", "filename": "basic-line", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Riyanka8:0/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Riyanka8:0/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Riyanka8:0/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Riyanka8:0/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Riyanka8:0", "plots": "https://api.plotly.com/v2/plots/Riyanka8:0", "parent": "https://api.plotly.com/v2/folders/home?user=Riyanka8" }, "owner": "Riyanka8", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Riyanka8/0/", "world_readable": true, "date_modified": "2019-06-18T04:10:20.980Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Riyanka8/0/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "9bdb9d6b-30f0-442e-ae2c-a58326f71f8c", "type": "scatter", "xsrc": "Riyanka8:1:cae957", "ysrc": "Riyanka8:1:71d0f3" }, { "uid": "9fdaa70a-ff50-41b8-81f5-1c8bc052dc2c", "type": "scatter", "xsrc": "Riyanka8:1:cae957", "ysrc": "Riyanka8:1:d614cc" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Riyanka8", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 04:05:14", "mapbox_access_tokens": null, "has_password": null, "username": "Riyanka8", "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-18T04:08:49.761012Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jkulp/16.embed", "fid": "jkulp:16", "filename": "plot from API (8)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jkulp/16/9_E2BRV9Q4R9CY6Q682AL88T5GXYFIUF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/16/2_24NW2Q8XDHZJPREQ05HUZOKH3T6VBP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/16/8_9ALI7I85F97WIY5QPFICCAO1I9G63N.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/16/9_E2BRV9Q4R9CY6Q682AL88T5GXYFIUF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jkulp:16", "plots": "https://api.plotly.com/v2/plots/jkulp:16", "parent": "https://api.plotly.com/v2/folders/home?user=jkulp" }, "owner": "jkulp", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jkulp/16/", "world_readable": true, "date_modified": "2019-06-18T04:08:50.230Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jkulp/16/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d35e7177-1bdc-4bdf-ba94-63f77208e37e", "type": "pie", "labelssrc": "jkulp:17:e36b1e", "valuessrc": "jkulp:17:de754d" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jkulp", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 02:48:29", "mapbox_access_tokens": null, "has_password": null, "username": "jkulp", "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-18T04:08:06.762054Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jkulp/14.embed", "fid": "jkulp:14", "filename": "plot from API (7)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jkulp/14/9_D5KOK8KZINTAZ0N09G0K2GSOOEDFQ1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jkulp/14/2_CR189MQDLCHS9TUR4024JZZE2HLXGP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/14/8_7YF4BEA27U2ENDZ82Z34AQUOGVTHZN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jkulp/14/9_D5KOK8KZINTAZ0N09G0K2GSOOEDFQ1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jkulp:14", "plots": "https://api.plotly.com/v2/plots/jkulp:14", "parent": "https://api.plotly.com/v2/folders/home?user=jkulp" }, "owner": "jkulp", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 10, "web_url": "https://chart-studio.plotly.com/~jkulp/14/", "world_readable": true, "date_modified": "2019-06-18T04:08:07.243Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jkulp/14/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "a30d9dba-372d-4ba6-a45c-7ae7b0115b22", "type": "pie", "labelssrc": "jkulp:15:fd96ea", "valuessrc": "jkulp:15:31e33d" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jkulp", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 02:48:29", "mapbox_access_tokens": null, "has_password": null, "username": "jkulp", "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-18T04:06:11.860629Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~MarcP17/1.embed", "fid": "MarcP17:1", "filename": "Mannheim", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/MarcP17:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/MarcP17:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MarcP17/1/8_BDXLM9E6GP71YGVK9PGJ92KU3OU222.png", "list-thumb": "https://api.plotly.com/v2/files/MarcP17:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/MarcP17:1", "plots": "https://api.plotly.com/v2/plots/MarcP17:1", "parent": "https://api.plotly.com/v2/folders/home?user=MarcP17" }, "owner": "MarcP17", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~MarcP17/1/", "world_readable": true, "date_modified": "2019-06-18T04:06:11.872Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~MarcP17/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Mannheim 2016", "type": "bar", "xsrc": "MarcP17:0:c63d77", "ysrc": "MarcP17:0:92e9be", "error_x": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "hoverinfo": "x+y+name", "showlegend": true, "hovertemplate": "" }, { "name": "Baden-Württemberg 2016", "type": "bar", "xsrc": "MarcP17:0:c63d77", "ysrc": "MarcP17:0:19b0d8", "error_x": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "error_y": { "type": "percent", "color": "#444", "value": 10, "width": 4, "visible": false, "symmetric": true, "thickness": 2 }, "hoverinfo": "x+y+name", "hovertemplate": "" } ], "frames": [], "layout": { "title": { "text": "Wanderung Mannheim im Vergleich zu Baden-Württemberg (2016)" }, "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 5.5 ], "ticks": "", "domain": [ 0, 1 ], "zeroline": false, "autorange": true, "automargin": false, "showspikes": false }, "yaxis": { "side": "left", "type": "linear", "dtick": 10, "range": [ -11.661111111111111, 109.56111111111112 ], "tick0": 10, "title": { "text": "je. 1000 Einwohner" }, "nticks": 11, "showline": false, "tickmode": "linear", "zeroline": true, "autorange": false, "automargin": false, "ticksuffix": "", "showexponent": "all" }, "bargap": 0.24, "barmode": "simple", "autosize": true, "clickmode": "event", "hovermode": "x", "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~MarcP17", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 04:04:47", "mapbox_access_tokens": null, "has_password": null, "username": "MarcP17", "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-18T04:04:26.886402Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ChingWenChen/12.embed", "fid": "ChingWenChen:12", "filename": "plot from API (5)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ChingWenChen:12/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/ChingWenChen:12/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ChingWenChen/12/8_V42GAP2O5KMZYNWH22J5ELJ72EXIL8.png", "list-thumb": "https://api.plotly.com/v2/files/ChingWenChen:12/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ChingWenChen:12", "plots": "https://api.plotly.com/v2/plots/ChingWenChen:12", "parent": "https://api.plotly.com/v2/folders/home?user=ChingWenChen" }, "owner": "ChingWenChen", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ChingWenChen/12/", "world_readable": true, "date_modified": "2019-06-18T04:04:27.537Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ChingWenChen/12/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "0c4e4388-4904-4f2f-a41a-6031081e5aa3", "mode": "markers", "type": "scatter3d", "xsrc": "ChingWenChen:13:0ce95c", "ysrc": "ChingWenChen:13:3161b5", "zsrc": "ChingWenChen:13:09d427", "marker": { "line": { "width": 0.5, "colorsrc": "ChingWenChen:13:86a229" }, "size": 3, "opacity": 0.1 } }, { "uid": "88abded0-65fb-4079-a0ca-22302cd9da7a", "mode": "markers", "type": "scatter3d", "xsrc": "ChingWenChen:13:ade903", "ysrc": "ChingWenChen:13:26ae77", "zsrc": "ChingWenChen:13:ded6c4", "marker": { "line": { "width": 0.5, "colorsrc": "ChingWenChen:13:d20408" }, "size": 3, "opacity": 0.1 } } ], "layout": { "margin": { "b": 0, "l": 0, "r": 0, "t": 0 } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ChingWenChen", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-17 05:31:22", "mapbox_access_tokens": null, "has_password": null, "username": "ChingWenChen", "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-18T04:03:34.649911Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jscanass/112.embed", "fid": "jscanass:112", "filename": "fig190512", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/112/9_5XK305LNURUJ6IWT8TI2M0BO921KH0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/112/2_A6WFK41A6IFX68UTJMPQU8SZXBKI7R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/112/8_X84SRE1EKT53M01X472J9XEE0BH5TW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/112/9_5XK305LNURUJ6IWT8TI2M0BO921KH0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jscanass:112", "plots": "https://api.plotly.com/v2/plots/jscanass:112", "parent": "https://api.plotly.com/v2/folders/home?user=jscanass" }, "owner": "jscanass", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gráfica : Estancia estratificada por morbilidad y mortalidad", "views": 18, "web_url": "https://chart-studio.plotly.com/~jscanass/112/grafica-estancia-estratificada-por-morbilidad-y-mortalidad/", "world_readable": true, "date_modified": "2019-06-20T03:30:58.219Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jscanass/112/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": true }, "uid": "f659aeb7-4e35-4055-b188-46d53318085a", "line": { "color": "blue" }, "name": "Vivo", "side": "negative", "type": "violin", "xsrc": "jscanass:113:75b8d7", "ysrc": "jscanass:113:2f6be7", "meanline": { "visible": true }, "scalegroup": "Vivo", "legendgroup": "Vivo" }, { "box": { "visible": true }, "uid": "3a79456b-9065-44f4-b2d9-cfcd19931188", "line": { "color": "red" }, "name": "Fallecido", "side": "positive", "type": "violin", "xsrc": "jscanass:113:80f9b4", "ysrc": "jscanass:113:ce1f94", "meanline": { "visible": true }, "scalegroup": "Fallecido", "legendgroup": "Fallecido" } ], "layout": { "title": { "text": "Gráfica : Estancia estratificada por morbilidad y mortalidad" }, "yaxis": { "title": { "text": "Estancia" }, "zeroline": true }, "violingap": 0, "showlegend": true, "violinmode": "overlay" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jscanass", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-01-10 13:24:37", "mapbox_access_tokens": null, "has_password": null, "username": "jscanass", "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-18T04:03:23.627384Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jscanass/110.embed", "fid": "jscanass:110", "filename": "fig190511", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/110/9_ESWCBQK4Q4RJIFM9KYHQE0VFP1AVR9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/110/2_FNPL54WNEGCUEZ7JKRPCNM06A3ZKZJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/110/8_A7B43XHJT8NPVFA7EE3DP5LQM57CM4.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/110/9_ESWCBQK4Q4RJIFM9KYHQE0VFP1AVR9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jscanass:110", "plots": "https://api.plotly.com/v2/plots/jscanass:110", "parent": "https://api.plotly.com/v2/folders/home?user=jscanass" }, "owner": "jscanass", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gráfica : Estancia estratificada por IPS y mortalidad", "views": 15, "web_url": "https://chart-studio.plotly.com/~jscanass/110/grafica-estancia-estratificada-por-ips-y-mortalidad/", "world_readable": true, "date_modified": "2019-06-20T03:29:27.505Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jscanass/110/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": true }, "uid": "9c01cdff-fa48-4e59-b3c6-d6664a92972d", "line": { "color": "blue" }, "name": "Vivo", "side": "negative", "type": "violin", "xsrc": "jscanass:111:28d295", "ysrc": "jscanass:111:91f03b", "meanline": { "visible": true }, "scalegroup": "Vivo", "legendgroup": "Vivo" }, { "box": { "visible": true }, "uid": "c6623675-3094-46af-b1d9-41573161f913", "line": { "color": "red" }, "name": "Fallecido", "side": "positive", "type": "violin", "xsrc": "jscanass:111:1788aa", "ysrc": "jscanass:111:56168f", "meanline": { "visible": true }, "scalegroup": "Fallecido", "legendgroup": "Fallecido" } ], "layout": { "title": { "text": "Gráfica : Estancia estratificada por IPS y mortalidad" }, "yaxis": { "title": { "text": "Estancia" }, "zeroline": true }, "violingap": 0, "violinmode": "overlay" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jscanass", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-01-10 13:24:37", "mapbox_access_tokens": null, "has_password": null, "username": "jscanass", "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-18T04:03:20.835820Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jscanass/108.embed", "fid": "jscanass:108", "filename": "fig190510", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/108/9_ZH3NN6RTK6PHPEDI1IW04AMK7FPPZE.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/108/2_4JM58O1L19W0WXG3MJYLDMLEGQCTFT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/108/8_E99LUK9K3SJYC1YFOOWKOAAEZH7JJ8.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/108/9_ZH3NN6RTK6PHPEDI1IW04AMK7FPPZE.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jscanass:108", "plots": "https://api.plotly.com/v2/plots/jscanass:108", "parent": "https://api.plotly.com/v2/folders/home?user=jscanass" }, "owner": "jscanass", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gráfica : Estancia estratificada por morbilidad y mortalidad", "views": 14, "web_url": "https://chart-studio.plotly.com/~jscanass/108/grafica-estancia-estratificada-por-morbilidad-y-mortalidad/", "world_readable": true, "date_modified": "2019-06-20T03:29:25.662Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jscanass/108/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": true }, "uid": "1cddccd1-86d2-4f49-a3a3-861bb1186451", "line": { "color": "blue" }, "name": "Vivo", "side": "negative", "type": "violin", "xsrc": "jscanass:109:fa3c6d", "ysrc": "jscanass:109:a7f5da", "meanline": { "visible": true }, "scalegroup": "Vivo", "legendgroup": "Vivo" }, { "box": { "visible": true }, "uid": "23307bfa-64fb-4e0f-a892-7a4052ee62ea", "line": { "color": "red" }, "name": "Fallecido", "side": "positive", "type": "violin", "xsrc": "jscanass:109:95bd89", "ysrc": "jscanass:109:83e587", "meanline": { "visible": true }, "scalegroup": "Fallecido", "legendgroup": "Fallecido" } ], "layout": { "title": { "text": "Gráfica : Estancia estratificada por morbilidad y mortalidad" }, "yaxis": { "title": { "text": "Estancia" }, "zeroline": true }, "violingap": 0, "showlegend": true, "violinmode": "overlay" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jscanass", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-01-10 13:24:37", "mapbox_access_tokens": null, "has_password": null, "username": "jscanass", "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-18T04:03:17.528669Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jscanass/106.embed", "fid": "jscanass:106", "filename": "fig190509", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/106/9_L3NXFUXLTLFPNEVCF0IN1RCKAWH4W7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/106/2_CNM8HSVOZ7LM04ANDTD1OU9B49OF37.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/106/8_R8VIDV5INCNCFKG13TGH3ABDTRLOCN.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/106/9_L3NXFUXLTLFPNEVCF0IN1RCKAWH4W7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jscanass:106", "plots": "https://api.plotly.com/v2/plots/jscanass:106", "parent": "https://api.plotly.com/v2/folders/home?user=jscanass" }, "owner": "jscanass", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gráfica : Distribución de estancia en IPS seleccionadas en enfermedades cardiovasculares", "views": 16, "web_url": "https://chart-studio.plotly.com/~jscanass/106/grafica-distribucion-de-estancia-en-ips-seleccionadas-en-enfermedades-cardiovasc/", "world_readable": true, "date_modified": "2019-06-20T03:29:23.287Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jscanass/106/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3df11184-3aca-4213-a5e8-d9881fdc904c", "line": { "width": 1 }, "name": "IPS 28", "type": "box", "ysrc": "jscanass:107:034ada", "jitter": 0.5, "marker": { "size": 2 }, "boxpoints": "all", "fillcolor": "rgba(93, 164, 214, 0.5)", "whiskerwidth": 0.2 }, { "uid": "9f7f891f-78ff-453d-b852-f0cfdc8347d7", "line": { "width": 1 }, "name": "IPS 7", "type": "box", "ysrc": "jscanass:107:14c192", "jitter": 0.5, "marker": { "size": 2 }, "boxpoints": "all", "fillcolor": "rgba(255, 144, 14, 0.5)", "whiskerwidth": 0.2 }, { "uid": "ec8713ad-1dee-4d06-a4bb-cc0703136842", "line": { "width": 1 }, "name": "IPS 13", "type": "box", "ysrc": "jscanass:107:43d86d", "jitter": 0.5, "marker": { "size": 2 }, "boxpoints": "all", "fillcolor": "rgba(44, 160, 101, 0.5)", "whiskerwidth": 0.2 } ], "layout": { "title": { "text": "Gráfica : Distribución de estancia en IPS seleccionadas en enfermedades cardiovasculares" }, "yaxis": { "dtick": 5, "showgrid": true, "zeroline": true, "autorange": true, "gridcolor": "rgb(255, 255, 255)", "gridwidth": 1, "zerolinecolor": "rgb(255, 255, 255)", "zerolinewidth": 2 }, "margin": { "b": 80, "l": 40, "r": 30, "t": 100 }, "showlegend": false, "plot_bgcolor": "rgb(243, 243, 243)", "paper_bgcolor": "rgb(243, 243, 243)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jscanass", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-01-10 13:24:37", "mapbox_access_tokens": null, "has_password": null, "username": "jscanass", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "