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/IPython.Demo:585/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "creation_time": "2014-01-22T13:14:16.000000Z",
    "comments": {
        "results": [],
        "count": 0
    },
    "parented": true,
    "embed_url": "https://chart-studio.plotly.com/~IPython.Demo/585.embed",
    "fid": "IPython.Demo:585",
    "filename": "plot from API (138)",
    "filetype": "plot",
    "img_url": "https://storage.googleapis.com/plotly-prod-images/IPython.Demo/585/9_J3IYOMXT73JZ0W9FJ2UEOCDBJQE33A.png",
    "image_urls": {
        "default": "https://storage.googleapis.com/plotly-prod-images/IPython.Demo/585/2_7EEPIE1PYBOOXPVN0MDX3O0Y6MKSUS.png",
        "block-thumb": "https://storage.googleapis.com/plotly-prod-images/IPython.Demo/585/8_2HH0QFEBFF4PFS9YXXYO06FJ1GJJET.png",
        "list-thumb": "https://storage.googleapis.com/plotly-prod-images/IPython.Demo/585/9_J3IYOMXT73JZ0W9FJ2UEOCDBJQE33A.png"
    },
    "api_urls": {
        "files": "https://api.plotly.com/v2/files/IPython.Demo:585",
        "plots": "https://api.plotly.com/v2/plots/IPython.Demo:585",
        "parent": "https://api.plotly.com/v2/folders/home?user=IPython.Demo"
    },
    "owner": "IPython.Demo",
    "parent": -1,
    "preview": "",
    "referencers": [],
    "references": [],
    "title": "Usefulness / Positions Distribution<br> (Bubble Size is Amount of Search Results)",
    "views": 8,
    "web_url": "https://chart-studio.plotly.com/~IPython.Demo/585/usefulness-positions-distribution-bubble-size-is-amount-of-search-results/",
    "world_readable": true,
    "date_modified": "2015-06-19T22:55:46.516Z",
    "stars": {
        "results": [],
        "count": 0
    },
    "collaborators": {
        "results": [],
        "count": 0
    },
    "subfolder_count": null,
    "refresh_interval": null,
    "organize_view_url": "https://chart-studio.plotly.com/~IPython.Demo/585/",
    "current_user_permission": "read",
    "is_theme": null,
    "is_template": null,
    "autosize": true,
    "caption": "",
    "figure": {
        "data": [
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:5159a6",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:a04cf1",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:7a681f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:591da2",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:69665d",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:ae2c2f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:103f03",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:5c2c57",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:79621b",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:59d900",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:5159a6",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:a04cf1",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:7a681f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:591da2",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:69665d",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:ae2c2f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:103f03",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:5c2c57",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:79621b",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:59d900",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:5159a6",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:a04cf1",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:7a681f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:591da2",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:69665d",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:ae2c2f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:103f03",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:5c2c57",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:79621b",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:59d900",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:5159a6",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:a04cf1",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:7a681f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:591da2",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:69665d",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:ae2c2f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:103f03",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:5c2c57",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:79621b",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:59d900",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:5159a6",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:a04cf1",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:7a681f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:591da2",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:69665d",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:7293e6",
                "ysrc": "IPython.Demo:6465:ae2c2f",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:7293e6"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:84682d",
                "ysrc": "IPython.Demo:6465:103f03",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:48b058"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:859785",
                "ysrc": "IPython.Demo:6465:5c2c57",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:9d03aa"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:a71ebf",
                "ysrc": "IPython.Demo:6465:79621b",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:ffaf7c"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            },
            {
                "mode": "markers",
                "type": "scatter",
                "xsrc": "IPython.Demo:6465:5db0b7",
                "ysrc": "IPython.Demo:6465:59d900",
                "marker": {
                    "line": {
                        "width": 1
                    },
                    "opacity": 0.73,
                    "sizesrc": "IPython.Demo:6465:4f1c54"
                },
                "textsrc": "IPython.Demo:6465:720ff0"
            }
        ],
        "layout": {
            "title": "Usefulness / Positions Distribution<br> (Bubble Size is Amount of Search Results)",
            "xaxis": {
                "ticks": "",
                "title": "Usefulness of result",
                "showgrid": false,
                "zeroline": true,
                "linecolor": "white"
            },
            "yaxis": {
                "ticks": "",
                "title": "Position",
                "showgrid": false,
                "zeroline": true,
                "linecolor": "white"
            },
            "hovermode": "closest",
            "showlegend": false,
            "annotations": [
                {
                    "x": -0.18,
                    "y": -0.18,
                    "font": {
                        "size": 10
                    },
                    "text": "Search System \"A\"",
                    "xref": "paper",
                    "yref": "paper",
                    "align": "left",
                    "showarrow": false
                }
            ]
        }
    },
    "height": null,
    "width": null,
    "user": {
        "profile_url": "https://chart-studio.plotly.com/~IPython.Demo",
        "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
        "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
        "bio": "",
        "nickname": "",
        "website": "",
        "stream_tokens": null,
        "feature_set_id": null,
        "csrf_token": null,
        "date_joined": "2013-11-23 19:16:58",
        "mapbox_access_tokens": null,
        "has_password": null,
        "username": "IPython.Demo",
        "email": null,
        "is_active": null,
        "readonly": null,
        "is_dash_creator": null,
        "dash_created_count": null,
        "is_chart_creator": null,
        "charts_created_count": null
    }
}