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=cj0xJnA9MjAxOS0wNi0xNysxNCUzQTE3JTNBNTcuMjQ3ODQzJTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzE0JTNBMTklM0EwNS43MjcyNDIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNCUzQTMzJTNBNTMuNzI3MjQ2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T14:33:53.727246Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~klimunmm/1.embed",
            "fid": "klimunmm:1",
            "filename": "THCandMetaboliteConcentrationsMeanPlasmaClean",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/klimunmm:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/klimunmm:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/klimunmm:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/klimunmm:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/klimunmm:1",
                "plots": "https://api.plotly.com/v2/plots/klimunmm:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=klimunmm"
            },
            "owner": "klimunmm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~klimunmm/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:44:56.512Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~klimunmm/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers+lines",
                        "name": "THC",
                        "type": "scatter",
                        "xsrc": "klimunmm:0:ff1e5b",
                        "ysrc": "klimunmm:0:ad18b0",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 0, 0)"
                            }
                        },
                        "visible": true
                    },
                    {
                        "mode": "lines+markers",
                        "name": "COOH-THC",
                        "type": "scatter",
                        "xsrc": "klimunmm:0:8949b5",
                        "ysrc": "klimunmm:0:02e735",
                        "visible": true,
                        "showlegend": true
                    },
                    {
                        "mode": "lines+markers",
                        "name": "11-OH-THC",
                        "type": "scatter",
                        "xsrc": "klimunmm:0:57e2cb",
                        "ysrc": "klimunmm:0:8aef9b",
                        "visible": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 14,
                        "color": "rgb(0, 0, 0)",
                        "family": "Arial"
                    },
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "width": 900,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -0.2375981373960076,
                            4.260456304189161
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 17,
                                "color": "rgb(0, 0, 0)",
                                "family": "Arial"
                            },
                            "text": "Time (hours)"
                        },
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(0, 0, 0)",
                            "family": "Arial"
                        },
                        "zeroline": true,
                        "autorange": false,
                        "automargin": true,
                        "fixedrange": true,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -0.2375981373960076,
                                4.260456304189161
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinecolor": "rgb(0, 0, 0)",
                        "zerolinewidth": 1,
                        "spikethickness": 5
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -11.480216683967654,
                            165.13850153091934
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 17,
                                "color": "rgb(0, 0, 0)",
                                "family": "Arial"
                            },
                            "text": "ng/mL"
                        },
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 14,
                            "family": "Arial"
                        },
                        "zeroline": true,
                        "autorange": true,
                        "automargin": true,
                        "showspikes": false,
                        "zerolinewidth": 1,
                        "spikethickness": 5
                    },
                    "height": 400,
                    "legend": {
                        "x": 0.7785061133500003,
                        "y": 0.998497737556561,
                        "itemsizing": "trace",
                        "traceorder": "grouped",
                        "orientation": "v",
                        "tracegroupgap": 10
                    },
                    "margin": {
                        "b": 80,
                        "r": 80,
                        "t": 70,
                        "pad": 0
                    },
                    "autosize": false,
                    "dragmode": "zoom"
                }
            },
            "height": 400,
            "width": 900,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~klimunmm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 14:33:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "klimunmm",
                "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:32:00.108830Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67050.embed",
            "fid": "amper:67050",
            "filename": "06-14-19_ds-2551_alg-5421_param-1455_showamps-True",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67050/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67050/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67050/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67050/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67050",
                "plots": "https://api.plotly.com/v2/plots/amper:67050",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-14-19_ds-2551_alg-5421_param-1455_showamps-True",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67050/_06-14-19-ds-2551-alg-5421-param-1455-showamps-true/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:32:50.942Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67050/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "211037fa-fe14-40f3-b463-3980fda06701",
                        "mode": "lines",
                        "name": "Off",
                        "type": "scattergl",
                        "xsrc": "amper:67051:10dbc9",
                        "ysrc": "amper:67051:3b0cdc",
                        "marker": {
                            "line": {
                                "color": "rgb(248, 19, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(248, 19, 0)"
                        }
                    },
                    {
                        "uid": "75cf749d-dd2c-4f29-9a74-968d09ef7570",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67051:10dbc9",
                        "ysrc": "amper:67051:0388dc",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "0b1eae14-d838-4a89-b47f-9fdeac739ad5",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67051:10dbc9",
                        "ysrc": "amper:67051:52f9b8",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-14-19_ds-2551_alg-5421_param-1455_showamps-True"
                }
            },
            "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:30:27.677289Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rjt_1996/33.embed",
            "fid": "rjt_1996:33",
            "filename": "total_theoretical_revenue",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rjt_1996/33/9_RC2AL7FM0QJ2YTVUBUNDB97AMC2CJ3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rjt_1996/33/2_FS2K52DQJFU2WXY4UZWQHSQODY4WXA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rjt_1996/33/8_EBBLG5NMA673OXBDVQFURO4BUOL5VJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rjt_1996/33/9_RC2AL7FM0QJ2YTVUBUNDB97AMC2CJ3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rjt_1996:33",
                "plots": "https://api.plotly.com/v2/plots/rjt_1996:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=rjt_1996"
            },
            "owner": "rjt_1996",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~rjt_1996/33/",
            "world_readable": true,
            "date_modified": "2019-06-20T14:41:03.214Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rjt_1996/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "450ce121-54ca-4ae2-a061-1c5464b50819",
                        "type": "table",
                        "cells": {
                            "valuessrc": "rjt_1996:34:ec6d40"
                        },
                        "header": {
                            "valuessrc": "rjt_1996:34:012226"
                        }
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rjt_1996",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.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-14 16:12:39",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rjt_1996",
                "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:29:27.486686Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AnthonyADavisII/1136.embed",
            "fid": "AnthonyADavisII:1136",
            "filename": "flagger_pie_chart_2019-06-17 14:29",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1136/9_B6T6OW6IXZB97BVZI77RVQWP5VRODL.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1136/2_3T24L752EYC61M1W6D8GS0HBQFM1QY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1136/8_ETJTZOY8ZHIZW34FDRB0GVA6LJ3BUG.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AnthonyADavisII/1136/9_B6T6OW6IXZB97BVZI77RVQWP5VRODL.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AnthonyADavisII:1136",
                "plots": "https://api.plotly.com/v2/plots/AnthonyADavisII:1136",
                "parent": "https://api.plotly.com/v2/folders/home?user=AnthonyADavisII"
            },
            "owner": "AnthonyADavisII",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 35,
            "web_url": "https://chart-studio.plotly.com/~AnthonyADavisII/1136/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:29:27.934Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AnthonyADavisII/1136/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9c7ef1ef-1229-43b5-9c34-d0c1cf85c75b",
                        "type": "pie",
                        "labelssrc": "AnthonyADavisII:1137:36a76b",
                        "valuessrc": "AnthonyADavisII:1137:135baa"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AnthonyADavisII",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "Steem Flag Rewards founder / developer",
                "nickname": "anthonyadavisii",
                "website": "https://twitter.com/Alex_d_281",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-08 15:59:35",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AnthonyADavisII",
                "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:23:23.542555Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gameinsight/30632.embed",
            "fid": "gameinsight:30632",
            "filename": "quests_nonpayers",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gameinsight:30632/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gameinsight:30632/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/gameinsight:30632/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/gameinsight:30632/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gameinsight:30632",
                "plots": "https://api.plotly.com/v2/plots/gameinsight:30632",
                "parent": "https://api.plotly.com/v2/folders/gameinsight:30618"
            },
            "owner": "gameinsight",
            "parent": 30618,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Quests funnel, non_payers",
            "views": 90,
            "web_url": "https://chart-studio.plotly.com/~gameinsight/30632/quests-funnel-non-payers/",
            "world_readable": true,
            "date_modified": "2019-06-26T14:15:18.289Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gameinsight/30632/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "bc46f4fa-5ae9-4c18-93e3-6f283a3f1587",
                        "name": "main_line",
                        "type": "bar",
                        "xsrc": "gameinsight:30633:00edd3",
                        "ysrc": "gameinsight:30633:ae6fb0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "textsrc": "gameinsight:30633:af5c28",
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "67cc24cc-dfb5-4e36-98a7-4b3c4305bafc",
                        "name": "second_line",
                        "type": "bar",
                        "xsrc": "gameinsight:30633:051f19",
                        "ysrc": "gameinsight:30633:462723",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "textsrc": "gameinsight:30633:f5fa2b",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Quests funnel, non_payers"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0,
                            0.8
                        ]
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.9,
                            1
                        ]
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gameinsight",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1442408828.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": "2015-09-16 12:55:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gameinsight",
                "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:22:53.044406Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Vizcacha92/16.embed",
            "fid": "Vizcacha92:16",
            "filename": "plot from API (7)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Vizcacha92:16/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Vizcacha92:16/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Vizcacha92:16/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Vizcacha92:16/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Vizcacha92:16",
                "plots": "https://api.plotly.com/v2/plots/Vizcacha92:16",
                "parent": "https://api.plotly.com/v2/folders/home?user=Vizcacha92"
            },
            "owner": "Vizcacha92",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Vizcacha92/16/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:22:53.572Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Vizcacha92/16/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6682bf2f-4095-48b4-9b65-cb610368f48a",
                        "mode": "markers",
                        "type": "scattermapbox",
                        "latsrc": "Vizcacha92:17:4a74b5",
                        "lonsrc": "Vizcacha92:17:a2cf82",
                        "marker": {
                            "size": 4.5,
                            "color": "rgb(255,0,0)"
                        },
                        "textsrc": "Vizcacha92:17:d403f8"
                    }
                ],
                "layout": {
                    "mapbox": {
                        "zoom": 9,
                        "pitch": 0,
                        "center": {
                            "lat": 40.4165,
                            "lon": -3.70256
                        },
                        "bearing": 0,
                        "accesstoken": "pk.eyJ1Ijoidml6Y2FjaGEiLCJhIjoiY2p3dXJheGdiMG44bTQycGNsZ3AyY2ExNCJ9.9sh_-QZWepiCicSlI636qQ"
                    },
                    "autosize": true,
                    "hovermode": "closest"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Vizcacha92",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.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-10 10:59:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Vizcacha92",
                "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:22:28.050225Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gameinsight/30630.embed",
            "fid": "gameinsight:30630",
            "filename": "quests_payers",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gameinsight:30630/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gameinsight/30630/2_MM6SA4F0O31WYCXDUJYDN36UY31EP8.png",
                "block-thumb": "https://api.plotly.com/v2/files/gameinsight:30630/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/gameinsight:30630/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gameinsight:30630",
                "plots": "https://api.plotly.com/v2/plots/gameinsight:30630",
                "parent": "https://api.plotly.com/v2/folders/gameinsight:30618"
            },
            "owner": "gameinsight",
            "parent": 30618,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Quests funnel, payers",
            "views": 90,
            "web_url": "https://chart-studio.plotly.com/~gameinsight/30630/quests-funnel-payers/",
            "world_readable": true,
            "date_modified": "2019-06-26T14:15:15.557Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gameinsight/30630/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "905f69a5-56a0-401a-a1f5-47f41badd0d5",
                        "name": "main_line",
                        "type": "bar",
                        "xsrc": "gameinsight:30631:5cb9ed",
                        "ysrc": "gameinsight:30631:023df0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "textsrc": "gameinsight:30631:30659e",
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "098566f8-7aca-4712-b759-1b408546dc98",
                        "name": "second_line",
                        "type": "bar",
                        "xsrc": "gameinsight:30631:6b4d05",
                        "ysrc": "gameinsight:30631:5a42b5",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "textsrc": "gameinsight:30631:6c04e4",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Quests funnel, payers"
                    },
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0,
                            0.8
                        ]
                    },
                    "yaxis": {
                        "anchor": "x",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.9,
                            1
                        ]
                    },
                    "yaxis2": {
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gameinsight",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1442408828.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": "2015-09-16 12:55:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gameinsight",
                "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:20:23.116373Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~JeffKatzy/215.embed",
            "fid": "JeffKatzy:215",
            "filename": "plot from API (91)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/JeffKatzy:215/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/JeffKatzy:215/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JeffKatzy/215/8_AOGOV1987IBWKGVAACYK6B0PCKCX5V.png",
                "list-thumb": "https://api.plotly.com/v2/files/JeffKatzy:215/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JeffKatzy:215",
                "plots": "https://api.plotly.com/v2/plots/JeffKatzy:215",
                "parent": "https://api.plotly.com/v2/folders/home?user=JeffKatzy"
            },
            "owner": "JeffKatzy",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "1/2*a, a, 2*a",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~JeffKatzy/215/_12a-a-2a/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:20:23.693Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~JeffKatzy/215/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ed3eb468-6c25-460c-ac17-6b4553947b43",
                        "line": {
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "1/2*a",
                        "type": "scatter",
                        "xsrc": "JeffKatzy:216:612de9",
                        "ysrc": "JeffKatzy:216:727964"
                    },
                    {
                        "uid": "662475dd-9c9a-429e-9a8f-b9a44035a38f",
                        "line": {
                            "width": 2
                        },
                        "mode": "lines+markers",
                        "name": "a",
                        "type": "scatter",
                        "xsrc": "JeffKatzy:216:506c42",
                        "ysrc": "JeffKatzy:216:a7ac52"
                    },
                    {
                        "uid": "8e6b9a4e-f095-48ff-8dd4-62f0b700347c",
                        "line": {
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "2*a",
                        "type": "scatter",
                        "xsrc": "JeffKatzy:216:4db64d",
                        "ysrc": "JeffKatzy:216:ead4ae"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~JeffKatzy",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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": "2018-02-05 15:49:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JeffKatzy",
                "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:19:23.608042Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cyberjmso/2.embed",
            "fid": "cyberjmso:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cyberjmso:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cyberjmso:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cyberjmso/2/8_0KTXIHECENA8T35MFDIJ4YNSR49X7X.png",
                "list-thumb": "https://api.plotly.com/v2/files/cyberjmso:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cyberjmso:2",
                "plots": "https://api.plotly.com/v2/plots/cyberjmso:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=cyberjmso"
            },
            "owner": "cyberjmso",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cyberjmso/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:36:48.947Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cyberjmso/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "40fb24",
                        "fill": "tonexty",
                        "line": {
                            "dash": "solid",
                            "color": "rgb(255, 0, 0)",
                            "shape": "linear",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "<b>Predicción</b>",
                        "type": "scatter",
                        "xsrc": "cyberjmso:1:7b9cd2",
                        "ysrc": "cyberjmso:1:a379a7",
                        "yaxis": "y2",
                        "boxpoints": false,
                        "fillcolor": "rgb(255, 0, 0)",
                        "groupnorm": "",
                        "stackgaps": "infer zero",
                        "showlegend": true,
                        "stackgroup": 1,
                        "connectgaps": false,
                        "orientation": "v"
                    },
                    {
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(43, 99, 255)",
                            "shape": "linear",
                            "width": 1
                        },
                        "mode": "lines",
                        "name": "<b>Total Accidentes</b>",
                        "type": "scatter",
                        "xsrc": "cyberjmso:1:7b9cd2",
                        "ysrc": "cyberjmso:1:f948cf",
                        "yaxis": "y",
                        "hoveron": "points",
                        "opacity": 1,
                        "fillcolor": "rgb(7, 12, 225)",
                        "groupnorm": "",
                        "stackgaps": "infer zero",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "showlegend": true,
                        "stackgroup": 1,
                        "connectgaps": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "range": [
                                0,
                                1
                            ],
                            "autorange": true
                        },
                        "angularaxis": {}
                    },
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": -0.9653290600611953,
                                "y": -0.14419734304497928,
                                "z": -1.0167848751244122
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            20
                        ],
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickson": "labels",
                        "showline": false,
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridwidth": 1,
                        "fixedrange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            2700,
                            7200
                        ],
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": false,
                        "fixedrange": false
                    },
                    "legend": {
                        "x": 0.8491316526610644,
                        "y": 1.3225806451612903,
                        "traceorder": "reversed"
                    },
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            3000,
                            7400
                        ],
                        "title": {
                            "text": "Click to enter Y axis title"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": false,
                        "overlaying": "y"
                    },
                    "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": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "x",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cyberjmso",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-17 08:58:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cyberjmso",
                "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:19:05.727242Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~JeffKatzy/213.embed",
            "fid": "JeffKatzy:213",
            "filename": "plot from API (90)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/JeffKatzy/213/9_LMVZBHIQZLMNNWBO5OZZH3ZQJEQJ4R.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/JeffKatzy:213/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JeffKatzy/213/8_K8S00QC8JMMUJOLNS5653S8E36Q4QF.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JeffKatzy/213/9_LMVZBHIQZLMNNWBO5OZZH3ZQJEQJ4R.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JeffKatzy:213",
                "plots": "https://api.plotly.com/v2/plots/JeffKatzy:213",
                "parent": "https://api.plotly.com/v2/folders/home?user=JeffKatzy"
            },
            "owner": "JeffKatzy",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "1/2*a, a, 2*a",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~JeffKatzy/213/_12a-a-2a/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:19:06.175Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~JeffKatzy/213/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "0b2a3159-ecd5-4d20-b775-9ad92872fa2a",
                        "line": {
                            "width": 3
                        },
                        "mode": "lines+markers",
                        "name": "1/2*a",
                        "type": "scatter",
                        "xsrc": "JeffKatzy:214:ba399f",
                        "ysrc": "JeffKatzy:214:f78045"
                    },
                    {
                        "uid": "e665eb63-686e-4565-872b-f55d9912a9e1",
                        "line": {
                            "width": 2
                        },
                        "mode": "lines+markers",
                        "name": "a",
                        "type": "scatter",
                        "xsrc": "JeffKatzy:214:43882b",
                        "ysrc": "JeffKatzy:214:598655"
                    },
                    {
                        "uid": "b5b562ce-dfe2-4ada-bf94-d041d9223bfd",
                        "line": {
                            "width": 1
                        },
                        "mode": "lines+markers",
                        "name": "2*a",
                        "type": "scatter",
                        "xsrc": "JeffKatzy:214:86dc35",
                        "ysrc": "JeffKatzy:214:39f692"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~JeffKatzy",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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": "2018-02-05 15:49:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JeffKatzy",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}