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=cj0xJnA9MjAxOS0wNi0xOCswMyUzQTUyJTNBMTMuNTU5OTUzJTJCMDAlM0EwMA%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=cD0yMDE5LTA2LTE4KzAzJTNBNTMlM0E1NC40MzU2NjglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xOCswNCUzQTAzJTNBMTMuNjI1OTI1JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-18T04:03:13.625925Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jscanass/104.embed",
            "fid": "jscanass:104",
            "filename": "fig190508",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/104/9_SPGH94MC2KY3S1G178EVR767AWU4OG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/104/2_BUNQXTRXM82NYA3QA48W7L4FAR8YWK.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/104/8_9QI8HID6S4KSPJX3ROYJC1C3SBE43M.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/104/9_SPGH94MC2KY3S1G178EVR767AWU4OG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:104",
                "plots": "https://api.plotly.com/v2/plots/jscanass:104",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gráfica : Morbilidad por IPS",
            "views": 16,
            "web_url": "https://plotly.com/~jscanass/104/grafica-morbilidad-por-ips/",
            "world_readable": true,
            "date_modified": "2019-06-20T03:29:19.506Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jscanass/104/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "eacdce24-9b45-447d-b01b-ce586fb673e6",
                        "name": "Cardiaco - Cardiovascular",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:acd13f",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "94c8c7f6-6099-40f6-a088-e3b79acc992a",
                        "name": "Cerebrovascular",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:1bbc8e",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "73260e1f-070c-492f-b3b8-71a81834f09c",
                        "name": "Endocrino",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:f18ca7",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "3c52745b-36c1-43ec-b5bc-cbf2d4d33b4a",
                        "name": "Gastrointestinales",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:96ec7c",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "ddd81151-4eb9-4b56-b540-0c2bb270ca79",
                        "name": "Hepatobiliares",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:c6ef97",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "fdc8f705-5d71-46ee-83bb-ce841fe73927",
                        "name": "Infección",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:d40737",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "4102dac4-4111-4244-9767-d8a99bf3c330",
                        "name": "Neoplasias",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:226c88",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "afe91279-7c3c-4c0a-b5ca-b3644dfdb30b",
                        "name": "Neurológicos",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:ef3de1",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "91744be8-2486-4a11-9d5f-47d9f4db553d",
                        "name": "Quirurgicas",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:53fb61",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "0df3e08e-dcb9-4540-b612-080d5b98f129",
                        "name": "Renal - Genitourinario",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:b90a25",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "f05731eb-99f0-4983-ab78-4068574c6e45",
                        "name": "Respiratorio -Pulmonar",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:aa5ff3",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "299e4000-b29e-46cb-b1f9-46aafb990718",
                        "name": "Trauma",
                        "type": "bar",
                        "xsrc": "jscanass:105:37efe6",
                        "ysrc": "jscanass:105:6b4efc",
                        "opacity": 1,
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gráfica : Morbilidad por IPS"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Porcentaje (%)"
                        }
                    },
                    "barmode": "stack",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "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-18T04:02:45.734872Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~schen666/2.embed",
            "fid": "schen666:2",
            "filename": "news-source",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/schen666:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/schen666:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/schen666/2/8_ZFLVY5QEPTJBO6UCEMJQJT9JLJQPSC.png",
                "list-thumb": "https://api.plotly.com/v2/files/schen666:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/schen666:2",
                "plots": "https://api.plotly.com/v2/plots/schen666:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=schen666"
            },
            "owner": "schen666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~schen666/2/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:02:46.207Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~schen666/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "83e2c525-4a9a-4abc-99b0-67322c9fd7ab",
                        "line": {
                            "color": "rgb(67,67,67)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:3:d8e705",
                        "ysrc": "schen666:3:73ea99",
                        "connectgaps": true
                    },
                    {
                        "uid": "af4e1014-b4eb-47df-b196-c362a2060070",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:3:c65d7e",
                        "ysrc": "schen666:3:552043",
                        "marker": {
                            "size": 8,
                            "color": "rgb(67,67,67)"
                        }
                    },
                    {
                        "uid": "d9c81a42-a82d-4f80-9f83-2f3beaf51c16",
                        "line": {
                            "color": "rgb(115,115,115)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:3:d8e705",
                        "ysrc": "schen666:3:32cd22",
                        "connectgaps": true
                    },
                    {
                        "uid": "e485dd4c-a912-4d0e-ad63-d287cf45f5e1",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:3:c65d7e",
                        "ysrc": "schen666:3:30223c",
                        "marker": {
                            "size": 8,
                            "color": "rgb(115,115,115)"
                        }
                    },
                    {
                        "uid": "cfd67198-7244-464d-adcf-e21545912f49",
                        "line": {
                            "color": "rgb(49,130,189)",
                            "width": 4
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:3:d8e705",
                        "ysrc": "schen666:3:437578",
                        "connectgaps": true
                    },
                    {
                        "uid": "683a8dae-9005-4b13-8678-ae616ed693b0",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:3:c65d7e",
                        "ysrc": "schen666:3:ccf4f0",
                        "marker": {
                            "size": 12,
                            "color": "rgb(49,130,189)"
                        }
                    },
                    {
                        "uid": "f7a1d5c1-9d1e-4ec0-bc78-18b30597943b",
                        "line": {
                            "color": "rgb(189,189,189)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:3:d8e705",
                        "ysrc": "schen666:3:533644",
                        "connectgaps": true
                    },
                    {
                        "uid": "ab679c30-975a-4310-9e1c-4ab34c6e98ec",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:3:c65d7e",
                        "ysrc": "schen666:3:b4e7bb",
                        "marker": {
                            "size": 8,
                            "color": "rgb(189,189,189)"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "ticks": "outside",
                        "ticklen": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12,
                            "color": "rgb(82, 82, 82)",
                            "family": "Arial"
                        },
                        "linecolor": "rgb(204, 204, 204)",
                        "linewidth": 2,
                        "tickcolor": "rgb(204, 204, 204)",
                        "tickwidth": 2,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "l": 100,
                        "r": 20,
                        "t": 110,
                        "autoexpand": false
                    },
                    "autosize": false,
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": 74,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "CONTRACT 74%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 69,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "69%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 45,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "NON-CONTRACT 45%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 28,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "28%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 13,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "MEDIA 13%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 50,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "50%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 18,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "NIKE OFFICIAL 18%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 23,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "23%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": 1.05,
                            "font": {
                                "size": 30,
                                "color": "rgb(37,37,37)",
                                "family": "Arial"
                            },
                            "text": "Main Source for News",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": -0.1,
                            "font": {
                                "size": 12,
                                "color": "rgb(150,150,150)",
                                "family": "Arial"
                            },
                            "text": "Source: PewResearch Center & Storytelling with data",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~schen666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 03:44:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "schen666",
                "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-18T03:59:31.914417Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jscanass/102.embed",
            "fid": "jscanass:102",
            "filename": "fig190505",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/102/9_AGQ69N3ES0A6GMZBYCLF84LDC2FZCB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/102/2_CNW814W751362T187DU628X1C5GIF2.png",
                "block-thumb": "https://api.plotly.com/v2/files/jscanass:102/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/102/9_AGQ69N3ES0A6GMZBYCLF84LDC2FZCB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:102",
                "plots": "https://api.plotly.com/v2/plots/jscanass:102",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gráfica : Pertinencia de Ayuda por IPS",
            "views": 13,
            "web_url": "https://plotly.com/~jscanass/102/grafica-pertinencia-de-ayuda-por-ips/",
            "world_readable": true,
            "date_modified": "2019-06-20T03:29:09.304Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jscanass/102/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6771aac7-e197-466a-bdc3-8733e6eeb041",
                        "name": "NO",
                        "type": "bar",
                        "xsrc": "jscanass:103:fbf7fe",
                        "ysrc": "jscanass:103:33a9bc",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "20daae2f-b1d8-4c03-8c73-c59dfcf2c02e",
                        "name": "SI",
                        "type": "bar",
                        "xsrc": "jscanass:103:fbf7fe",
                        "ysrc": "jscanass:103:3dba8c",
                        "opacity": 1,
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gráfica : Pertinencia de Ayuda por IPS"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Porcentaje (%)"
                        }
                    },
                    "barmode": "stack",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "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-18T03:59:29.761809Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jscanass/100.embed",
            "fid": "jscanass:100",
            "filename": "fig190504",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/100/9_F8L6MAYJH8708B5GBVS3ZUVAYAPHG6.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jscanass/100/2_RSOE35MYXPMAYIVBQKWWIPAGP3GLSZ.png",
                "block-thumb": "https://api.plotly.com/v2/files/jscanass:100/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/100/9_F8L6MAYJH8708B5GBVS3ZUVAYAPHG6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:100",
                "plots": "https://api.plotly.com/v2/plots/jscanass:100",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gráfica : Pertinencia de Medicamento por IPS",
            "views": 14,
            "web_url": "https://plotly.com/~jscanass/100/grafica-pertinencia-de-medicamento-por-ips/",
            "world_readable": true,
            "date_modified": "2019-06-20T03:29:06.972Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jscanass/100/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ccd2d1dd-dfb3-448a-a3f4-9ed949e5e800",
                        "name": "NO",
                        "type": "bar",
                        "xsrc": "jscanass:101:e6c548",
                        "ysrc": "jscanass:101:effd72",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "3b58facb-e54c-4287-8c98-3ce5e6b93a99",
                        "name": "SI",
                        "type": "bar",
                        "xsrc": "jscanass:101:e6c548",
                        "ysrc": "jscanass:101:7d23a3",
                        "opacity": 1,
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gráfica : Pertinencia de Medicamento por IPS"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Porcentaje (%)"
                        }
                    },
                    "barmode": "stack",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "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-18T03:59:27.019141Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jscanass/98.embed",
            "fid": "jscanass:98",
            "filename": "fig190503",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/98/9_7HYWOHZL63L0Z84XIFVV31WQKM2EI0.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jscanass:98/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jscanass:98/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/98/9_7HYWOHZL63L0Z84XIFVV31WQKM2EI0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:98",
                "plots": "https://api.plotly.com/v2/plots/jscanass:98",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gráfica : Distribución de extremos de estancia por IPS",
            "views": 17,
            "web_url": "https://plotly.com/~jscanass/98/grafica-distribucion-de-extremos-de-estancia-por-ips/",
            "world_readable": true,
            "date_modified": "2019-06-20T03:29:04.008Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jscanass/98/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4480396e-e578-4f04-a6c8-350c4a7bed72",
                        "name": "Menor a 3 días",
                        "type": "bar",
                        "xsrc": "jscanass:99:68679f",
                        "ysrc": "jscanass:99:80eabe",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "cecd41a6-9338-445d-a500-b301a43390ad",
                        "name": "Entre 3 y 6 días",
                        "type": "bar",
                        "xsrc": "jscanass:99:68679f",
                        "ysrc": "jscanass:99:4479b6",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "863abfc5-1cdb-48a5-b6a4-2fef254d2321",
                        "name": "Más de 6 días",
                        "type": "bar",
                        "xsrc": "jscanass:99:68679f",
                        "ysrc": "jscanass:99:5f2057",
                        "opacity": 1,
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gráfica : Distribución de extremos de estancia por IPS"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Porcentaje (%)"
                        }
                    },
                    "barmode": "stack",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "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-18T03:59:24.976452Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jscanass/96.embed",
            "fid": "jscanass:96",
            "filename": "fig190502",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/96/9_0QD6QN1JIREI0W10C5ZXX13RHOBXGK.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jscanass:96/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jscanass:96/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/96/9_0QD6QN1JIREI0W10C5ZXX13RHOBXGK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:96",
                "plots": "https://api.plotly.com/v2/plots/jscanass:96",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gráfica : Distribución por tipo de estancia por IPS",
            "views": 16,
            "web_url": "https://plotly.com/~jscanass/96/grafica-distribucion-por-tipo-de-estancia-por-ips/",
            "world_readable": true,
            "date_modified": "2019-06-20T03:29:01.309Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jscanass/96/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f58f8c84-1a8a-46ae-bbef-a4eeb6316ed3",
                        "name": "Basico",
                        "type": "bar",
                        "xsrc": "jscanass:97:d72123",
                        "ysrc": "jscanass:97:726f9c",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "ce53de87-996b-4ebc-8d58-dafb7ec0dd3f",
                        "name": "Intensivo",
                        "type": "bar",
                        "xsrc": "jscanass:97:d72123",
                        "ysrc": "jscanass:97:2f46b6",
                        "opacity": 1,
                        "textposition": "inside"
                    },
                    {
                        "uid": "8aa5b040-e8b6-4aeb-9cb4-f44503175289",
                        "name": "Intermedio",
                        "type": "bar",
                        "xsrc": "jscanass:97:d72123",
                        "ysrc": "jscanass:97:021671",
                        "opacity": 1,
                        "textposition": "inside"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gráfica : Distribución por tipo de estancia por IPS"
                    },
                    "yaxis": {
                        "title": {
                            "text": "Porcentaje (%)"
                        }
                    },
                    "barmode": "stack",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "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-18T03:58:03.750359Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jscanass/94.embed",
            "fid": "jscanass:94",
            "filename": "fig190501",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jscanass/94/9_0BNZSLKC5COVELHW58V5Z9XXHAAN9L.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jscanass:94/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jscanass:94/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jscanass/94/9_0BNZSLKC5COVELHW58V5Z9XXHAAN9L.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jscanass:94",
                "plots": "https://api.plotly.com/v2/plots/jscanass:94",
                "parent": "https://api.plotly.com/v2/folders/home?user=jscanass"
            },
            "owner": "jscanass",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Gráfica : Distribución de pacientes nuevos por ciudades basado en género",
            "views": 16,
            "web_url": "https://plotly.com/~jscanass/94/grafica-distribucion-de-pacientes-nuevos-por-ciudades-basado-en-genero/",
            "world_readable": true,
            "date_modified": "2019-06-20T03:28:51.113Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jscanass/94/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f08f9b5f-6bb9-42ed-a1e0-45e7e2b37361",
                        "name": "Masculino",
                        "type": "bar",
                        "xsrc": "jscanass:95:4b8835",
                        "ysrc": "jscanass:95:183911"
                    },
                    {
                        "uid": "a94a54fb-0e65-47dc-90b6-d47cdf8e8d2d",
                        "name": "Femenino",
                        "type": "bar",
                        "xsrc": "jscanass:95:4b8835",
                        "ysrc": "jscanass:95:ffbcc4"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Gráfica : Distribución de pacientes nuevos por ciudades basado en género"
                    },
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jscanass",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/40.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-01-10 13:24:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jscanass",
                "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-18T03:54:33.857248Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~jkulp/12.embed",
            "fid": "jkulp:12",
            "filename": "plot from API (6)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jkulp:12/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jkulp:12/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jkulp:12/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/jkulp:12/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jkulp:12",
                "plots": "https://api.plotly.com/v2/plots/jkulp:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=jkulp"
            },
            "owner": "jkulp",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://plotly.com/~jkulp/12/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:08:34.300Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~jkulp/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ec6e971e-b766-43b9-9752-18afc87bc2fc",
                        "type": "pie",
                        "labelssrc": "jkulp:13:8dc4ff",
                        "valuessrc": "jkulp:13:301f03"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Test"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~jkulp",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/96.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 02:48:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jkulp",
                "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-18T03:54:24.182651Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~schen666/0.embed",
            "fid": "schen666:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/schen666:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/schen666:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/schen666/0/8_QMQ6L6EQH1ELI3ZLZCL7RYR3LNA9TQ.png",
                "list-thumb": "https://api.plotly.com/v2/files/schen666:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/schen666:0",
                "plots": "https://api.plotly.com/v2/plots/schen666:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=schen666"
            },
            "owner": "schen666",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~schen666/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T03:54:24.796Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~schen666/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "cc3954f9-a001-4fe2-a002-300b1d011978",
                        "line": {
                            "color": "rgb(67,67,67)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:1:37611e",
                        "ysrc": "schen666:1:7eca15",
                        "connectgaps": true
                    },
                    {
                        "uid": "fffc85c9-9e5c-47e1-ae7d-58174d084b78",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:1:5957d1",
                        "ysrc": "schen666:1:003ccd",
                        "marker": {
                            "size": 8,
                            "color": "rgb(67,67,67)"
                        }
                    },
                    {
                        "uid": "e201f227-ba74-4c74-a256-f7bcbaa7c2eb",
                        "line": {
                            "color": "rgb(115,115,115)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:1:37611e",
                        "ysrc": "schen666:1:0c0e6c",
                        "connectgaps": true
                    },
                    {
                        "uid": "56273abe-8faf-414d-9dcb-3baff966b063",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:1:5957d1",
                        "ysrc": "schen666:1:88f59a",
                        "marker": {
                            "size": 8,
                            "color": "rgb(115,115,115)"
                        }
                    },
                    {
                        "uid": "ac912f5f-6691-4c5b-ae98-9d4887cfd01b",
                        "line": {
                            "color": "rgb(49,130,189)",
                            "width": 4
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:1:37611e",
                        "ysrc": "schen666:1:3264fc",
                        "connectgaps": true
                    },
                    {
                        "uid": "57fff2dd-5a3b-4d4c-ae33-5739e6826b16",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:1:5957d1",
                        "ysrc": "schen666:1:a92269",
                        "marker": {
                            "size": 12,
                            "color": "rgb(49,130,189)"
                        }
                    },
                    {
                        "uid": "58c914bd-1f91-4cf5-8bca-9cfe6cb81b4f",
                        "line": {
                            "color": "rgb(189,189,189)",
                            "width": 2
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "schen666:1:37611e",
                        "ysrc": "schen666:1:1f838f",
                        "connectgaps": true
                    },
                    {
                        "uid": "1ff16e72-b0dd-41fe-b92d-51a97b8c3e07",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "schen666:1:5957d1",
                        "ysrc": "schen666:1:602132",
                        "marker": {
                            "size": 8,
                            "color": "rgb(189,189,189)"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "ticks": "outside",
                        "ticklen": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12,
                            "color": "rgb(82, 82, 82)",
                            "family": "Arial"
                        },
                        "linecolor": "rgb(204, 204, 204)",
                        "linewidth": 2,
                        "tickcolor": "rgb(204, 204, 204)",
                        "tickwidth": 2,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "l": 100,
                        "r": 20,
                        "t": 110,
                        "autoexpand": false
                    },
                    "autosize": false,
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": 74,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "CONTRACT 74%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 69,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "69%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 45,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "NON-CONTRACT 45%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 28,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "28%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 13,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "MEDIA 13%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 50,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "50%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 18,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "NIKE OFFICIAL 18%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 23,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "23%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": 1.05,
                            "font": {
                                "size": 30,
                                "color": "rgb(37,37,37)",
                                "family": "Arial"
                            },
                            "text": "Main Source for News",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": -0.1,
                            "font": {
                                "size": 12,
                                "color": "rgb(150,150,150)",
                                "family": "Arial"
                            },
                            "text": "Source: PewResearch Center & Storytelling with data",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 74,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "CONTRACT 74%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 69,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "69%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 45,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "NON-CONTRACT 45%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 28,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "28%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 13,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "MEDIA 13%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 50,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "50%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 18,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "NIKE OFFICIAL 18%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 23,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "23%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": 1.05,
                            "font": {
                                "size": 30,
                                "color": "rgb(37,37,37)",
                                "family": "Arial"
                            },
                            "text": "Main Source for News",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": -0.1,
                            "font": {
                                "size": 12,
                                "color": "rgb(150,150,150)",
                                "family": "Arial"
                            },
                            "text": "Source: PewResearch Center & Storytelling with data",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~schen666",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 03:44:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "schen666",
                "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-18T03:53:54.435668Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://plotly.com/~sgshivamgupta14/2.embed",
            "fid": "sgshivamgupta14:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sgshivamgupta14:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/sgshivamgupta14:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sgshivamgupta14/2/8_FJ59AIMOP95PMEZ1AS4I9SRCH40KPV.png",
                "list-thumb": "https://api.plotly.com/v2/files/sgshivamgupta14:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sgshivamgupta14:2",
                "plots": "https://api.plotly.com/v2/plots/sgshivamgupta14:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=sgshivamgupta14"
            },
            "owner": "sgshivamgupta14",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://plotly.com/~sgshivamgupta14/2/",
            "world_readable": true,
            "date_modified": "2019-06-18T04:02:22.426Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://plotly.com/~sgshivamgupta14/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Bar-graph",
                        "type": "bar",
                        "xsrc": "sgshivamgupta14:1:6445f8",
                        "ysrc": "sgshivamgupta14:1:ea2b8e",
                        "marker": {
                            "colorsrc": "sgshivamgupta14:1:c93b32"
                        },
                        "textsrc": "sgshivamgupta14:1:b5bd65",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 18,
                        "color": "#191970",
                        "family": "Arial Black, Sans-serif"
                    },
                    "title": {
                        "font": {
                            "size": 24,
                            "color": "rgb(40, 56, 59)",
                            "family": "PT Sans Narrow"
                        },
                        "text": "Top 10 Trending Skills"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            9.5
                        ],
                        "title": {
                            "font": {
                                "color": "rgb(242, 105, 83)"
                            },
                            "text": "<br>"
                        },
                        "showgrid": false,
                        "showline": false,
                        "tickfont": {
                            "size": 14,
                            "color": "rgb(1, 1, 8)",
                            "family": "Old Standard TT, serif"
                        },
                        "zeroline": false,
                        "autorange": true,
                        "tickangle": 68,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            10.53
                        ],
                        "title": {
                            "font": {
                                "size": 22,
                                "color": "rgb(37, 37, 38)",
                                "family": "Droid Serif"
                            },
                            "text": "Popularity"
                        },
                        "tickfont": {
                            "size": 14,
                            "color": "#191970",
                            "family": "Old Standard TT, serif"
                        },
                        "autorange": false,
                        "tickangle": 68,
                        "showticklabels": true
                    },
                    "margin": {
                        "t": 100
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "hovermode": "x",
                    "hoverlabel": {
                        "font": {
                            "size": 12
                        },
                        "align": "auto"
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "#fff"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://plotly.com/~sgshivamgupta14",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/65.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-18 03:32:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sgshivamgupta14",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}