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=cj0xJnA9MjAxOS0wNC0yMiswMyUzQTMyJTNBMzYuMTkyMjQxJTJCMDAlM0EwMA%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=cD0yMDE5LTA0LTIyKzAzJTNBMzclM0ExOC4wNjI3ODMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswNCUzQTAyJTNBNDEuNTQ2Mjk4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T04:02:41.546298Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~chickenburrito1/0.embed",
            "fid": "chickenburrito1:0",
            "filename": "d3-cloropleth-map",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/chickenburrito1:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/chickenburrito1:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/chickenburrito1:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/chickenburrito1:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/chickenburrito1:0",
                "plots": "https://api.plotly.com/v2/plots/chickenburrito1:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=chickenburrito1"
            },
            "owner": "chickenburrito1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "2011 US Agriculture Exports by State<br>(Hover for breakdown)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~chickenburrito1/0/_2011-us-agriculture-exports-by-state-hover-for-breakdown/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:02:41.964Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~chickenburrito1/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8c8ad0e6-d6a7-4e9a-a59d-cc8c7c412b15",
                        "type": "choropleth",
                        "zsrc": "chickenburrito1:1:28c5f8",
                        "marker": {
                            "line": {
                                "color": "rgb(255,255,255)",
                                "width": 2
                            }
                        },
                        "textsrc": "chickenburrito1:1:6cd390",
                        "colorbar": {
                            "title": {
                                "text": "Millions USD"
                            }
                        },
                        "colorscale": [
                            [
                                0.0,
                                "rgb(242,240,247)"
                            ],
                            [
                                0.2,
                                "rgb(218,218,235)"
                            ],
                            [
                                0.4,
                                "rgb(188,189,220)"
                            ],
                            [
                                0.6,
                                "rgb(158,154,200)"
                            ],
                            [
                                0.8,
                                "rgb(117,107,177)"
                            ],
                            [
                                1.0,
                                "rgb(84,39,143)"
                            ]
                        ],
                        "locationmode": "USA-states",
                        "locationssrc": "chickenburrito1:1:10cae9",
                        "autocolorscale": false
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "lakecolor": "rgb(255, 255, 255)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "title": {
                        "text": "2011 US Agriculture Exports by State<br>(Hover for breakdown)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~chickenburrito1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-13 05:26:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "chickenburrito1",
                "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-04-22T04:01:11.463578Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~skace/110.embed",
            "fid": "skace:110",
            "filename": "plot from API (14)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/skace:110/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/skace:110/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/skace:110/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/skace:110/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/skace:110",
                "plots": "https://api.plotly.com/v2/plots/skace:110",
                "parent": "https://api.plotly.com/v2/folders/home?user=skace"
            },
            "owner": "skace",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "<br>Network graph made with Python",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~skace/110/network-graph-made-with-python/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:01:12.584Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~skace/110/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6b79e5dc-ef75-4804-8acc-e7aa1071c3c7",
                        "line": {
                            "color": "#888",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "skace:111:8e8c0d",
                        "ysrc": "skace:111:0db522",
                        "hoverinfo": "none"
                    },
                    {
                        "uid": "ff4acfe6-0f43-456a-b03e-107841253849",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "skace:111:a73337",
                        "ysrc": "skace:111:66c0cd",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "size": 10,
                            "colorbar": {
                                "title": {
                                    "side": "right",
                                    "text": "Node Connections"
                                },
                                "xanchor": "left",
                                "thickness": 15
                            },
                            "colorsrc": "skace:111:3f6181",
                            "showscale": false,
                            "colorscale": "Rainbow",
                            "reversescale": true
                        },
                        "textsrc": "skace:111:e0480c",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "size": 16
                        },
                        "text": "<br>Network graph made with Python"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "b": 20,
                        "l": 5,
                        "r": 5,
                        "t": 40
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~skace",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-26 17:29:28",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "skace",
                "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-04-22T03:59:49.060872Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~AimonAllouache/52.embed",
            "fid": "AimonAllouache:52",
            "filename": "BTS-Probability",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/AimonAllouache:52/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/AimonAllouache/52/2_37YUKTEAW68EL8GS38N2V9US2HY393.png",
                "block-thumb": "https://api.plotly.com/v2/files/AimonAllouache:52/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/AimonAllouache:52/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/AimonAllouache:52",
                "plots": "https://api.plotly.com/v2/plots/AimonAllouache:52",
                "parent": "https://api.plotly.com/v2/folders/home?user=AimonAllouache"
            },
            "owner": "AimonAllouache",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "BTS Probability",
            "views": 298,
            "web_url": "https://chart-studio.plotly.com/~AimonAllouache/52/bts-probability/",
            "world_readable": true,
            "date_modified": "2019-04-22T04:00:11.035Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~AimonAllouache/52/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "810a5407-1c93-4c0b-9e03-c1733e4dea97",
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "AimonAllouache:53:dafca3",
                        "ysrc": "AimonAllouache:53:f395e0"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "BTS Probability"
                    },
                    "xaxis": {
                        "title": {
                            "text": "Batting Average"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "BTS Probability"
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~AimonAllouache",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-01-15 02:54:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "AimonAllouache",
                "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-04-22T03:52:24.766535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wholol/98.embed",
            "fid": "wholol:98",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wholol:98/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/wholol:98/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wholol/98/8_ZJTRFKBBSBNX8EG5RUSC7I119EQMI8.png",
                "list-thumb": "https://api.plotly.com/v2/files/wholol:98/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wholol:98",
                "plots": "https://api.plotly.com/v2/plots/wholol:98",
                "parent": "https://api.plotly.com/v2/folders/home?user=wholol"
            },
            "owner": "wholol",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Rail infrastructure energy",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wholol/98/rail-infrastructure-energy/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:52:25.230Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wholol/98/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "wholol:99:ab0174",
                            "sourcesrc": "wholol:99:81fedd",
                            "targetsrc": "wholol:99:efabb0"
                        },
                        "node": {
                            "pad": 100,
                            "line": {
                                "color": "green",
                                "width": 0.5
                            },
                            "domain": {
                                "x": [
                                    0,
                                    1
                                ],
                                "y": [
                                    0,
                                    1
                                ]
                            },
                            "colorsrc": "wholol:99:18cc0b",
                            "labelsrc": "wholol:99:86fd40",
                            "thickness": 100,
                            "orientation": "h",
                            "valueformat": ".0f",
                            "valuesuffix": "GJ"
                        },
                        "type": "sankey"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 30
                    },
                    "title": "Rail infrastructure energy"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wholol",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-13 12:41:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wholol",
                "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-04-22T03:48:37.667396Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jdsaxe/0.embed",
            "fid": "jdsaxe:0",
            "filename": "3d-scatter-colorscale",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jdsaxe:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jdsaxe:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jdsaxe:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jdsaxe:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jdsaxe:0",
                "plots": "https://api.plotly.com/v2/plots/jdsaxe:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=jdsaxe"
            },
            "owner": "jdsaxe",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jdsaxe/0/",
            "world_readable": true,
            "date_modified": "2019-04-22T15:10:28.715Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jdsaxe/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "jdsaxe:1:c76b03",
                        "ysrc": "jdsaxe:1:4444d8",
                        "zsrc": "jdsaxe:1:f7c61f",
                        "marker": {
                            "opacity": 0.8,
                            "sizesrc": "jdsaxe:1:9f31c5",
                            "colorsrc": "jdsaxe:1:6f4cc2",
                            "colorscale": "Viridis"
                        },
                        "textsrc": "jdsaxe:1:414401"
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jdsaxe",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-05-26 17:20:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jdsaxe",
                "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-04-22T03:45:31.363293Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Dasusweb/23.embed",
            "fid": "Dasusweb:23",
            "filename": "Plot 23",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Dasusweb:23/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Dasusweb:23/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Dasusweb/23/8_1V2ZBA89TG4GKJ89F4KQPCO6ZBA1XX.png",
                "list-thumb": "https://api.plotly.com/v2/files/Dasusweb:23/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Dasusweb:23",
                "plots": "https://api.plotly.com/v2/plots/Dasusweb:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=Dasusweb"
            },
            "owner": "Dasusweb",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Dasusweb/23/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:45:31.380Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Dasusweb/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Pre-Remodel",
                        "type": "bar",
                        "xsrc": "Dasusweb:22:af6d57",
                        "ysrc": "Dasusweb:22:b5b6d6",
                        "marker": {
                            "color": "rgb(239, 85, 59)"
                        },
                        "orientation": "v"
                    },
                    {
                        "name": "Post-Remodel",
                        "type": "bar",
                        "xsrc": "Dasusweb:22:af6d57",
                        "ysrc": "Dasusweb:22:4c879e",
                        "marker": {
                            "color": "rgb(99, 110, 250)"
                        },
                        "orientation": "v"
                    },
                    {
                        "type": "bar",
                        "xsrc": "Dasusweb:22:1479ed",
                        "ysrc": "Dasusweb:22:b35519",
                        "marker": {
                            "color": "rgb(239, 85, 59)"
                        },
                        "showlegend": false,
                        "orientation": "v"
                    },
                    {
                        "type": "bar",
                        "xsrc": "Dasusweb:22:1479ed",
                        "ysrc": "Dasusweb:22:69d550",
                        "marker": {
                            "color": "rgb(99, 110, 250)"
                        },
                        "showlegend": false,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 21
                        },
                        "text": "Mobile Revenue and Organic Traffic Comparison"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            27.894736842105264
                        ],
                        "title": {
                            "font": {
                                "size": 21
                            },
                            "text": "Percentage"
                        },
                        "autorange": true
                    },
                    "bargap": 0.63,
                    "barmode": "relative",
                    "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/~Dasusweb",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-16 17:02:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Dasusweb",
                "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-04-22T03:44:39.831223Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Wawafish/21.embed",
            "fid": "Wawafish:21",
            "filename": "Name vs AdoptionSpeed",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Wawafish:21/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Wawafish/21/2_ZYB7GTLY4OB5QBWY849O1X5LAB9W86.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wawafish/21/8_7RJEY361ETD5C1CQ28KHL5EEMM7RH9.png",
                "list-thumb": "https://api.plotly.com/v2/files/Wawafish:21/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Wawafish:21",
                "plots": "https://api.plotly.com/v2/plots/Wawafish:21",
                "parent": "https://api.plotly.com/v2/folders/home?user=Wawafish"
            },
            "owner": "Wawafish",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Wawafish/21/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:44:39.840Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Wawafish/21/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "0",
                        "name": "0",
                        "type": "scatter",
                        "xsrc": "Wawafish:20:c37a3f",
                        "ysrc": "Wawafish:20:b4ac52"
                    },
                    {
                        "mode": "1",
                        "name": "1",
                        "type": "scatter",
                        "xsrc": "Wawafish:20:c37a3f",
                        "ysrc": "Wawafish:20:113388"
                    },
                    {
                        "mode": "2",
                        "name": "2",
                        "type": "scatter",
                        "xsrc": "Wawafish:20:c37a3f",
                        "ysrc": "Wawafish:20:fc6e26"
                    },
                    {
                        "mode": "3",
                        "name": "3",
                        "type": "scatter",
                        "xsrc": "Wawafish:20:c37a3f",
                        "ysrc": "Wawafish:20:3bae91"
                    },
                    {
                        "mode": "4",
                        "name": "4",
                        "type": "scatter",
                        "xsrc": "Wawafish:20:c37a3f",
                        "ysrc": "Wawafish:20:2ef9be"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Adoption Speed vs Age"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            156
                        ],
                        "title": {
                            "text": "Age in months"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -61.166666666666664,
                            1182.1666666666667
                        ],
                        "title": {
                            "text": "Count"
                        },
                        "zeroline": false,
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Wawafish",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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": "2017-10-17 22:19:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Wawafish",
                "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-04-22T03:43:53.085868Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paulinap2/12.embed",
            "fid": "paulinap2:12",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/paulinap2:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/paulinap2:12/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paulinap2/12/8_G4M2GWZJQZV1AKGMUAEEYDX0BZHBWN.png",
                "list-thumb": "https://api.plotly.com/v2/files/paulinap2:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paulinap2:12",
                "plots": "https://api.plotly.com/v2/plots/paulinap2:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=paulinap2"
            },
            "owner": "paulinap2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~paulinap2/12/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:43:53.538Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paulinap2/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "524d1024-7347-4720-be1f-a9508ced6aaa",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "paulinap2:13:baf128",
                        "ysrc": "paulinap2:13:71fc5e",
                        "zsrc": "paulinap2:13:21eb67",
                        "marker": {
                            "line": {
                                "color": "rgba(217, 217, 217, 0.14)",
                                "width": 0.5
                            },
                            "size": 12,
                            "opacity": 0.8
                        }
                    }
                ],
                "layout": {
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~paulinap2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 03:20:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paulinap2",
                "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-04-22T03:40:05.464394Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rsrinivas/665.embed",
            "fid": "rsrinivas:665",
            "filename": "plot from API (258)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rsrinivas:665/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rsrinivas:665/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rsrinivas:665/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rsrinivas:665/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rsrinivas:665",
                "plots": "https://api.plotly.com/v2/plots/rsrinivas:665",
                "parent": "https://api.plotly.com/v2/folders/home?user=rsrinivas"
            },
            "owner": "rsrinivas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Smallest Last Vertex Ordering : Runtime analysis",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~rsrinivas/665/smallest-last-vertex-ordering-runtime-analysis/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:40:05.923Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rsrinivas/665/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "547ca614-afe5-492a-aad9-b554dd76c9f4",
                        "mode": "markers+lines",
                        "name": "lines",
                        "type": "scatter",
                        "xsrc": "rsrinivas:666:f698a1",
                        "ysrc": "rsrinivas:666:3a067f"
                    }
                ],
                "layout": {
                    "title": "Smallest Last Vertex Ordering : Runtime analysis",
                    "xaxis": {
                        "title": "# of distinct conflicts",
                        "ticklen": 5,
                        "zeroline": false,
                        "gridwidth": 2
                    },
                    "yaxis": {
                        "title": "Execution time (in seconds)",
                        "ticklen": 5,
                        "gridwidth": 2
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rsrinivas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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": "2017-05-02 20:34:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rsrinivas",
                "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-04-22T03:37:18.062783Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rikimitra779/50.embed",
            "fid": "rikimitra779:50",
            "filename": "Caching6 - Throughput",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rikimitra779:50/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rikimitra779:50/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rikimitra779/50/8_6W46IB8RLZ1ICOKQZH8LHMKAVBI1HU.png",
                "list-thumb": "https://api.plotly.com/v2/files/rikimitra779:50/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rikimitra779:50",
                "plots": "https://api.plotly.com/v2/plots/rikimitra779:50",
                "parent": "https://api.plotly.com/v2/folders/home?user=rikimitra779"
            },
            "owner": "rikimitra779",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~rikimitra779/50/",
            "world_readable": true,
            "date_modified": "2019-05-22T00:17:20.494Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rikimitra779/50/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "STASH",
                        "type": "bar",
                        "xsrc": "rikimitra779:51:0461ae",
                        "ysrc": "rikimitra779:51:b4d350",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "color": "rgb(74, 114, 208)"
                        },
                        "opacity": 1,
                        "textsrc": "rikimitra779:51:b4d350",
                        "visible": true,
                        "hoverinfo": "x+y+name"
                    },
                    {
                        "name": "No Caching",
                        "type": "bar",
                        "xsrc": "rikimitra779:51:0461ae",
                        "ysrc": "rikimitra779:51:639634",
                        "marker": {
                            "line": {
                                "width": 2
                            },
                            "color": "rgb(227, 193, 148)"
                        },
                        "opacity": 1,
                        "textsrc": "rikimitra779:51:639634",
                        "visible": true,
                        "hoverinfo": "x+y+name",
                        "showlegend": true,
                        "hovertemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            2.5
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 44,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Query Size</b>"
                        },
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 45,
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "gridwidth": 1,
                        "linewidth": 3,
                        "automargin": true,
                        "showtickprefix": "all"
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            265.46736842105264
                        ],
                        "title": {
                            "font": {
                                "size": 44,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Requests / Sec</b>"
                        },
                        "nticks": 0,
                        "showline": true,
                        "tickfont": {
                            "size": 40,
                            "family": "Times New Roman"
                        },
                        "autorange": true,
                        "linewidth": 3,
                        "automargin": true,
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "bargap": 0.65,
                    "legend": {
                        "x": 0.3910393372606429,
                        "y": 0.9061544645254939,
                        "font": {
                            "size": 70,
                            "family": "Overpass"
                        },
                        "borderwidth": 0
                    },
                    "margin": {
                        "l": 90
                    },
                    "barmode": "group",
                    "autosize": true,
                    "hovermode": "closest",
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#a50026"
                            ],
                            [
                                0.1,
                                "#d73027"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee090"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#e0f3f8"
                            ],
                            [
                                0.7,
                                "#abd9e9"
                            ],
                            [
                                0.8,
                                "#74add1"
                            ],
                            [
                                0.9,
                                "#4575b4"
                            ],
                            [
                                1,
                                "#313695"
                            ]
                        ]
                    },
                    "showlegend": true,
                    "bargroupgap": 0.06
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rikimitra779",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-09-19 21:55:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rikimitra779",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}