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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE4JTNBNTklM0EyNS4yMDkxMjclMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOSUzQTA1JTNBNDEuMjgxMDM4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T19:05:41.281038Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cbruns65/0.embed",
            "fid": "cbruns65:0",
            "filename": "normalized histogram",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cbruns65/0/9_X831HYCTV2YBTH6DOOF2ME8EQ0K2V0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cbruns65/0/2_R102WBRDUJWOMZWNS9D11DK9B5QC8R.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cbruns65/0/8_JQA0XL0JAXH29MZMS8ZQ7Q1Q252H8U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cbruns65/0/9_X831HYCTV2YBTH6DOOF2ME8EQ0K2V0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cbruns65:0",
                "plots": "https://api.plotly.com/v2/plots/cbruns65:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=cbruns65"
            },
            "owner": "cbruns65",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cbruns65/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:07:31.912Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cbruns65/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7b964248-9790-4765-b973-77e1e2887c36",
                        "type": "histogram",
                        "xsrc": "cbruns65:1:142fa5",
                        "histnorm": "probability"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cbruns65",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:08:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cbruns65",
                "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-17T19:03:48.083155Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~S1r_Sponge/6.embed",
            "fid": "S1r_Sponge:6",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/6/9_IY121DUKML907ZXJII2SQLM2SZQUKK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/6/2_S019AMW4OLKOP3ZEPQFJ49HAS19HZG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/6/8_6V2FDY3U8GW9FF9BMWF35QMXVIJ1NX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/6/9_IY121DUKML907ZXJII2SQLM2SZQUKK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/S1r_Sponge:6",
                "plots": "https://api.plotly.com/v2/plots/S1r_Sponge:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=S1r_Sponge"
            },
            "owner": "S1r_Sponge",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RGB uncalibrated",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~S1r_Sponge/6/rgb-uncalibrated/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:03:48.533Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~S1r_Sponge/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "33c1b270-d77b-41d2-a3be-2bfa95001562",
                        "line": {
                            "color": "rgb(214, 39, 40)"
                        },
                        "name": "red",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:7:076f8d",
                        "ysrc": "S1r_Sponge:7:9c5cca",
                        "zsrc": "S1r_Sponge:7:67c5b8"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "RED"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "GREEN"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "BLUE"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.1251517983207624,
                                "y": 1.6257717906014126,
                                "z": 0.8822695254967339
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            }
                        },
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "RGB uncalibrated"
                    },
                    "width": 792,
                    "xaxis": {
                        "type": "linear"
                    },
                    "yaxis": {
                        "type": "linear"
                    },
                    "height": 515,
                    "barmode": "group",
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": 515,
            "width": 792,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~S1r_Sponge",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:46:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "S1r_Sponge",
                "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-17T19:03:20.549787Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mtsznowak9/5.embed",
            "fid": "mtsznowak9:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/mtsznowak9/5/9_KQWMVIQ6KS2UBNBRQ4PU426C6USS1M.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/mtsznowak9/5/2_DKMK7NHAGTBS2H6IFWR5PN7VD4E9UT.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mtsznowak9/5/8_KMCQZ0I8ZJLES84ZQ57AZ1Z614XU7S.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mtsznowak9/5/9_KQWMVIQ6KS2UBNBRQ4PU426C6USS1M.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mtsznowak9:5",
                "plots": "https://api.plotly.com/v2/plots/mtsznowak9:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=mtsznowak9"
            },
            "owner": "mtsznowak9",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mtsznowak9/5/",
            "world_readable": true,
            "date_modified": "2019-06-17T20:51:10.253Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mtsznowak9/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "pie",
                        "textinfo": "label+percent",
                        "labelssrc": "mtsznowak9:4:b83930",
                        "valuessrc": "mtsznowak9:4:937fa3"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 25
                    },
                    "title": {
                        "text": "Sapevi l'italiano prima di arrivare in Italia?"
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mtsznowak9",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.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 18:22:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mtsznowak9",
                "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-17T19:03:09.755567Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~S1r_Sponge/4.embed",
            "fid": "S1r_Sponge:4",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/4/9_C9VGN8LCWQZ7YMNHNFG9MGGQECE0AI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/4/2_EHPOEY7CJPJVOV5I63EFQHL2NPK6F7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/4/8_DHZZSUJMLDWJXHAN31ODBLLXUTDREV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/4/9_C9VGN8LCWQZ7YMNHNFG9MGGQECE0AI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/S1r_Sponge:4",
                "plots": "https://api.plotly.com/v2/plots/S1r_Sponge:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=S1r_Sponge"
            },
            "owner": "S1r_Sponge",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RGB uncalibrated",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~S1r_Sponge/4/rgb-uncalibrated/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:03:10.189Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~S1r_Sponge/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "eee392ba-8d8a-4411-a823-766264ffe0cb",
                        "line": {
                            "color": "rgb(214, 39, 40)"
                        },
                        "name": "red",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:5:27f5ac",
                        "ysrc": "S1r_Sponge:5:e472f3",
                        "zsrc": "S1r_Sponge:5:906442"
                    },
                    {
                        "uid": "49acc9d2-a6c9-4954-8da0-24ac2e5c26e7",
                        "line": {
                            "color": "rgb(255, 217, 102)"
                        },
                        "name": "yellow",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:5:75f3f6",
                        "ysrc": "S1r_Sponge:5:54c1a4",
                        "zsrc": "S1r_Sponge:5:020c05"
                    },
                    {
                        "uid": "1fa515ec-1e4e-4913-8140-a277e3048e97",
                        "name": "green",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:5:3c9d0e",
                        "ysrc": "S1r_Sponge:5:d90521",
                        "zsrc": "S1r_Sponge:5:6d4111"
                    },
                    {
                        "uid": "9bb0f2f8-7ff5-4bf9-99f0-b2ca27db9c47",
                        "line": {
                            "color": "rgb(255, 153, 0)"
                        },
                        "name": "darkorange",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:5:1962c5",
                        "ysrc": "S1r_Sponge:5:7f7de3",
                        "zsrc": "S1r_Sponge:5:c99037"
                    },
                    {
                        "uid": "3f3ecc73-fa3c-422a-82a6-eb1e9f84256a",
                        "line": {
                            "color": "rgb(217, 217, 217)"
                        },
                        "name": "white",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:5:c972ee",
                        "ysrc": "S1r_Sponge:5:0f93a1",
                        "zsrc": "S1r_Sponge:5:defd46"
                    },
                    {
                        "uid": "5b6c02f7-bb43-45ed-93ad-9749a145b4d1",
                        "line": {
                            "color": "rgb(74, 134, 232)"
                        },
                        "name": "blue",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:5:7f9245",
                        "ysrc": "S1r_Sponge:5:77806d",
                        "zsrc": "S1r_Sponge:5:a05325"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "RED"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "GREEN"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "BLUE"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.1251517983207624,
                                "y": 1.6257717906014126,
                                "z": 0.8822695254967339
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            }
                        },
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "RGB uncalibrated"
                    },
                    "width": 792,
                    "xaxis": {
                        "type": "linear"
                    },
                    "yaxis": {
                        "type": "linear"
                    },
                    "height": 515,
                    "barmode": "group",
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": 515,
            "width": 792,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~S1r_Sponge",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:46:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "S1r_Sponge",
                "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-17T19:02:14.620600Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~S1r_Sponge/2.embed",
            "fid": "S1r_Sponge:2",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/2/9_MXX9SGZA0MWZ8V3NGPT1R85YFLLUZD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/2/2_DIMABRU6H7FDKBGHATENQ04IKPMSE8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/2/8_TQVGME8TJ1H05TLA8H3JO227ASCXNR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/2/9_MXX9SGZA0MWZ8V3NGPT1R85YFLLUZD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/S1r_Sponge:2",
                "plots": "https://api.plotly.com/v2/plots/S1r_Sponge:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=S1r_Sponge"
            },
            "owner": "S1r_Sponge",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "RGB uncalibrated",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~S1r_Sponge/2/rgb-uncalibrated/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:02:15.083Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~S1r_Sponge/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cf15e632-b500-4060-928a-38b006d6c6b1",
                        "line": {
                            "color": "rgb(214, 39, 40)"
                        },
                        "name": "red",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:3:86eed7",
                        "ysrc": "S1r_Sponge:3:c401c0",
                        "zsrc": "S1r_Sponge:3:3e2eb3"
                    },
                    {
                        "uid": "32eae25e-988a-4b75-abd1-db07987bf460",
                        "line": {
                            "color": "rgb(255, 217, 102)"
                        },
                        "name": "yellow",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:3:178828",
                        "ysrc": "S1r_Sponge:3:aaf674",
                        "zsrc": "S1r_Sponge:3:e43197"
                    },
                    {
                        "uid": "14bba921-67bf-4403-b098-9811ba62028e",
                        "name": "green",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:3:3aab83",
                        "ysrc": "S1r_Sponge:3:3cb814",
                        "zsrc": "S1r_Sponge:3:7e7b61"
                    },
                    {
                        "uid": "1198dfd8-1f67-4154-86d5-0b4d95b2753d",
                        "line": {
                            "color": "rgb(255, 153, 0)"
                        },
                        "name": "darkorange",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:3:dcf337",
                        "ysrc": "S1r_Sponge:3:8559fa",
                        "zsrc": "S1r_Sponge:3:b2eb47"
                    },
                    {
                        "uid": "a258d6e7-551b-4132-9bf4-cbf8ca3c324e",
                        "line": {
                            "color": "rgb(217, 217, 217)"
                        },
                        "name": "white",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:3:585b9a",
                        "ysrc": "S1r_Sponge:3:2058dc",
                        "zsrc": "S1r_Sponge:3:b5dfa9"
                    },
                    {
                        "uid": "38d84ff9-8051-4dec-ae00-0267e2085036",
                        "line": {
                            "color": "rgb(74, 134, 232)"
                        },
                        "name": "blue",
                        "type": "scatter3d",
                        "xsrc": "S1r_Sponge:3:6aa44c",
                        "ysrc": "S1r_Sponge:3:c48eea",
                        "zsrc": "S1r_Sponge:3:176a2d"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "RED"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "GREEN"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                256
                            ],
                            "title": {
                                "text": "BLUE"
                            },
                            "mirror": true,
                            "showline": true,
                            "zeroline": false,
                            "autorange": true,
                            "rangemode": "normal"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.1251517983207624,
                                "y": 1.6257717906014126,
                                "z": 0.8822695254967339
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            }
                        },
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "RGB uncalibrated"
                    },
                    "width": 792,
                    "xaxis": {
                        "type": "linear"
                    },
                    "yaxis": {
                        "type": "linear"
                    },
                    "height": 515,
                    "barmode": "group",
                    "autosize": true,
                    "showlegend": true
                }
            },
            "height": 515,
            "width": 792,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~S1r_Sponge",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:46:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "S1r_Sponge",
                "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-17T19:01:33.597064Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jk082wp/17.embed",
            "fid": "jk082wp:17",
            "filename": "kyle_doolittle",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jk082wp/17/9_5LC428041XDZAVTP98YEUKMBCXYMKU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jk082wp/17/2_N1E6MA315U1DLJPBFDUJNO8PHYOP8A.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jk082wp/17/8_3VX0N88FZDH49OCSRKOKS642HQX6Y3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jk082wp/17/9_5LC428041XDZAVTP98YEUKMBCXYMKU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jk082wp:17",
                "plots": "https://api.plotly.com/v2/plots/jk082wp:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=jk082wp"
            },
            "owner": "jk082wp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "XP_025250194.1 kappa-type opioid receptor isoform X1  vs 2_D5 ",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jk082wp/17/xp-0252501941-kappa-type-opioid-receptor-isoform-x1-vs-2-d5/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:46:38.570Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jk082wp/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "79081ccd-4f5c-447a-b691-0cd94bf6d306",
                        "name": "XP_025250194.1 kappa-type opioid receptor isoform X1 ",
                        "type": "scatter",
                        "xsrc": "jk082wp:18:67b8db",
                        "ysrc": "jk082wp:18:31af32"
                    },
                    {
                        "uid": "a9e5a736-4be5-4141-b7dd-0a838d7e4920",
                        "name": "2_D5 ",
                        "type": "scatter",
                        "xsrc": "jk082wp:18:6692a0",
                        "ysrc": "jk082wp:18:d115ce"
                    }
                ],
                "layout": {
                    "legend": {
                        "orientation": "h"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jk082wp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-11 14:05:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jk082wp",
                "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-17T19:00:15.983395Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~danielricks334/0.embed",
            "fid": "danielricks334:0",
            "filename": "d3-cloropleth-map",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/danielricks334/0/9_C1RUAX0NSOGCD5UCAND8D1IV634QQ4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/danielricks334/0/2_5C678RKLJMWZV9LUOVZTYEMPTMWGSG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/danielricks334/0/8_BQ1UVTDGG10NNX3LWEN1M1AT0FA0L5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/danielricks334/0/9_C1RUAX0NSOGCD5UCAND8D1IV634QQ4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/danielricks334:0",
                "plots": "https://api.plotly.com/v2/plots/danielricks334:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=danielricks334"
            },
            "owner": "danielricks334",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Number of Students By State",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~danielricks334/0/number-of-students-by-state/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:00:16.394Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~danielricks334/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4628966a-3166-4dca-a628-aea54be581c1",
                        "type": "choropleth",
                        "zsrc": "danielricks334:1:055cd9",
                        "marker": {
                            "line": {
                                "color": "rgb(255,255,255)",
                                "width": 2
                            }
                        },
                        "textsrc": "danielricks334:1:38015f",
                        "colorbar": {
                            "title": {
                                "text": "Number of Students"
                            }
                        },
                        "colorscale": [
                            [
                                0.0,
                                "rgb(242,240,247)"
                            ],
                            [
                                0.2,
                                "rgb(218,218,235)"
                            ],
                            [
                                0.4,
                                "rgb(188,189,220)"
                            ],
                            [
                                0.6,
                                "rgb(158,154,200)"
                            ],
                            [
                                0.8,
                                "rgb(117,107,177)"
                            ],
                            [
                                1.0,
                                "rgb(84,39,143)"
                            ]
                        ],
                        "locationmode": "USA-states",
                        "locationssrc": "danielricks334:1:41c1e4",
                        "autocolorscale": false
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "lakecolor": "rgb(255, 255, 255)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "title": {
                        "text": "Number of Students By State"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~danielricks334",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 18:43:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "danielricks334",
                "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-17T19:00:07.197535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67138.embed",
            "fid": "amper:67138",
            "filename": "06-17-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/67138/9_9WOOF5O8OTWG6FWBBUPNEL5TORQHLY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/67138/2_JB46OT3SINH0PGPGGJ1RCCQFB8ORTV.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67138/8_3S7ZR8AJEXW4NNERC56CCRTLJGG2W5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67138/9_9WOOF5O8OTWG6FWBBUPNEL5TORQHLY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67138",
                "plots": "https://api.plotly.com/v2/plots/amper:67138",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-17-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67138/_06-17-19-ds-1649-alg-5421-param-1254-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T19:00:08.498Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67138/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7bd82662-e0af-4b9a-ab06-8bf9f789cde7",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67139:60e9c2",
                        "ysrc": "amper:67139:37b29b",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "48b3bae7-b5fa-44ba-a0d8-eea164349738",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67139:60e9c2",
                        "ysrc": "amper:67139:a39ddf",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "58027e27-12e7-44c1-95cd-d58742e342b7",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67139:60e9c2",
                        "ysrc": "amper:67139:1d97b5",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-17-19_ds-1649_alg-5421_param-1254_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-17T18:59:44.462715Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67136.embed",
            "fid": "amper:67136",
            "filename": "06-16-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/amper/67136/9_FI4NGLEJNQ435D7J8P2K7VT1GEKCN8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/amper/67136/2_AAA1Y8RDFH1GZ9MFTDU217T6L5QZP4.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67136/8_CL4ZED51E7DZYYT57V98L434ORDO5X.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/amper/67136/9_FI4NGLEJNQ435D7J8P2K7VT1GEKCN8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67136",
                "plots": "https://api.plotly.com/v2/plots/amper:67136",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-16-19_ds-1649_alg-5421_param-1254_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67136/_06-16-19-ds-1649-alg-5421-param-1254-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:59:45.682Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67136/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4e418017-9c38-4722-bfae-6ad685ce3476",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67137:9da812",
                        "ysrc": "amper:67137:278769",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    }
                ],
                "layout": {
                    "title": "06-16-19_ds-1649_alg-5421_param-1254_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-17T18:59:25.209127Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~S1r_Sponge/0.embed",
            "fid": "S1r_Sponge:0",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/0/9_334USNI4LCH9Q58AA635MEAPE57R2Q.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/0/2_8QDSL1HQTG4UZ98KPRIEKHWEZ6M2KX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/0/8_KDU0V4AIWX1UPPKDSHDCBHFDUB8L47.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/S1r_Sponge/0/9_334USNI4LCH9Q58AA635MEAPE57R2Q.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/S1r_Sponge:0",
                "plots": "https://api.plotly.com/v2/plots/S1r_Sponge:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=S1r_Sponge"
            },
            "owner": "S1r_Sponge",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~S1r_Sponge/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:59:25.816Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~S1r_Sponge/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a5535b1d-5b2e-4a0d-8e0b-907885937227",
                        "type": "scatter",
                        "xsrc": "S1r_Sponge:1:52d8b3",
                        "ysrc": "S1r_Sponge:1:62ae2c"
                    },
                    {
                        "uid": "de9c2205-f0d2-4374-bb4b-bc3636af1b81",
                        "type": "scatter",
                        "xsrc": "S1r_Sponge:1:52d8b3",
                        "ysrc": "S1r_Sponge:1:21756b"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~S1r_Sponge",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 17:46:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "S1r_Sponge",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}