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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE0JTNBNTYlM0EzNC40NDE2MjIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTA0JTNBMDMuMjU0MTk3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:04:03.254197Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Buster_Norris/12.embed",
            "fid": "Buster_Norris:12",
            "filename": "Round 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Buster_Norris:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Buster_Norris/12/2_RG78SW19QYLZMK2ZMIKCATIHE0K0L8.png",
                "block-thumb": "https://api.plotly.com/v2/files/Buster_Norris:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Buster_Norris:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Buster_Norris:12",
                "plots": "https://api.plotly.com/v2/plots/Buster_Norris:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=Buster_Norris"
            },
            "owner": "Buster_Norris",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Round 1, Round 2, Round 3, Round 4",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Buster_Norris/12/round-1-round-2-round-3-round-4/",
            "world_readable": true,
            "date_modified": "2019-09-08T10:50:30.227Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Buster_Norris/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "980c658d-f5a8-4933-88f6-a89194b7cf7e",
                        "name": "Round 1",
                        "type": "bar",
                        "xsrc": "Buster_Norris:13:a12146",
                        "ysrc": "Buster_Norris:13:46a886"
                    },
                    {
                        "uid": "f37cbe94-1e68-4ad4-9c0f-44f8a23db675",
                        "name": "Round 2",
                        "type": "bar",
                        "xsrc": "Buster_Norris:13:a12146",
                        "ysrc": "Buster_Norris:13:842a1f"
                    },
                    {
                        "uid": "091f8f9f-6e67-4255-b013-731d2dad183f",
                        "name": "Round 3",
                        "type": "bar",
                        "xsrc": "Buster_Norris:13:a12146",
                        "ysrc": "Buster_Norris:13:d8c494"
                    },
                    {
                        "uid": "5ce8effe-42f3-4429-9755-e0e512f8a44d",
                        "name": "Round 4",
                        "type": "bar",
                        "xsrc": "Buster_Norris:13:a12146",
                        "ysrc": "Buster_Norris:13:095a8f"
                    }
                ],
                "layout": {
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Buster_Norris",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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-05-13 12:03:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Buster_Norris",
                "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:01:26.564179Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jordan.lei/2.embed",
            "fid": "jordan.lei:2",
            "filename": "Row and Column Size",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jordan.lei:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jordan.lei/2/2_22P4JOWUIHHE59TQL06K8U0GULMGJL.png",
                "block-thumb": "https://api.plotly.com/v2/files/jordan.lei:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jordan.lei:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jordan.lei:2",
                "plots": "https://api.plotly.com/v2/plots/jordan.lei:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=jordan.lei"
            },
            "owner": "jordan.lei",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jordan.lei/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:01:38.157Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jordan.lei/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bc7bacd5-b6a9-4d5c-84ed-6c0e14524714",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "colorsrc": "jordan.lei:3:416872"
                            },
                            "font": {
                                "size": 12,
                                "color": "#506784"
                            },
                            "line": {
                                "color": "#506784"
                            },
                            "height": 30,
                            "alignsrc": "jordan.lei:3:4807b4",
                            "valuessrc": "jordan.lei:3:f18381"
                        },
                        "header": {
                            "fill": {
                                "color": "#119DFF"
                            },
                            "font": {
                                "size": 12,
                                "color": "white"
                            },
                            "line": {
                                "color": "#506784"
                            },
                            "height": 40,
                            "alignsrc": "jordan.lei:3:4807b4",
                            "valuessrc": "jordan.lei:3:4af1b2"
                        },
                        "columnordersrc": "jordan.lei:3:cc801a",
                        "columnwidthsrc": "jordan.lei:3:00ae08"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jordan.lei",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:55:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jordan.lei",
                "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-17T14:59:55.092710Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~alewis401/1.embed",
            "fid": "alewis401:1",
            "filename": "KLF4_methylation_expression",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/alewis401:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/alewis401:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/alewis401:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/alewis401:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/alewis401:1",
                "plots": "https://api.plotly.com/v2/plots/alewis401:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=alewis401"
            },
            "owner": "alewis401",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~alewis401/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:50:31.960Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~alewis401/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "591891",
                        "mode": "markers",
                        "name": "B-cell_ALL",
                        "type": "scatter",
                        "xsrc": "alewis401:0:914519",
                        "ysrc": "alewis401:0:6b3fe8",
                        "marker": {
                            "color": "rgb(7, 7, 7)"
                        },
                        "textsrc": "alewis401:0:83d843"
                    },
                    {
                        "uid": "c39216",
                        "mode": "markers",
                        "name": "T-cell_ALL",
                        "type": "scatter",
                        "xsrc": "alewis401:0:7f5095",
                        "ysrc": "alewis401:0:21fb95",
                        "marker": {
                            "color": "rgb(62, 62, 62)"
                        },
                        "textsrc": "alewis401:0:40b3b7"
                    },
                    {
                        "uid": "49cc7d",
                        "mode": "markers",
                        "name": "AML",
                        "type": "scatter",
                        "xsrc": "alewis401:0:2c1013",
                        "ysrc": "alewis401:0:a2a48e",
                        "marker": {
                            "size": 10,
                            "color": "rgb(4, 37, 249)",
                            "symbol": "diamond-open-dot"
                        },
                        "textsrc": "alewis401:0:cbc2e5"
                    },
                    {
                        "uid": "42b5df",
                        "mode": "markers",
                        "name": "CML",
                        "type": "scatter",
                        "xsrc": "alewis401:0:1b7fde",
                        "ysrc": "alewis401:0:cde24a",
                        "marker": {
                            "color": "rgb(126, 125, 125)"
                        },
                        "textsrc": "alewis401:0:9c7ff4"
                    },
                    {
                        "uid": "5cdccb",
                        "mode": "markers",
                        "name": "leukemia_other",
                        "type": "scatter",
                        "xsrc": "alewis401:0:60aba6",
                        "ysrc": "alewis401:0:aa9610",
                        "marker": {
                            "color": "rgb(184, 183, 182)"
                        },
                        "textsrc": "alewis401:0:e827d8"
                    },
                    {
                        "uid": "cb854b",
                        "mode": "markers",
                        "name": "multiple_myeloma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:4641d0",
                        "ysrc": "alewis401:0:c754a3",
                        "marker": {
                            "color": "rgb(200, 200, 200)"
                        },
                        "textsrc": "alewis401:0:3fc79a"
                    },
                    {
                        "uid": "676ad0",
                        "mode": "markers",
                        "name": "lymphoma_DLBCL",
                        "type": "scatter",
                        "xsrc": "alewis401:0:535cf5",
                        "ysrc": "alewis401:0:5f6008",
                        "marker": {
                            "color": "rgb(235, 221, 224)"
                        },
                        "textsrc": "alewis401:0:1aa2a4"
                    },
                    {
                        "uid": "98bd85",
                        "mode": "markers",
                        "name": "lymphoma_Burkitt",
                        "type": "scatter",
                        "xsrc": "alewis401:0:a86672",
                        "ysrc": "alewis401:0:1583f8",
                        "marker": {
                            "color": "rgb(224, 179, 192)"
                        },
                        "textsrc": "alewis401:0:698ce5"
                    },
                    {
                        "uid": "a15c6a",
                        "mode": "markers",
                        "name": "lymphoma_Hodgkin",
                        "type": "scatter",
                        "xsrc": "alewis401:0:1eeeb6",
                        "ysrc": "alewis401:0:3862d5",
                        "marker": {
                            "color": "rgb(213, 131, 132)"
                        },
                        "textsrc": "alewis401:0:76736c"
                    },
                    {
                        "uid": "1225c0",
                        "mode": "markers",
                        "name": "B-cell_lymphoma_other",
                        "type": "scatter",
                        "xsrc": "alewis401:0:e675ef",
                        "ysrc": "alewis401:0:ac666f",
                        "marker": {
                            "color": "rgb(209, 80, 118)"
                        },
                        "textsrc": "alewis401:0:cd0ed2"
                    },
                    {
                        "uid": "05385e",
                        "mode": "markers",
                        "name": "T-cell_lymphoma_other",
                        "type": "scatter",
                        "xsrc": "alewis401:0:bbbebd",
                        "ysrc": "alewis401:0:f929b0",
                        "marker": {
                            "color": "rgb(172, 52, 88)"
                        },
                        "textsrc": "alewis401:0:2c7aff"
                    },
                    {
                        "uid": "a9462a",
                        "mode": "markers",
                        "name": "upper_aerodigestive",
                        "type": "scatter",
                        "xsrc": "alewis401:0:657490",
                        "ysrc": "alewis401:0:c52193",
                        "marker": {
                            "color": "rgb(153, 107, 114)"
                        },
                        "textsrc": "alewis401:0:e44c8e"
                    },
                    {
                        "uid": "f60da2",
                        "mode": "markers",
                        "name": "esophagus",
                        "type": "scatter",
                        "xsrc": "alewis401:0:8f2749",
                        "ysrc": "alewis401:0:6219d5",
                        "marker": {
                            "color": "rgb(129, 71, 84)"
                        },
                        "textsrc": "alewis401:0:efc8fe"
                    },
                    {
                        "uid": "75b40b",
                        "mode": "markers",
                        "name": "stomach",
                        "type": "scatter",
                        "xsrc": "alewis401:0:4cec23",
                        "ysrc": "alewis401:0:38ca4b",
                        "marker": {
                            "color": "rgb(133, 45, 60)"
                        },
                        "textsrc": "alewis401:0:e0ac00"
                    },
                    {
                        "uid": "03fb62",
                        "mode": "markers",
                        "name": "colorectal",
                        "type": "scatter",
                        "xsrc": "alewis401:0:99b798",
                        "ysrc": "alewis401:0:dc7a33",
                        "marker": {
                            "color": "rgb(117, 17, 36)"
                        },
                        "textsrc": "alewis401:0:127f16"
                    },
                    {
                        "uid": "e5a995",
                        "mode": "markers",
                        "name": "melanoma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:2308dd",
                        "ysrc": "alewis401:0:76b881",
                        "marker": {
                            "color": "rgb(96, 20, 20)"
                        },
                        "textsrc": "alewis401:0:822e51"
                    },
                    {
                        "uid": "a9ff9b",
                        "mode": "markers",
                        "name": "lung_NSC",
                        "type": "scatter",
                        "xsrc": "alewis401:0:31f404",
                        "ysrc": "alewis401:0:ddff83",
                        "marker": {
                            "color": "rgb(97, 50, 61)"
                        },
                        "textsrc": "alewis401:0:d5182e"
                    },
                    {
                        "uid": "0b29e2",
                        "mode": "markers",
                        "name": "lung_small_cell",
                        "type": "scatter",
                        "xsrc": "alewis401:0:6c3328",
                        "ysrc": "alewis401:0:175373",
                        "marker": {
                            "color": "rgb(83, 79, 24)"
                        },
                        "textsrc": "alewis401:0:3cfb2c"
                    },
                    {
                        "uid": "5bfac6",
                        "mode": "markers",
                        "name": "mesothelioma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:3d5c2d",
                        "ysrc": "alewis401:0:ec6665",
                        "marker": {
                            "color": "rgb(133, 131, 51)"
                        },
                        "textsrc": "alewis401:0:a4a216"
                    },
                    {
                        "uid": "a33787",
                        "mode": "markers",
                        "name": "breast",
                        "type": "scatter",
                        "xsrc": "alewis401:0:86099f",
                        "ysrc": "alewis401:0:97b388",
                        "marker": {
                            "color": "rgb(163, 156, 7)"
                        },
                        "textsrc": "alewis401:0:eb95fc"
                    },
                    {
                        "uid": "322b93",
                        "mode": "markers",
                        "name": "ovary",
                        "type": "scatter",
                        "xsrc": "alewis401:0:4b0394",
                        "ysrc": "alewis401:0:b05d10",
                        "marker": {
                            "color": "rgb(177, 176, 107)"
                        },
                        "textsrc": "alewis401:0:e9f81f"
                    },
                    {
                        "uid": "4c4f1b",
                        "mode": "markers",
                        "name": "urinary_tract",
                        "type": "scatter",
                        "xsrc": "alewis401:0:a20a10",
                        "ysrc": "alewis401:0:2090f1",
                        "marker": {
                            "color": "rgb(202, 198, 128)"
                        },
                        "textsrc": "alewis401:0:781e2a"
                    },
                    {
                        "uid": "e06d59",
                        "mode": "markers",
                        "name": "prostate",
                        "type": "scatter",
                        "xsrc": "alewis401:0:388952",
                        "ysrc": "alewis401:0:3f6548",
                        "marker": {
                            "color": "rgb(213, 207, 85)"
                        },
                        "textsrc": "alewis401:0:cc3554"
                    },
                    {
                        "uid": "52ec6e",
                        "mode": "markers",
                        "name": "pancreas",
                        "type": "scatter",
                        "xsrc": "alewis401:0:add10e",
                        "ysrc": "alewis401:0:790b68",
                        "marker": {
                            "color": "rgb(215, 213, 94)"
                        },
                        "textsrc": "alewis401:0:64e766"
                    },
                    {
                        "uid": "d1bbfa",
                        "mode": "markers",
                        "name": "liver",
                        "type": "scatter",
                        "xsrc": "alewis401:0:21ef3b",
                        "ysrc": "alewis401:0:d74b47",
                        "marker": {
                            "color": "rgb(234, 242, 87)"
                        },
                        "textsrc": "alewis401:0:7aadf5"
                    },
                    {
                        "uid": "eff465",
                        "mode": "markers",
                        "name": "kidney",
                        "type": "scatter",
                        "xsrc": "alewis401:0:14a9bf",
                        "ysrc": "alewis401:0:a4caa7",
                        "marker": {
                            "color": "rgb(244, 255, 10)"
                        },
                        "textsrc": "alewis401:0:d7cefd"
                    },
                    {
                        "uid": "7becd3",
                        "mode": "markers",
                        "name": "thyroid",
                        "type": "scatter",
                        "xsrc": "alewis401:0:a60f0b",
                        "ysrc": "alewis401:0:ebbfde",
                        "marker": {
                            "color": "rgb(249, 250, 191)"
                        },
                        "textsrc": "alewis401:0:01c06e"
                    },
                    {
                        "uid": "9aab4e",
                        "mode": "markers",
                        "name": "glioma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:e884fe",
                        "ysrc": "alewis401:0:8a0c6c",
                        "marker": {
                            "color": "rgb(85, 124, 111)"
                        },
                        "textsrc": "alewis401:0:5d3721"
                    },
                    {
                        "uid": "4f1311",
                        "mode": "markers",
                        "name": "neuroblastoma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:96b9e4",
                        "ysrc": "alewis401:0:443a99",
                        "marker": {
                            "color": "rgb(82, 171, 126)"
                        },
                        "textsrc": "alewis401:0:09f51e"
                    },
                    {
                        "uid": "5976ea",
                        "mode": "markers",
                        "name": "osteosarcoma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:8e4d54",
                        "ysrc": "alewis401:0:f7232b",
                        "marker": {
                            "color": "rgb(5, 175, 105)"
                        },
                        "textsrc": "alewis401:0:a94f29"
                    },
                    {
                        "uid": "06afa1",
                        "mode": "markers",
                        "name": "soft_tissue",
                        "type": "scatter",
                        "xsrc": "alewis401:0:3c4a28",
                        "ysrc": "alewis401:0:b25a0b",
                        "marker": {
                            "line": {
                                "color": "rgb(120, 208, 155)"
                            },
                            "color": "rgb(6, 255, 162)"
                        },
                        "textsrc": "alewis401:0:c1e9fc"
                    },
                    {
                        "uid": "26ba6f",
                        "mode": "markers",
                        "name": "Ewings_sarcoma",
                        "type": "scatter",
                        "xsrc": "alewis401:0:251a66",
                        "ysrc": "alewis401:0:624726",
                        "marker": {
                            "color": "rgb(148, 240, 201)"
                        },
                        "textsrc": "alewis401:0:6b7a75"
                    },
                    {
                        "uid": "cee0da",
                        "mode": "markers",
                        "name": "giant_cell_tumour",
                        "type": "scatter",
                        "xsrc": "alewis401:0:a26a66",
                        "ysrc": "alewis401:0:d2945c",
                        "marker": {
                            "color": "rgb(128, 172, 154)"
                        },
                        "textsrc": "alewis401:0:b88434"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "b36988",
                        "mode": "markers",
                        "name": "meningioma",
                        "text": [],
                        "type": "scatter",
                        "marker": {
                            "color": "#A9A9A9"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 20,
                        "family": "Arial"
                    },
                    "title": {
                        "text": "KLF4"
                    },
                    "width": 1173,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.0608948702367852,
                            1.0275601223146946
                        ],
                        "title": {
                            "font": {
                                "size": 24,
                                "family": "Arial"
                            },
                            "text": "DNA methylation (RRBS): KLF4"
                        },
                        "tickfont": {
                            "size": 18,
                            "family": "Arial"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -14.474360910227249,
                            8.712169643773933
                        ],
                        "title": {
                            "font": {
                                "size": 24,
                                "family": "Arial"
                            },
                            "text": "mRNA expression (RNAseq): KLF4"
                        },
                        "tickfont": {
                            "size": 18
                        },
                        "autorange": true
                    },
                    "height": 1000,
                    "legend": {
                        "x": 0,
                        "y": -0.3599999999999999,
                        "font": {
                            "size": 19,
                            "family": "Arial"
                        },
                        "bgcolor": "#E2E2E2",
                        "bordercolor": "#222",
                        "borderwidth": 1,
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 250,
                        "pad": 5
                    },
                    "hovermode": "closest"
                }
            },
            "height": 1000,
            "width": 1173,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~alewis401",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:59:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "alewis401",
                "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-17T14:59:37.519665Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67054.embed",
            "fid": "amper:67054",
            "filename": "06-05-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67054/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67054/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67054/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67054/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67054",
                "plots": "https://api.plotly.com/v2/plots/amper:67054",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-05-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67054/_06-05-19-ds-1656-alg-5421-param-1256-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:59:38.787Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67054/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "58ff7f7d-980a-46a7-8ba5-9a2ae718258c",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67055:9198fb",
                        "ysrc": "amper:67055:1ffce0",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "158e158c-b9bb-432c-abfe-1a2288cc19f6",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67055:9198fb",
                        "ysrc": "amper:67055:3ef84f",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-05-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T14:58:22.740794Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67052.embed",
            "fid": "amper:67052",
            "filename": "06-03-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67052/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67052/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67052/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67052/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67052",
                "plots": "https://api.plotly.com/v2/plots/amper:67052",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-03-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67052/_06-03-19-ds-1656-alg-5421-param-1256-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:58:23.800Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67052/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "83934c76-5db7-4ec7-b39b-29d2b96b5cc9",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67053:293e3b",
                        "ysrc": "amper:67053:8207c8",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "0c89fb0f-dd58-4051-86b6-80287224099f",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67053:293e3b",
                        "ysrc": "amper:67053:1541a3",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-03-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T14:57:22.606040Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/14.embed",
            "fid": "cornenagel:14",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cornenagel:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cornenagel:14/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/cornenagel:14/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/cornenagel:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:14",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Model Score separation strength",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/14/model-score-separation-strength/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:57:23.063Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "eb4d4f35-a309-4034-af66-7d70d7af2498",
                        "type": "bar",
                        "xsrc": "cornenagel:15:d3ee40",
                        "ysrc": "cornenagel:15:ea9c77",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Model Score separation strength",
                        "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-17T14:57:00.908481Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Ethan.sun/12.embed",
            "fid": "Ethan.sun:12",
            "filename": "fig4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Ethan.sun:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Ethan.sun:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Ethan.sun:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Ethan.sun:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Ethan.sun:12",
                "plots": "https://api.plotly.com/v2/plots/Ethan.sun:12",
                "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/12/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:11:18.859Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Ethan.sun/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d3420e2c-2d4f-4ba0-beb4-1ac6e68ff555",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:13:538383",
                        "ysrc": "Ethan.sun:13:1071ab"
                    },
                    {
                        "uid": "3121cd78-846f-4e0d-9905-eca59ad96cdf",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:13:538383",
                        "ysrc": "Ethan.sun:13:d6ba64"
                    }
                ],
                "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
            }
        },
        {
            "creation_time": "2019-06-17T14:56:59.084348Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Ethan.sun/10.embed",
            "fid": "Ethan.sun:10",
            "filename": "fig3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Ethan.sun:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Ethan.sun/10/2_9FODJZK81UXOVJI21ZU1DUVIW07MGZ.png",
                "block-thumb": "https://api.plotly.com/v2/files/Ethan.sun:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Ethan.sun:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Ethan.sun:10",
                "plots": "https://api.plotly.com/v2/plots/Ethan.sun:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=Ethan.sun"
            },
            "owner": "Ethan.sun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~Ethan.sun/10/",
            "world_readable": true,
            "date_modified": "2019-06-26T12:03:31.562Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Ethan.sun/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "06098e35-c13c-4435-96d2-1153411c1d0e",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:11:53faa7",
                        "ysrc": "Ethan.sun:11:6252f8"
                    },
                    {
                        "uid": "d509b95d-f211-419b-95c4-2d51567c80da",
                        "type": "scatter",
                        "xsrc": "Ethan.sun:11:53faa7",
                        "ysrc": "Ethan.sun:11:9e7dde"
                    }
                ],
                "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
            }
        },
        {
            "creation_time": "2019-06-17T14:56:53.846206Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jordan.lei/0.embed",
            "fid": "jordan.lei:0",
            "filename": "row variable color",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jordan.lei:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jordan.lei/0/2_IHRXUYSSAYHWPK56YV2QKJLWEDY4VE.png",
                "block-thumb": "https://api.plotly.com/v2/files/jordan.lei:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jordan.lei:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jordan.lei:0",
                "plots": "https://api.plotly.com/v2/plots/jordan.lei:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=jordan.lei"
            },
            "owner": "jordan.lei",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jordan.lei/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:56:54.423Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jordan.lei/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3a4028df-33c2-4192-9186-d6771d57e6c6",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "colorsrc": "jordan.lei:1:e24da1,f39bf9,cd01f2,4de915,a90daa"
                            },
                            "font": {
                                "size": 11,
                                "color": "black"
                            },
                            "line": {
                                "colorsrc": "jordan.lei:1:e24da1,f39bf9,cd01f2,4de915,a90daa"
                            },
                            "align": "center",
                            "valuessrc": "jordan.lei:1:841d3b,162713,786228,027c49,6983ab"
                        },
                        "header": {
                            "fill": {
                                "color": "white"
                            },
                            "font": {
                                "size": 12,
                                "color": "black"
                            },
                            "line": {
                                "color": "white"
                            },
                            "alignsrc": "jordan.lei:1:4ff33d",
                            "valuessrc": "jordan.lei:1:a2d07d"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jordan.lei",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:55:21",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jordan.lei",
                "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-17T14:56:34.441622Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ASMLtechnologypromotion/5.embed",
            "fid": "ASMLtechnologypromotion:5",
            "filename": "Y-Tilt",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ASMLtechnologypromotion/5/8_ARMWN9VRR0D07O7ZGHHIHSTXQRZ8V6.png",
                "list-thumb": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ASMLtechnologypromotion:5",
                "plots": "https://api.plotly.com/v2/plots/ASMLtechnologypromotion:5",
                "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/5/",
            "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/5/",
            "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.2265184596477616,
                                "y": -0.24551065186305182,
                                "z": 0.6310985935758989
                            },
                            "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
            }
        }
    ]
}