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=cD0yMDE5LTA2LTE4KzAwJTNBMzglM0ExNy41NzM5MjklMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE4KzAwJTNBMDMlM0E0My4yMzQ5NzMlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswMCUzQTM4JTNBMDUuODkwNDI4JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2019-06-18T00:38:05.890428Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rvmg/20.embed", "fid": "rvmg:20", "filename": "sankey-diagram-activated-users", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rvmg/20/9_R6X1O6DS1PI5KMO4WRQ88LPRP5Y18J.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rvmg/20/2_PYAHR6KNTLOKX7Q1VO3X5LDVKXA8GO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rvmg/20/8_C0T5R9HJIPUUPHSY067B4STMT9HP1M.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rvmg/20/9_R6X1O6DS1PI5KMO4WRQ88LPRP5Y18J.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rvmg:20", "plots": "https://api.plotly.com/v2/plots/rvmg:20", "parent": "https://api.plotly.com/v2/folders/home?user=rvmg" }, "owner": "rvmg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "User Engagement Journey", "views": 2, "web_url": "https://chart-studio.plotly.com/~rvmg/20/user-engagement-journey/", "world_readable": true, "date_modified": "2019-06-19T00:18:06.710Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rvmg/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "rvmg:21:75a66d", "labelsrc": "rvmg:21:9f95a1", "valuesrc": "rvmg:21:aa90a7", "sourcesrc": "rvmg:21:cd259a", "targetsrc": "rvmg:21:a17918" }, "node": { "pad": 15, "line": { "color": "black", "width": 0.5 }, "colorsrc": "rvmg:21:45c322", "labelsrc": "rvmg:21:972efc", "thickness": 20 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": "User Engagement Journey" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rvmg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-16 20:56:37", "mapbox_access_tokens": null, "has_password": null, "username": "rvmg", "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-18T00:32:50.973740Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jic198/24.embed", "fid": "jic198:24", "filename": "plot from API (7)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/jic198:24/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/jic198:24/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/jic198:24/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/jic198:24/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jic198:24", "plots": "https://api.plotly.com/v2/plots/jic198:24", "parent": "https://api.plotly.com/v2/folders/home?user=jic198" }, "owner": "jic198", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Estimated number of clusters: 3", "views": 1, "web_url": "https://chart-studio.plotly.com/~jic198/24/estimated-number-of-clusters-3/", "world_readable": true, "date_modified": "2019-06-18T00:32:51.466Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jic198/24/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "b87f93d1-db3e-45e6-8103-d9def6c426d6", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:034bc7", "ysrc": "jic198:25:2862c6", "marker": { "line": { "color": "black", "width": 1 }, "size": 14, "color": "rgb(158, 1, 66)" } }, { "uid": "2b339e75-51d0-4beb-8321-6338ebf778b5", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:13f7e5", "ysrc": "jic198:25:3ddb90", "marker": { "line": { "color": "black", "width": 1 }, "size": 6, "color": "rgb(158, 1, 66)" } }, { "uid": "586e7259-2615-47ae-9fd3-14f234e9ad43", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:5e91ee", "ysrc": "jic198:25:a3201a", "marker": { "line": { "color": "black", "width": 1 }, "size": 14, "color": "rgb(253, 190, 110)" } }, { "uid": "fb662820-1c5a-4dc9-b605-8521242f00b9", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:29d366", "ysrc": "jic198:25:15fc80", "marker": { "line": { "color": "black", "width": 1 }, "size": 6, "color": "rgb(253, 190, 110)" } }, { "uid": "bb1e5214-033d-412a-bceb-276f1b1de61d", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:ed7ca8", "ysrc": "jic198:25:332ec5", "marker": { "line": { "color": "black", "width": 1 }, "size": 14, "color": "rgb(190, 229, 160)" } }, { "uid": "d77aeb17-0b27-46fd-b115-f1ffb286a123", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:d78578", "ysrc": "jic198:25:19f7f0", "marker": { "line": { "color": "black", "width": 1 }, "size": 6, "color": "rgb(190, 229, 160)" } }, { "x": [], "y": [], "uid": "57ee54da-e212-45ad-97b1-8b9707551a0d", "mode": "markers", "type": "scatter", "marker": { "line": { "color": "black", "width": 1 }, "size": 14, "color": "black" } }, { "uid": "26d9b077-5b3b-49d1-98fe-2993c354c8c5", "mode": "markers", "type": "scatter", "xsrc": "jic198:25:c97bbd", "ysrc": "jic198:25:40e84d", "marker": { "line": { "color": "black", "width": 1 }, "size": 6, "color": "black" } } ], "layout": { "title": { "text": "Estimated number of clusters: 3" }, "xaxis": { "showgrid": false, "zeroline": false }, "yaxis": { "showgrid": false, "zeroline": false }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jic198", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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-03-28 20:29:56", "mapbox_access_tokens": null, "has_password": null, "username": "jic198", "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-18T00:30:10.921870Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~fabiogxk/1.embed", "fid": "fabiogxk:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/fabiogxk:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/fabiogxk:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fabiogxk/1/8_VE1ITJAFGJM3Z8ZOAQT03XR9KRHEX2.png", "list-thumb": "https://api.plotly.com/v2/files/fabiogxk:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/fabiogxk:1", "plots": "https://api.plotly.com/v2/plots/fabiogxk:1", "parent": "https://api.plotly.com/v2/folders/home?user=fabiogxk" }, "owner": "fabiogxk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~fabiogxk/1/", "world_readable": true, "date_modified": "2019-06-18T00:30:10.940Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~fabiogxk/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "type": "scatter", "xsrc": "fabiogxk:0:f6b2ab", "ysrc": "fabiogxk:0:3d0359" }, { "mode": "lines", "type": "scatter", "xsrc": "fabiogxk:0:fbed72", "ysrc": "fabiogxk:0:3d0359", "xaxis": "x", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 3, 11 ], "autorange": true }, "yaxis": { "type": "category", "range": [ -0.16666666666666669, 3.1666666666666665 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~fabiogxk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 00:29:30", "mapbox_access_tokens": null, "has_password": null, "username": "fabiogxk", "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-18T00:21:30.164948Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nancyvaldebenito/8.embed", "fid": "nancyvaldebenito:8", "filename": "Plot 8", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nancyvaldebenito:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nancyvaldebenito:8/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nancyvaldebenito/8/8_7928D05R4802Y3KPHR82QAS5R743FC.png", "list-thumb": "https://api.plotly.com/v2/files/nancyvaldebenito:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nancyvaldebenito:8", "plots": "https://api.plotly.com/v2/plots/nancyvaldebenito:8", "parent": "https://api.plotly.com/v2/folders/home?user=nancyvaldebenito" }, "owner": "nancyvaldebenito", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nancyvaldebenito/8/", "world_readable": true, "date_modified": "2019-06-18T00:21:30.180Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nancyvaldebenito/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8f28d8", "mode": "lines+markers", "type": "scatter", "xsrc": "nancyvaldebenito:7:1a3c26", "ysrc": "nancyvaldebenito:7:7967ab" } ], "frames": [], "layout": { "title": { "text": "Precipitación [mm] Latitude: -37.96152331396614° Longitude: -72.70545959472658°" }, "width": 1865, "xaxis": { "type": "date", "range": [ "1980-12-17 20:05:11.1984", "1981-09-15 03:54:48.8016" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 43.8810500521988, 102.44548401778277 ], "autorange": true }, "height": 450, "autosize": true } }, "height": 450, "width": 1865, "user": { "profile_url": "https://chart-studio.plotly.com/~nancyvaldebenito", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-13 20:55:50", "mapbox_access_tokens": null, "has_password": null, "username": "nancyvaldebenito", "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-18T00:20:57.124260Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rvmg/18.embed", "fid": "rvmg:18", "filename": "sankey-diagram-new-users", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rvmg/18/9_O4399SYY13CE6HUDGTM0NZRMFEUJDB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rvmg/18/2_W4T2R39ND9TD4IGRSQJ198V558XSAT.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rvmg/18/8_QPNO7UZRASCLTHD3BXHG1F1PB15GQU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rvmg/18/9_O4399SYY13CE6HUDGTM0NZRMFEUJDB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rvmg:18", "plots": "https://api.plotly.com/v2/plots/rvmg:18", "parent": "https://api.plotly.com/v2/folders/home?user=rvmg" }, "owner": "rvmg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "['New User Engagement Journey']", "views": 0, "web_url": "https://chart-studio.plotly.com/~rvmg/18/new-user-engagement-journey/", "world_readable": true, "date_modified": "2019-06-19T18:30:03.914Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rvmg/18/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "colorsrc": "rvmg:19:bd0450", "labelsrc": "rvmg:19:a0d0d6", "valuesrc": "rvmg:19:9e4309", "sourcesrc": "rvmg:19:4ae6ae", "targetsrc": "rvmg:19:278fc9" }, "node": { "pad": 15, "line": { "color": "black", "width": 0.5 }, "colorsrc": "rvmg:19:a4df6c", "labelsrc": "rvmg:19:9f3103,b95731,75f022,11125d,f0a005,214f02,462f04,51285e,b1df25,bd5abe,83fbd3,038ec3,54485a,a53278,055606,793bf9,494009,6a077d,c74d93,384c07,28dd53", "thickness": 20 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": [ "New User Engagement Journey" ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rvmg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.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-16 20:56:37", "mapbox_access_tokens": null, "has_password": null, "username": "rvmg", "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-18T00:20:57.053448Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nancyvaldebenito/6.embed", "fid": "nancyvaldebenito:6", "filename": "Plot 6", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nancyvaldebenito:6/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nancyvaldebenito:6/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nancyvaldebenito/6/8_CRFXW3HDTHRFJ7H18T2OOITECVWNRA.png", "list-thumb": "https://api.plotly.com/v2/files/nancyvaldebenito:6/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nancyvaldebenito:6", "plots": "https://api.plotly.com/v2/plots/nancyvaldebenito:6", "parent": "https://api.plotly.com/v2/folders/home?user=nancyvaldebenito" }, "owner": "nancyvaldebenito", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nancyvaldebenito/6/", "world_readable": true, "date_modified": "2019-06-18T00:20:57.069Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nancyvaldebenito/6/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8f28d8", "mode": "lines+markers", "type": "scatter", "xsrc": "nancyvaldebenito:5:e1b5b2", "ysrc": "nancyvaldebenito:5:67d1e0" } ], "frames": [], "layout": { "title": { "text": "Precipitación [mm] Latitude: -37.96152331396614° Longitude: -72.70545959472658°" }, "width": 1865, "xaxis": { "type": "date", "range": [ "1980-12-17 20:05:11.1984", "1981-09-15 03:54:48.8016" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 43.8810500521988, 102.44548401778277 ], "autorange": true }, "height": 450, "autosize": true } }, "height": 450, "width": 1865, "user": { "profile_url": "https://chart-studio.plotly.com/~nancyvaldebenito", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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-13 20:55:50", "mapbox_access_tokens": null, "has_password": null, "username": "nancyvaldebenito", "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-18T00:19:49.748807Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dzuniga921/21.embed", "fid": "dzuniga921:21", "filename": "gastoensalud", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/dzuniga921:21/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dzuniga921/21/2_ZJUI5S86B0I8AF7UGO43K65I7BSI6N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dzuniga921/21/8_0Z49GZS7MRG2EF5CEFWBG76TJAXBWZ.png", "list-thumb": "https://api.plotly.com/v2/files/dzuniga921:21/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dzuniga921:21", "plots": "https://api.plotly.com/v2/plots/dzuniga921:21", "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/21/", "world_readable": true, "date_modified": "2019-06-18T00:59:36.694Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dzuniga921/21/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "type": "histogram", "xsrc": "dzuniga921:20:1f3e15", "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(219, 23, 49)" }, "title": { "text": "Histograma Gasto en salud de Niños menores de 5 años " }, "xaxis": { "type": "linear", "range": [ 3.608224830031759e-16, 7.600000000000003 ], "title": [], "domain": [ 0, 1 ], "autorange": true, "automargin": true }, "yaxis": { "range": [ 0, 552.6315789473684 ], "domain": [ 0, 1 ], "autorange": true, "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "modebar": { "bgcolor": "rgba(26, 22, 184, 0.5)" }, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#9e0142" ], [ 0.1, "#d53e4f" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee08b" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e6f598" ], [ 0.7, "#abdda4" ], [ 0.8, "#66c2a5" ], [ 0.9, "#3288bd" ], [ 1, "#5e4fa2" ] ], "sequential": [ [ 0, "#dcdcdc" ], [ 0.3333333333333333, "#f5c39d" ], [ 0.6666666666666666, "#f5a069" ], [ 1, "#b20a1c" ] ] }, "showlegend": false, "plot_bgcolor": "rgb(201, 118, 224)", "paper_bgcolor": "rgb(64, 59, 59)" } }, "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 } }, { "creation_time": "2019-06-18T00:17:41.713804Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kirbymcrae/1.embed", "fid": "kirbymcrae:1", "filename": "lutz", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/kirbymcrae:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/kirbymcrae:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/kirbymcrae:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/kirbymcrae:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kirbymcrae:1", "plots": "https://api.plotly.com/v2/plots/kirbymcrae:1", "parent": "https://api.plotly.com/v2/folders/home?user=kirbymcrae" }, "owner": "kirbymcrae", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 10, "web_url": "https://chart-studio.plotly.com/~kirbymcrae/1/", "world_readable": true, "date_modified": "2019-06-18T00:18:11.200Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kirbymcrae/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgba(31,119,180,1)" }, "mode": "markers", "type": "scatter3d", "xsrc": "kirbymcrae:0:2e7daf", "ysrc": "kirbymcrae:0:ee9cef", "zsrc": "kirbymcrae:0:55c8d2", "frame": null, "marker": { "line": { "color": "rgba(31,119,180,1)" }, "colorsrc": "kirbymcrae:0:055a9b", "showscale": true, "colorscale": [ [ "0", "#440154FF" ], [ "0.00119924738569327", "#440154FF" ], [ "0.00119924738569327", "#450457FF" ], [ "0.00241431134701545", "#450457FF" ], [ "0.00241431134701545", "#46075AFF" ], [ "0.003645614667937", "#46075AFF" ], [ "0.003645614667937", "#460A5DFF" ], [ "0.00489359731412467", "#460A5DFF" ], [ "0.00489359731412467", "#470D60FF" ], [ "0.00615871737674731", "#470D60FF" ], [ "0.00615871737674731", "#471063FF" ], [ "0.00744145208198932", "#471063FF" ], [ "0.00744145208198932", "#471365FF" ], [ "0.00874229887184111", "#471365FF" ], [ "0.00874229887184111", "#481668FF" ], [ "0.0100617765622891", "#481668FF" ], [ "0.0100617765622891", "#48186AFF" ], [ "0.0114004265856563", "#48186AFF" ], [ "0.0114004265856563", "#481B6DFF" ], [ "0.0127588143245379", "#481B6DFF" ], [ "0.0127588143245379", "#481D6FFF" ], [ "0.0141375305455552", "#481D6FFF" ], [ "0.0141375305455552", "#482071FF" ], [ "0.015537192942031", "#482071FF" ], [ "0.015537192942031", "#482374FF" ], [ "0.0169584477956664", "#482374FF" ], [ "0.0169584477956664", "#482576FF" ], [ "0.0184019717684088", "#482576FF" ], [ "0.0184019717684088", "#482878FF" ], [ "0.0198684738369466", "#482878FF" ], [ "0.0198684738369466", "#472A7AFF" ], [ "0.0213586973836752", "#472A7AFF" ], [ "0.0213586973836752", "#472D7BFF" ], [ "0.0228734224595694", "#472D7BFF" ], [ "0.0228734224595694", "#472F7DFF" ], [ "0.0244134682362087", "#472F7DFF" ], [ "0.0244134682362087", "#46327EFF" ], [ "0.0259796956662505", "#46327EFF" ], [ "0.0259796956662505", "#463480FF" ], [ "0.027573010373983", "#463480FF" ], [ "0.027573010373983", "#453781FF" ], [ "0.0291943658002587", "#453781FF" ], [ "0.0291943658002587", "#443983FF" ], [ "0.03084476662915", "#443983FF" ], [ "0.03084476662915", "#443B84FF" ], [ "0.0325252725271685", "#443B84FF" ], [ "0.0325252725271685", "#433E85FF" ], [ "0.0342370022298944", "#433E85FF" ], [ "0.0342370022298944", "#424086FF" ], [ "0.0359811380154854", "#424086FF" ], [ "0.0359811380154854", "#414287FF" ], [ "0.037758930609865", "#414287FF" ], [ "0.037758930609865", "#404588FF" ], [ "0.0395717045745617", "#404588FF" ], [ "0.0395717045745617", "#3F4788FF" ], [ "0.0414208642353374", "#3F4788FF" ], [ "0.0414208642353374", "#3E4989FF" ], [ "0.0433079002180726", "#3E4989FF" ], [ "0.0433079002180726", "#3E4C8AFF" ], [ "0.0452343966681169", "#3E4C8AFF" ], [ "0.0452343966681169", "#3D4E8AFF" ], [ "0.0472020392407033", "#3D4E8AFF" ], [ "0.0472020392407033", "#3C508BFF" ], [ "0.0492126239634103", "#3C508BFF" ], [ "0.0492126239634103", "#3B528BFF" ], [ "0.0512680670874353", "#3B528BFF" ], [ "0.0512680670874353", "#3A548CFF" ], [ "0.0533704160630935", "#3A548CFF" ], [ "0.0533704160630935", "#39578CFF" ], [ "0.0555218617971019", "#39578CFF" ], [ "0.0555218617971019", "#38598CFF" ], [ "0.0577247523755874", "#38598CFF" ], [ "0.0577247523755874", "#375B8DFF" ], [ "0.0599816084683081", "#375B8DFF" ], [ "0.0599816084683081", "#365D8DFF" ], [ "0.0622951406674685", "#365D8DFF" ], [ "0.0622951406674685", "#355F8DFF" ], [ "0.0646682690602121", "#355F8DFF" ], [ "0.0646682690602121", "#34618DFF" ], [ "0.0671041453892506", "#34618DFF" ], [ "0.0671041453892506", "#33638DFF" ], [ "0.0696061782234955", "#33638DFF" ], [ "0.0696061782234955", "#32658EFF" ], [ "0.0721780616430319", "#32658EFF" ], [ "0.0721780616430319", "#31678EFF" ], [ "0.0748238080441995", "#31678EFF" ], [ "0.0748238080441995", "#30698EFF" ], [ "0.0775477857959778", "#30698EFF" ], [ "0.0775477857959778", "#2F6B8EFF" ], [ "0.0803547626348917", "#2F6B8EFF" ], [ "0.0803547626348917", "#2E6D8EFF" ], [ "0.0832499558809186", "#2E6D8EFF" ], [ "0.0832499558809186", "#2E6F8EFF" ], [ "0.0862390908028582", "#2E6F8EFF" ], [ "0.0862390908028582", "#2D718EFF" ], [ "0.0893284687736382", "#2D718EFF" ], [ "0.0893284687736382", "#2C728EFF" ], [ "0.0925250472546999", "#2C728EFF" ], [ "0.0925250472546999", "#2B748EFF" ], [ "0.0958365341620098", "#2B748EFF" ], [ "0.0958365341620098", "#2A768EFF" ], [ "0.099271499832897", "#2A768EFF" ], [ "0.099271499832897", "#2A788EFF" ], [ "0.102839510686284", "#2A788EFF" ], [ "0.102839510686284", "#297A8EFF" ], [ "0.106551289824021", "#297A8EFF" ], [ "0.106551289824021", "#287C8EFF" ], [ "0.110418911364462", "#287C8EFF" ], [ "0.110418911364462", "#277E8EFF" ], [ "0.114456037384569", "#277E8EFF" ], [ "0.114456037384569", "#27808EFF" ], [ "0.118678209197226", "#27808EFF" ], [ "0.118678209197226", "#26828EFF" ], [ "0.123103208637615", "#26828EFF" ], [ "0.123103208637615", "#25838EFF" ], [ "0.127751510574952", "#25838EFF" ], [ "0.127751510574952", "#25858EFF" ], [ "0.132646855768024", "#25858EFF" ], [ "0.132646855768024", "#24878EFF" ], [ "0.137816984638667", "#24878EFF" ], [ "0.137816984638667", "#23898EFF" ], [ "0.143294589452063", "#23898EFF" ], [ "0.143294589452063", "#228B8DFF" ], [ "0.149118567879539", "#228B8DFF" ], [ "0.149118567879539", "#228D8DFF" ], [ "0.155335700197955", "#228D8DFF" ], [ "0.155335700197955", "#21908DFF" ], [ "0.157801346232843", "#21908DFF" ], [ "0.157801346232843", "#21928CFF" ], [ "0.16114035960909", "#21928CFF" ], [ "0.16114035960909", "#20928CFF" ], [ "0.164437542387034", "#20928CFF" ], [ "0.164437542387034", "#1F958BFF" ], [ "0.167693929705409", "#1F958BFF" ], [ "0.167693929705409", "#1F978BFF" ], [ "0.170910518748809", "#1F978BFF" ], [ "0.170910518748809", "#1F998AFF" ], [ "0.174088270580795", "#1F998AFF" ], [ "0.174088270580795", "#1E9B8AFF" ], [ "0.177228111867654", "#1E9B8AFF" ], [ "0.177228111867654", "#1E9D89FF" ], [ "0.18033093650054", "#1E9D89FF" ], [ "0.18033093650054", "#1F9F88FF" ], [ "0.18339760712311", "#1F9F88FF" ], [ "0.18339760712311", "#1FA188FF" ], [ "0.186428956571173", "#1FA188FF" ], [ "0.186428956571173", "#1FA187FF" ], [ "0.189425789230383", "#1FA187FF" ], [ "0.189425789230383", "#20A486FF" ], [ "0.192388882317489", "#20A486FF" ], [ "0.192388882317489", "#21A685FF" ], [ "0.195318987090272", "#21A685FF" ], [ "0.195318987090272", "#22A884FF" ], [ "0.198216829990861", "#22A884FF" ], [ "0.198216829990861", "#24AA83FF" ], [ "0.201083113726791", "#24AA83FF" ], [ "0.201083113726791", "#25AC82FF" ], [ "0.203918518293835", "#25AC82FF" ], [ "0.203918518293835", "#27AD81FF" ], [ "0.206723701944308", "#27AD81FF" ], [ "0.206723701944308", "#29AF7FFF" ], [ "0.209499302104329", "#29AF7FFF" ], [ "0.209499302104329", "#2BB17EFF" ], [ "0.212245936243203", "#2BB17EFF" ], [ "0.212245936243203", "#2EB37CFF" ], [ "0.214964202697918", "#2EB37CFF" ], [ "0.214964202697918", "#30B57BFF" ], [ "0.217654681455489", "#30B57BFF" ], [ "0.217654681455489", "#33B679FF" ], [ "0.220317934895722", "#33B679FF" ], [ "0.220317934895722", "#36B878FF" ], [ "0.222954508496772", "#36B878FF" ], [ "0.222954508496772", "#39BA76FF" ], [ "0.225564931505711", "#39BA76FF" ], [ "0.225564931505711", "#3CBC74FF" ], [ "0.228149717576161", "#3CBC74FF" ], [ "0.228149717576161", "#40BD72FF" ], [ "0.230709365374927", "#40BD72FF" ], [ "0.230709365374927", "#43BF70FF" ], [ "0.233244359159409", "#43BF70FF" ], [ "0.233244359159409", "#47C16EFF" ], [ "0.235755169327474", "#47C16EFF" ], [ "0.235755169327474", "#4BC26CFF" ], [ "0.238242252941344", "#4BC26CFF" ], [ "0.238242252941344", "#4FC46AFF" ], [ "0.240706054226965", "#4FC46AFF" ], [ "0.240706054226965", "#53C568FF" ], [ "0.243147005050212", "#53C568FF" ], [ "0.243147005050212", "#57C765FF" ], [ "0.245565525371224", "#57C765FF" ], [ "0.245565525371224", "#5BC863FF" ], [ "0.247962023678042", "#5BC863FF" ], [ "0.247962023678042", "#5FCA60FF" ], [ "0.250336897400689", "#5FCA60FF" ], [ "0.250336897400689", "#65CB5EFF" ], [ "0.252690533306737", "#65CB5EFF" ], [ "0.252690533306737", "#68CD5BFF" ], [ "0.255023307879331", "#68CD5BFF" ], [ "0.255023307879331", "#6ECE58FF" ], [ "0.257335587678624", "#6ECE58FF" ], [ "0.257335587678624", "#72D056FF" ], [ "0.259627729687453", "#72D056FF" ], [ "0.259627729687453", "#76D153FF" ], [ "0.261900081642115", "#76D153FF" ], [ "0.261900081642115", "#7CD250FF" ], [ "0.264152982348961", "#7CD250FF" ], [ "0.264152982348961", "#81D34DFF" ], [ "0.266386761987573", "#81D34DFF" ], [ "0.266386761987573", "#86D549FF" ], [ "0.26860174240118", "#86D549FF" ], [ "0.26860174240118", "#8BD646FF" ], [ "0.270798237374941", "#8BD646FF" ], [ "0.270798237374941", "#90D743FF" ], [ "0.272976552902733", "#90D743FF" ], [ "0.272976552902733", "#95D840FF" ], [ "0.275136987442974", "#95D840FF" ], [ "0.275136987442974", "#9BD93CFF" ], [ "0.277279832164036", "#9BD93CFF" ], [ "0.277279832164036", "#A0DA39FF" ], [ "0.279405371179749", "#A0DA39FF" ], [ "0.279405371179749", "#A5DB36FF" ], [ "0.281513881775466", "#A5DB36FF" ], [ "0.281513881775466", "#AADC32FF" ], [ "0.283605634625157", "#AADC32FF" ], [ "0.283605634625157", "#B0DD2FFF" ], [ "0.285680893999925", "#B0DD2FFF" ], [ "0.285680893999925", "#B5DE2BFF" ], [ "0.287739917968385", "#B5DE2BFF" ], [ "0.287739917968385", "#BADE28FF" ], [ "0.289782958589248", "#BADE28FF" ], [ "0.289782958589248", "#C0DF25FF" ], [ "0.291810262096505", "#C0DF25FF" ], [ "0.291810262096505", "#C5E021FF" ], [ "0.293822069077514", "#C5E021FF" ], [ "0.293822069077514", "#CAE11FFF" ], [ "0.295818614644351", "#CAE11FFF" ], [ "0.295818614644351", "#D0E11CFF" ], [ "0.297800128598697", "#D0E11CFF" ], [ "0.297800128598697", "#D5E21AFF" ], [ "0.299766835590572", "#D5E21AFF" ], [ "0.299766835590572", "#DAE319FF" ], [ "0.301718955271174", "#DAE319FF" ], [ "0.301718955271174", "#DFE318FF" ], [ "0.303656702440105", "#DFE318FF" ], [ "0.303656702440105", "#E5E419FF" ], [ "0.305580287187199", "#E5E419FF" ], [ "0.305580287187199", "#EAE51AFF" ], [ "0.307489915029222", "#EAE51AFF" ], [ "0.307489915029222", "#EFE51CFF" ], [ "0.309385787041636", "#EFE51CFF" ], [ "0.309385787041636", "#F4E61EFF" ], [ "0.311268099985656", "#F4E61EFF" ], [ "0.311268099985656", "#F8E621FF" ], [ "0.313137046430798", "#F8E621FF" ], [ "0.313137046430798", "#FDE725FF" ], [ "1", "#FDE725FF" ] ] }, "error_x": { "color": "rgba(31,119,180,1)" }, "error_y": { "color": "rgba(31,119,180,1)" } } ], "layout": { "scene": { "xaxis": { "title": "lat" }, "yaxis": { "title": "lon" }, "zaxis": { "title": "depth" } }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kirbymcrae", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-06-18 00:12:45", "mapbox_access_tokens": null, "has_password": null, "username": "kirbymcrae", "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-18T00:04:28.651220Z", "comments": { "results": [ { "cid": 7597, "comment": "Great job @joschmit", "commenter": { "profile_url": "https://chart-studio.plotly.com/~alhohl", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "eh", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-27 14:58:54", "mapbox_access_tokens": null, "has_password": null, "username": "alhohl", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null }, "ref_id": null, "creation_time": "2019-06-24T20:40:23.401520Z" } ], "count": 1 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~joschmit/1.embed", "fid": "joschmit:1", "filename": "mulitple-trace", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/joschmit:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/joschmit:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/joschmit:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/joschmit:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/joschmit:1", "plots": "https://api.plotly.com/v2/plots/joschmit:1", "parent": "https://api.plotly.com/v2/folders/home?user=joschmit" }, "owner": "joschmit", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~joschmit/1/", "world_readable": true, "date_modified": "2019-06-18T00:04:28.667Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~joschmit/1/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:a7724b", "ysrc": "joschmit:0:0902b1", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:78e087", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:4a99e8", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:3141c8", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:9eef37", "ysrc": "joschmit:0:8ef318", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:7b60eb", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:4c6f8e", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:5ec2dd", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:97c32f", "ysrc": "joschmit:0:472a13", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:6f7d5d", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:e33439", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:a35955", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:6ddd3f", "ysrc": "joschmit:0:67435d", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1bd82e", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:9d4dcc", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:592cde", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:929a07", "ysrc": "joschmit:0:ed4838", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:9b8b3d", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:aa6486", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:01b27b", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "frames": [ { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:921717", "ysrc": "joschmit:0:05c875", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:4956a6", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:2ec1a7", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:46ac64", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:7b811f", "ysrc": "joschmit:0:898d25", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:e3d29c", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:7ca857", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:2923b6", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:a6dd6f", "ysrc": "joschmit:0:2a9c3f", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:329598", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:1317f1", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:eda5ca", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:83e7d5", "ysrc": "joschmit:0:7f852a", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1dc5eb", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:36e2f5", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:d1a475", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:0b478c", "ysrc": "joschmit:0:9debaa", "frame": "1952", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:a40991", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:620f07", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:b281b9", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1952", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:8e88f3", "ysrc": "joschmit:0:3b3d63", "frame": "1957", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:5e7f12", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:78edc7", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:0fbe72", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:7705dd", "ysrc": "joschmit:0:d5409a", "frame": "1957", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1262c8", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:ea2e63", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:b5c31c", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:593cde", "ysrc": "joschmit:0:c8b764", "frame": "1957", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:4111df", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:2dc2a0", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:d507be", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:a75487", "ysrc": "joschmit:0:50b334", "frame": "1957", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:ee5820", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:311fef", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:90c575", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:6c4151", "ysrc": "joschmit:0:c10d82", "frame": "1957", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:dec933", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:4dc2fa", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:eb78d9", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1957", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:68989a", "ysrc": "joschmit:0:5ff361", "frame": "1962", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1a0f78", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:5cfced", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:72b9f8", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:0229b5", "ysrc": "joschmit:0:1cb0ae", "frame": "1962", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:739631", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:62cb89", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:a3401c", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:d0184e", "ysrc": "joschmit:0:282a96", "frame": "1962", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:0edeb5", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:b68599", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:b081fa", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:95440d", "ysrc": "joschmit:0:0a2aa2", "frame": "1962", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:4c4e51", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:a1a308", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:36d94c", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:91c8b2", "ysrc": "joschmit:0:1b39a0", "frame": "1962", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:8bbb84", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:f4caa2", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:60aae6", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1962", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:d52565", "ysrc": "joschmit:0:e4a1f2", "frame": "1967", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:b8e900", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:7ac045", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:c127ac", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:535b8b", "ysrc": "joschmit:0:4da779", "frame": "1967", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:c58d74", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:9a6724", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:110a38", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:610006", "ysrc": "joschmit:0:eadf1d", "frame": "1967", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:2d3ca1", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:e48fae", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:6b32e7", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:2be8aa", "ysrc": "joschmit:0:b0b9d9", "frame": "1967", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:0d9ef9", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:56c8c1", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:30cede", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:c41576", "ysrc": "joschmit:0:9a2b7a", "frame": "1967", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:90fbe5", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:b9d3e3", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:442f07", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1967", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:a164a7", "ysrc": "joschmit:0:9be43a", "frame": "1972", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:67d3ee", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:34e3ea", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:f5a4b4", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:afb198", "ysrc": "joschmit:0:3e6407", "frame": "1972", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:7fb66f", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:558000", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:17a800", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:8cd496", "ysrc": "joschmit:0:1a460a", "frame": "1972", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:ac9292", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:4fbf49", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:dd3173", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:4d0da6", "ysrc": "joschmit:0:d64bf9", "frame": "1972", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:dc2cc3", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:497b2a", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:484362", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:63ba24", "ysrc": "joschmit:0:8fa3ad", "frame": "1972", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:212727", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:458f4d", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:e1efaa", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1972", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:29afa1", "ysrc": "joschmit:0:bbf1f7", "frame": "1977", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:2e5ddc", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:9e5bd1", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:99bcbc", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:e287f0", "ysrc": "joschmit:0:114235", "frame": "1977", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:e1129b", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:d7df08", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:cd0705", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:e1ba53", "ysrc": "joschmit:0:3d8f92", "frame": "1977", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:4f242f", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:ce3e72", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:82eee3", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:acba89", "ysrc": "joschmit:0:0ea12e", "frame": "1977", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1ede80", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:115e79", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:28f68b", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:552144", "ysrc": "joschmit:0:7e66d3", "frame": "1977", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:e83e8f", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:b959b1", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:456d17", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1977", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:5cd755", "ysrc": "joschmit:0:36e77a", "frame": "1982", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:35b196", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:07efd0", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:b356c6", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:f22f0e", "ysrc": "joschmit:0:8f960c", "frame": "1982", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:c98da2", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:64ee5c", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:bd0628", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:6e1616", "ysrc": "joschmit:0:f6c401", "frame": "1982", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:6f4657", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:274779", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:d4fcdf", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:ed6bb3", "ysrc": "joschmit:0:959ad2", "frame": "1982", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:9b05e1", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:322b0b", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:0dfe84", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:9b109e", "ysrc": "joschmit:0:dc0804", "frame": "1982", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:c9ae87", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:c1ebda", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:176af7", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1982", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:4d798e", "ysrc": "joschmit:0:1b3f0f", "frame": "1987", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:4e582e", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:7f719a", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:731a27", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:d225c7", "ysrc": "joschmit:0:f01f90", "frame": "1987", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:493b83", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:06a52a", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:fa7a93", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:70d765", "ysrc": "joschmit:0:bb8824", "frame": "1987", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:da8e21", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:8cb97c", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:6dbc96", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:af88b0", "ysrc": "joschmit:0:b0f8ff", "frame": "1987", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:174b47", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:629840", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:5ace98", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:91047d", "ysrc": "joschmit:0:8be33a", "frame": "1987", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:f8cb22", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:df6e9b", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:188ea9", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1987", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:427c2d", "ysrc": "joschmit:0:5b0ac0", "frame": "1992", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:b11ece", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:587254", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:815964", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:e4afe4", "ysrc": "joschmit:0:56f00a", "frame": "1992", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:2ccab6", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:a69762", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:f23261", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:59e9f6", "ysrc": "joschmit:0:9b57ee", "frame": "1992", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:5a6922", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:4d9912", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:94b22f", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:b29a94", "ysrc": "joschmit:0:e4f916", "frame": "1992", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:7c1bea", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:a17d66", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:99c7ce", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:2adab2", "ysrc": "joschmit:0:daf057", "frame": "1992", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:cc981b", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:834949", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:63e29b", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1992", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:e62a97", "ysrc": "joschmit:0:7e4bf8", "frame": "1997", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:7e6dc7", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:331f69", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:d6b07b", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:cabb21", "ysrc": "joschmit:0:3d6c3a", "frame": "1997", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:2929ee", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:4e4032", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:54f007", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:b3b1cf", "ysrc": "joschmit:0:48e8c9", "frame": "1997", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:c065f8", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:fc90e5", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:401ecd", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:aab37c", "ysrc": "joschmit:0:ca5552", "frame": "1997", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:629abb", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:9a5bf4", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:a1ce8b", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:4772cd", "ysrc": "joschmit:0:0ab6ac", "frame": "1997", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:88b946", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:7f015f", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:d9fb58", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "1997", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:4dc0f1", "ysrc": "joschmit:0:3bd5a1", "frame": "2002", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:6588a6", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:3df20c", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:74d175", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:d0a983", "ysrc": "joschmit:0:773033", "frame": "2002", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:55bbb9", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:106b7e", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:099950", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:850b48", "ysrc": "joschmit:0:6c5ff1", "frame": "2002", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:536a0f", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:26d9e4", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:a4c095", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:d0dd3d", "ysrc": "joschmit:0:2ec1d3", "frame": "2002", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:f2c042", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:0a172e", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:cfc796", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:68c7ca", "ysrc": "joschmit:0:d2b8c1", "frame": "2002", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1cbd93", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:b0bd44", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:b4cdf0", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "2002", "traces": [ 0, 1, 2, 3, 4 ] }, { "data": [ { "mode": "markers", "name": "Africa", "type": "scatter", "xsrc": "joschmit:0:dbaa7e", "ysrc": "joschmit:0:c5f2ac", "frame": "2007", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:c802a3", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.88976377952756 }, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:ffbcf9", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:21f4ab", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Africa" }, { "mode": "markers", "name": "Americas", "type": "scatter", "xsrc": "joschmit:0:0cafda", "ysrc": "joschmit:0:d72cf1", "frame": "2007", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:1b674d", "marker": { "line": { "color": "rgba(163,165,0,1)", "width": 1.88976377952756 }, "color": "rgba(163,165,0,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:8ef4e2", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:27c081", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Americas" }, { "mode": "markers", "name": "Asia", "type": "scatter", "xsrc": "joschmit:0:a014ca", "ysrc": "joschmit:0:502c4f", "frame": "2007", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:bb7cf7", "marker": { "line": { "color": "rgba(0,191,125,1)", "width": 1.88976377952756 }, "color": "rgba(0,191,125,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:b181c2", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:55cc3c", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Asia" }, { "mode": "markers", "name": "Europe", "type": "scatter", "xsrc": "joschmit:0:45a9c9", "ysrc": "joschmit:0:4f84d1", "frame": "2007", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:bd7147", "marker": { "line": { "color": "rgba(0,176,246,1)", "width": 1.88976377952756 }, "color": "rgba(0,176,246,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:3ed495", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:6489fb", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Europe" }, { "mode": "markers", "name": "Oceania", "type": "scatter", "xsrc": "joschmit:0:65899a", "ysrc": "joschmit:0:30d17f", "frame": "2007", "xaxis": "x", "yaxis": "y", "idssrc": "joschmit:0:02614a", "marker": { "line": { "color": "rgba(231,107,243,1)", "width": 1.88976377952756 }, "color": "rgba(231,107,243,1)", "symbol": "circle", "opacity": 1, "sizesrc": "joschmit:0:62c1d8", "autocolorscale": false }, "hoveron": "points", "textsrc": "joschmit:0:25be8e", "visible": true, "hoverinfo": "text", "showlegend": true, "legendgroup": "Oceania" } ], "name": "2007", "traces": [ 0, 1, 2, 3, 4 ] } ], "layout": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "xaxis": { "type": "linear", "range": [ 2.24867743229327, 5.18872279335025 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "gdpPercap" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1e+03", "1e+04", "1e+05" ], "tickvals": [ 3, 4, 5 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "1e+03", "1e+04", "1e+05" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 20.6488, 85.5532 ], "ticks": "outside", "title": { "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "lifeExp" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.65296803652968, "showgrid": true, "showline": false, "tickfont": { "size": 11.689497716895, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "40", "60", "80" ], "tickvals": [ 40, 60, 80 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "40", "60", "80" ], "categoryorder": "array", "showticklabels": true }, "legend": { "y": 0.840505870270053, "font": { "size": 11.689497716895, "color": "rgba(0,0,0,1)", "family": "" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.88976377952756 }, "margin": { "b": 36.3260110476591, "l": 37.2602739726027, "r": 7.30593607305936, "t": 22.3716731481157 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "sliders": [ { "pad": { "t": 40 }, "steps": [ { "args": [ [ "1952" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1952", "value": "1952", "method": "animate" }, { "args": [ [ "1957" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1957", "value": "1957", "method": "animate" }, { "args": [ [ "1962" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1962", "value": "1962", "method": "animate" }, { "args": [ [ "1967" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1967", "value": "1967", "method": "animate" }, { "args": [ [ "1972" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1972", "value": "1972", "method": "animate" }, { "args": [ [ "1977" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1977", "value": "1977", "method": "animate" }, { "args": [ [ "1982" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1982", "value": "1982", "method": "animate" }, { "args": [ [ "1987" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1987", "value": "1987", "method": "animate" }, { "args": [ [ "1992" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1992", "value": "1992", "method": "animate" }, { "args": [ [ "1997" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "1997", "value": "1997", "method": "animate" }, { "args": [ [ "2002" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "2002", "value": "2002", "method": "animate" }, { "args": [ [ "2007" ], { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 } } ], "label": "2007", "value": "2007", "method": "animate" } ], "visible": true, "currentvalue": { "font": { "size": 16, "color": "rgba(204,204,204,1)" }, "prefix": "~year: ", "xanchor": "right" } } ], "hovermode": "closest", "showlegend": true, "annotations": [ { "x": 1.02, "y": 1, "ax": 0, "ay": 0, "font": { "size": 14.6118721461187, "color": "rgba(0,0,0,1)", "family": "" }, "text": "continent<br />pop", "xref": "paper", "yref": "paper", "xanchor": "left", "yanchor": "bottom", "showarrow": false, "textangle": 0, "legendTitle": true } ], "updatemenus": [ { "x": 0, "y": 0, "pad": { "r": 5, "t": 60 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": false, "duration": 500 }, "transition": { "easing": "linear", "duration": 500 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "direction": "right", "showactive": false } ], "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~joschmit", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-17 23:56:43", "mapbox_access_tokens": null, "has_password": null, "username": "joschmit", "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-18T00:03:43.234973Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mtfaye/2.embed", "fid": "mtfaye:2", "filename": "gauge-meter-chart", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/mtfaye:2/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/mtfaye:2/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/mtfaye:2/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/mtfaye:2/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mtfaye:2", "plots": "https://api.plotly.com/v2/plots/mtfaye:2", "parent": "https://api.plotly.com/v2/folders/home?user=mtfaye" }, "owner": "mtfaye", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Gauge", "views": 0, "web_url": "https://chart-studio.plotly.com/~mtfaye/2/gauge/", "world_readable": true, "date_modified": "2019-06-18T00:15:35.478Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mtfaye/2/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c77cf8f7-2a13-476d-b17c-3937dc85a412", "hole": 0.4, "name": "Gauge", "type": "pie", "domain": { "x": [ 0, 0.48 ] }, "marker": { "line": { "width": 0 }, "colors": [ "rgb(255, 255, 255)", "rgb(255, 255, 255)", "rgb(255, 255, 255)", "rgb(255, 255, 255)", "rgb(255, 255, 255)", "rgb(255, 255, 255)", "rgb(255, 255, 255)" ] }, "rotation": 108, "textinfo": "label", "direction": "clockwise", "hoverinfo": "none", "labelssrc": "mtfaye:3:3c651c", "valuessrc": "mtfaye:3:9ca19f", "showlegend": false, "textposition": "outside" } ], "layout": { "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "shapes": [ { "line": { "width": 1 }, "path": "M 0.235 0.5 L 0.24 0.65 L 0.245 0.5 Z", "type": "path", "xref": "paper", "yref": "paper", "fillcolor": "rgba(44, 160, 101, 0.5)" } ], "annotations": [ { "x": 0.23, "y": 0.45, "text": "50", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~mtfaye", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.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-04-20 03:00:16", "mapbox_access_tokens": null, "has_password": null, "username": "mtfaye", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "