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=cj0xJnA9MjAxOS0wNi0xNysxNiUzQTU5JTNBMzIuMzM5OTQ0JTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE3KzE2JTNBNTklM0E0OS4zMjgzNTglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNyUzQTAzJTNBNDkuNDgzNDEyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T17:03:49.483412Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nehapspathak/2.embed",
            "fid": "nehapspathak:2",
            "filename": "active_users.html",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nehapspathak:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nehapspathak:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/nehapspathak:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/nehapspathak:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nehapspathak:2",
                "plots": "https://api.plotly.com/v2/plots/nehapspathak:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=nehapspathak"
            },
            "owner": "nehapspathak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Month of Creation",
            "views": 40,
            "web_url": "https://chart-studio.plotly.com/~nehapspathak/2/month-of-creation/",
            "world_readable": true,
            "date_modified": "2019-07-04T09:51:12.423Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nehapspathak/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b5fc12e2-1cf6-4cb9-bb2b-46c9a59bc89b",
                        "type": "bar",
                        "xsrc": "nehapspathak:3:441ba9",
                        "ysrc": "nehapspathak:3:0214cb",
                        "marker": {
                            "color": "rgb(158,202,225)"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 18,
                            "color": "#000000",
                            "family": "Courier New, monospace"
                        },
                        "text": "Month of Creation",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#000000",
                                "family": "Courier New, monospace"
                            },
                            "text": "Creation Time"
                        },
                        "tickfont": {
                            "size": 12,
                            "color": "#000000",
                            "family": "Courier New, monospace"
                        },
                        "tickangle": 45,
                        "automargin": true
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#000000",
                                "family": "Courier New, monospace"
                            },
                            "text": "User Count"
                        },
                        "tickfont": {
                            "size": 12,
                            "color": "#000000",
                            "family": "Courier New, monospace"
                        },
                        "automargin": true
                    },
                    "legend": {
                        "x": 0.5,
                        "y": -0.25,
                        "font": {
                            "size": 12,
                            "color": "#000",
                            "family": "sans-serif"
                        },
                        "bgcolor": "#E2E2E2",
                        "traceorder": "normal",
                        "bordercolor": "#FFFFFF",
                        "borderwidth": 2,
                        "orientation": "h"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nehapspathak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-22 16:32:31",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nehapspathak",
                "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-17T17:03:30.248540Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/22.embed",
            "fid": "srt7:22",
            "filename": "Corrosion1560791006.029569",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:22/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/srt7:22/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/srt7:22/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:22/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:22",
                "plots": "https://api.plotly.com/v2/plots/srt7:22",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/22/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:03:30.265Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/22/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(255, 0, 255)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:21:91d2e7",
                        "ysrc": "srt7:21:027524",
                        "fillcolor": "rgba(255, 0, 255, 0.5)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:91d2e7",
                                "ysrc": "srt7:21:027524"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:bf0e39",
                                "ysrc": "srt7:21:c50717"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:bf8e00",
                                "ysrc": "srt7:21:4a1624"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:a82899",
                                "ysrc": "srt7:21:3a0126"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:408f05",
                                "ysrc": "srt7:21:6c077a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:12f9a0",
                                "ysrc": "srt7:21:6ff4b2"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:554c78",
                                "ysrc": "srt7:21:dea0a8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:bab771",
                                "ysrc": "srt7:21:4ed146"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:ffb5be",
                                "ysrc": "srt7:21:7a8e0e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:e39bff",
                                "ysrc": "srt7:21:dc6bf8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:f157f3",
                                "ysrc": "srt7:21:ffc138"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:b3eae0",
                                "ysrc": "srt7:21:94cb42"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:1e567a",
                                "ysrc": "srt7:21:5a5b11"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:09a26d",
                                "ysrc": "srt7:21:31d93c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:e1bf9e",
                                "ysrc": "srt7:21:498824"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:a00d39",
                                "ysrc": "srt7:21:fd927e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:0c0b5c",
                                "ysrc": "srt7:21:e849dc"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:f4944e",
                                "ysrc": "srt7:21:0b96ed"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:3d4f8d",
                                "ysrc": "srt7:21:620889"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:01131b",
                                "ysrc": "srt7:21:70f1c4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:c0c938",
                                "ysrc": "srt7:21:01edc0"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:868dba",
                                "ysrc": "srt7:21:a725a1"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:600131",
                                "ysrc": "srt7:21:18823f"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:ea7a78",
                                "ysrc": "srt7:21:4ffb82"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:269fda",
                                "ysrc": "srt7:21:54d189"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:519d8f",
                                "ysrc": "srt7:21:1ee680"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:b0f028",
                                "ysrc": "srt7:21:55f914"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:4cc62a",
                                "ysrc": "srt7:21:ce58cc"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:481454",
                                "ysrc": "srt7:21:0f8bae"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:21:188374",
                                "ysrc": "srt7:21:ed0b8a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "$",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "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-17T17:02:58.423145Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsm5909/231.embed",
            "fid": "rsm5909:231",
            "filename": "LimeLight refund total by Day",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rsm5909/231/9_KEBH2AE29WSATK4R1G8HWXUM5B2MC8.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rsm5909:231/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/231/8_EKYJCSXXN8CKSNBSVFHN488F1YLA1G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rsm5909/231/9_KEBH2AE29WSATK4R1G8HWXUM5B2MC8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsm5909:231",
                "plots": "https://api.plotly.com/v2/plots/rsm5909:231",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsm5909"
            },
            "owner": "rsm5909",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Limelight Daily Refunds",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~rsm5909/231/limelight-daily-refunds/",
            "world_readable": true,
            "date_modified": "2019-06-18T23:44:31.468Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsm5909/231/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c3fd096b-a496-4547-8399-ecbbe0c881db",
                        "name": "Mother Democracy",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:6b7569"
                    },
                    {
                        "uid": "08a3f079-374d-4803-b7fe-38aaf7906b0d",
                        "name": "National Self-Reliance Initiative",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:3f2a1c"
                    },
                    {
                        "uid": "4672f899-6f41-4095-ba85-033658e7953b",
                        "name": "SoS Self Defense Tools",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:14ba4f"
                    },
                    {
                        "uid": "6710bebd-5c56-4c27-9bf5-e67eb2032c8c",
                        "name": "Survival Constitution",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:7078ec"
                    },
                    {
                        "uid": "4e91e554-1e82-4241-8596-d6c2d8bce435",
                        "name": "Survival Offers",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:a9320e"
                    },
                    {
                        "uid": "91afaea1-8046-46bc-8745-81b3a980e4ab",
                        "name": "Tactical Independence",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:01bf52"
                    },
                    {
                        "uid": "4b916a14-dfa9-4169-803a-551817c2545e",
                        "name": "Tactical Outdoors Gear",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:21171c"
                    },
                    {
                        "uid": "0ffa17cb-61e2-468d-a4ee-b6c07db030bb",
                        "name": "KZ",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:7abce8"
                    },
                    {
                        "uid": "9af6dbeb-1e30-4dee-be7e-b6b070907d82",
                        "name": "Steel River",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:7abce8"
                    },
                    {
                        "uid": "df25a4ca-5e4a-4a21-844a-49078ade3be3",
                        "name": "Valley Food",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:7abce8"
                    },
                    {
                        "uid": "3ab13771-ea0c-4246-8bec-685197feaf64",
                        "name": "Fortified",
                        "type": "bar",
                        "xsrc": "rsm5909:232:7fa0b2",
                        "ysrc": "rsm5909:232:7abce8"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 13,
                        "color": "rgb(0,0,0)",
                        "family": "Roboto"
                    },
                    "title": {
                        "text": "Limelight Daily Refunds"
                    },
                    "barmode": "stack",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsm5909",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.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": "2018-10-30 21:15:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsm5909",
                "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-17T17:02:42.195609Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/20.embed",
            "fid": "srt7:20",
            "filename": "Corrosion1560790957.737633",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:20/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/srt7:20/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/srt7:20/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:20/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:20",
                "plots": "https://api.plotly.com/v2/plots/srt7:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~srt7/20/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:02:42.206Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(255, 255, 255)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:19:2b829f",
                        "ysrc": "srt7:19:854f23",
                        "fillcolor": "rgba(255, 255, 255, 0.5)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:2b829f",
                                "ysrc": "srt7:19:854f23"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:e85d8a",
                                "ysrc": "srt7:19:d60216"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:7d07ae",
                                "ysrc": "srt7:19:684074"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:92ca79",
                                "ysrc": "srt7:19:31273a"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:f828c3",
                                "ysrc": "srt7:19:b6d289"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:7ea56e",
                                "ysrc": "srt7:19:ed11f9"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:25759f",
                                "ysrc": "srt7:19:ae5521"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:346eee",
                                "ysrc": "srt7:19:12618e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:7704fb",
                                "ysrc": "srt7:19:967fdd"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:1ee7d8",
                                "ysrc": "srt7:19:917436"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:98a8b3",
                                "ysrc": "srt7:19:4e1985"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:bb48d8",
                                "ysrc": "srt7:19:a64ec9"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:7ab112",
                                "ysrc": "srt7:19:d651e1"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:5427c6",
                                "ysrc": "srt7:19:a32b84"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:04ef84",
                                "ysrc": "srt7:19:c68bac"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:efb8fb",
                                "ysrc": "srt7:19:ca8475"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:4d25c8",
                                "ysrc": "srt7:19:9ee731"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:7bc61b",
                                "ysrc": "srt7:19:862ae7"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:877a30",
                                "ysrc": "srt7:19:8ac7ad"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:0dfac2",
                                "ysrc": "srt7:19:c2ad5b"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:bd1c61",
                                "ysrc": "srt7:19:a78a8c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:49401d",
                                "ysrc": "srt7:19:47e8b8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:09a02f",
                                "ysrc": "srt7:19:a8e9e7"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:3a341e",
                                "ysrc": "srt7:19:975676"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:97439e",
                                "ysrc": "srt7:19:25ba7f"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:988e3a",
                                "ysrc": "srt7:19:34b531"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:755d77",
                                "ysrc": "srt7:19:bb42a4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:281ddf",
                                "ysrc": "srt7:19:d97c24"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:a0f3ca",
                                "ysrc": "srt7:19:ed0fca"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:19:2d48db",
                                "ysrc": "srt7:19:e9f184"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "$",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "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-17T17:01:58.509554Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~willemvelden/0.embed",
            "fid": "willemvelden:0",
            "filename": "time-series-simple",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/willemvelden:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/willemvelden:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/willemvelden:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/willemvelden:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/willemvelden:0",
                "plots": "https://api.plotly.com/v2/plots/willemvelden:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=willemvelden"
            },
            "owner": "willemvelden",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~willemvelden/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:02:02.240Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~willemvelden/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c8104268-4c21-4f5b-b1c6-54fe2eb5cc96",
                        "type": "scatter",
                        "xsrc": "willemvelden:1:f27478",
                        "ysrc": "willemvelden:1:4a24d2"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~willemvelden",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.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 16:58:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "willemvelden",
                "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-17T17:01:33.478141Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~srt7/18.embed",
            "fid": "srt7:18",
            "filename": "Corrosion1560790889.230997",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/srt7:18/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/srt7/18/2_KND98GH0M6FD6M5UUVS8H6ZMZCWCF6.png",
                "block-thumb": "https://api.plotly.com/v2/files/srt7:18/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/srt7:18/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/srt7:18",
                "plots": "https://api.plotly.com/v2/plots/srt7:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=srt7"
            },
            "owner": "srt7",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~srt7/18/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:01:33.499Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~srt7/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "tozeroy",
                        "line": {
                            "color": "rgb(255, 255, 255)"
                        },
                        "mode": "lines",
                        "name": "Corrosion",
                        "type": "scatter",
                        "xsrc": "srt7:17:4f9463",
                        "ysrc": "srt7:17:b8ab7c",
                        "fillcolor": "rgba(0, 0, 0, 0)"
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:4f9463",
                                "ysrc": "srt7:17:b8ab7c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:150e52",
                                "ysrc": "srt7:17:8480c4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:d2edbc",
                                "ysrc": "srt7:17:f5d7b0"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:0f114b",
                                "ysrc": "srt7:17:213f05"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:247abb",
                                "ysrc": "srt7:17:aef451"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:fc970f",
                                "ysrc": "srt7:17:f347df"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:ded832",
                                "ysrc": "srt7:17:86839d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:81ca56",
                                "ysrc": "srt7:17:fe6300"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:37d123",
                                "ysrc": "srt7:17:8243d1"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:03ee8b",
                                "ysrc": "srt7:17:9ae944"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:25e363",
                                "ysrc": "srt7:17:5c76a8"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:b7cf17",
                                "ysrc": "srt7:17:e8c0e6"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:4e34a2",
                                "ysrc": "srt7:17:6b0814"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:6b4a5e",
                                "ysrc": "srt7:17:1ace13"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:2f2143",
                                "ysrc": "srt7:17:91171d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:fa63b9",
                                "ysrc": "srt7:17:603391"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:fbc692",
                                "ysrc": "srt7:17:2e0ceb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:6608c6",
                                "ysrc": "srt7:17:63ce24"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:90b7cd",
                                "ysrc": "srt7:17:b9ceaf"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:9d3515",
                                "ysrc": "srt7:17:2d75e2"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:955a43",
                                "ysrc": "srt7:17:84b0d5"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:000949",
                                "ysrc": "srt7:17:52b9a4"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:1c6c72",
                                "ysrc": "srt7:17:2305fb"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:b17978",
                                "ysrc": "srt7:17:cfa92d"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:bfaeea",
                                "ysrc": "srt7:17:8d939c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:bd5a7b",
                                "ysrc": "srt7:17:d55fdf"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:f5e327",
                                "ysrc": "srt7:17:25820c"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:bd5630",
                                "ysrc": "srt7:17:e4022e"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:dbf8ff",
                                "ysrc": "srt7:17:b06a63"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "xsrc": "srt7:17:608273",
                                "ysrc": "srt7:17:878f23"
                            }
                        ],
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "font": {
                        "family": "Balto"
                    },
                    "title": "Corrosion",
                    "width": 800,
                    "xaxis": {
                        "range": [
                            0,
                            40
                        ],
                        "mirror": true,
                        "nticks": 12,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false,
                        "tickangle": -45
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1500
                        ],
                        "title": "$",
                        "mirror": true,
                        "ticklen": 4,
                        "showgrid": false,
                        "showline": true,
                        "zeroline": false,
                        "autorange": false
                    },
                    "height": 400,
                    "autosize": false,
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 1.1,
                            "y": 1,
                            "pad": {
                                "r": 10,
                                "t": 0
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 50
                                            },
                                            "transition": {
                                                "duration": 0
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "mode": "auto",
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": 400,
            "width": 800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~srt7",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.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-16 07:53:25",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "srt7",
                "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-17T17:01:26.333247Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~neujeffski/0.embed",
            "fid": "neujeffski:0",
            "filename": "filling-interior-area",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/neujeffski:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/neujeffski:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/neujeffski:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/neujeffski:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/neujeffski:0",
                "plots": "https://api.plotly.com/v2/plots/neujeffski:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=neujeffski"
            },
            "owner": "neujeffski",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~neujeffski/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:01:26.831Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~neujeffski/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b6497a0d-351c-4f2c-9800-a1921863e998",
                        "line": {
                            "color": "rgb(143, 19, 131)"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "neujeffski:1:2b82ac",
                        "ysrc": "neujeffski:1:d2fd07"
                    },
                    {
                        "uid": "5c59bb88-221d-4315-a681-3f4b5f6d0a25",
                        "fill": "tonexty",
                        "line": {
                            "color": "rgb(143, 19, 131)"
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "neujeffski:1:2b82ac",
                        "ysrc": "neujeffski:1:3a51f4"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~neujeffski",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.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 16:57:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "neujeffski",
                "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-17T17:01:22.310817Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ShubhamHAgrawal/36.embed",
            "fid": "ShubhamHAgrawal:36",
            "filename": "Box Size ",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ShubhamHAgrawal:36/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ShubhamHAgrawal:36/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ShubhamHAgrawal:36/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ShubhamHAgrawal:36/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ShubhamHAgrawal:36",
                "plots": "https://api.plotly.com/v2/plots/ShubhamHAgrawal:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=ShubhamHAgrawal"
            },
            "owner": "ShubhamHAgrawal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Point & Figure Chart in Python",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ShubhamHAgrawal/36/point-figure-chart-in-python/",
            "world_readable": true,
            "date_modified": "2019-06-20T06:31:41.020Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ShubhamHAgrawal/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b72cdcea-e33a-4a6b-be39-ff12b244e6fd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:f4746f",
                        "ysrc": "ShubhamHAgrawal:37:dfbba0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "09953d8b-3d46-45ae-9cd3-5c73efe8e876",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:3d2e61",
                        "ysrc": "ShubhamHAgrawal:37:8a2751",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "22408b46-c4cf-44f3-b3fb-4291728ed8df",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:7c299e",
                        "ysrc": "ShubhamHAgrawal:37:9784e2",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "59faced2-070d-4203-b954-fb205ac5ac46",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:f4746f",
                        "ysrc": "ShubhamHAgrawal:37:d0ab33",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "82b2c5a4-0575-4d00-9d63-79c533bdbd6c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:67725d",
                        "ysrc": "ShubhamHAgrawal:37:d79c82",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "19336d08-d77a-432d-95db-a9032fd48542",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a0b890",
                        "ysrc": "ShubhamHAgrawal:37:6b3e5e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "cf0e7962-d9ad-4d02-9b52-b6cc92cc803d",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b073cd",
                        "ysrc": "ShubhamHAgrawal:37:f7ab4d",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "da91ffc1-42a2-49ee-939b-0ee2f16ffa5c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:364c84",
                        "ysrc": "ShubhamHAgrawal:37:d79c82",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "3c48879d-3b73-4cb0-b679-1c82f36bfa82",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:dbc488",
                        "ysrc": "ShubhamHAgrawal:37:6b3e5e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "b295ff7e-4c8d-4a8d-9cad-1e6eb561b5e7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:dbc488",
                        "ysrc": "ShubhamHAgrawal:37:25f0b4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "a49e40d1-ecc7-461a-976c-075b5b3b65c0",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:dbc488",
                        "ysrc": "ShubhamHAgrawal:37:2f6bfc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "c30f6d3c-b7d3-4cd3-8d35-229c1ee2675b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:dbc488",
                        "ysrc": "ShubhamHAgrawal:37:c38318",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "e72febb3-6077-4825-ac35-bd31bd4b5ddc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a26ba3",
                        "ysrc": "ShubhamHAgrawal:37:0e0d4e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "62fa641e-0665-4308-a5d4-995cfd4fea8a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:c98402",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "a58def8e-303c-47d1-ba13-87ef96db8163",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:a43e67",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "636baf61-3da5-418b-94be-c1f0d7df8434",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:8410e3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "0444f89a-acd9-4883-a2d3-277f9774a018",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:d0ab33",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "8d791bac-1e28-4f96-8a66-f3a7578abe1a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:a45614",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "b0de6d58-f245-48fd-bc42-7fd4c1f3e24a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:43881a",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "a8ae58cb-2493-4e69-857f-87d0538c3bde",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:8ebb12",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "517f5a86-82de-40ba-8886-92a9589cb60c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:2898f5",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "8e854ed4-3080-4a01-ad5b-49dedf53a71f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:4432d3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "8cca1a1f-e7fb-487d-899b-dfb56aa21ea0",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:bfc0a3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "fbd61236-15ea-4944-bd58-5ab524db0d12",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:8c6144",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "fa4ff8bf-47ff-410e-b89c-90b435865635",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:dda9f2",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "e66c9a0c-58e4-431c-bf65-6927bebdc56a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:b2c8e4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "31cb6c1e-f6b8-4bb0-99ce-6319531656af",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:597ff2",
                        "ysrc": "ShubhamHAgrawal:37:4ebab1",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "362c6a9f-4088-44f2-8c9f-e62c2d1c915c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61d4b7",
                        "ysrc": "ShubhamHAgrawal:37:9ab138",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "c8437624-6e09-487a-bcb4-0357ac5ec959",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:bb98c3",
                        "ysrc": "ShubhamHAgrawal:37:bfc0a3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "75c71540-c533-4da7-bd11-61db3c651787",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:bb98c3",
                        "ysrc": "ShubhamHAgrawal:37:4432d3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "92384420-6704-48fb-bc57-fd099817804d",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:bb98c3",
                        "ysrc": "ShubhamHAgrawal:37:2898f5",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "5b283784-44bf-4d5d-90a8-2b47e00c0a77",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:bb98c3",
                        "ysrc": "ShubhamHAgrawal:37:8ebb12",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "7d3ab5d9-d704-4406-97ee-e6eea217f236",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a9cd3f",
                        "ysrc": "ShubhamHAgrawal:37:3113b4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "c9763b85-83cd-407f-b2a4-69a6d18a5b32",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:1af06d",
                        "ysrc": "ShubhamHAgrawal:37:8c6144",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "ef0d20c0-ce82-4660-bac7-99170125b221",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:1af06d",
                        "ysrc": "ShubhamHAgrawal:37:dda9f2",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "320aea42-139a-4349-a4f0-fa780c88c076",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:4c2953",
                        "ysrc": "ShubhamHAgrawal:37:a4f403",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "089ce926-1f28-4abe-907e-e48abc6c710e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:731605",
                        "ysrc": "ShubhamHAgrawal:37:9ab138",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "d75b826b-3327-41e1-a229-64f4e7d8e3a1",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:8c19e8",
                        "ysrc": "ShubhamHAgrawal:37:bfc0a3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "e0c8b78a-e722-4a6a-b02c-af5c72afacc0",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:8c19e8",
                        "ysrc": "ShubhamHAgrawal:37:4432d3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "f8e553c0-70a0-4060-981a-8d30b0453f30",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:59cd21",
                        "ysrc": "ShubhamHAgrawal:37:95505a",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "dd7bcd8b-c193-449c-9614-f41fda200964",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a34181",
                        "ysrc": "ShubhamHAgrawal:37:f32a8a",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "f92c6dd1-a54a-41d1-8fbc-19e8c647cf1f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:9fe651",
                        "ysrc": "ShubhamHAgrawal:37:2898f5",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "8d179903-4935-4bc1-b6d4-2b53c69c867b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:9fe651",
                        "ysrc": "ShubhamHAgrawal:37:8ebb12",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "94669c36-718d-4c4d-9f36-4b504ed9de03",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:08c0b6",
                        "ysrc": "ShubhamHAgrawal:37:3113b4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "b6a511f3-8554-4ab3-964b-bbdc78d4cf8b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b8dd1f",
                        "ysrc": "ShubhamHAgrawal:37:8c6144",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "4c7594cc-d953-4e4b-af79-9d5c7073311b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a97b0f",
                        "ysrc": "ShubhamHAgrawal:37:ba4960",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "501a260d-b23b-48b7-8c5c-51a56560ec6a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:44ff78",
                        "ysrc": "ShubhamHAgrawal:37:8ebb12",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "40c2f70b-e892-4a18-8ec0-9a0b160a040f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:32a8be",
                        "ysrc": "ShubhamHAgrawal:37:aa3999",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "aa3d3571-86f8-4588-81a1-5dcb360ccef8",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:44ff78",
                        "ysrc": "ShubhamHAgrawal:37:d0ab33",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "df653628-0c7c-44d4-8be7-62114092f1f8",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:44ff78",
                        "ysrc": "ShubhamHAgrawal:37:8410e3",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "8daf57b2-1795-44ec-925c-738e92be2cf2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:44ff78",
                        "ysrc": "ShubhamHAgrawal:37:a43e67",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "d2defab9-010b-4c52-ba29-572e51197431",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ba0ec5",
                        "ysrc": "ShubhamHAgrawal:37:019e7e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "242b9614-86ed-4186-944e-d1484387e99a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:9d84b5",
                        "ysrc": "ShubhamHAgrawal:37:7944fa",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "a645f056-4e3f-4504-ae9a-ff2ef9de7669",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b888a0",
                        "ysrc": "ShubhamHAgrawal:37:c98402",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "b6d3f0ec-0999-4081-bcd6-f0d70ee4d742",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b888a0",
                        "ysrc": "ShubhamHAgrawal:37:6b3e5e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "f7f4f3f5-54af-42ae-96d0-fe073f12ecee",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b888a0",
                        "ysrc": "ShubhamHAgrawal:37:25f0b4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "18771c8b-2217-4b14-8c83-bef81e114b7c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b888a0",
                        "ysrc": "ShubhamHAgrawal:37:2f6bfc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "681bdfa9-014f-4415-8bd5-273464feee05",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b888a0",
                        "ysrc": "ShubhamHAgrawal:37:c38318",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "deea6745-db27-4608-bb8d-0425f5296d74",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:16550a",
                        "ysrc": "ShubhamHAgrawal:37:0e0d4e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "36f01a84-05f4-4ed8-bb43-0ae62b3e062b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:8570d8",
                        "ysrc": "ShubhamHAgrawal:37:71a555",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "4f687867-bf29-4ef4-a343-370e5fdc583b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:400e5c",
                        "ysrc": "ShubhamHAgrawal:37:5d0d7c",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "03b53cd2-6fdb-4966-a7a9-a2fa88afb872",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a5333d",
                        "ysrc": "ShubhamHAgrawal:37:da8389",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "2b02086d-547c-4ece-93f1-021c7a280865",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a5333d",
                        "ysrc": "ShubhamHAgrawal:37:f92db0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "48bedb1e-9cfc-4ea5-bd7b-f41c9497a909",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a5333d",
                        "ysrc": "ShubhamHAgrawal:37:fb1071",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "c4684f7e-da12-4b64-8667-981ce9e57a08",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a5333d",
                        "ysrc": "ShubhamHAgrawal:37:98b135",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "bed132cd-90cb-4bd3-ad14-bbf5d74bb5c5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:10391b",
                        "ysrc": "ShubhamHAgrawal:37:b19665",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "e3ab74a9-842b-4c19-aff7-547337350acd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a5333d",
                        "ysrc": "ShubhamHAgrawal:37:d9c758",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "b30044b1-8a35-4447-b1be-406a78a487ed",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:5e139c",
                        "ysrc": "ShubhamHAgrawal:37:3123ac",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "d0633088-71e7-4a84-a187-8798890135dc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:10391b",
                        "ysrc": "ShubhamHAgrawal:37:b6c411",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "b8ce1b42-bdc9-4b59-97de-82aa1bf357fd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a5333d",
                        "ysrc": "ShubhamHAgrawal:37:b24f1a",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "d5540b70-1e01-47c4-ab1a-57c1b5f3cd6d",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:faa1a0",
                        "ysrc": "ShubhamHAgrawal:37:126d21",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "ef3128c6-6cfc-4405-bbc2-27cabf717a33",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:14b6a6",
                        "ysrc": "ShubhamHAgrawal:37:141780",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "5d09cd64-a4a4-4319-acbb-07fd172915e4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:2c56c4",
                        "ysrc": "ShubhamHAgrawal:37:56fced",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "b63e18aa-d2a3-4efe-9a46-492e8a812941",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:14b6a6",
                        "ysrc": "ShubhamHAgrawal:37:bf32c9",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "18c4c42c-4d87-43c8-909b-9aa8b314aea7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:2c56c4",
                        "ysrc": "ShubhamHAgrawal:37:483bab",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "5b7f3bf5-be49-4028-8754-5270a0dcc716",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:2c56c4",
                        "ysrc": "ShubhamHAgrawal:37:278568",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "5bd43f47-1637-4725-9ee1-26a7061aa597",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:2c56c4",
                        "ysrc": "ShubhamHAgrawal:37:d9c758",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "be5b6df8-aac2-4722-b68f-ab70fdadd32a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:2c56c4",
                        "ysrc": "ShubhamHAgrawal:37:2b4a74",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "06df0ca7-5e70-4476-a163-4876c45da896",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:2c56c4",
                        "ysrc": "ShubhamHAgrawal:37:7c9198",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "8573aa4d-256e-4ebc-9a26-6f13a9d44bcf",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:295dd7",
                        "ysrc": "ShubhamHAgrawal:37:0d9f89",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "694805f0-6946-432a-9c9c-355035118cd9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:660b9b",
                        "ysrc": "ShubhamHAgrawal:37:523264",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "62b1358c-3852-4846-8019-a0fac9f18a44",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ea60c3",
                        "ysrc": "ShubhamHAgrawal:37:583ff4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "62a28d72-ee06-4205-8a76-320ced7be7a7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:876aff",
                        "ysrc": "ShubhamHAgrawal:37:38cbdc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "f38bf013-5dee-45cb-96a0-1129dd81e6f5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:d76ddf",
                        "ysrc": "ShubhamHAgrawal:37:d9c758",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "5496ae29-e1e6-4204-886a-e6fdb4bad58f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:d76ddf",
                        "ysrc": "ShubhamHAgrawal:37:2b4a74",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "c8ae0e1c-33ff-44f6-9f6b-dd86bb46556f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:d76ddf",
                        "ysrc": "ShubhamHAgrawal:37:7c9198",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "97823739-50f1-4aa6-b35f-dc98ed3e1011",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:d76ddf",
                        "ysrc": "ShubhamHAgrawal:37:98b135",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "a5f16b15-5cf5-433a-aec6-209d60b1de17",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:d76ddf",
                        "ysrc": "ShubhamHAgrawal:37:fb1071",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "fabfb8ad-66dc-4cd0-870c-3b5fc5a4e6c6",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ebd988",
                        "ysrc": "ShubhamHAgrawal:37:6113f4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "50dcd441-241f-443f-8dec-a56ca24a1c06",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:46ca3e",
                        "ysrc": "ShubhamHAgrawal:37:d9c758",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "b55bcb62-b084-42b1-8f70-b644c1b046b2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:1f59e6",
                        "ysrc": "ShubhamHAgrawal:37:2e7044",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "1f648d5b-f8fc-4ecb-baeb-88fbbb32bce4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:45b83a",
                        "ysrc": "ShubhamHAgrawal:37:fb1071",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "20d1eb1b-3dda-4ff7-8848-e3aaabaf192f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:45b83a",
                        "ysrc": "ShubhamHAgrawal:37:f92db0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "276f5975-6472-4da5-b00e-4a8ada2f9c81",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:45b83a",
                        "ysrc": "ShubhamHAgrawal:37:da8389",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "11b6e2e6-663d-49d1-8c6f-c1dffa0662a4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:45b83a",
                        "ysrc": "ShubhamHAgrawal:37:483700",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "60c62f77-756d-4120-8bb2-c2b76404588b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:45b83a",
                        "ysrc": "ShubhamHAgrawal:37:ce7565",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "d93d4a12-c532-4b79-863b-c8aaa69973bb",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ee6cdb",
                        "ysrc": "ShubhamHAgrawal:37:2e4713",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "a59e3a79-aaf7-44e3-981b-b1443f674322",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:430b6d",
                        "ysrc": "ShubhamHAgrawal:37:9b8e63",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "2879f22b-d167-4c64-8cd9-7e8eedc8c66c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ed6198",
                        "ysrc": "ShubhamHAgrawal:37:da8389",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "15be7bfe-ec53-4aa8-8286-8b6ee27b2e16",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ed6198",
                        "ysrc": "ShubhamHAgrawal:37:f92db0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "90d8d70f-fd9d-4dc1-a607-4ad5bab14947",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b9e70a",
                        "ysrc": "ShubhamHAgrawal:37:f7cfa1",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "689a7c2d-b530-4b09-a379-9475fce406a8",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:4a6c4d",
                        "ysrc": "ShubhamHAgrawal:37:6e845f",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "527e0aed-0548-4348-ac1f-4454d5b2a7d3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:4a6c4d",
                        "ysrc": "ShubhamHAgrawal:37:dfbba0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "06886675-1651-498d-9959-72d1b2ee6dfd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:4a6c4d",
                        "ysrc": "ShubhamHAgrawal:37:c38318",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "69e0738c-6ba2-4295-b098-b85a7d1837b5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:4a6c4d",
                        "ysrc": "ShubhamHAgrawal:37:2f6bfc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "f74c3997-fdba-4829-afc3-b85a15ac4e84",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:9ed147",
                        "ysrc": "ShubhamHAgrawal:37:0bdd1e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "83a8d829-d17f-4f26-91be-9bff1a31ff71",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:aa9acb",
                        "ysrc": "ShubhamHAgrawal:37:6c4a2b",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "f5cda05e-727d-4c6f-83a1-2b36641937f4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a4cbc8",
                        "ysrc": "ShubhamHAgrawal:37:6b3e5e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "84f9b8d3-feb7-4f4d-b8fa-f084ce162f0b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a4cbc8",
                        "ysrc": "ShubhamHAgrawal:37:25f0b4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "c74aa574-91fb-448a-a826-6f21758796f2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:a4cbc8",
                        "ysrc": "ShubhamHAgrawal:37:2f6bfc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "9b569b03-f8b5-4121-9f68-4ff796eb5a27",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:1a328e",
                        "ysrc": "ShubhamHAgrawal:37:1e8260",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "21e3a437-6a6a-4977-90de-4b0fd28cb1f7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:6a2ed2",
                        "ysrc": "ShubhamHAgrawal:37:a43e67",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "ed472195-8862-489a-95e7-98df11d7021a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:002206",
                        "ysrc": "ShubhamHAgrawal:37:e90ea6",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "1f89ad1c-45ef-4334-9f3d-b431b34750fe",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ebd0d6",
                        "ysrc": "ShubhamHAgrawal:37:d79c82",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "026a8934-4de3-41c8-a60e-c0afa5a0a4d4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:3121b4",
                        "ysrc": "ShubhamHAgrawal:37:6b3e5e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "9134af92-709e-4453-8bf7-00e8dc65c2b9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:3121b4",
                        "ysrc": "ShubhamHAgrawal:37:25f0b4",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "4ac5474a-764c-4540-b761-813b95cd3bb9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:3121b4",
                        "ysrc": "ShubhamHAgrawal:37:2f6bfc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "445b39ed-9a6d-42f3-974f-d5d1790e8934",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:40361f",
                        "ysrc": "ShubhamHAgrawal:37:1e8260",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "59f21f01-61c5-4185-8aec-1fad71c667ae",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:b1009b",
                        "ysrc": "ShubhamHAgrawal:37:a43e67",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "5f34d197-f131-44e6-b758-77335ed6fb53",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:92f7eb",
                        "ysrc": "ShubhamHAgrawal:37:0eb2fc",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "ac59a507-7232-4dba-9108-b3da31d29800",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:55a1b5",
                        "ysrc": "ShubhamHAgrawal:37:0a997f",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "01e4370b-e734-452f-8815-bf4641496c0b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ac29d5",
                        "ysrc": "ShubhamHAgrawal:37:6b3e5e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "bde6bd34-0ed5-4e84-a2ed-67e26021a820",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ac29d5",
                        "ysrc": "ShubhamHAgrawal:37:c98402",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "d16a6078-fc6b-4a4f-a42d-99d10650c136",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:c62af1",
                        "ysrc": "ShubhamHAgrawal:37:b284a7",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "036f578a-26fe-4e8c-8cce-d9477918b715",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:c38318",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "91a7aabf-915a-4c79-b13f-c41154f693d7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:dfbba0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "d3db29b5-0d2b-40c5-8176-db4e0a9212fa",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:6e845f",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "82737a5f-2f00-4e72-a8e9-7355ff3ea134",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:ce7565",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "a4951852-74e7-4dbb-bf73-8651e6f8501e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:483700",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "9c0a1c54-b069-4557-8350-e79f2b33994a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:da8389",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "9483a573-262b-4827-8fd8-3a79f9884452",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:f92db0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "895e887c-67b3-4b82-8987-ac4f13e5e4d3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:253d7c",
                        "ysrc": "ShubhamHAgrawal:37:fb1071",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "0171c4ce-e1f9-42a3-a794-e267fa584851",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:19532e",
                        "ysrc": "ShubhamHAgrawal:37:b2fd8a",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "9cc9e5a3-89b6-417e-8a0a-ff04afea6227",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:67d418",
                        "ysrc": "ShubhamHAgrawal:37:3180d9",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "04833002-556d-421c-ba6d-743fbaea2567",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61f6e6",
                        "ysrc": "ShubhamHAgrawal:37:f92db0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "c5ad7d45-983f-42c6-ad9e-71c69cd38667",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61f6e6",
                        "ysrc": "ShubhamHAgrawal:37:fb1071",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "01150c92-2e7d-42c7-a38a-549b5d745ac0",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61f6e6",
                        "ysrc": "ShubhamHAgrawal:37:98b135",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "32ca78c2-5357-4680-81c5-a0c5b27b7b4e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61f6e6",
                        "ysrc": "ShubhamHAgrawal:37:7c9198",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "6da1cb71-f498-48d4-8495-375ef410d692",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61f6e6",
                        "ysrc": "ShubhamHAgrawal:37:2b4a74",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "700bdd71-dafc-40ca-8505-9a77c1f0ba94",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:61f6e6",
                        "ysrc": "ShubhamHAgrawal:37:d9c758",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255,0,0)",
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "uid": "658dfd40-b8cd-4ee6-9ae8-5290f01f50aa",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:432a14",
                        "ysrc": "ShubhamHAgrawal:37:2e7044",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "7fe27dc2-c042-4e02-b043-6e3a8c8f280c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ade876",
                        "ysrc": "ShubhamHAgrawal:37:fb1071",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "c4760a10-9459-44fc-92f7-268701ed7db1",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ade876",
                        "ysrc": "ShubhamHAgrawal:37:f92db0",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "a39d9b85-9116-4ba7-bc2a-fcb1c98e91c5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ade876",
                        "ysrc": "ShubhamHAgrawal:37:da8389",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    },
                    {
                        "uid": "c2debaa3-a511-4320-8767-de57e61332b2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "ShubhamHAgrawal:37:ade876",
                        "ysrc": "ShubhamHAgrawal:37:483700",
                        "marker": {
                            "size": 5,
                            "color": "rgb(0,128,0)",
                            "symbol": "x"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Point & Figure Chart in Python"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ShubhamHAgrawal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.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-06-16 16:52:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ShubhamHAgrawal",
                "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-17T17:01:15.423431Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ccpagencia/1.embed",
            "fid": "ccpagencia:1",
            "filename": "COBERTURA MÍDIA EXTERIOR",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ccpagencia:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ccpagencia:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ccpagencia/1/8_VUDJ0PZLX4XRUN1GB5CD2B8KQL6QKY.png",
                "list-thumb": "https://api.plotly.com/v2/files/ccpagencia:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ccpagencia:1",
                "plots": "https://api.plotly.com/v2/plots/ccpagencia:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=ccpagencia"
            },
            "owner": "ccpagencia",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ccpagencia/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:01:15.440Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ccpagencia/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "ccpagencia:0:1ad617",
                        "xaxis": "x",
                        "orientation": "h"
                    },
                    {
                        "type": "bar",
                        "xsrc": "ccpagencia:0:7551d5",
                        "orientation": "h"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "range": [
                            -0.9362298528381219,
                            -0.28871758934828307
                        ],
                        "title": {
                            "text": "Click to enter X axis title"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "range": [
                            3.1107382550335565,
                            3.6560402684563753
                        ],
                        "autorange": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ccpagencia",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:51:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ccpagencia",
                "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-17T16:59:49.328358Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~remmelh/1.embed",
            "fid": "remmelh:1",
            "filename": "volcano1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/remmelh:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/remmelh/1/2_EP3HICA04RVFEE9J1VA16WQ0R59E94.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/remmelh/1/8_DQ66SY1RFDXZ43QABG090BEKTXKKXH.png",
                "list-thumb": "https://api.plotly.com/v2/files/remmelh:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/remmelh:1",
                "plots": "https://api.plotly.com/v2/plots/remmelh:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=remmelh"
            },
            "owner": "remmelh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 12,
            "web_url": "https://chart-studio.plotly.com/~remmelh/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:59:49.357Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~remmelh/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "surface",
                        "zsrc": "remmelh:0:0fbb08",
                        "frame": null,
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "volcano",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(68,1,84,1)"
                            ],
                            [
                                "0.0416666666666666",
                                "rgba(70,19,97,1)"
                            ],
                            [
                                "0.0833333333333334",
                                "rgba(72,32,111,1)"
                            ],
                            [
                                "0.125",
                                "rgba(71,45,122,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(68,58,128,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(64,70,135,1)"
                            ],
                            [
                                "0.25",
                                "rgba(60,82,138,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(56,93,140,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(49,104,142,1)"
                            ],
                            [
                                "0.375",
                                "rgba(46,114,142,1)"
                            ],
                            [
                                "0.416666666666666",
                                "rgba(42,123,142,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(38,133,141,1)"
                            ],
                            [
                                "0.5",
                                "rgba(37,144,140,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(33,154,138,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(39,164,133,1)"
                            ],
                            [
                                "0.625",
                                "rgba(47,174,127,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(53,183,121,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(79,191,110,1)"
                            ],
                            [
                                "0.75",
                                "rgba(98,199,98,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(119,207,85,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(147,214,70,1)"
                            ],
                            [
                                "0.875",
                                "rgba(172,220,52,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(199,225,42,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(226,228,40,1)"
                            ],
                            [
                                "1",
                                "rgba(253,231,37,1)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "volcano"
                        }
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~remmelh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:56:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "remmelh",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}