Plots


Jump to API response

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=cD0yMDE5LTA2LTE3KzE1JTNBMTIlM0EyNS4zOTI4MTUlMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE1JTNBMDQlM0EzNC4yMTk4MDIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTExJTNBMzEuNjUzNTcxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:11:31.653571Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/16.embed",
            "fid": "cornenagel:16",
            "filename": "plot from API (3)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cornenagel/16/9_DWOU8O5SZDQX4OHVRIP61CWZUNMLVW.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cornenagel:16/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/16/8_1CD8MQKJBZQ7P8YHUCR5R4EGEHL7OI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/16/9_DWOU8O5SZDQX4OHVRIP61CWZUNMLVW.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:16",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feature Importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/16/feature-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:11:32.950Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8969ae94-6eb5-4722-bbaa-19a444308387",
                        "type": "bar",
                        "xsrc": "cornenagel:17:ce337e",
                        "ysrc": "cornenagel:17:9aac37",
                        "offset": 10,
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Feature Importance",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Relative Importance"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Feature Name"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cornenagel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-08-09 20:59:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cornenagel",
                "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-17T15:10:40.714630Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~a900866666/253.embed",
            "fid": "a900866666:253",
            "filename": "[2019-06-17 23:10:37.274236] Seg-4 prediction",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/a900866666:253/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/a900866666:253/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/a900866666/253/8_MVY6O3UGE2F9IBYSY4H768PXT9LWSU.png",
                "list-thumb": "https://api.plotly.com/v2/files/a900866666:253/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/a900866666:253",
                "plots": "https://api.plotly.com/v2/plots/a900866666:253",
                "parent": "https://api.plotly.com/v2/folders/home?user=a900866666"
            },
            "owner": "a900866666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Original Segment 4 Sizes vs Predicted Segment 4 Sizes",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~a900866666/253/original-segment-4-sizes-vs-predicted-segment-4-sizes/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:10:41.445Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~a900866666/253/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a56805cb-27ba-47de-b092-21e5f46e05ca",
                        "mode": "lines",
                        "name": "Original Segment 4 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:254:0b7d1d",
                        "ysrc": "a900866666:254:24644e"
                    },
                    {
                        "uid": "19f45182-fa14-42a8-8a2b-39949b28ca44",
                        "mode": "lines",
                        "name": "Predicted Segment 4 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:254:0b7d1d",
                        "ysrc": "a900866666:254:cc539c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~a900866666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-13 10:52:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "a900866666",
                "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-17T15:10:19.693225Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~a900866666/251.embed",
            "fid": "a900866666:251",
            "filename": "[2019-06-17 23:10:18.019335] Seg-3 prediction",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/a900866666:251/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/a900866666:251/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/a900866666/251/8_ATPHE7TFM8K6M6JEXA2QZZGHWS3C8D.png",
                "list-thumb": "https://api.plotly.com/v2/files/a900866666:251/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/a900866666:251",
                "plots": "https://api.plotly.com/v2/plots/a900866666:251",
                "parent": "https://api.plotly.com/v2/folders/home?user=a900866666"
            },
            "owner": "a900866666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Original Segment 3 Sizes vs Predicted Segment 3 Sizes",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~a900866666/251/original-segment-3-sizes-vs-predicted-segment-3-sizes/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:10:20.411Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~a900866666/251/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1d8754ca-a277-4986-8c2e-59308e8a30be",
                        "mode": "lines",
                        "name": "Original Segment 3 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:252:58c323",
                        "ysrc": "a900866666:252:cf67ab"
                    },
                    {
                        "uid": "86f71690-bdff-4a6a-aa9a-be7f21769993",
                        "mode": "lines",
                        "name": "Predicted Segment 3 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:252:58c323",
                        "ysrc": "a900866666:252:3d09f8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~a900866666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-13 10:52:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "a900866666",
                "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-17T15:10:01.028984Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~a900866666/249.embed",
            "fid": "a900866666:249",
            "filename": "[2019-06-17 23:09:59.522437] Seg-2 prediction",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/a900866666:249/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/a900866666:249/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/a900866666/249/8_YFL21O0YTQN7FIU5EWDIN1A5XYZLAZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/a900866666:249/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/a900866666:249",
                "plots": "https://api.plotly.com/v2/plots/a900866666:249",
                "parent": "https://api.plotly.com/v2/folders/home?user=a900866666"
            },
            "owner": "a900866666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Original Segment 2 Sizes vs Predicted Segment 2 Sizes",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~a900866666/249/original-segment-2-sizes-vs-predicted-segment-2-sizes/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:10:01.577Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~a900866666/249/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1dd2f7f3-2063-499b-aabe-f84b812a69de",
                        "mode": "lines",
                        "name": "Original Segment 2 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:250:e57d6d",
                        "ysrc": "a900866666:250:223e2e"
                    },
                    {
                        "uid": "ac12ecb3-7d01-4694-b1a5-52c3ae640c9e",
                        "mode": "lines",
                        "name": "Predicted Segment 2 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:250:e57d6d",
                        "ysrc": "a900866666:250:dc304b"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~a900866666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-13 10:52:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "a900866666",
                "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-17T15:10:00.733849Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marte17/1.embed",
            "fid": "marte17:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/marte17:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marte17/1/2_FIDVSR1JV4R7L8VL3V3LNLW1BEPXA7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marte17/1/8_W20P25DEG075FFWLIB15E24Q1MPFR5.png",
                "list-thumb": "https://api.plotly.com/v2/files/marte17:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marte17:1",
                "plots": "https://api.plotly.com/v2/plots/marte17:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=marte17"
            },
            "owner": "marte17",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 37,
            "web_url": "https://chart-studio.plotly.com/~marte17/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:10:00.749Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marte17/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "marte17:0:446a69",
                        "bsrc": "marte17:0:624280",
                        "type": "carpet",
                        "xsrc": "marte17:0:dfe5c8,d4565c,0775e4,69648b,8ce3c6,1a9868,c5b8d6,fd7793,ea575b,b3c6eb,940249,b37959,de191b,7be52c,7ebaa9,fc927f,47fc02,3c06e4,450694,2286ac,5dc243,caaf05,8a14f0,319bc3,5c4138,621a8e,d80876,99f64a,31562f,38a662,74f2a3",
                        "ysrc": "marte17:0:1fbcc2,bd40ee,c1e2e3,d389a8,5dd50c,ead160,601003,aee49a,1a4a06,6ec76e,950027,823c94,0ffac5,276a80,d42f3b,8cd660,e14ec9,07761a,713a96,067a40,a4d5ac,7b139c,c08f47,6542c7,c68ab6,d7ca1b,7decfe,d9d26e,474759,3bca52,d93fbc",
                        "aaxis": {
                            "type": "linear",
                            "endline": true,
                            "showgrid": false,
                            "smoothing": 0,
                            "startline": true,
                            "endlinewidth": 2,
                            "showticklabels": "none",
                            "startlinewidth": 2
                        },
                        "baxis": {
                            "type": "linear",
                            "endline": false,
                            "showgrid": false,
                            "smoothing": 0,
                            "startline": false,
                            "showticklabels": "none"
                        }
                    },
                    {
                        "line": {
                            "smoothing": 0
                        },
                        "name": "Pressure",
                        "type": "contourcarpet",
                        "zmax": 1,
                        "zmin": -8,
                        "zsrc": "marte17:0:14563c,a7e5f6,8f79f7,484a35,eef7e5,8fdb34,64dac4,c71a4c,e07efb,7e77b1,2fe6b9,77b172,9ac8c3,eb9241,ca6a93,04ad87,f56bb4,ac3475,37df08,eff905,215ea5,638785,b8c5fe,bb4a0c,f2aacf,8d8a9a,0dda09,7892e7,6247ea,887f9c,1785a1",
                        "zauto": false,
                        "colorbar": {
                            "y": 0,
                            "len": 0.75,
                            "title": {
                                "side": "right",
                                "text": "Pressure coefficient, c<sub>p</sub>"
                            },
                            "yanchor": "bottom"
                        },
                        "contours": {
                            "end": 1,
                            "size": 0.025,
                            "start": -1,
                            "showlines": false
                        },
                        "colorscale": "Viridis",
                        "autocontour": false,
                        "autocolorscale": false
                    },
                    {
                        "line": {
                            "color": "white",
                            "width": 1
                        },
                        "name": "Streamlines",
                        "type": "contourcarpet",
                        "zsrc": "marte17:0:fdec8b,4589de,ccffb4,44ec7c,638df7,d03863,e7f4e2,5266f4,413d5d,db55a0,e09a19,ae5dcd,83841a,7897e4,d2e73d,d4d23b,d9ef83,57fdaa,debeca,9844be,5f28a2,5cd78c,1e6e3e,6f732e,35767b,4f2f47,51cba5,ce8558,e1af1e,222152,7fdb6c",
                        "opacity": 0.3,
                        "contours": {
                            "coloring": "none"
                        },
                        "ncontours": 50,
                        "showlegend": true,
                        "autocontour": true
                    },
                    {
                        "line": {
                            "color": "rgba(0, 0, 0, 0.5)",
                            "smoothing": 1
                        },
                        "name": "Pressure<br>contours",
                        "type": "contourcarpet",
                        "zsrc": "marte17:0:14563c,a7e5f6,8f79f7,484a35,eef7e5,8fdb34,64dac4,c71a4c,e07efb,7e77b1,2fe6b9,77b172,9ac8c3,eb9241,ca6a93,04ad87,f56bb4,ac3475,37df08,eff905,215ea5,638785,b8c5fe,bb4a0c,f2aacf,8d8a9a,0dda09,7892e7,6247ea,887f9c,1785a1",
                        "contours": {
                            "end": 1,
                            "size": 0.25,
                            "start": -4,
                            "coloring": "none",
                            "showlines": true
                        },
                        "showlegend": true,
                        "autocontour": false
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "color": "rgba(255, 0, 0, 0.5)",
                            "shape": "spline",
                            "width": 1,
                            "smoothing": 1
                        },
                        "mode": "lines",
                        "name": "Surface<br>pressure",
                        "type": "scatter",
                        "xsrc": "marte17:0:456b6c",
                        "ysrc": "marte17:0:03340a",
                        "fillcolor": "rgba(255, 0, 0, 0.2)",
                        "hoverinfo": "skip",
                        "legendgroup": "g1"
                    },
                    {
                        "line": {
                            "color": "rgba(255, 0, 0, 0.3)",
                            "width": 1
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "marte17:0:9350b5",
                        "ysrc": "marte17:0:f80271",
                        "hoverinfo": "skip",
                        "showlegend": false,
                        "legendgroup": "g1"
                    },
                    {
                        "line": {
                            "color": "rgba(255, 0, 0, 0.2)",
                            "width": 0
                        },
                        "mode": "lines",
                        "name": "cp",
                        "type": "scatter",
                        "xsrc": "marte17:0:ee0958",
                        "ysrc": "marte17:0:e267ee",
                        "textsrc": "marte17:0:fba551",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "g1"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Flow over a Karman-Trefftz airfoil"
                    },
                    "width": 900,
                    "xaxis": {
                        "range": [
                            -3.8,
                            3.8
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "scaleratio": 1,
                        "scaleanchor": "y"
                    },
                    "yaxis": {
                        "range": [
                            -1.8,
                            1.8
                        ],
                        "showgrid": false,
                        "zeroline": false
                    },
                    "height": 700,
                    "margin": {
                        "b": 40,
                        "l": 40,
                        "r": 60,
                        "t": 80
                    },
                    "dragmode": "pan",
                    "hovermode": "closest"
                }
            },
            "height": 700,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marte17",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.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-10 16:44:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marte17",
                "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-17T15:09:43.144988Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~a900866666/247.embed",
            "fid": "a900866666:247",
            "filename": "[2019-06-17 23:09:41.882737] Seg-1 prediction",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/a900866666:247/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/a900866666:247/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/a900866666/247/8_WZKHEK8GZQ1OGFBT20LXT0VYJ6B2A0.png",
                "list-thumb": "https://api.plotly.com/v2/files/a900866666:247/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/a900866666:247",
                "plots": "https://api.plotly.com/v2/plots/a900866666:247",
                "parent": "https://api.plotly.com/v2/folders/home?user=a900866666"
            },
            "owner": "a900866666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Original Segment 1 Sizes vs Predicted Segment 1 Sizes",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~a900866666/247/original-segment-1-sizes-vs-predicted-segment-1-sizes/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:09:43.637Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~a900866666/247/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "eb4f4d93-ae17-4f7c-b4f2-09e30935b0a1",
                        "mode": "lines",
                        "name": "Original Segment 1 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:248:cf4d1c",
                        "ysrc": "a900866666:248:030938"
                    },
                    {
                        "uid": "154298ae-9ed4-404f-97d4-ad676f732aa6",
                        "mode": "lines",
                        "name": "Predicted Segment 1 Sizes",
                        "type": "scatter",
                        "xsrc": "a900866666:248:cf4d1c",
                        "ysrc": "a900866666:248:9094d8"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~a900866666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/66.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-13 10:52:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "a900866666",
                "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-17T15:05:39.836601Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/10.embed",
            "fid": "ASMLtechnologypromotion:10",
            "filename": "Combi",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:10/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ASMLtechnologypromotion/10/8_V6AMWTKQUOZZ1UP6JCEC222M7FSKAM.png",
                "list-thumb": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:10",
                "plots": "https://api.plotly.com/v2/plots/ASMLtechnologypromotion:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=ASMLtechnologypromotion"
            },
            "owner": "ASMLtechnologypromotion",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/10/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:05:39.857Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "lijn y-10",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:bc7442",
                        "zsrc": "ackruyt:9:c005a2,42e3e6",
                        "cauto": true,
                        "scene": "scene",
                        "opacity": 1,
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#6a89f7"
                            ],
                            [
                                0.4,
                                "#bebebe"
                            ],
                            [
                                0.6,
                                "#dcaa84"
                            ],
                            [
                                0.8,
                                "#e6915a"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ],
                        "autocolorscale": false
                    },
                    {
                        "name": "lijn y-8",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:edb417",
                        "zsrc": "ackruyt:9:81a505,849050",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-6",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:af6a8f",
                        "zsrc": "ackruyt:9:8630d2,9f9a4d",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-4",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:da4e05",
                        "zsrc": "ackruyt:9:1262b7,f6dd48",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-2",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:95157f",
                        "zsrc": "ackruyt:9:cd4f23,4037dd",
                        "showscale": false
                    },
                    {
                        "name": "lijn y 0",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:e29ec2",
                        "zsrc": "ackruyt:9:2a6ad6,f991ff",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+2",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:973cb7",
                        "zsrc": "ackruyt:9:81674b,a50b3e",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+4",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:9676b7",
                        "zsrc": "ackruyt:9:fc8fae,8318ef",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+6",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:572149",
                        "zsrc": "ackruyt:9:3c07d5,4fe0bc",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+8",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:6717cd",
                        "zsrc": "ackruyt:9:943317,4012ad",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+10",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:a23ea5",
                        "zsrc": "ackruyt:9:ab4bcf,f4939f",
                        "scene": "scene",
                        "showscale": false
                    },
                    {
                        "name": "referentie vlak",
                        "type": "surface",
                        "xsrc": "ackruyt:10:949b64",
                        "ysrc": "ackruyt:10:4f0d6e",
                        "zsrc": "ackruyt:10:8a0ae4,d25e9b",
                        "scene": "scene",
                        "opacity": 0.6,
                        "lighting": {
                            "ambient": 0,
                            "diffuse": 0.8
                        },
                        "showscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "family": "Arial"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                -10,
                                10
                            ],
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "auto",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                -10,
                                10
                            ],
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "auto",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "zaxis": {
                            "dtick": 0.2,
                            "range": [
                                -0.5,
                                0.5
                            ],
                            "tick0": 0,
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "linear",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.4505851127570693,
                                "y": -1.0580813553255697,
                                "z": 0.7918109303718486
                            },
                            "center": {
                                "x": -0.1912785068100246,
                                "y": 0.04788342300452303,
                                "z": -0.2511580616530593
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "x": 0.02
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "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
                                    },
                                    "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": "#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": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "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",
                                "#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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_GRAY"
                    },
                    "separators": ", "
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-18 15:19:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ASMLtechnologypromotion",
                "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-17T15:05:09.360608Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AbelApellido/4.embed",
            "fid": "AbelApellido:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AbelApellido:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/AbelApellido:4/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AbelApellido/4/8_2MANJQY1T2RJQ1R775H1W34N4YPP1O.png",
                "list-thumb": "https://api.plotly.com/v2/files/AbelApellido:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AbelApellido:4",
                "plots": "https://api.plotly.com/v2/plots/AbelApellido:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=AbelApellido"
            },
            "owner": "AbelApellido",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~AbelApellido/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:05:09.378Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AbelApellido/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2a0d6458-b2f7-4bc9-83f6-f9aaaf040421",
                        "name": "0 - 2",
                        "type": "scattergeo",
                        "latsrc": "AbelApellido:3:b051b7",
                        "lonsrc": "AbelApellido:3:90c2c7",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(0,116,217)",
                            "sizesrc": "AbelApellido:3:6f39a9",
                            "sizemode": "area"
                        },
                        "textsrc": "AbelApellido:3:4c87ff",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "97345f31-688e-4556-ad9c-69a2ac687dbb",
                        "name": "3 - 10",
                        "type": "scattergeo",
                        "latsrc": "AbelApellido:3:653117",
                        "lonsrc": "AbelApellido:3:fd898f",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(255,65,54)",
                            "sizesrc": "AbelApellido:3:46c0b1",
                            "sizemode": "area"
                        },
                        "textsrc": "AbelApellido:3:26d13e",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "b4741c8b-62f7-47f6-9c8f-b8120767600a",
                        "name": "11 - 20",
                        "type": "scattergeo",
                        "latsrc": "AbelApellido:3:887703",
                        "lonsrc": "AbelApellido:3:4dac09",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(133,20,75)",
                            "sizesrc": "AbelApellido:3:540b59",
                            "sizemode": "area"
                        },
                        "textsrc": "AbelApellido:3:62c19f",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "60e614c1-eb36-4414-b863-96a697ceb0ca",
                        "name": "21 - 50",
                        "type": "scattergeo",
                        "latsrc": "AbelApellido:3:46ac4d",
                        "lonsrc": "AbelApellido:3:903360",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(255,133,27)",
                            "sizesrc": "AbelApellido:3:b2415f",
                            "sizemode": "area"
                        },
                        "textsrc": "AbelApellido:3:31f8c5",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "0532b796-befc-41fd-b359-a6e936c63fad",
                        "name": "50 - 3000",
                        "type": "scattergeo",
                        "latsrc": "AbelApellido:3:d38a46",
                        "lonsrc": "AbelApellido:3:f230b4",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "lightgrey",
                            "sizesrc": "AbelApellido:3:8ae8f1",
                            "sizemode": "area"
                        },
                        "textsrc": "AbelApellido:3:8f928f",
                        "locationmode": "USA-states"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "center": {
                            "lat": 34.23297867170299,
                            "lon": -111.37082311876551
                        },
                        "showland": true,
                        "landcolor": "rgb(217, 217, 217)",
                        "projection": {
                            "type": "albers usa",
                            "scale": 4.287093850145176
                        },
                        "countrycolor": "rgb(255, 255, 255)",
                        "countrywidth": 1,
                        "subunitcolor": "rgb(255, 255, 255)",
                        "subunitwidth": 1
                    },
                    "title": {
                        "text": "2014 US city populations<br>(Click legend to toggle traces)"
                    },
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AbelApellido",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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-05-17 08:57:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AbelApellido",
                "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-17T15:04:34.440660Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/9.embed",
            "fid": "ASMLtechnologypromotion:9",
            "filename": "y-tilt",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:9/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ASMLtechnologypromotion/9/8_GWCIQGUU77H45WNCEWZGNSNLL5BHWE.png",
                "list-thumb": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:9",
                "plots": "https://api.plotly.com/v2/plots/ASMLtechnologypromotion:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=ASMLtechnologypromotion"
            },
            "owner": "ASMLtechnologypromotion",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/9/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:05:39.561Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "lijn y-10",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:bc7442",
                        "zsrc": "ackruyt:9:c005a2,42e3e6",
                        "cauto": true,
                        "scene": "scene",
                        "opacity": 1,
                        "showscale": false,
                        "colorscale": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#6a89f7"
                            ],
                            [
                                0.4,
                                "#bebebe"
                            ],
                            [
                                0.6,
                                "#dcaa84"
                            ],
                            [
                                0.8,
                                "#e6915a"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ],
                        "autocolorscale": false
                    },
                    {
                        "name": "lijn y-8",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:edb417",
                        "zsrc": "ackruyt:9:81a505,849050",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-6",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:af6a8f",
                        "zsrc": "ackruyt:9:8630d2,9f9a4d",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-4",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:da4e05",
                        "zsrc": "ackruyt:9:1262b7,f6dd48",
                        "showscale": false
                    },
                    {
                        "name": "lijn y-2",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:95157f",
                        "zsrc": "ackruyt:9:cd4f23,4037dd",
                        "showscale": false
                    },
                    {
                        "name": "lijn y 0",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:e29ec2",
                        "zsrc": "ackruyt:9:2a6ad6,f991ff",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+2",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:973cb7",
                        "zsrc": "ackruyt:9:81674b,a50b3e",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+4",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:9676b7",
                        "zsrc": "ackruyt:9:fc8fae,8318ef",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+6",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:572149",
                        "zsrc": "ackruyt:9:3c07d5,4fe0bc",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+8",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:6717cd",
                        "zsrc": "ackruyt:9:943317,4012ad",
                        "showscale": false
                    },
                    {
                        "name": "lijn y+10",
                        "type": "surface",
                        "xsrc": "ackruyt:11:29429a",
                        "ysrc": "ackruyt:11:a23ea5",
                        "zsrc": "ackruyt:9:ab4bcf,f4939f",
                        "scene": "scene",
                        "showscale": false
                    },
                    {
                        "name": "referentie vlak",
                        "type": "surface",
                        "xsrc": "ackruyt:10:949b64",
                        "ysrc": "ackruyt:10:4f0d6e",
                        "zsrc": "ackruyt:10:8a0ae4,d25e9b",
                        "scene": "scene",
                        "opacity": 0.6,
                        "lighting": {
                            "ambient": 0,
                            "diffuse": 0.8
                        },
                        "showscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 13,
                        "family": "Arial"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                -10,
                                10
                            ],
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "auto",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                -10,
                                10
                            ],
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "auto",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "zaxis": {
                            "dtick": 0.2,
                            "range": [
                                -0.5,
                                0.5
                            ],
                            "tick0": 0,
                            "ticks": "outside",
                            "title": {
                                "font": {
                                    "size": 16
                                }
                            },
                            "tickfont": {
                                "size": 13
                            },
                            "tickmode": "linear",
                            "autorange": false,
                            "tickformat": "",
                            "exponentformat": "none"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -2.214942198132927,
                                "y": -0.11390327601308256,
                                "z": 0.689729223271386
                            },
                            "center": {
                                "x": -0.1912785068100246,
                                "y": 0.04788342300452303,
                                "z": -0.2511580616530593
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "turntable",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "x": 0.02
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "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
                                    },
                                    "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": "#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": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "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",
                                "#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": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_GRAY"
                    },
                    "separators": ", "
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-18 15:19:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ASMLtechnologypromotion",
                "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-17T15:04:34.219802Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Ethan.sun/14.embed",
            "fid": "Ethan.sun:14",
            "filename": "fig6",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Ethan.sun:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Ethan.sun:14/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Ethan.sun:14/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Ethan.sun:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Ethan.sun:14",
                "plots": "https://api.plotly.com/v2/plots/Ethan.sun:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=Ethan.sun"
            },
            "owner": "Ethan.sun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Ethan.sun/14/",
            "world_readable": true,
            "date_modified": "2019-06-17T21:02:23.826Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Ethan.sun/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "080b44f6-715d-4859-9bec-2e85ce59d2c4",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:299a75"
                    },
                    {
                        "uid": "7946554f-b720-4cba-8ac1-f7cd08c90073",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:1b5437"
                    },
                    {
                        "uid": "166b4b22-5849-4d00-af10-2f7b50962f1b",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:a408c9"
                    },
                    {
                        "uid": "a760915c-fd7e-4a8e-8b00-0b321eebc327",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:d0bb62"
                    },
                    {
                        "uid": "83666941-afc9-4199-b5da-ac7b02904063",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:87461c"
                    },
                    {
                        "uid": "ce91f2e8-0457-4d0d-971d-97a8b5a29727",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:6de424"
                    },
                    {
                        "uid": "09955892-3d05-4fb3-8ef5-9770694cc9dd",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:52c249"
                    },
                    {
                        "uid": "380215f5-5e1f-4678-a894-710662e7fe7a",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:5ae9c4"
                    },
                    {
                        "uid": "a052a7f0-75f3-45ba-a4ed-09135fe7041c",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:15:fabc93",
                        "ysrc": "Ethan.sun:15:a89002"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Ethan.sun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-14 15:22:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Ethan.sun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}