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=cD0yMDI0LTA0LTA1KzA4JTNBMDYlM0E1My41MDMzNTMlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTA1KzA3JTNBNDQlM0E0OS44MDgwMTQlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wNSswOCUzQTA2JTNBMDAuOTc0ODM3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-05T08:06:00.974837Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lviktor/73.embed", "fid": "lviktor:73", "filename": "Exports 4418 .html", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lviktor/73/9_FWLK6K22PAVXQSZB840FL248JFJXCM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lviktor/73/2_EFOIGRZL20JJL2AFYRAIL06TSCO2NL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lviktor/73/8_L0J5XES2WUJCXYTD8WT047XJJDDLM0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lviktor/73/9_FWLK6K22PAVXQSZB840FL248JFJXCM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lviktor:73", "plots": "https://api.plotly.com/v2/plots/lviktor:73", "parent": "https://api.plotly.com/v2/folders/home?user=lviktor" }, "owner": "lviktor", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lviktor/73/", "world_readable": true, "date_modified": "2024-04-08T07:54:18.117Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lviktor/73/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "choropleth", "zsrc": "lviktor:118:482db2", "geojson": "https://raw.githubusercontent.com/python-visualization/folium/master/examples/data/world-countries.json", "showscale": false, "colorscale": [ [ 0.0, "rgba(228, 26, 28, 0.5)" ], [ 0.022727272727272728, "rgba(55, 126, 184, 0.5)" ], [ 0.045454545454545456, "rgba(77, 175, 74, 0.5)" ], [ 0.06818181818181818, "rgba(255, 127, 0, 0.5)" ], [ 0.09090909090909091, "rgba(152, 78, 163, 0.5)" ], [ 0.11363636363636363, "rgba(255, 255, 51, 0.5)" ], [ 0.13636363636363635, "rgba(166, 86, 40, 0.5)" ], [ 0.1590909090909091, "rgba(247, 129, 191, 0.5)" ], [ 0.18181818181818182, "rgba(153, 153, 153, 0.5)" ], [ 0.20454545454545456, "rgba(102, 194, 165, 0.5)" ], [ 0.22727272727272727, "rgba(140, 86, 75, 0.5)" ], [ 0.25, "rgba(178, 223, 138, 0.5)" ], [ 0.2727272727272727, "rgba(251, 154, 153, 0.5)" ], [ 0.29545454545454547, "rgba(227, 26, 28, 0.5)" ], [ 0.3181818181818182, "rgba(253, 191, 111, 0.5)" ], [ 0.3409090909090909, "rgba(255, 127, 0, 0.5)" ], [ 0.36363636363636365, "rgba(202, 178, 214, 0.5)" ], [ 0.38636363636363635, "rgba(106, 61, 154, 0.5)" ], [ 0.4090909090909091, "rgba(255, 255, 153, 0.5)" ], [ 0.4318181818181818, "rgba(177, 89, 40, 0.5)" ], [ 0.45454545454545453, "rgba(247, 129, 191, 0.5)" ], [ 0.4772727272727273, "rgba(255, 127, 0, 0.5)" ], [ 0.5, "rgba(166, 206, 227, 0.5)" ], [ 0.5227272727272727, "rgba(31, 120, 180, 0.5)" ], [ 0.5454545454545454, "rgba(178, 223, 138, 0.5)" ], [ 0.5681818181818182, "rgba(51, 160, 44, 0.5)" ], [ 0.5909090909090909, "rgba(251, 154, 153, 0.5)" ], [ 0.6136363636363636, "rgba(255, 127, 0, 0.5)" ], [ 0.6363636363636364, "rgba(106, 61, 154, 0.5)" ], [ 0.6590909090909091, "rgba(128, 26, 28, 0.5)" ], [ 0.6818181818181818, "rgba(55, 126, 184, 0.5)" ], [ 0.7045454545454546, "rgba(152, 78, 163, 0.5)" ], [ 0.7272727272727273, "rgba(247, 129, 191, 0.5)" ], [ 0.75, "rgba(255, 127, 0, 0.5)" ], [ 0.7727272727272727, "rgba(255, 255, 255, 0.5)" ], [ 0.7954545454545454, "rgba(253, 191, 111, 0.5)" ], [ 0.8181818181818182, "rgba(178, 223, 138, 0.5)" ], [ 0.8409090909090909, "rgba(255, 127, 0, 0.5)" ], [ 0.8636363636363636, "rgba(202, 178, 214, 0.5)" ], [ 0.8863636363636364, "rgba(102, 194, 165, 0.5)" ], [ 0.9090909090909091, "rgba(255, 127, 0, 0.5)" ], [ 0.9318181818181818, "rgba(140, 86, 75, 0.5)" ], [ 0.9545454545454546, "rgba(177, 89, 40, 0.5)" ], [ 0.9772727272727273, "rgba(106, 61, 154, 0.5)" ], [ 1.0, "rgba(255, 255, 153, 0.5)" ] ], "locationssrc": "lviktor:118:cf9f52" }, { "mode": "markers", "name": "POL Tot.: 135704 Tons", "text": "POL Tot.: 135704 Tons", "type": "scattergeo", "latsrc": "lviktor:118:9f29e6", "lonsrc": "lviktor:118:d914ed", "marker": { "line": { "width": 0 }, "size": 1.35704, "color": "rgb(152, 78, 163)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "GBR Tot.: 28523 Tons", "text": "GBR Tot.: 28523 Tons", "type": "scattergeo", "latsrc": "lviktor:118:df73b4", "lonsrc": "lviktor:118:3984ad", "marker": { "line": { "width": 0 }, "size": 0.28523000000000004, "color": "rgb(106, 61, 154)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "PRT Tot.: 71543 Tons", "text": "PRT Tot.: 71543 Tons", "type": "scattergeo", "latsrc": "lviktor:118:7c1013", "lonsrc": "lviktor:118:c30df0", "marker": { "line": { "width": 0 }, "size": 0.71543, "color": "rgb(247, 129, 191)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "AUT Tot.: 1038165 Tons", "text": "AUT Tot.: 1038165 Tons", "type": "scattergeo", "latsrc": "lviktor:118:c40119", "lonsrc": "lviktor:118:75073b", "marker": { "line": { "width": 0 }, "size": 10.38165, "color": "rgb(77, 175, 74)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "DNK Tot.: 46233 Tons", "text": "DNK Tot.: 46233 Tons", "type": "scattergeo", "latsrc": "lviktor:118:b07518", "lonsrc": "lviktor:118:d93861", "marker": { "line": { "width": 0 }, "size": 0.46233, "color": "rgb(140, 86, 75)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "SWE Tot.: 122703 Tons", "text": "SWE Tot.: 122703 Tons", "type": "scattergeo", "latsrc": "lviktor:118:f03912", "lonsrc": "lviktor:118:6fbeba", "marker": { "line": { "width": 0 }, "size": 1.22703, "color": "rgb(255, 127, 0)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "EST Tot.: 207280 Tons", "text": "EST Tot.: 207280 Tons", "type": "scattergeo", "latsrc": "lviktor:118:6d5c9b", "lonsrc": "lviktor:118:ad2593", "marker": { "line": { "width": 0 }, "size": 2.0728, "color": "rgb(178, 223, 138)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "FRA Tot.: 79380 Tons", "text": "FRA Tot.: 79380 Tons", "type": "scattergeo", "latsrc": "lviktor:118:370b95", "lonsrc": "lviktor:118:b0d8fb", "marker": { "line": { "width": 0 }, "size": 0.7938000000000001, "color": "rgb(227, 26, 28)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "BEL Tot.: 142975 Tons", "text": "BEL Tot.: 142975 Tons", "type": "scattergeo", "latsrc": "lviktor:118:a91589", "lonsrc": "lviktor:118:2d51da", "marker": { "line": { "width": 0 }, "size": 1.42975, "color": "rgb(152, 78, 163)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "ROU Tot.: 128918 Tons", "text": "ROU Tot.: 128918 Tons", "type": "scattergeo", "latsrc": "lviktor:118:a2e96f", "lonsrc": "lviktor:118:4260ed", "marker": { "line": { "width": 0 }, "size": 1.2891800000000002, "color": "rgb(255, 127, 0)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "UKR Tot.: 93145 Tons", "text": "UKR Tot.: 93145 Tons", "type": "scattergeo", "latsrc": "lviktor:118:f0bbd6", "lonsrc": "lviktor:118:a31fc7", "marker": { "line": { "width": 0 }, "size": 0.9314500000000001, "color": "rgb(177, 89, 40)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "ESP Tot.: 63122 Tons", "text": "ESP Tot.: 63122 Tons", "type": "scattergeo", "latsrc": "lviktor:118:0b5778", "lonsrc": "lviktor:118:d9aeb4", "marker": { "line": { "width": 0 }, "size": 0.63122, "color": "rgb(102, 194, 165)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "CZE Tot.: 117275 Tons", "text": "CZE Tot.: 117275 Tons", "type": "scattergeo", "latsrc": "lviktor:118:829a7a", "lonsrc": "lviktor:118:cae266", "marker": { "line": { "width": 0 }, "size": 1.1727500000000002, "color": "rgb(102, 194, 165)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "FIN Tot.: 206484 Tons", "text": "FIN Tot.: 206484 Tons", "type": "scattergeo", "latsrc": "lviktor:118:9c06f2", "lonsrc": "lviktor:118:59da60", "marker": { "line": { "width": 0 }, "size": 2.0648400000000002, "color": "rgb(251, 154, 153)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "DEU Tot.: 545886 Tons", "text": "DEU Tot.: 545886 Tons", "type": "scattergeo", "latsrc": "lviktor:118:9a2869", "lonsrc": "lviktor:118:814a2b", "marker": { "line": { "width": 0 }, "size": 5.4588600000000005, "color": "rgb(253, 191, 111)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "LTU Tot.: 125956 Tons", "text": "LTU Tot.: 125956 Tons", "type": "scattergeo", "latsrc": "lviktor:118:7fd0f9", "lonsrc": "lviktor:118:b65d1a", "marker": { "line": { "width": 0 }, "size": 1.25956, "color": "rgb(166, 206, 227)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "CHE Tot.: 20283 Tons", "text": "CHE Tot.: 20283 Tons", "type": "scattergeo", "latsrc": "lviktor:118:ac8655", "lonsrc": "lviktor:118:af8f4a", "marker": { "line": { "width": 0 }, "size": 0.20283, "color": "rgb(140, 86, 75)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "NLD Tot.: 69479 Tons", "text": "NLD Tot.: 69479 Tons", "type": "scattergeo", "latsrc": "lviktor:118:eaad47", "lonsrc": "lviktor:118:040459", "marker": { "line": { "width": 0 }, "size": 0.69479, "color": "rgb(128, 26, 28)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "LVA Tot.: 76702 Tons", "text": "LVA Tot.: 76702 Tons", "type": "scattergeo", "latsrc": "lviktor:118:5f7427", "lonsrc": "lviktor:118:48a494", "marker": { "line": { "width": 0 }, "size": 0.76702, "color": "rgb(247, 129, 191)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "ITA Tot.: 90047 Tons", "text": "ITA Tot.: 90047 Tons", "type": "scattergeo", "latsrc": "lviktor:118:6c6377", "lonsrc": "lviktor:118:0f7d9a", "marker": { "line": { "width": 0 }, "size": 0.9004700000000001, "color": "rgb(177, 89, 40)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "mode": "markers", "name": "SVK Tot.: 77864 Tons", "text": "SVK Tot.: 77864 Tons", "type": "scattergeo", "latsrc": "lviktor:118:c2c4d2", "lonsrc": "lviktor:118:d4d0c5", "marker": { "line": { "width": 0 }, "size": 0.7786400000000001, "color": "rgb(255, 127, 0)", "opacity": 1 }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(77, 175, 74)", "width": 3.1337300000000003 }, "mode": "lines+markers", "name": "AUT to Italy: 313373 Tons", "text": "AUT to Italy: 313373 Tons", "type": "scattergeo", "latsrc": "lviktor:118:acb867", "lonsrc": "lviktor:118:c3760f", "marker": { "line": { "width": 0 }, "angle": -168.10371644467477, "color": "rgb(77, 175, 74)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:3ddb8d" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(77, 175, 74)", "width": 2.6559600000000003 }, "mode": "lines+markers", "name": "AUT to Germany: 265596 Tons", "text": "AUT to Germany: 265596 Tons", "type": "scattergeo", "latsrc": "lviktor:118:b0401a", "lonsrc": "lviktor:118:b8644c", "marker": { "line": { "width": 0 }, "angle": -32.838568384491424, "color": "rgb(77, 175, 74)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:cb7ad9" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(77, 175, 74)", "width": 0.8211100000000001 }, "mode": "lines+markers", "name": "AUT to France: 82111 Tons", "text": "AUT to France: 82111 Tons", "type": "scattergeo", "latsrc": "lviktor:118:9ff7f3", "lonsrc": "lviktor:118:197976", "marker": { "line": { "width": 0 }, "angle": -96.26220109753133, "color": "rgb(77, 175, 74)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:c38180" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(77, 175, 74)", "width": 0.7799 }, "mode": "lines+markers", "name": "AUT to Switzerland: 77990 Tons", "text": "AUT to Switzerland: 77990 Tons", "type": "scattergeo", "latsrc": "lviktor:118:7f0a98", "lonsrc": "lviktor:118:fe17d5", "marker": { "line": { "width": 0 }, "angle": -95.65267999411253, "color": "rgb(77, 175, 74)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:5518d5" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(77, 175, 74)", "width": 0.3588 }, "mode": "lines+markers", "name": "AUT to Spain: 35880 Tons", "text": "AUT to Spain: 35880 Tons", "type": "scattergeo", "latsrc": "lviktor:118:dbdcf2", "lonsrc": "lviktor:118:e8c02c", "marker": { "line": { "width": 0 }, "angle": -113.44539337842626, "color": "rgb(77, 175, 74)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:2c6f0a" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(255, 127, 0)", "width": 0.5721 }, "mode": "lines+markers", "name": "SWE to Norway: 57210 Tons", "text": "SWE to Norway: 57210 Tons", "type": "scattergeo", "latsrc": "lviktor:118:4f9b11", "lonsrc": "lviktor:118:961a0f", "marker": { "line": { "width": 0 }, "angle": -87.7923223076729, "color": "rgb(255, 127, 0)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:c3a888" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(178, 223, 138)", "width": 0.27758000000000005 }, "mode": "lines+markers", "name": "EST to Sweden: 27758 Tons", "text": "EST to Sweden: 27758 Tons", "type": "scattergeo", "latsrc": "lviktor:118:417193", "lonsrc": "lviktor:118:8c4b39", "marker": { "line": { "width": 0 }, "angle": -51.260597076873665, "color": "rgb(178, 223, 138)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:ced6bf" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(152, 78, 163)", "width": 0.67915 }, "mode": "lines+markers", "name": "BEL to Netherlands: 67915 Tons", "text": "BEL to Netherlands: 67915 Tons", "type": "scattergeo", "latsrc": "lviktor:118:58ad77", "lonsrc": "lviktor:118:f935ac", "marker": { "line": { "width": 0 }, "angle": 19.480508609393922, "color": "rgb(152, 78, 163)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:4305ab" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(152, 78, 163)", "width": 0.32958000000000004 }, "mode": "lines+markers", "name": "BEL to Germany: 32958 Tons", "text": "BEL to Germany: 32958 Tons", "type": "scattergeo", "latsrc": "lviktor:118:2a0807", "lonsrc": "lviktor:118:48748f", "marker": { "line": { "width": 0 }, "angle": 79.5659832094671, "color": "rgb(152, 78, 163)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:4b9530" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(177, 89, 40)", "width": 0.31481000000000003 }, "mode": "lines+markers", "name": "UKR to Poland: 31481 Tons", "text": "UKR to Poland: 31481 Tons", "type": "scattergeo", "latsrc": "lviktor:118:f9e35a", "lonsrc": "lviktor:118:816951", "marker": { "line": { "width": 0 }, "angle": -63.9789456902991, "color": "rgb(177, 89, 40)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:55ff78" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(102, 194, 165)", "width": 0.40974000000000005 }, "mode": "lines+markers", "name": "CZE to Germany: 40974 Tons", "text": "CZE to Germany: 40974 Tons", "type": "scattergeo", "latsrc": "lviktor:118:9fc296", "lonsrc": "lviktor:118:1abcae", "marker": { "line": { "width": 0 }, "angle": -65.19513481819659, "color": "rgb(102, 194, 165)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:bad4c8" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(253, 191, 111)", "width": 1.3956000000000002 }, "mode": "lines+markers", "name": "DEU to Switzerland: 139560 Tons", "text": "DEU to Switzerland: 139560 Tons", "type": "scattergeo", "latsrc": "lviktor:118:16562b", "lonsrc": "lviktor:118:74c775", "marker": { "line": { "width": 0 }, "angle": -157.9869614765162, "color": "rgb(253, 191, 111)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:f2a26e" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(253, 191, 111)", "width": 0.56721 }, "mode": "lines+markers", "name": "DEU to Austria: 56721 Tons", "text": "DEU to Austria: 56721 Tons", "type": "scattergeo", "latsrc": "lviktor:118:e8baa7", "lonsrc": "lviktor:118:bac50e", "marker": { "line": { "width": 0 }, "angle": 144.3186194799946, "color": "rgb(253, 191, 111)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:e3f7ad" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(253, 191, 111)", "width": 0.54937 }, "mode": "lines+markers", "name": "DEU to France: 54937 Tons", "text": "DEU to France: 54937 Tons", "type": "scattergeo", "latsrc": "lviktor:118:d36d93", "lonsrc": "lviktor:118:f84733", "marker": { "line": { "width": 0 }, "angle": -129.49974571106284, "color": "rgb(253, 191, 111)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:42f537" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(253, 191, 111)", "width": 0.33477 }, "mode": "lines+markers", "name": "DEU to Denmark: 33477 Tons", "text": "DEU to Denmark: 33477 Tons", "type": "scattergeo", "latsrc": "lviktor:118:02db9e", "lonsrc": "lviktor:118:88db62", "marker": { "line": { "width": 0 }, "angle": -2.992640055408799, "color": "rgb(253, 191, 111)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:6f8ed2" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(253, 191, 111)", "width": 0.30543000000000003 }, "mode": "lines+markers", "name": "DEU to Belgium: 30543 Tons", "text": "DEU to Belgium: 30543 Tons", "type": "scattergeo", "latsrc": "lviktor:118:f1b27a", "lonsrc": "lviktor:118:b9f38c", "marker": { "line": { "width": 0 }, "angle": -95.94298850401717, "color": "rgb(253, 191, 111)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:f90ac1" }, "hoverinfo": "text", "locationmode": "country names" }, { "line": { "color": "rgb(166, 206, 227)", "width": 0.40605 }, "mode": "lines+markers", "name": "LTU to Germany: 40605 Tons", "text": "LTU to Germany: 40605 Tons", "type": "scattergeo", "latsrc": "lviktor:118:ea4200", "lonsrc": "lviktor:118:354894", "marker": { "line": { "width": 0 }, "angle": -115.41687094109008, "color": "rgb(166, 206, 227)", "symbol": "circle", "opacity": 1, "sizesrc": "lviktor:118:0269d6" }, "hoverinfo": "text", "locationmode": "country names" } ], "layout": { "geo": { "center": { "lat": 48, "lon": 10 }, "lataxis": { "range": [ 35, 60 ] }, "lonaxis": { "range": [ -5, 25 ] }, "showland": true, "landcolor": "rgb(243, 243, 243)", "showocean": true, "oceancolor": "rgb(215, 230, 250)", "projection": { "type": "equirectangular" }, "countrycolor": "rgb(204, 204, 204)", "showcountries": true }, "title": { "text": "Exports Volume of 4418: for European Countries" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "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.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lviktor", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/21.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": "2024-03-28 14:45:39", "mapbox_access_tokens": null, "has_password": null, "username": "lviktor", "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": "2024-04-05T08:05:24.755354Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Esanta/58.embed", "fid": "Esanta:58", "filename": "plot from API (29)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Esanta/58/9_99E8PDT6MC4OF48PQIFVQJXBG4TKC5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Esanta/58/2_L9JNDVZ401GD0XB13B59ZTCIO3UDF3.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/58/8_XC9GDQ227AUY5QOODE68XD50WZ0KN0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Esanta/58/9_99E8PDT6MC4OF48PQIFVQJXBG4TKC5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Esanta:58", "plots": "https://api.plotly.com/v2/plots/Esanta:58", "parent": "https://api.plotly.com/v2/folders/home?user=Esanta" }, "owner": "Esanta", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Systolic vs Diastolic", "views": 2, "web_url": "https://chart-studio.plotly.com/~Esanta/58/systolic-vs-diastolic/", "world_readable": true, "date_modified": "2024-06-19T07:09:28.043Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Esanta/58/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue" }, "mode": "lines markers", "name": "Systolic", "type": "scatter", "xsrc": "Esanta:59:b381c2", "ysrc": "Esanta:59:d0c3f3", "textsrc": "Esanta:59:2f8a83" }, { "line": { "color": "green" }, "mode": "lines markers", "name": "Diastolic", "type": "scatter", "xsrc": "Esanta:59:b381c2", "ysrc": "Esanta:59:0dfe7c", "textsrc": "Esanta:59:2f8a83" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Esanta", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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": "2024-03-27 19:43:48", "mapbox_access_tokens": null, "has_password": null, "username": "Esanta", "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": "2024-04-05T08:05:09.762577Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~clenoka/1.embed", "fid": "clenoka:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/clenoka/1/9_S5IS28AJVAXZB0LH1WYV24VZI2P8EP.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/clenoka/1/2_271V95W5Z8PEDRK0WKF9COV9FNKOB0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/clenoka/1/8_02CDITUQXQJJZKQ0D81WRPI0EWU8KW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/clenoka/1/9_S5IS28AJVAXZB0LH1WYV24VZI2P8EP.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/clenoka:1", "plots": "https://api.plotly.com/v2/plots/clenoka:1", "parent": "https://api.plotly.com/v2/folders/home?user=clenoka" }, "owner": "clenoka", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~clenoka/1/", "world_readable": true, "date_modified": "2024-04-05T08:05:09.779Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~clenoka/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "cmax": "2", "cmin": "-2", "meta": { "columnNames": { "x": "x", "y": "y", "z": "z[0] - z[1] - z[2] - z[3] - z[4] - z[5] - z[6]" } }, "type": "surface", "xsrc": "clenoka:0:445e78", "ysrc": "clenoka:0:e78b6c", "zsrc": "clenoka:0:abe651,d717ae,a88217,2e6f1a,938fef,394470,683f9f", "colorbar": { "tickfont": { "color": "rgb(153, 153, 153)" } }, "colorscale": [ [ 0, "rebeccapurple" ], [ 0.4, "rebeccapurple" ], [ 0.45, "blue" ], [ 0.5, "green" ], [ 0.55, "yellow" ], [ 0.6, "red" ], [ 1, "red" ] ], "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "color": "rgb(153, 153, 153)", "zerolinecolor": "#00FF00", "zerolinewidth": 4 }, "yaxis": { "type": "linear", "color": "rgb(153, 153, 153)", "zerolinecolor": "#FF0000", "zerolinewidth": 4 }, "zaxis": { "type": "linear", "color": "rgb(153, 153, 153)", "range": [ "-2", "2" ], "zerolinecolor": "#0000FF", "zerolinewidth": 4 }, "camera": { "eye": { "x": "-1.25", "y": "-1.25", "z": "0.25" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "autosize": true, "annotations": [ { "x": 1, "y": 0, "font": { "color": "rgb(153, 153, 153)" }, "text": "Min: -0.022<br>Max: 0.301<br>Var: 0.323", "xref": "paper", "yref": "paper", "xanchor": "right", "yanchor": "bottom", "showarrow": false } ], "plot_bgcolor": "rgba(0, 0, 0, 0)", "paper_bgcolor": "rgba(0, 0, 0, 0)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~clenoka", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-05 08:04:53", "mapbox_access_tokens": null, "has_password": null, "username": "clenoka", "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": "2024-04-05T08:03:06.069776Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jliu11233/7.embed", "fid": "jliu11233:7", "filename": "Plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jliu11233/7/9_HJN13TS3CKGUV6GOUJ2CXJNRAHQE8W.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jliu11233/7/2_4TLLGJF5VSKUCCO4UXKSR7E1OUABE9.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jliu11233/7/8_NXYDYKGYVK2WEWX5YEY8JLJGVKIJ9W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jliu11233/7/9_HJN13TS3CKGUV6GOUJ2CXJNRAHQE8W.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jliu11233:7", "plots": "https://api.plotly.com/v2/plots/jliu11233:7", "parent": "https://api.plotly.com/v2/folders/home?user=jliu11233" }, "owner": "jliu11233", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~jliu11233/7/", "world_readable": true, "date_modified": "2024-04-05T19:10:57.734Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jliu11233/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "f90d3c", "meta": { "columnNames": { "x": "A", "y": "B", "error_y": { "array": "C" } } }, "mode": "markers", "type": "scatter", "xsrc": "jliu11233:6:eace5d", "ysrc": "jliu11233:6:40a21a", "error_y": { "meta": { "columnNames": { "array": "C" } }, "type": "data", "color": "#636efa", "value": 10, "width": 4, "visible": true, "arraysrc": "jliu11233:6:65e5fb", "symmetric": true, "thickness": 2, "valueminus": 10 } }, { "uid": "5ed5ce", "transforms": [ { "rms": "", "type": "fit", "inputUid": "f90d3c", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 20.10080186968878, "value": -47.29423200000111 }, { "hold": false, "name": "b", "error": 3.760515689789638, "value": 11.550442300000165 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "linear", "range": [ -0.01858061552595315, 0.3185806155259531 ], "title": { "text": "Concentration of NaCl Solution (M)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -12.919274333333334, 15.547572333333335 ], "title": { "text": "Percent Change in Mass of Carrot Cubes (%)" }, "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/~jliu11233", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.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": "2023-09-06 19:45:49", "mapbox_access_tokens": null, "has_password": null, "username": "jliu11233", "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": "2024-04-05T07:58:24.883037Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~drivingplus607/72.embed", "fid": "drivingplus607:72", "filename": "Plot 72", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/72/9_PE845LQJIGOY6NJQ9KBYH07QEUFZ3U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/72/2_0NLI6VH4YKTJI49XK4SFJHKEU1GV02.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/72/8_24UQ5XEZRQ30IYLQW9RG2A0RDEVCJE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/drivingplus607/72/9_PE845LQJIGOY6NJQ9KBYH07QEUFZ3U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/drivingplus607:72", "plots": "https://api.plotly.com/v2/plots/drivingplus607:72", "parent": "https://api.plotly.com/v2/folders/home?user=drivingplus607" }, "owner": "drivingplus607", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~drivingplus607/72/", "world_readable": true, "date_modified": "2024-04-05T09:30:41.378Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~drivingplus607/72/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "Score v5", "type": "scatter", "xsrc": "drivingplus607:83:429b1b", "ysrc": "drivingplus607:83:31f2e9" }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "Score v6", "type": "scatter", "xsrc": "drivingplus607:84:c7f433", "ysrc": "drivingplus607:84:1ef698" } ], "frames": [], "layout": { "title": { "text": "Variation of trip score vs night-driving (trip distance = 22km, trip time = 2hrs) for algorithm v5 and v6" }, "xaxis": { "type": "linear", "range": [ -4.436363636363637, 127.05454545454546 ], "title": { "text": "Night-driving duration (in minutes)" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 72.80111016167534, 102.3566657172309 ], "title": { "text": "Trip Score" }, "autorange": false }, "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/~drivingplus607", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-01-18 10:56:39", "mapbox_access_tokens": null, "has_password": null, "username": "drivingplus607", "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": "2024-04-05T07:57:41.523707Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rupertk/23.embed", "fid": "rupertk:23", "filename": "Plot 23", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rupertk/23/9_L42I1SXQEMM1X2O1KN5QG1V5HV8L9T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rupertk/23/2_7WM9WWDW43RCRNCEKAC14WLYD2VACF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/23/8_P3AZAGMESLMPRLYDGRBKRMKXYSKRZF.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/23/9_L42I1SXQEMM1X2O1KN5QG1V5HV8L9T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rupertk:23", "plots": "https://api.plotly.com/v2/plots/rupertk:23", "parent": "https://api.plotly.com/v2/folders/home?user=rupertk" }, "owner": "rupertk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~rupertk/23/", "world_readable": true, "date_modified": "2024-04-05T07:57:41.537Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rupertk/23/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "sunburst", "idssrc": "rupertk:22:cfcc1a", "marker": { "colorssrc": "rupertk:22:51047b" }, "hoverinfo": "text", "labelssrc": "rupertk:22:e11477", "valuessrc": "rupertk:22:48dc3d", "parentssrc": "rupertk:22:28f40f", "branchvalues": "total", "hovertextsrc": "rupertk:22:47730e" } ], "layout": { "title": "EETH Token Distribution", "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "title_x": 0.5 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rupertk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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": "2024-04-04 06:48:21", "mapbox_access_tokens": null, "has_password": null, "username": "rupertk", "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": "2024-04-05T07:50:23.398306Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rupertk/21.embed", "fid": "rupertk:21", "filename": "Plot 21", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/rupertk/21/9_4ZA1U9KCXQ7X9Y6AHNCBVNPZ846SOW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/rupertk/21/2_2NY37UE4FPGK75NCDUZH7GNNGFGTGX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/21/8_JF7AWD6UISTVXFPMP4B2XNLP4Z90L9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rupertk/21/9_4ZA1U9KCXQ7X9Y6AHNCBVNPZ846SOW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rupertk:21", "plots": "https://api.plotly.com/v2/plots/rupertk:21", "parent": "https://api.plotly.com/v2/folders/home?user=rupertk" }, "owner": "rupertk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~rupertk/21/", "world_readable": true, "date_modified": "2024-04-05T07:50:23.408Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rupertk/21/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "sunburst", "idssrc": "rupertk:20:f55686", "marker": { "colorssrc": "rupertk:20:867e40" }, "hoverinfo": "text", "labelssrc": "rupertk:20:285556", "valuessrc": "rupertk:20:de9854", "parentssrc": "rupertk:20:292d30", "branchvalues": "total", "hovertextsrc": "rupertk:20:ba7c8d" } ], "layout": { "title": "EETH Token Distribution", "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "title_x": 0.5 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~rupertk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.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": "2024-04-04 06:48:21", "mapbox_access_tokens": null, "has_password": null, "username": "rupertk", "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": "2024-04-05T07:46:33.769937Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Raell/139.embed", "fid": "Raell:139", "filename": "Plot 139", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Raell/139/9_HFVYNN1TQ58KIK9CB72ST3FTNTDP2N.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Raell/139/2_Q0KJXDRHG96F2J5IDOS6EJF3FGVIIQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/139/8_HGJ92C5AO3LZBLXYYB2KSNZSEAJQX9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/139/9_HFVYNN1TQ58KIK9CB72ST3FTNTDP2N.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Raell:139", "plots": "https://api.plotly.com/v2/plots/Raell:139", "parent": "https://api.plotly.com/v2/folders/home?user=Raell" }, "owner": "Raell", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Raell/139/", "world_readable": true, "date_modified": "2024-04-05T07:46:33.780Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Raell/139/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "sunburst", "idssrc": "Raell:138:5bdd3b", "marker": { "colorssrc": "Raell:138:33fa25" }, "hoverinfo": "text", "labelssrc": "Raell:138:831a25", "valuessrc": "Raell:138:c9c7a7", "parentssrc": "Raell:138:8c1db2", "branchvalues": "total", "hovertextsrc": "Raell:138:9917bc" } ], "layout": { "title": "EETH Token Distribution", "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "title_x": 0.5 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Raell", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2024-04-01 09:43:28", "mapbox_access_tokens": null, "has_password": null, "username": "Raell", "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": "2024-04-05T07:45:18.047116Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Raell/137.embed", "fid": "Raell:137", "filename": "Plot 137", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Raell/137/9_AKGBTAAGOMA30GCUQKFYM9WGTQGO09.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Raell/137/2_YZ7TOY8RK6MMR315AJEU0YPI0RQ1TX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/137/8_PO4B2YAQ56ORMHTFFP8VPZQAN1ACWA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/137/9_AKGBTAAGOMA30GCUQKFYM9WGTQGO09.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Raell:137", "plots": "https://api.plotly.com/v2/plots/Raell:137", "parent": "https://api.plotly.com/v2/folders/home?user=Raell" }, "owner": "Raell", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Raell/137/", "world_readable": true, "date_modified": "2024-04-05T07:45:18.058Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Raell/137/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "sunburst", "idssrc": "Raell:136:e5d57b", "marker": { "colorssrc": "Raell:136:9d8e47" }, "hoverinfo": "text", "labelssrc": "Raell:136:23d90e", "valuessrc": "Raell:136:dcb678", "parentssrc": "Raell:136:9132b9", "branchvalues": "total", "hovertextsrc": "Raell:136:9c164c" } ], "layout": { "title": "EETH Token Distribution", "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "title_x": 0.5 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Raell", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2024-04-01 09:43:28", "mapbox_access_tokens": null, "has_password": null, "username": "Raell", "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": "2024-04-05T07:44:49.808014Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Raell/135.embed", "fid": "Raell:135", "filename": "Plot 135", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Raell/135/9_JC3FT9CRBC5BV0LFMPDC1GWTW0KMS6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Raell/135/2_1GWD5D8QEAT578FT9BTS5YM2KJ3NEW.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/135/8_Z3JNJMM9H56L6H0REE6IOH9B8GSYQO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Raell/135/9_JC3FT9CRBC5BV0LFMPDC1GWTW0KMS6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Raell:135", "plots": "https://api.plotly.com/v2/plots/Raell:135", "parent": "https://api.plotly.com/v2/folders/home?user=Raell" }, "owner": "Raell", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Raell/135/", "world_readable": true, "date_modified": "2024-04-05T07:44:49.820Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Raell/135/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "sunburst", "idssrc": "Raell:134:dfb097", "marker": { "colorssrc": "Raell:134:fbe06e" }, "hoverinfo": "text", "labelssrc": "Raell:134:516095", "valuessrc": "Raell:134:3a6865", "parentssrc": "Raell:134:2fbc9b", "branchvalues": "total", "hovertextsrc": "Raell:134:40bb03" } ], "layout": { "title": "EETH Token Distribution", "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "title_x": 0.5 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Raell", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2024-04-01 09:43:28", "mapbox_access_tokens": null, "has_password": null, "username": "Raell", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "