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=cD0yMDE5LTA2LTE3KzE4JTNBMjglM0EyNy40ODY5MDglMkIwMCUzQTAw&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE4JTNBMDklM0ExMy40MTQ4OTIlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxOCUzQTI0JTNBNTQuNTgyMjQzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T18:24:54.582243Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jhuo831alex/100.embed",
            "fid": "jhuo831alex:100",
            "filename": "binning function",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jhuo831alex:100/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jhuo831alex/100/2_2NNVVFB1J2XXIXE5M2ROR9UP7DQU36.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jhuo831alex/100/8_PJ96UH07TA16ZMU3V9XX0NEUXJRB7K.png",
                "list-thumb": "https://api.plotly.com/v2/files/jhuo831alex:100/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jhuo831alex:100",
                "plots": "https://api.plotly.com/v2/plots/jhuo831alex:100",
                "parent": "https://api.plotly.com/v2/folders/home?user=jhuo831alex"
            },
            "owner": "jhuo831alex",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jhuo831alex/100/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:24:55.054Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jhuo831alex/100/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7182de3c-b0a5-4678-95b8-24d11daed61c",
                        "type": "histogram",
                        "xsrc": "jhuo831alex:101:5c6065",
                        "ysrc": "jhuo831alex:101:e03725"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jhuo831alex",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-05-06 23:57:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jhuo831alex",
                "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-17T18:21:48.299150Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~victor.celleguin/218.embed",
            "fid": "victor.celleguin:218",
            "filename": "styled_table",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/victor.celleguin/218/9_H0KI1ZJPL59G2C99PKQOL8AFQ8KICB.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/victor.celleguin/218/2_1UGS7WEJBQ49ARC8CRN0JQA1NXHSHX.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/victor.celleguin/218/8_3PM8E8XCKCU7IV8FR24O3KZQUCO3ML.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/victor.celleguin/218/9_H0KI1ZJPL59G2C99PKQOL8AFQ8KICB.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/victor.celleguin:218",
                "plots": "https://api.plotly.com/v2/plots/victor.celleguin:218",
                "parent": "https://api.plotly.com/v2/folders/home?user=victor.celleguin"
            },
            "owner": "victor.celleguin",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~victor.celleguin/218/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:38:53.436Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~victor.celleguin/218/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "02eb312c-235c-44d4-a93a-e46e1460ad42",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "white"
                            },
                            "line": {
                                "color": "#7D7F80"
                            },
                            "alignsrc": "victor.celleguin:219:8e7439",
                            "valuessrc": "victor.celleguin:219:e64398,03c1cf,e01852,d3de54"
                        },
                        "columnwidthsrc": "victor.celleguin:219:38e27e"
                    }
                ],
                "layout": {
                    "width": 550,
                    "height": 400
                }
            },
            "height": 400,
            "width": 550,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~victor.celleguin",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/7.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-04-04 18:27:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "victor.celleguin",
                "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-17T18:18:16.314465Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rreilly3/78.embed",
            "fid": "rreilly3:78",
            "filename": "simple-3d-scatter",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rreilly3:78/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/rreilly3:78/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/rreilly3:78/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rreilly3:78/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rreilly3:78",
                "plots": "https://api.plotly.com/v2/plots/rreilly3:78",
                "parent": "https://api.plotly.com/v2/folders/home?user=rreilly3"
            },
            "owner": "rreilly3",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "3D Representation of Word Vectors & Clusters with PCA",
            "views": 87,
            "web_url": "https://chart-studio.plotly.com/~rreilly3/78/_3d-representation-of-word-vectors-clusters-with-pca/",
            "world_readable": true,
            "date_modified": "2019-07-19T20:50:07.400Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rreilly3/78/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ad32dace-9ce3-4e66-9f2b-07daa25213a8",
                        "mode": "markers",
                        "text": "anti-immigrant",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5d414b",
                        "ysrc": "rreilly3:79:1360c0",
                        "zsrc": "rreilly3:79:7aecfe",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "aedf2b01-4ba1-4472-8d38-152726b35519",
                        "mode": "markers",
                        "text": "anti-gay",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e5778c",
                        "ysrc": "rreilly3:79:5d2ada",
                        "zsrc": "rreilly3:79:087280",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "71c605e3-b45d-4fd2-be27-67a0af4bfb7e",
                        "mode": "markers",
                        "text": "anti-muslim",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e0e69e",
                        "ysrc": "rreilly3:79:b465ac",
                        "zsrc": "rreilly3:79:6cce6b",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c34f767f-8aee-4b81-91ad-8f69214d6d91",
                        "mode": "markers",
                        "text": "antigovernment",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:dd731e",
                        "ysrc": "rreilly3:79:766655",
                        "zsrc": "rreilly3:79:35cada",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ee716691-28a0-4fee-987d-68eb191c0a17",
                        "mode": "markers",
                        "text": "holocaust",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:45bf70",
                        "ysrc": "rreilly3:79:b948a8",
                        "zsrc": "rreilly3:79:cc8863",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "06ad16b1-7120-45fc-b946-cf99d97a4908",
                        "mode": "markers",
                        "text": "neo-nazi",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:d4075e",
                        "ysrc": "rreilly3:79:95f82a",
                        "zsrc": "rreilly3:79:b84b0b",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2b6635fb-9fd3-4afb-ae63-818611793afd",
                        "mode": "markers",
                        "text": "racist",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a5f6e1",
                        "ysrc": "rreilly3:79:c12f2b",
                        "zsrc": "rreilly3:79:0479c8",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "02c51399-e958-4ab7-994f-b5b7973c6c4c",
                        "mode": "markers",
                        "text": "skinhead",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f7fb65",
                        "ysrc": "rreilly3:79:b47aa8",
                        "zsrc": "rreilly3:79:24289b",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d87d2044-6b2f-46cb-a006-ac41ebfee67a",
                        "mode": "markers",
                        "text": "nationalist",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5d64ba",
                        "ysrc": "rreilly3:79:0faf9e",
                        "zsrc": "rreilly3:79:160eba",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c538ddfa-c556-4ccf-b279-1e576b09fbe7",
                        "mode": "markers",
                        "text": "white-supremacist",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:d1b89c",
                        "ysrc": "rreilly3:79:a5bdd1",
                        "zsrc": "rreilly3:79:5e3c25",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "95fbc243-03d8-49e2-acb5-053b25acf087",
                        "mode": "markers",
                        "text": "far-right",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:572712",
                        "ysrc": "rreilly3:79:56265a",
                        "zsrc": "rreilly3:79:d9efae",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4286c0e5-2b4b-4416-8646-2d3ffc9e997a",
                        "mode": "markers",
                        "text": "abortion",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e335b4",
                        "ysrc": "rreilly3:79:1c35f7",
                        "zsrc": "rreilly3:79:33db6f",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2429115b-f448-445e-aaaa-d645c6775e46",
                        "mode": "markers",
                        "text": "abortionist",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f7aada",
                        "ysrc": "rreilly3:79:296ff0",
                        "zsrc": "rreilly3:79:6cd197",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d387a1a8-a761-4cc4-9c39-68258b0a1796",
                        "mode": "markers",
                        "text": "antivax",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a5b7fd",
                        "ysrc": "rreilly3:79:9609e8",
                        "zsrc": "rreilly3:79:19745b",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8902cdf5-446f-400c-8df5-2d20f64c0bae",
                        "mode": "markers",
                        "text": "antivaxxers",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f513ab",
                        "ysrc": "rreilly3:79:659ea9",
                        "zsrc": "rreilly3:79:d00d81",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4da63110-15a1-471e-b73e-8c907a1bcf6f",
                        "mode": "markers",
                        "text": "goy",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:9460c6",
                        "ysrc": "rreilly3:79:911f31",
                        "zsrc": "rreilly3:79:9b2894",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d1f43ae2-5150-4ebb-9358-f8a7c5453650",
                        "mode": "markers",
                        "text": "goyim",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6b8902",
                        "ysrc": "rreilly3:79:9f9f6e",
                        "zsrc": "rreilly3:79:0f3f4d",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fa903dae-2e9a-400b-b72c-89ad500817a9",
                        "mode": "markers",
                        "text": "goyish",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:76fd02",
                        "ysrc": "rreilly3:79:6cf9b9",
                        "zsrc": "rreilly3:79:cb5702",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ce332434-d65b-4a94-8b40-6e4c5a2c9e9e",
                        "mode": "markers",
                        "text": "shiksa",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:60d7af",
                        "ysrc": "rreilly3:79:62634d",
                        "zsrc": "rreilly3:79:d2fb75",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a5c5dc49-d206-4c34-a159-de4ec7038d04",
                        "mode": "markers",
                        "text": "bitch",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:49c686",
                        "ysrc": "rreilly3:79:563592",
                        "zsrc": "rreilly3:79:9d38b9",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "19f97381-5650-42e9-8579-647b070f5e4e",
                        "mode": "markers",
                        "text": "bitching",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:271216",
                        "ysrc": "rreilly3:79:d9c76d",
                        "zsrc": "rreilly3:79:94f057",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "357a68d1-2c23-4380-acee-f78f24fbf5e6",
                        "mode": "markers",
                        "text": "biatch",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:62bfae",
                        "ysrc": "rreilly3:79:b3e167",
                        "zsrc": "rreilly3:79:a526df",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "57d3822b-8b2a-463d-bb75-2059d5aaaa99",
                        "mode": "markers",
                        "text": "gringa",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:2545fa",
                        "ysrc": "rreilly3:79:2b5c39",
                        "zsrc": "rreilly3:79:10b104",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "75287c23-a20c-40fc-b767-0551c45f8fbb",
                        "mode": "markers",
                        "text": "gringo",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:68beae",
                        "ysrc": "rreilly3:79:02a891",
                        "zsrc": "rreilly3:79:cdd0a4",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "777256e5-ae38-4600-ae81-a808af32c349",
                        "mode": "markers",
                        "text": "queer",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3b1464",
                        "ysrc": "rreilly3:79:093112",
                        "zsrc": "rreilly3:79:8ad131",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c81be50f-2576-472f-81f2-e14316c2bf3c",
                        "mode": "markers",
                        "text": "queerer",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0a383d",
                        "ysrc": "rreilly3:79:bb3b16",
                        "zsrc": "rreilly3:79:4dbaad",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "48ea76d6-9479-4f14-aa34-22618435424d",
                        "mode": "markers",
                        "text": "queerest",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c98d3c",
                        "ysrc": "rreilly3:79:f4c3ca",
                        "zsrc": "rreilly3:79:6924a8",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f209c1b9-8523-4df9-befd-f614535bd4fa",
                        "mode": "markers",
                        "text": "queers",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:da8619",
                        "ysrc": "rreilly3:79:8873b7",
                        "zsrc": "rreilly3:79:bd1bba",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4b911b8c-3dbd-420a-b3eb-573844ce9e28",
                        "mode": "markers",
                        "text": "goddamn",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:990d1c",
                        "ysrc": "rreilly3:79:ea66d8",
                        "zsrc": "rreilly3:79:fc395f",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b52d43be-bd24-45e5-8f81-6df2b784bca6",
                        "mode": "markers",
                        "text": "goddamned",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:7c5bcf",
                        "ysrc": "rreilly3:79:554d95",
                        "zsrc": "rreilly3:79:ae57f7",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "715a1b06-0978-451b-8c91-914c874245e8",
                        "mode": "markers",
                        "text": "goddamnit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:691e5a",
                        "ysrc": "rreilly3:79:06dc19",
                        "zsrc": "rreilly3:79:828af5",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2d024d86-61a1-4205-a758-86571d7bc710",
                        "mode": "markers",
                        "text": "apeshit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:cc64ac",
                        "ysrc": "rreilly3:79:2fdae9",
                        "zsrc": "rreilly3:79:4d2b12",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7102d46b-9b27-452c-88f2-b10dfd0c7822",
                        "mode": "markers",
                        "text": "arse",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c204d1",
                        "ysrc": "rreilly3:79:6bf2c7",
                        "zsrc": "rreilly3:79:b8840d",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c808642a-d84e-45cb-9fdf-9212b61e1d07",
                        "mode": "markers",
                        "text": "asshole",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:fcb3e1",
                        "ysrc": "rreilly3:79:8fffc4",
                        "zsrc": "rreilly3:79:74fabc",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "636e22d2-8b02-4972-a07c-18b56661bd85",
                        "mode": "markers",
                        "text": "badass",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c7a584",
                        "ysrc": "rreilly3:79:1c1781",
                        "zsrc": "rreilly3:79:c3d385",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1333466f-5b3d-4dd5-b925-602f655fc7cb",
                        "mode": "markers",
                        "text": "ballocks",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0fb64d",
                        "ysrc": "rreilly3:79:e874d1",
                        "zsrc": "rreilly3:79:977df3",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fd926821-0815-449a-b071-336fa48ef4da",
                        "mode": "markers",
                        "text": "batshit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6e91fe",
                        "ysrc": "rreilly3:79:541995",
                        "zsrc": "rreilly3:79:5b1d0d",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bea1c9e5-589f-4d21-8fe5-8bc1804df946",
                        "mode": "markers",
                        "text": "beaver",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:bd8d71",
                        "ysrc": "rreilly3:79:f8ee8f",
                        "zsrc": "rreilly3:79:9332f1",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fa25b17d-e68b-4985-9e42-31d18490fd14",
                        "mode": "markers",
                        "text": "boink",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:519a9d",
                        "ysrc": "rreilly3:79:da4dfb",
                        "zsrc": "rreilly3:79:249b34",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c9f48e76-0a91-4879-b216-80c81cfa6c52",
                        "mode": "markers",
                        "text": "boinked",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ebd4be",
                        "ysrc": "rreilly3:79:5a814c",
                        "zsrc": "rreilly3:79:1cddbb",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "15e3e131-df86-4177-b0e7-421f08595071",
                        "mode": "markers",
                        "text": "boinking",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:135a38",
                        "ysrc": "rreilly3:79:4ba027",
                        "zsrc": "rreilly3:79:861149",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c1957f96-8d5d-404a-a10f-d5982d4ca20a",
                        "mode": "markers",
                        "text": "boinks",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f44e02",
                        "ysrc": "rreilly3:79:1c7212",
                        "zsrc": "rreilly3:79:5a0207",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "451f89e1-7ee5-4e08-8a67-1221d7b7a389",
                        "mode": "markers",
                        "text": "bollocks",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:638711",
                        "ysrc": "rreilly3:79:09eccc",
                        "zsrc": "rreilly3:79:d1f527",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7fc45d12-75bb-4db3-b202-d1b89144f305",
                        "mode": "markers",
                        "text": "boner",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:7f7d63",
                        "ysrc": "rreilly3:79:f6f5f2",
                        "zsrc": "rreilly3:79:aee13d",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6505cf16-942e-46f5-b59d-1ffa8fb05284",
                        "mode": "markers",
                        "text": "boners",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3e8475",
                        "ysrc": "rreilly3:79:a8cea4",
                        "zsrc": "rreilly3:79:125bd2",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3f32ee2b-0af2-4a67-b15d-8608562e5d03",
                        "mode": "markers",
                        "text": "booby",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6567e1",
                        "ysrc": "rreilly3:79:3a48c1",
                        "zsrc": "rreilly3:79:ea5fa4",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2a07706b-03fa-400b-987a-81f520d4c296",
                        "mode": "markers",
                        "text": "boobies",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:931659",
                        "ysrc": "rreilly3:79:103311",
                        "zsrc": "rreilly3:79:daa052",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "62f89755-3302-4ea7-80e9-a937c185e2ed",
                        "mode": "markers",
                        "text": "bullshit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:21a64b",
                        "ysrc": "rreilly3:79:d60275",
                        "zsrc": "rreilly3:79:884512",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9e9e46ee-4a91-4bbf-889c-37f044b9e6b7",
                        "mode": "markers",
                        "text": "bullshitted",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0319fe",
                        "ysrc": "rreilly3:79:3240fc",
                        "zsrc": "rreilly3:79:78f284",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3d34d205-9480-4e87-909b-a15da3b5f684",
                        "mode": "markers",
                        "text": "bullshitting",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:9b8890",
                        "ysrc": "rreilly3:79:3ab0c9",
                        "zsrc": "rreilly3:79:a351a5",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d9ae0b1b-b489-4bfa-b992-ff562f9bfa3f",
                        "mode": "markers",
                        "text": "butthole",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c23cc8",
                        "ysrc": "rreilly3:79:356677",
                        "zsrc": "rreilly3:79:dd0c88",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7caf2305-e528-44d1-abc2-297d6e324bfc",
                        "mode": "markers",
                        "text": "chickenshit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:20810d",
                        "ysrc": "rreilly3:79:f07740",
                        "zsrc": "rreilly3:79:5cb11a",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e5484e43-8081-4f22-8bc5-a72726189382",
                        "mode": "markers",
                        "text": "crapper",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8e63af",
                        "ysrc": "rreilly3:79:8b415f",
                        "zsrc": "rreilly3:79:4902b9",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e102e68e-7662-4e18-8d47-0174bf581dc0",
                        "mode": "markers",
                        "text": "crappers",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1c2d3e",
                        "ysrc": "rreilly3:79:690841",
                        "zsrc": "rreilly3:79:45b20a",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e81410f6-5618-4aca-892b-4c3b6b117f29",
                        "mode": "markers",
                        "text": "dick",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1b7d08",
                        "ysrc": "rreilly3:79:4f60d2",
                        "zsrc": "rreilly3:79:961607",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "65c7dc82-6505-42bd-b179-631f00ec2f38",
                        "mode": "markers",
                        "text": "dickhead",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1d06c9",
                        "ysrc": "rreilly3:79:43eb4e",
                        "zsrc": "rreilly3:79:d776d9",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "74b3eef4-8c11-44d9-a3c9-aea52a3a7485",
                        "mode": "markers",
                        "text": "dong",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:07a72b",
                        "ysrc": "rreilly3:79:772995",
                        "zsrc": "rreilly3:79:1e7de0",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "47fb2c00-d7fb-420d-8445-bfc154666ad0",
                        "mode": "markers",
                        "text": "dork",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:2a0c73",
                        "ysrc": "rreilly3:79:e10da6",
                        "zsrc": "rreilly3:79:fa830b",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "716358eb-56a2-4f7b-b6ff-0093410a2ac4",
                        "mode": "markers",
                        "text": "douchebag",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ca211e",
                        "ysrc": "rreilly3:79:d0d07f",
                        "zsrc": "rreilly3:79:652e44",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0e4d62f3-7889-4f8a-95ab-eb1f93836523",
                        "mode": "markers",
                        "text": "fap",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:eeb1d8",
                        "ysrc": "rreilly3:79:230765",
                        "zsrc": "rreilly3:79:621b31",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0d2e5edf-a558-4d07-85c4-1c7adf8715f4",
                        "mode": "markers",
                        "text": "fapped",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b76b72",
                        "ysrc": "rreilly3:79:239317",
                        "zsrc": "rreilly3:79:609918",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1083848a-f765-4f99-bff9-6e3f6778cbcd",
                        "mode": "markers",
                        "text": "fapping",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:71ebe1",
                        "ysrc": "rreilly3:79:cc4abf",
                        "zsrc": "rreilly3:79:ede10e",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0304c08d-747d-4ad0-a19e-471ad4899ab8",
                        "mode": "markers",
                        "text": "faps",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a64702",
                        "ysrc": "rreilly3:79:01eb65",
                        "zsrc": "rreilly3:79:8d3266",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e554433a-be88-4d85-abcc-18d21b880f66",
                        "mode": "markers",
                        "text": "fart",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e4f399",
                        "ysrc": "rreilly3:79:3c6e69",
                        "zsrc": "rreilly3:79:f111c0",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "03661b81-6ffb-420c-8ecc-e047d1c90af0",
                        "mode": "markers",
                        "text": "farted",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:977337",
                        "ysrc": "rreilly3:79:07ffd9",
                        "zsrc": "rreilly3:79:006c23",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "070cd8c5-0c23-435a-8df0-88f637394f3b",
                        "mode": "markers",
                        "text": "farting",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c746a6",
                        "ysrc": "rreilly3:79:0700e4",
                        "zsrc": "rreilly3:79:f4301a",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fd027cc1-386b-41fb-b3fd-a11c049d77fc",
                        "mode": "markers",
                        "text": "farts",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:bd5791",
                        "ysrc": "rreilly3:79:79c65a",
                        "zsrc": "rreilly3:79:d4bcac",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "676c46fc-0a82-4995-87c1-4fc50eece090",
                        "mode": "markers",
                        "text": "frig",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:041a8f",
                        "ysrc": "rreilly3:79:e4c021",
                        "zsrc": "rreilly3:79:35751c",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b8c20ff6-51e4-4cf6-b320-46b8d615b91a",
                        "mode": "markers",
                        "text": "frigged",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:567dd4",
                        "ysrc": "rreilly3:79:df08c6",
                        "zsrc": "rreilly3:79:caf436",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5b101b94-c537-4493-9e85-c96cb9033669",
                        "mode": "markers",
                        "text": "frigging",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:726b71",
                        "ysrc": "rreilly3:79:b4c06c",
                        "zsrc": "rreilly3:79:55617e",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9dcffd70-51f0-4dd8-b10c-0acde6183490",
                        "mode": "markers",
                        "text": "frigs",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:283f12",
                        "ysrc": "rreilly3:79:9aa5b0",
                        "zsrc": "rreilly3:79:beb75f",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a3fd0a32-de5b-4fd9-bdd4-562faee622f2",
                        "mode": "markers",
                        "text": "fuck",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8e3b56",
                        "ysrc": "rreilly3:79:9f4f84",
                        "zsrc": "rreilly3:79:8fc465",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "289827cc-6a7a-4787-8236-6ec2c8c45d81",
                        "mode": "markers",
                        "text": "fucked",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:484a24",
                        "ysrc": "rreilly3:79:cc135f",
                        "zsrc": "rreilly3:79:e5c459",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ed08defc-8de2-4b03-991f-f339299a837b",
                        "mode": "markers",
                        "text": "fucking",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:78f330",
                        "ysrc": "rreilly3:79:3a7139",
                        "zsrc": "rreilly3:79:73553f",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7c874397-65ab-4d29-8841-5662e2a9af3f",
                        "mode": "markers",
                        "text": "fucks",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a8e214",
                        "ysrc": "rreilly3:79:5d1c16",
                        "zsrc": "rreilly3:79:942a8c",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "35f54cf2-f3b7-4fac-988a-4e717cfea37f",
                        "mode": "markers",
                        "text": "fucker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:94004a",
                        "ysrc": "rreilly3:79:2ef1f0",
                        "zsrc": "rreilly3:79:26bc8b",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b3efc83f-9265-4de7-8b8e-fa1c0db34335",
                        "mode": "markers",
                        "text": "fuckhead",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:43a331",
                        "ysrc": "rreilly3:79:fbd206",
                        "zsrc": "rreilly3:79:91377c",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "94fb9f43-83a9-42bb-99ac-0289b180c19a",
                        "mode": "markers",
                        "text": "fuckoff",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:38af49",
                        "ysrc": "rreilly3:79:f53209",
                        "zsrc": "rreilly3:79:1ab41c",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6ee770af-4104-4dd7-b8bc-2d64266ab9ca",
                        "mode": "markers",
                        "text": "fuckup",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a6ecf9",
                        "ysrc": "rreilly3:79:d980df",
                        "zsrc": "rreilly3:79:caec50",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ef4f56fa-7900-4749-ab91-d6e781dc9dbe",
                        "mode": "markers",
                        "text": "fugly",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ab753e",
                        "ysrc": "rreilly3:79:fd7daf",
                        "zsrc": "rreilly3:79:f20dff",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "da9ff569-7948-4ed9-b6a3-c80214aa7351",
                        "mode": "markers",
                        "text": "fugliest",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c94dbf",
                        "ysrc": "rreilly3:79:78f794",
                        "zsrc": "rreilly3:79:528aab",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6e3f9144-1d01-4fc1-9c9a-22aa6759e33d",
                        "mode": "markers",
                        "text": "hardon",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4882b8",
                        "ysrc": "rreilly3:79:3433f3",
                        "zsrc": "rreilly3:79:f15271",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5da8916a-2783-43cb-8986-f90c5e94913c",
                        "mode": "markers",
                        "text": "honeypot",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:36b19e",
                        "ysrc": "rreilly3:79:a8c4c7",
                        "zsrc": "rreilly3:79:8ef311",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a1d6a33f-096d-4ec0-ad4c-27178c8129b4",
                        "mode": "markers",
                        "text": "honeypots",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:19d569",
                        "ysrc": "rreilly3:79:138fb3",
                        "zsrc": "rreilly3:79:216196",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "153c15ba-631e-4715-9517-f3c5b006e124",
                        "mode": "markers",
                        "text": "hooter",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b5ffc1",
                        "ysrc": "rreilly3:79:dd7309",
                        "zsrc": "rreilly3:79:47882f",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b0e63b86-76f2-435a-b349-2ea6105cefd5",
                        "mode": "markers",
                        "text": "hooters",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:946059",
                        "ysrc": "rreilly3:79:86cd70",
                        "zsrc": "rreilly3:79:7ad58f",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ed7d8167-c38e-4bf6-a4ba-8ba92dc4eccb",
                        "mode": "markers",
                        "text": "horny",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:d62c90",
                        "ysrc": "rreilly3:79:d892d8",
                        "zsrc": "rreilly3:79:ddafe3",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6affe4f3-ca14-4eaf-8808-4378098b76ec",
                        "mode": "markers",
                        "text": "hornier",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5c614c",
                        "ysrc": "rreilly3:79:62423d",
                        "zsrc": "rreilly3:79:f4550e",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bedbf872-4169-43a7-a994-4e2b38cb41f8",
                        "mode": "markers",
                        "text": "horniest",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3d6a5c",
                        "ysrc": "rreilly3:79:1d15aa",
                        "zsrc": "rreilly3:79:7b37b2",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "784cefa4-bc2d-48af-9e41-662b41c6e648",
                        "mode": "markers",
                        "text": "lardass",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e8e7a2",
                        "ysrc": "rreilly3:79:d5022a",
                        "zsrc": "rreilly3:79:45f935",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "19358ef5-5d65-46ad-bba4-9e9e44c87270",
                        "mode": "markers",
                        "text": "motherfucker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:98056f",
                        "ysrc": "rreilly3:79:8779ff",
                        "zsrc": "rreilly3:79:d2e341",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "dc77db81-b66a-4cf8-ad73-0f5e126da848",
                        "mode": "markers",
                        "text": "muff",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8b572f",
                        "ysrc": "rreilly3:79:85b16c",
                        "zsrc": "rreilly3:79:bf783f",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "df110444-3945-4bcb-8d59-353a4745a57b",
                        "mode": "markers",
                        "text": "nad",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6cac06",
                        "ysrc": "rreilly3:79:7f0dc4",
                        "zsrc": "rreilly3:79:8b9993",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "84d9b2b5-8559-48f2-b07b-50da950f521a",
                        "mode": "markers",
                        "text": "nooky",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:97fadd",
                        "ysrc": "rreilly3:79:12b232",
                        "zsrc": "rreilly3:79:da0e80",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "336f4c30-7cee-4b52-b7ab-e40ad8e8ebd5",
                        "mode": "markers",
                        "text": "pecker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:82489b",
                        "ysrc": "rreilly3:79:ea6ffe",
                        "zsrc": "rreilly3:79:30c647",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "94a56060-c942-4def-b303-abdabf52b722",
                        "mode": "markers",
                        "text": "piss",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:057f5b",
                        "ysrc": "rreilly3:79:a5bb7a",
                        "zsrc": "rreilly3:79:bf8375",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f0144743-dfdf-4d07-bedf-05467e4b2236",
                        "mode": "markers",
                        "text": "pissed",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6ffbd9",
                        "ysrc": "rreilly3:79:d72bb9",
                        "zsrc": "rreilly3:79:a97778",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "88ca5689-fd3b-43ef-83ca-af9d7941c032",
                        "mode": "markers",
                        "text": "pisses",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:65f730",
                        "ysrc": "rreilly3:79:abc05a",
                        "zsrc": "rreilly3:79:5fd7fe",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "177140d4-f125-46b5-ab24-90ac23f241f7",
                        "mode": "markers",
                        "text": "pissing",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0331f7",
                        "ysrc": "rreilly3:79:1a76dc",
                        "zsrc": "rreilly3:79:5fbf6c",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "99e8ab9f-e04f-4137-8d1d-5eca7c7c8e4f",
                        "mode": "markers",
                        "text": "prick",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6b0b4c",
                        "ysrc": "rreilly3:79:d4bb8b",
                        "zsrc": "rreilly3:79:4caf6c",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "18da2955-7747-41dc-9e8e-b54a7cfda685",
                        "mode": "markers",
                        "text": "pricks",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5df049",
                        "ysrc": "rreilly3:79:522c8c",
                        "zsrc": "rreilly3:79:579993",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7f72e4f0-226c-4213-9ebf-f981dce1c735",
                        "mode": "markers",
                        "text": "putz",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5675c8",
                        "ysrc": "rreilly3:79:eae9a5",
                        "zsrc": "rreilly3:79:9b4a36",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "44f15367-db75-402d-a412-bb745eb4ca08",
                        "mode": "markers",
                        "text": "putzes",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:16bce3",
                        "ysrc": "rreilly3:79:d36a79",
                        "zsrc": "rreilly3:79:82d681",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7c4c4596-e871-4383-80fc-7613565de9a7",
                        "mode": "markers",
                        "text": "schlong",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:52c47a",
                        "ysrc": "rreilly3:79:72b49e",
                        "zsrc": "rreilly3:79:de353c",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0323173f-b58e-4fe6-a6a7-139181e34bca",
                        "mode": "markers",
                        "text": "schtupping",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:7e7f12",
                        "ysrc": "rreilly3:79:ef10d5",
                        "zsrc": "rreilly3:79:0a1695",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "694b88a7-e3fc-456c-822b-7c4316643f3d",
                        "mode": "markers",
                        "text": "scumbag",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:021b9c",
                        "ysrc": "rreilly3:79:4e4245",
                        "zsrc": "rreilly3:79:2c8403",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3b3cc9ed-8bf6-4bc6-94d3-1fca3e5c94fc",
                        "mode": "markers",
                        "text": "shit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1e463c",
                        "ysrc": "rreilly3:79:ec447b",
                        "zsrc": "rreilly3:79:54f9c1",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b0503829-7250-4468-87c4-d2fd93c72f3e",
                        "mode": "markers",
                        "text": "shat",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4902e4",
                        "ysrc": "rreilly3:79:8e7199",
                        "zsrc": "rreilly3:79:da474e",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ddb1147f-697f-4b9d-b038-93acde0ea515",
                        "mode": "markers",
                        "text": "shitting",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:06c569",
                        "ysrc": "rreilly3:79:c616e7",
                        "zsrc": "rreilly3:79:63b9f0",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2d8a6c85-35ac-4122-b33d-e27a21b3927c",
                        "mode": "markers",
                        "text": "shitcan",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8984fc",
                        "ysrc": "rreilly3:79:20ffa0",
                        "zsrc": "rreilly3:79:678d54",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "933d8967-f5f6-45ed-9645-7b8781d14309",
                        "mode": "markers",
                        "text": "shitfaced",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ec0612",
                        "ysrc": "rreilly3:79:58df1b",
                        "zsrc": "rreilly3:79:6bad3f",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "917e56ff-719f-4b03-91df-c2ba978e7dca",
                        "mode": "markers",
                        "text": "shithead",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1590c5",
                        "ysrc": "rreilly3:79:254aa1",
                        "zsrc": "rreilly3:79:54d601",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9b30c02f-2cf1-4664-8ee9-669d45c8ed76",
                        "mode": "markers",
                        "text": "shithole",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6a2f92",
                        "ysrc": "rreilly3:79:39335e",
                        "zsrc": "rreilly3:79:8f15af",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a998a001-b3af-44ac-947b-6054a0f17801",
                        "mode": "markers",
                        "text": "shithouse",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3f297b",
                        "ysrc": "rreilly3:79:e29018",
                        "zsrc": "rreilly3:79:16c889",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0d6b30d5-23c1-431d-80fd-cae1dabaca4b",
                        "mode": "markers",
                        "text": "shitkicker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:47b202",
                        "ysrc": "rreilly3:79:4c831e",
                        "zsrc": "rreilly3:79:a5cbfd",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9128e00a-8baf-46b2-bd44-ab719fb78183",
                        "mode": "markers",
                        "text": "shitlist",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5ddf97",
                        "ysrc": "rreilly3:79:de460c",
                        "zsrc": "rreilly3:79:9e59f6",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8e41419b-9e15-427b-b6da-bb6279474e2f",
                        "mode": "markers",
                        "text": "shitload",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b09553",
                        "ysrc": "rreilly3:79:2c1b96",
                        "zsrc": "rreilly3:79:d0c460",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4a226d94-4633-47ad-8616-675d2fcfa8d2",
                        "mode": "markers",
                        "text": "shitstorm",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ca9ef2",
                        "ysrc": "rreilly3:79:4a176b",
                        "zsrc": "rreilly3:79:c6b10b",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b31b2574-f6af-4bab-9b34-ce9411b5235f",
                        "mode": "markers",
                        "text": "shitty",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:414ec5",
                        "ysrc": "rreilly3:79:25f137",
                        "zsrc": "rreilly3:79:5449c0",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bff1b0d3-c28a-4d20-9b74-c912043d9ddd",
                        "mode": "markers",
                        "text": "shittier",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:9dc54a",
                        "ysrc": "rreilly3:79:b9ddec",
                        "zsrc": "rreilly3:79:70afd8",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "70ecf5ca-e152-41a5-bef1-a36d33e31d36",
                        "mode": "markers",
                        "text": "shittiest",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:294da1",
                        "ysrc": "rreilly3:79:a1adac",
                        "zsrc": "rreilly3:79:0c89ef",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "69eeb46d-1f4d-4a40-a6a2-210aa7f7a4e2",
                        "mode": "markers",
                        "text": "taint",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:655d2d",
                        "ysrc": "rreilly3:79:8ef370",
                        "zsrc": "rreilly3:79:8ffa32",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "77d7c10e-905d-4b47-a2ce-9070aa83f1d3",
                        "mode": "markers",
                        "text": "tightass",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:108367",
                        "ysrc": "rreilly3:79:baab35",
                        "zsrc": "rreilly3:79:60694e",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "725a478d-2591-49b5-b9ca-9dff621c4fa8",
                        "mode": "markers",
                        "text": "tit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8b5d75",
                        "ysrc": "rreilly3:79:724b43",
                        "zsrc": "rreilly3:79:bbd4d9",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c18f20d9-c274-48f6-87ea-17da2b73c52e",
                        "mode": "markers",
                        "text": "tits",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:2b3423",
                        "ysrc": "rreilly3:79:a2a955",
                        "zsrc": "rreilly3:79:58c302",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b7730f9d-d6d8-4386-9553-f06162135393",
                        "mode": "markers",
                        "text": "titty",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:aa5c45",
                        "ysrc": "rreilly3:79:353bdf",
                        "zsrc": "rreilly3:79:bce25d",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "de436e51-5dd0-45e9-8711-3098224c8dff",
                        "mode": "markers",
                        "text": "twat",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c02958",
                        "ysrc": "rreilly3:79:220630",
                        "zsrc": "rreilly3:79:ca1dee",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b5b76b47-a691-4f0a-a5d8-29d39cbbdd14",
                        "mode": "markers",
                        "text": "wank",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:dcac1d",
                        "ysrc": "rreilly3:79:e9d9b9",
                        "zsrc": "rreilly3:79:147df7",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c46595d2-8899-468e-a337-f638176a5499",
                        "mode": "markers",
                        "text": "wanked",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c0e9e9",
                        "ysrc": "rreilly3:79:ec8b8f",
                        "zsrc": "rreilly3:79:a13905",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "42d16bd1-3056-4f56-a06f-d3d605f13627",
                        "mode": "markers",
                        "text": "wanking",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:08651d",
                        "ysrc": "rreilly3:79:3a9943",
                        "zsrc": "rreilly3:79:dff8b2",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bba78d1c-8541-4ce3-885b-243d325a1c69",
                        "mode": "markers",
                        "text": "wanker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5ab25e",
                        "ysrc": "rreilly3:79:9e2988",
                        "zsrc": "rreilly3:79:9d46f4",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8eff607e-9378-4fd7-84d9-b58dd7439eed",
                        "mode": "markers",
                        "text": "whang",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ba8d27",
                        "ysrc": "rreilly3:79:de0553",
                        "zsrc": "rreilly3:79:a180e2",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "58ebaae0-fd3f-4b2f-8aa0-ecc12335b711",
                        "mode": "markers",
                        "text": "damnit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ace80d",
                        "ysrc": "rreilly3:79:e4f439",
                        "zsrc": "rreilly3:79:488358",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "14d8f5d8-f19e-4845-bdda-7b42564f6467",
                        "mode": "markers",
                        "text": "godammit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ba2d2c",
                        "ysrc": "rreilly3:79:a97366",
                        "zsrc": "rreilly3:79:1a4e88",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8ad0d8b0-d9b3-41f6-b83c-9f616edeb348",
                        "mode": "markers",
                        "text": "goddamit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:88a8c6",
                        "ysrc": "rreilly3:79:d4b3de",
                        "zsrc": "rreilly3:79:8dc8d9",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "867c5a6e-be1c-48f7-b8f0-9f925922998a",
                        "mode": "markers",
                        "text": "anal",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f5ef04",
                        "ysrc": "rreilly3:79:60cfc9",
                        "zsrc": "rreilly3:79:082f94",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "44eebe89-e02b-462b-a497-0235ac338f25",
                        "mode": "markers",
                        "text": "analsex",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:92d6ce",
                        "ysrc": "rreilly3:79:aaed56",
                        "zsrc": "rreilly3:79:b6fde8",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "749b7812-6ac5-4832-b8bc-3a6fff9cae2c",
                        "mode": "markers",
                        "text": "bestiality",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b897ef",
                        "ysrc": "rreilly3:79:0b7ad5",
                        "zsrc": "rreilly3:79:80dff3",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a2688076-44fe-4bcf-9d9c-84288d165bc2",
                        "mode": "markers",
                        "text": "bondage",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:759ed5",
                        "ysrc": "rreilly3:79:64bc82",
                        "zsrc": "rreilly3:79:104739",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7114e140-6d83-40c3-b92d-4ffc9c291331",
                        "mode": "markers",
                        "text": "boob",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1c1951",
                        "ysrc": "rreilly3:79:88ef15",
                        "zsrc": "rreilly3:79:cdf859",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "210341f7-b914-4d81-be46-a452af6d9130",
                        "mode": "markers",
                        "text": "bootycall",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6b652e",
                        "ysrc": "rreilly3:79:d12502",
                        "zsrc": "rreilly3:79:b75e85",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a27de7f5-6a61-4792-a834-8b8f4a3631f3",
                        "mode": "markers",
                        "text": "bunghole",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1be735",
                        "ysrc": "rreilly3:79:a3d76c",
                        "zsrc": "rreilly3:79:0f249a",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fbf8d473-6054-45e0-8b69-a4b6436c9788",
                        "mode": "markers",
                        "text": "clitoris",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:93d328",
                        "ysrc": "rreilly3:79:6b1490",
                        "zsrc": "rreilly3:79:90bda4",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4a216563-3406-4d4a-9a5c-ee54b689c52e",
                        "mode": "markers",
                        "text": "cumquat",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:fe260b",
                        "ysrc": "rreilly3:79:cb5303",
                        "zsrc": "rreilly3:79:f0b5b7",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "14e04d34-dcb4-4205-b88b-26f58e17a168",
                        "mode": "markers",
                        "text": "cunnilingus",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5522ca",
                        "ysrc": "rreilly3:79:0624f4",
                        "zsrc": "rreilly3:79:8ff597",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "35acab58-dec1-4809-b4f9-0e25fbc384ce",
                        "mode": "markers",
                        "text": "deepthroat",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:36b775",
                        "ysrc": "rreilly3:79:93844c",
                        "zsrc": "rreilly3:79:165f11",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "2e6b9e4a-3e7b-4d05-bcfe-8a6e91fdbb76",
                        "mode": "markers",
                        "text": "dildo",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:aa6c70",
                        "ysrc": "rreilly3:79:2bc94f",
                        "zsrc": "rreilly3:79:6e5332",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e4c3f30a-778d-4b90-ac88-31d3ced0337a",
                        "mode": "markers",
                        "text": "doggystyle",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e9a328",
                        "ysrc": "rreilly3:79:600fc6",
                        "zsrc": "rreilly3:79:c8f64f",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cef8dc88-935a-4fb4-a9b1-8e7061f839b0",
                        "mode": "markers",
                        "text": "dominatrix",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:cbabec",
                        "ysrc": "rreilly3:79:ab4dda",
                        "zsrc": "rreilly3:79:314d04",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d895ca08-1ead-404b-a33a-258b9cb9bbb6",
                        "mode": "markers",
                        "text": "fellatio",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a4b0a6",
                        "ysrc": "rreilly3:79:607cc1",
                        "zsrc": "rreilly3:79:892210",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5788b369-d53e-4e9a-9553-661f739f2529",
                        "mode": "markers",
                        "text": "foursome",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:358aa1",
                        "ysrc": "rreilly3:79:0e00d9",
                        "zsrc": "rreilly3:79:3afd19",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9cbdf3ad-0352-4c6a-969a-ae05cc7655d0",
                        "mode": "markers",
                        "text": "labia",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5b7b5b",
                        "ysrc": "rreilly3:79:64e18e",
                        "zsrc": "rreilly3:79:eaaa6e",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "02a5a8d4-e44e-4386-8fd4-5d846dfc4d15",
                        "mode": "markers",
                        "text": "nipple",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5d80d1",
                        "ysrc": "rreilly3:79:1a218e",
                        "zsrc": "rreilly3:79:ddc9e4",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4a5970cf-abb1-42b7-b898-702a91ebcbe6",
                        "mode": "markers",
                        "text": "paedophile",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0d6e11",
                        "ysrc": "rreilly3:79:12c396",
                        "zsrc": "rreilly3:79:a47092",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "43e7a779-4a31-4cc3-934c-d29feccfe54d",
                        "mode": "markers",
                        "text": "pedophile",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ae5bc4",
                        "ysrc": "rreilly3:79:e43d5d",
                        "zsrc": "rreilly3:79:a992a2",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f3c83602-f55b-43b1-8638-60ea029a9d61",
                        "mode": "markers",
                        "text": "perv",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b5ef44",
                        "ysrc": "rreilly3:79:e69af2",
                        "zsrc": "rreilly3:79:9fde29",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1cd99d54-0094-49e4-b684-2bf87dba327d",
                        "mode": "markers",
                        "text": "threesome",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:458f55",
                        "ysrc": "rreilly3:79:747a5b",
                        "zsrc": "rreilly3:79:eefe4a",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cd08ec40-60bf-4e25-a4b1-bf59827de9a7",
                        "mode": "markers",
                        "text": "vagina",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:42eab9",
                        "ysrc": "rreilly3:79:0357d8",
                        "zsrc": "rreilly3:79:1c3396",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1287a6ed-d2e0-4e03-bd25-b8bb41a17990",
                        "mode": "markers",
                        "text": "vaginae",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:93eb87",
                        "ysrc": "rreilly3:79:8b4872",
                        "zsrc": "rreilly3:79:3e0d50",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5df95ab2-014e-4121-bedd-4a3edfd4fbe2",
                        "mode": "markers",
                        "text": "vaginas",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3672a4",
                        "ysrc": "rreilly3:79:6b6e27",
                        "zsrc": "rreilly3:79:96e77d",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fc010413-4cf5-402c-91a5-2dc9f9a91b98",
                        "mode": "markers",
                        "text": "vaginal",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:674466",
                        "ysrc": "rreilly3:79:cca647",
                        "zsrc": "rreilly3:79:db4f7e",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "96b5cd5f-2d7f-4851-8949-ee5a48bf1a00",
                        "mode": "markers",
                        "text": "vibrator",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c932c1",
                        "ysrc": "rreilly3:79:875fae",
                        "zsrc": "rreilly3:79:22b708",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "06cbe6a6-cd5c-48b1-91b6-a64701a0dbdb",
                        "mode": "markers",
                        "text": "vulva",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:cd67a3",
                        "ysrc": "rreilly3:79:472c71",
                        "zsrc": "rreilly3:79:4bac5a",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "04120c88-c8b7-473f-8c31-9f5cef3f5420",
                        "mode": "markers",
                        "text": "vulvae",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ab1b0e",
                        "ysrc": "rreilly3:79:a17ec1",
                        "zsrc": "rreilly3:79:4195f4",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "579e4a9c-9bad-4956-a852-b17bad04f6b5",
                        "mode": "markers",
                        "text": "whorehouse",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:947e55",
                        "ysrc": "rreilly3:79:4b9091",
                        "zsrc": "rreilly3:79:080113",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f8091f29-8e06-482a-bf21-8d295bb3910f",
                        "mode": "markers",
                        "text": "x-rated",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:391057",
                        "ysrc": "rreilly3:79:3c7f88",
                        "zsrc": "rreilly3:79:9304b4",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "43db65db-2e38-4824-97be-827d29d248ee",
                        "mode": "markers",
                        "text": "XXX",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0279e9",
                        "ysrc": "rreilly3:79:ede4c8",
                        "zsrc": "rreilly3:79:1a19cc",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4298398f-3518-4666-b010-26cd260e1f9c",
                        "mode": "markers",
                        "text": "xxx",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0279e9",
                        "ysrc": "rreilly3:79:ede4c8",
                        "zsrc": "rreilly3:79:1a19cc",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a471a9b5-93b1-484f-87e1-55a702574db4",
                        "mode": "markers",
                        "text": "XXXX",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:398052",
                        "ysrc": "rreilly3:79:d464b6",
                        "zsrc": "rreilly3:79:eda078",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "8997844f-8de1-4390-a7f1-739aaf7f5088",
                        "mode": "markers",
                        "text": "xxxx",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:398052",
                        "ysrc": "rreilly3:79:d464b6",
                        "zsrc": "rreilly3:79:eda078",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4344d641-dbbf-47e1-893a-2bb5dba9d7bb",
                        "mode": "markers",
                        "text": "ahole",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:61bc0b",
                        "ysrc": "rreilly3:79:850dd0",
                        "zsrc": "rreilly3:79:2901ea",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9d500ef5-d8ad-4601-8efc-3abb4c61acb9",
                        "mode": "markers",
                        "text": "arsehole",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:778f17",
                        "ysrc": "rreilly3:79:21591a",
                        "zsrc": "rreilly3:79:f45855",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "79cfa355-1c49-4668-b770-f18dd1d93a1b",
                        "mode": "markers",
                        "text": "arseholes",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e623ec",
                        "ysrc": "rreilly3:79:104b84",
                        "zsrc": "rreilly3:79:dda387",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d0d3427c-c488-4808-a403-2a6afb152b0e",
                        "mode": "markers",
                        "text": "arsewipe",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1ec061",
                        "ysrc": "rreilly3:79:e7e598",
                        "zsrc": "rreilly3:79:10727f",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bf50b76a-4fc3-40e4-98eb-a144b9b2e68d",
                        "mode": "markers",
                        "text": "asholes",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ba77c9",
                        "ysrc": "rreilly3:79:df03bb",
                        "zsrc": "rreilly3:79:1bcf21",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9caf6ad4-a468-4e8a-b9cb-7cb2d6b6009b",
                        "mode": "markers",
                        "text": "assface",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:10cb7c",
                        "ysrc": "rreilly3:79:5d3cbf",
                        "zsrc": "rreilly3:79:88e21a",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "87c0d6ed-2b6e-4218-9c5b-5832c38cd19e",
                        "mode": "markers",
                        "text": "asshat",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ec7f14",
                        "ysrc": "rreilly3:79:37f8fa",
                        "zsrc": "rreilly3:79:3e8217",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "bb1d4c2b-f859-4494-8eed-9c802ec257fb",
                        "mode": "markers",
                        "text": "asskisser",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:e6d77c",
                        "ysrc": "rreilly3:79:4dd716",
                        "zsrc": "rreilly3:79:a79d5b",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3764ab33-6312-40d1-b24e-e65a6c42909d",
                        "mode": "markers",
                        "text": "asslicker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:6f0ed5",
                        "ysrc": "rreilly3:79:788a81",
                        "zsrc": "rreilly3:79:044ca4",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "434e3801-5869-465a-b900-210389c38fbd",
                        "mode": "markers",
                        "text": "asswipe",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0b291e",
                        "ysrc": "rreilly3:79:53e889",
                        "zsrc": "rreilly3:79:9d31f6",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f58cfc8e-b47c-460f-ab47-5f7993080c53",
                        "mode": "markers",
                        "text": "bazongas",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a291c0",
                        "ysrc": "rreilly3:79:269722",
                        "zsrc": "rreilly3:79:ea636c",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "40eb2b35-ff5a-4269-90b0-7038da6a445a",
                        "mode": "markers",
                        "text": "bazooms",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a7a076",
                        "ysrc": "rreilly3:79:1fb511",
                        "zsrc": "rreilly3:79:8363cc",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a4a0f01d-7d76-433c-8363-c36d51a88ec4",
                        "mode": "markers",
                        "text": "bitchslap",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:79532a",
                        "ysrc": "rreilly3:79:b3c5d5",
                        "zsrc": "rreilly3:79:6715f3",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9451aa60-29f1-4fa8-a485-621c32223ce1",
                        "mode": "markers",
                        "text": "bollock",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:766b2b",
                        "ysrc": "rreilly3:79:114548",
                        "zsrc": "rreilly3:79:82f05b",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a3654044-ce94-4386-a47c-4e0a231e36a2",
                        "mode": "markers",
                        "text": "buttwipe",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:30beb0",
                        "ysrc": "rreilly3:79:64b661",
                        "zsrc": "rreilly3:79:27c2aa",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f370240f-55ab-4880-9abf-2fe5a03ab1c9",
                        "mode": "markers",
                        "text": "cameltoe",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f42528",
                        "ysrc": "rreilly3:79:de3666",
                        "zsrc": "rreilly3:79:2be4d0",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "68242551-5f51-4005-806e-2c0950c016cd",
                        "mode": "markers",
                        "text": "cameltoes",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:687385",
                        "ysrc": "rreilly3:79:6cf529",
                        "zsrc": "rreilly3:79:86a2b9",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "63feda95-5ec8-486f-b8bd-93df5a159889",
                        "mode": "markers",
                        "text": "cocksucking",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:dd26d1",
                        "ysrc": "rreilly3:79:a9364f",
                        "zsrc": "rreilly3:79:89e51d",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4e524848-ec11-44f4-8fba-8ffb7c1252a4",
                        "mode": "markers",
                        "text": "cocktease",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:601150",
                        "ysrc": "rreilly3:79:89b6f6",
                        "zsrc": "rreilly3:79:4ef5f0",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "cca0d3a3-1e41-42bd-9527-64f306288244",
                        "mode": "markers",
                        "text": "dickless",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:33c0ce",
                        "ysrc": "rreilly3:79:463422",
                        "zsrc": "rreilly3:79:533ef3",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "18e53331-0f12-49a1-ac21-614327f5a548",
                        "mode": "markers",
                        "text": "dickwad",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:2e4419",
                        "ysrc": "rreilly3:79:25afdc",
                        "zsrc": "rreilly3:79:b0582b",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7700b83a-c2bb-49c6-ae7b-25d3026e2943",
                        "mode": "markers",
                        "text": "dickweed",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:fb2a61",
                        "ysrc": "rreilly3:79:15d5be",
                        "zsrc": "rreilly3:79:3cd079",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a3352909-fd11-4ddb-bb6b-e4d63f4cd8d3",
                        "mode": "markers",
                        "text": "dumbass",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:62931c",
                        "ysrc": "rreilly3:79:0d2008",
                        "zsrc": "rreilly3:79:4d063f",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d83af439-aa43-4dd8-a8ed-21aa3483ce44",
                        "mode": "markers",
                        "text": "dumbfuck",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:612e83",
                        "ysrc": "rreilly3:79:cb92b8",
                        "zsrc": "rreilly3:79:5b1d70",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "45b1bafd-7a41-4513-bf42-e95db116cf15",
                        "mode": "markers",
                        "text": "fcuk",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8355f1",
                        "ysrc": "rreilly3:79:427e7c",
                        "zsrc": "rreilly3:79:5024be",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "71de0877-0835-4087-9c75-1f2bff61f378",
                        "mode": "markers",
                        "text": "fuckable",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:93f049",
                        "ysrc": "rreilly3:79:da3718",
                        "zsrc": "rreilly3:79:8623cb",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "aef3740f-ead3-4c56-bf06-a9356b9d81db",
                        "mode": "markers",
                        "text": "fuckbag",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:7976de",
                        "ysrc": "rreilly3:79:2196fa",
                        "zsrc": "rreilly3:79:b20d5d",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "adc47b6f-a6c9-4c9b-876f-d96b0cc03fa8",
                        "mode": "markers",
                        "text": "fuckbuddy",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4b9267",
                        "ysrc": "rreilly3:79:3063b7",
                        "zsrc": "rreilly3:79:9d477a",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0230d123-b504-438d-a8fb-04aed370204b",
                        "mode": "markers",
                        "text": "fuckedup",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:dc81f7",
                        "ysrc": "rreilly3:79:2f7aa5",
                        "zsrc": "rreilly3:79:728b61",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "756967f9-b49f-4efb-89a1-f7591a650615",
                        "mode": "markers",
                        "text": "fuckface",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:aab328",
                        "ysrc": "rreilly3:79:ca6e47",
                        "zsrc": "rreilly3:79:308741",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "24d34ee4-b036-4a8a-b30e-5e6759afb887",
                        "mode": "markers",
                        "text": "fuckin",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c63f1c",
                        "ysrc": "rreilly3:79:d86eec",
                        "zsrc": "rreilly3:79:181be1",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4736244e-9db2-4447-8ade-800f4de5e1b9",
                        "mode": "markers",
                        "text": "fuckit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4c7c66",
                        "ysrc": "rreilly3:79:f9a5eb",
                        "zsrc": "rreilly3:79:2b5419",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "38f59766-dd81-4b68-821c-9352999b70bc",
                        "mode": "markers",
                        "text": "fuk",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ad29f3",
                        "ysrc": "rreilly3:79:491e1a",
                        "zsrc": "rreilly3:79:746ec8",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0d40bd03-d699-4373-930c-1410b6da0d54",
                        "mode": "markers",
                        "text": "fuken",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4e00a8",
                        "ysrc": "rreilly3:79:2e4e4c",
                        "zsrc": "rreilly3:79:c3a9d1",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a9275ce4-681c-4e76-b92c-cb9c529af30c",
                        "mode": "markers",
                        "text": "fuker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5818a3",
                        "ysrc": "rreilly3:79:91ae95",
                        "zsrc": "rreilly3:79:c9ab81",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "dc7c18db-b5dd-4d7a-ac43-9327a93c0b73",
                        "mode": "markers",
                        "text": "fukin",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:eb106b",
                        "ysrc": "rreilly3:79:13b53d",
                        "zsrc": "rreilly3:79:e6d4aa",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "23adb071-945c-4783-a1d7-aed073e618fa",
                        "mode": "markers",
                        "text": "fukk",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5061e9",
                        "ysrc": "rreilly3:79:70ba7f",
                        "zsrc": "rreilly3:79:57f6c3",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "459a2c12-e2a7-4926-8336-df0826f7794b",
                        "mode": "markers",
                        "text": "fukken",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:38c919",
                        "ysrc": "rreilly3:79:2f5822",
                        "zsrc": "rreilly3:79:ab8c7f",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "86fb7cdb-e41c-4306-8b23-4262af83ddcc",
                        "mode": "markers",
                        "text": "fukker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:deaa56",
                        "ysrc": "rreilly3:79:64af19",
                        "zsrc": "rreilly3:79:cf08e4",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a594141a-7d8c-4073-831d-4ce637c7052f",
                        "mode": "markers",
                        "text": "fukkin",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:35eaa7",
                        "ysrc": "rreilly3:79:f223dd",
                        "zsrc": "rreilly3:79:c2f5de",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c52dfcae-a710-4b1a-b808-ded4d4fa29d2",
                        "mode": "markers",
                        "text": "jackshit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:79d851",
                        "ysrc": "rreilly3:79:032c70",
                        "zsrc": "rreilly3:79:41f09d",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1b456837-2a91-4457-b87f-5c296d254f66",
                        "mode": "markers",
                        "text": "mofo",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:13da74",
                        "ysrc": "rreilly3:79:bb8a17",
                        "zsrc": "rreilly3:79:d14e5d",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a7d4306e-4997-4bf7-a332-e94c916115a6",
                        "mode": "markers",
                        "text": "mothafucka",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:bfdf79",
                        "ysrc": "rreilly3:79:2d49af",
                        "zsrc": "rreilly3:79:f06982",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0a5eed1c-d795-4f97-8376-ff0fb1615d05",
                        "mode": "markers",
                        "text": "mothafucker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:38273e",
                        "ysrc": "rreilly3:79:48bc4b",
                        "zsrc": "rreilly3:79:bbf803",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5d054dba-c293-4138-9b2f-fd5d35fe68f0",
                        "mode": "markers",
                        "text": "motherfuckin",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ada794",
                        "ysrc": "rreilly3:79:9ecdcd",
                        "zsrc": "rreilly3:79:76e0f9",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "873bd200-012b-48b4-8155-209730fb7846",
                        "mode": "markers",
                        "text": "motherfucking",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:d8ff5f",
                        "ysrc": "rreilly3:79:43091f",
                        "zsrc": "rreilly3:79:2ece26",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4ae7d732-7ac9-492b-b280-7fbba74b5285",
                        "mode": "markers",
                        "text": "muthafucker",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:16326c",
                        "ysrc": "rreilly3:79:e7343f",
                        "zsrc": "rreilly3:79:4fa39a",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "210a6bb7-860e-4731-97d6-acb32af3d17d",
                        "mode": "markers",
                        "text": "nutsack",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1e1a96",
                        "ysrc": "rreilly3:79:c1c33b",
                        "zsrc": "rreilly3:79:3eb5af",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "49ac0a41-3ac2-4992-8984-ce181049a150",
                        "mode": "markers",
                        "text": "phuc",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ea15f3",
                        "ysrc": "rreilly3:79:b2af24",
                        "zsrc": "rreilly3:79:1430cb",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5baeb538-b7dc-473d-b99f-4dd8f42a5e41",
                        "mode": "markers",
                        "text": "phuck",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:1d9ce4",
                        "ysrc": "rreilly3:79:90bd47",
                        "zsrc": "rreilly3:79:c47774",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "0dc73e96-4ee2-4640-8acd-a3b1e067fd47",
                        "mode": "markers",
                        "text": "phuk",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:bc59d6",
                        "ysrc": "rreilly3:79:24a5af",
                        "zsrc": "rreilly3:79:f65ab7",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "643b2cd2-190e-4540-bb77-624a0b4d64d2",
                        "mode": "markers",
                        "text": "S.O.B.",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ee895a",
                        "ysrc": "rreilly3:79:c19e6d",
                        "zsrc": "rreilly3:79:b4edda",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e595f72b-b31b-469d-a56e-b8f5e8dc4e55",
                        "mode": "markers",
                        "text": "s.o.b.",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a2ad8a",
                        "ysrc": "rreilly3:79:107172",
                        "zsrc": "rreilly3:79:a3b3df",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "f7c77efb-3ec1-492c-81ce-6f7716a1ff5a",
                        "mode": "markers",
                        "text": "sh!t",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:066725",
                        "ysrc": "rreilly3:79:5f558c",
                        "zsrc": "rreilly3:79:4c9ef4",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "c215cefc-5e0a-4922-94d3-32b70f028dbb",
                        "mode": "markers",
                        "text": "sh1t",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:9c1e7f",
                        "ysrc": "rreilly3:79:1f0602",
                        "zsrc": "rreilly3:79:35fc99",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "adddc4e4-be80-4962-bd61-1d90a207736b",
                        "mode": "markers",
                        "text": "shitface",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4f678a",
                        "ysrc": "rreilly3:79:9bc267",
                        "zsrc": "rreilly3:79:399b87",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "253864d3-f58b-40f3-877d-a114be06f08a",
                        "mode": "markers",
                        "text": "shitfit",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a90993",
                        "ysrc": "rreilly3:79:08ddbc",
                        "zsrc": "rreilly3:79:a5dc02",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "b55ff9f8-69d4-41d2-929b-05d20d9abcdc",
                        "mode": "markers",
                        "text": "shitfuck",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:4fd5ec",
                        "ysrc": "rreilly3:79:61b88b",
                        "zsrc": "rreilly3:79:bd66e3",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "e566a66c-27a4-4830-b521-3de52ab1e5ec",
                        "mode": "markers",
                        "text": "shiting",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:dbdf23",
                        "ysrc": "rreilly3:79:841a27",
                        "zsrc": "rreilly3:79:5d05b7",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "aad55481-71c1-4958-b1af-b5cc2096b459",
                        "mode": "markers",
                        "text": "shitstain",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:d9747f",
                        "ysrc": "rreilly3:79:e7cb77",
                        "zsrc": "rreilly3:79:1ed151",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a5b488ec-a0a0-4050-9aad-9e09733ae1e5",
                        "mode": "markers",
                        "text": "shitted",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:7337d1",
                        "ysrc": "rreilly3:79:3f70b6",
                        "zsrc": "rreilly3:79:81d836",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "88cf587e-d1f2-42f6-b756-48a5c7b050da",
                        "mode": "markers",
                        "text": "shitter",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:852c15",
                        "ysrc": "rreilly3:79:3b1e31",
                        "zsrc": "rreilly3:79:19b9a4",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "9f9216a3-983c-4297-b2fb-5dd96dde7490",
                        "mode": "markers",
                        "text": "shity",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3e6072",
                        "ysrc": "rreilly3:79:ff2872",
                        "zsrc": "rreilly3:79:0d9dce",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "5536064b-f3b0-4058-bdd1-2ecffcafb79f",
                        "mode": "markers",
                        "text": "shitz",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c6b89a",
                        "ysrc": "rreilly3:79:fb7a98",
                        "zsrc": "rreilly3:79:8e0b6e",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "aadea82e-b17b-44e6-9a4d-9e8545aa630a",
                        "mode": "markers",
                        "text": "shyt",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:fe70fe",
                        "ysrc": "rreilly3:79:d892a0",
                        "zsrc": "rreilly3:79:c89347",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3dc26289-8cfc-4f50-bc99-5cd7dc1aa164",
                        "mode": "markers",
                        "text": "scum",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b8b161",
                        "ysrc": "rreilly3:79:0431ef",
                        "zsrc": "rreilly3:79:0dc1ce",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "297ba5c4-3ba9-431d-bc77-8ae0331c1f1a",
                        "mode": "markers",
                        "text": "scumbag",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:021b9c",
                        "ysrc": "rreilly3:79:4e4245",
                        "zsrc": "rreilly3:79:2c8403",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "74e6a5cb-168c-4e55-8378-28de901b91f6",
                        "mode": "markers",
                        "text": "sleezebag",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c044a9",
                        "ysrc": "rreilly3:79:c78aa9",
                        "zsrc": "rreilly3:79:0f1599",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "169e191a-1a34-434c-91a5-d7b1d98ad77f",
                        "mode": "markers",
                        "text": "sleezeball",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:939875",
                        "ysrc": "rreilly3:79:df6080",
                        "zsrc": "rreilly3:79:0d4978",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d708350a-5ec5-494b-94f2-608116b443a3",
                        "mode": "markers",
                        "text": "sonofabitch",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:3688fc",
                        "ysrc": "rreilly3:79:1cc9fb",
                        "zsrc": "rreilly3:79:20cb60",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "feb53651-480a-442a-bb29-a86ca9f403ec",
                        "mode": "markers",
                        "text": "sperm",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:39f3c2",
                        "ysrc": "rreilly3:79:3cf14f",
                        "zsrc": "rreilly3:79:f89e29",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6d65e8b3-6d9b-4f09-b1f9-3ff575cd109e",
                        "mode": "markers",
                        "text": "titties",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0a584c",
                        "ysrc": "rreilly3:79:386d6d",
                        "zsrc": "rreilly3:79:bc8b61",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "1ebd2a4a-1c2d-4528-b623-aea6d1e7d44a",
                        "mode": "markers",
                        "text": "unfuckable",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a9e52b",
                        "ysrc": "rreilly3:79:ba84a1",
                        "zsrc": "rreilly3:79:bbd46f",
                        "marker": {
                            "size": 5,
                            "color": "black"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "dd0a6232-fc60-4b0f-9812-52681519ec8c",
                        "mode": "markers",
                        "text": "upskirt",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:700de5",
                        "ysrc": "rreilly3:79:09adc0",
                        "zsrc": "rreilly3:79:863d13",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "6f7c3e89-5a8d-4aed-b3b5-b552695580c9",
                        "mode": "markers",
                        "text": "dildo",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:aa6c70",
                        "ysrc": "rreilly3:79:2bc94f",
                        "zsrc": "rreilly3:79:6e5332",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "db4af1f4-8cbe-4a1e-82be-3b30439beb63",
                        "mode": "markers",
                        "text": "dildoes",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ba7817",
                        "ysrc": "rreilly3:79:9d6cc9",
                        "zsrc": "rreilly3:79:e3c3bb",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "593afaab-040f-4a07-8707-71a36fac6ecf",
                        "mode": "markers",
                        "text": "douche",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0fc460",
                        "ysrc": "rreilly3:79:472ac0",
                        "zsrc": "rreilly3:79:0af524",
                        "marker": {
                            "size": 5,
                            "color": "green"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a35ab431-146b-4e3b-a3c6-796665faf531",
                        "mode": "markers",
                        "text": "fellate",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:a50629",
                        "ysrc": "rreilly3:79:ba5a1c",
                        "zsrc": "rreilly3:79:38d8ad",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "07f67c22-e74e-4feb-834d-455df04fcda2",
                        "mode": "markers",
                        "text": "fellated",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0e3f16",
                        "ysrc": "rreilly3:79:d68aa3",
                        "zsrc": "rreilly3:79:facc98",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "23f002dc-6428-4a7e-a7b1-21c20152168b",
                        "mode": "markers",
                        "text": "fellates",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ca74d0",
                        "ysrc": "rreilly3:79:c5d79d",
                        "zsrc": "rreilly3:79:210955",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "48e33198-4a97-47e8-9212-f27ad8385e77",
                        "mode": "markers",
                        "text": "fellating",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:d2b9c4",
                        "ysrc": "rreilly3:79:4a51ac",
                        "zsrc": "rreilly3:79:053500",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "03ed1f4a-e5c9-40c1-9a8e-f105c5a3556a",
                        "mode": "markers",
                        "text": "frottage",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:8f9bea",
                        "ysrc": "rreilly3:79:df04ce",
                        "zsrc": "rreilly3:79:82963f",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3ad405f2-5b2c-404c-bb03-b7b5f339ec2b",
                        "mode": "markers",
                        "text": "hentai",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:0870e4",
                        "ysrc": "rreilly3:79:e426ab",
                        "zsrc": "rreilly3:79:da9f70",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a4f0db75-a3ca-4e6a-8353-3d5a79a8df31",
                        "mode": "markers",
                        "text": "nymphet",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ce3d35",
                        "ysrc": "rreilly3:79:430d85",
                        "zsrc": "rreilly3:79:a8b2b0",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "fc23c18b-de08-4ff9-ad00-2a99e89e8560",
                        "mode": "markers",
                        "text": "nympho",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:f764fa",
                        "ysrc": "rreilly3:79:4585f3",
                        "zsrc": "rreilly3:79:d0c9da",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "d92f0997-4e4a-439b-8149-5dd2864321f5",
                        "mode": "markers",
                        "text": "nymphos",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:27d723",
                        "ysrc": "rreilly3:79:a66d31",
                        "zsrc": "rreilly3:79:dfa027",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "54c61597-22e7-4f20-a397-c0ff5f3543a1",
                        "mode": "markers",
                        "text": "nymphomania",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:51877a",
                        "ysrc": "rreilly3:79:273a8b",
                        "zsrc": "rreilly3:79:a29c7b",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "4a0fa243-a844-4935-beda-83e3f99de6a2",
                        "mode": "markers",
                        "text": "nymphomaniac",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:c01928",
                        "ysrc": "rreilly3:79:74c350",
                        "zsrc": "rreilly3:79:d655b5",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "de8449bc-2e6e-4cc6-a317-14b79a3a03fe",
                        "mode": "markers",
                        "text": "pederasty",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5b9025",
                        "ysrc": "rreilly3:79:ba628f",
                        "zsrc": "rreilly3:79:7b61d4",
                        "marker": {
                            "size": 5,
                            "color": "blue"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "a3ac0365-733b-4fbe-93e6-83785e5104d7",
                        "mode": "markers",
                        "text": "pedophilia",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:ec38a1",
                        "ysrc": "rreilly3:79:eccb7d",
                        "zsrc": "rreilly3:79:5931a5",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "7069e4b6-df81-4d05-ad4b-fa608c24da4e",
                        "mode": "markers",
                        "text": "sex",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:5c0603",
                        "ysrc": "rreilly3:79:c7de70",
                        "zsrc": "rreilly3:79:a004c9",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "ef01c553-a0da-4fa3-ad38-be1df1d1b964",
                        "mode": "markers",
                        "text": "wank",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:dcac1d",
                        "ysrc": "rreilly3:79:a171ef",
                        "zsrc": "rreilly3:79:147df7",
                        "marker": {
                            "size": 5,
                            "color": "pink"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "99189759-36ac-43db-a1ca-939c4bb28d9a",
                        "mode": "markers",
                        "text": "kiwi",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:2e9fbd",
                        "ysrc": "rreilly3:79:1b295a",
                        "zsrc": "rreilly3:79:fdd18b",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "3634be7f-873d-49a3-b6d5-208235aff15a",
                        "mode": "markers",
                        "text": "puppies",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:89e1b1",
                        "ysrc": "rreilly3:79:7cbcb0",
                        "zsrc": "rreilly3:79:111cdb",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "uid": "276cce7c-e862-4ec1-9115-0e116d1d43cc",
                        "mode": "markers",
                        "text": "lasagna",
                        "type": "scatter3d",
                        "xsrc": "rreilly3:79:b48ecd",
                        "ysrc": "rreilly3:79:93102e",
                        "zsrc": "rreilly3:79:90f1a8",
                        "marker": {
                            "size": 5,
                            "color": "orange"
                        },
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": "3D Representation of Word Vectors & Clusters with PCA",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rreilly3",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/39.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": "2018-11-12 05:03:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rreilly3",
                "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-17T18:15:17.148730Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~phum/128.embed",
            "fid": "phum:128",
            "filename": "google_trends_6_17_2019.gif",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/phum/128/9_GJH05ELMQTRFP5275SMWG3NOXBKCGD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/phum/128/2_AFVSEZEDQ3D5UO4I8L3U2ECCXRVB74.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/phum/128/8_P75MOQHCIUUMVW0AT49KB0KS6W68GT.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/phum/128/9_GJH05ELMQTRFP5275SMWG3NOXBKCGD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/phum:128",
                "plots": "https://api.plotly.com/v2/plots/phum:128",
                "parent": "https://api.plotly.com/v2/folders/home?user=phum"
            },
            "owner": "phum",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "y1, y2, y3, y4, y5, y6, y7, y8, y9, y10",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~phum/128/y1-y2-y3-y4-y5-y6-y7-y8-y9-y10/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:15:17.762Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~phum/128/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ab6c0c4c-dfc6-48fd-84ca-be7e80f00662",
                        "line": {
                            "color": "#ab63fa",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y1",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:c854a8",
                        "xaxis": "x",
                        "yaxis": "y",
                        "showlegend": false
                    },
                    {
                        "uid": "c9718189-c133-4acf-97b0-89d1c3fae2e7",
                        "line": {
                            "color": "#19d3f3",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y2",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:50a67b",
                        "xaxis": "x",
                        "yaxis": "y6",
                        "showlegend": false
                    },
                    {
                        "uid": "e3e4bebd-7ec6-4b09-9fa8-3e2e6f65c77e",
                        "line": {
                            "color": "#dd368e",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y3",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:eeea09",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "showlegend": false
                    },
                    {
                        "uid": "3ab82d63-99a3-49c1-b008-501acef3bf38",
                        "line": {
                            "color": "#19d3f3",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y4",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:e8d942",
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "showlegend": false
                    },
                    {
                        "uid": "6ac28e17-cd56-489c-8310-0194c37898f0",
                        "line": {
                            "color": "#52fb69",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y5",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:0536b4",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "showlegend": false
                    },
                    {
                        "uid": "ea4e9b63-5346-41a9-82ba-482085294e95",
                        "line": {
                            "color": "#19d3f3",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y6",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:78b7e0",
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "showlegend": false
                    },
                    {
                        "uid": "ab260c0f-01c2-43ba-85c3-567742d4bc75",
                        "line": {
                            "color": "#fdff00",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y7",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:f9aa97",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "showlegend": false
                    },
                    {
                        "uid": "817db4fa-c11d-493b-9962-a8ce6f23a2e5",
                        "line": {
                            "color": "#19d3f3",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y8",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:83b4cb",
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "showlegend": false
                    },
                    {
                        "uid": "8fe744f2-130f-41d2-a6ed-cd2db865a10c",
                        "line": {
                            "color": "#ff00f4",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y9",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:bccf84",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "showlegend": false
                    },
                    {
                        "uid": "06652902-dfbb-4f31-b80d-6145259ca033",
                        "line": {
                            "color": "#19d3f3",
                            "width": 3
                        },
                        "mode": "lines",
                        "name": "y10",
                        "type": "scatter",
                        "xsrc": "phum:129:fadc89",
                        "ysrc": "phum:129:21df28",
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "showlegend": false
                    }
                ],
                "layout": {
                    "font": {
                        "size": 16,
                        "color": "white",
                        "family": "Arial"
                    },
                    "width": 1000,
                    "xaxis": {
                        "anchor": "y",
                        "domain": [
                            0.0,
                            1.0
                        ]
                    },
                    "yaxis": {
                        "color": "#ab63fa",
                        "anchor": "x",
                        "domain": [
                            0.74,
                            1.0
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969"
                    },
                    "height": 1200,
                    "margin": {
                        "b": 80,
                        "l": 60,
                        "r": 70,
                        "t": 80,
                        "pad": 0
                    },
                    "xaxis2": {
                        "anchor": "y2",
                        "domain": [
                            0.0,
                            0.4375
                        ]
                    },
                    "xaxis3": {
                        "anchor": "y3",
                        "domain": [
                            0.5625,
                            1.0
                        ]
                    },
                    "xaxis4": {
                        "anchor": "y4",
                        "domain": [
                            0.0,
                            0.4375
                        ]
                    },
                    "xaxis5": {
                        "anchor": "y5",
                        "domain": [
                            0.5625,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "color": "#dd368e",
                        "anchor": "x2",
                        "domain": [
                            0.37,
                            0.63
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969"
                    },
                    "yaxis3": {
                        "color": "#52fb69",
                        "anchor": "x3",
                        "domain": [
                            0.37,
                            0.63
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969"
                    },
                    "yaxis4": {
                        "color": "#fdff00",
                        "anchor": "x4",
                        "domain": [
                            0.0,
                            0.26
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969"
                    },
                    "yaxis5": {
                        "color": "#ff00f4",
                        "anchor": "x5",
                        "domain": [
                            0.0,
                            0.26
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969"
                    },
                    "yaxis6": {
                        "side": "right",
                        "color": "#19d3f3",
                        "anchor": "x",
                        "nticks": 5,
                        "showgrid": false,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969",
                        "overlaying": "y",
                        "tickformat": "$0"
                    },
                    "yaxis7": {
                        "side": "right",
                        "color": "#19d3f3",
                        "anchor": "x2",
                        "nticks": 5,
                        "showgrid": false,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969",
                        "overlaying": "y2",
                        "tickformat": "$0"
                    },
                    "yaxis8": {
                        "side": "right",
                        "color": "#19d3f3",
                        "anchor": "x3",
                        "nticks": 5,
                        "showgrid": false,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969",
                        "overlaying": "y3",
                        "tickformat": "$0"
                    },
                    "yaxis9": {
                        "side": "right",
                        "color": "#19d3f3",
                        "anchor": "x4",
                        "nticks": 5,
                        "showgrid": false,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969",
                        "overlaying": "y4",
                        "tickformat": "$0"
                    },
                    "yaxis10": {
                        "side": "right",
                        "color": "#19d3f3",
                        "anchor": "x5",
                        "nticks": 5,
                        "showgrid": false,
                        "tickfont": {
                            "size": 21
                        },
                        "autorange": true,
                        "gridcolor": "#696969",
                        "overlaying": "y5",
                        "tickformat": "$0"
                    },
                    "autosize": false,
                    "hovermode": "x",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 1.0,
                            "font": {
                                "size": 24,
                                "color": "#ab63fa",
                                "family": "Arial"
                            },
                            "text": "<b>\"Bitcoin\"</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.21875,
                            "y": 0.63,
                            "font": {
                                "size": 24,
                                "color": "#dd368e",
                                "family": "Arial"
                            },
                            "text": "<b>\"Ethereum\"</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.78125,
                            "y": 0.63,
                            "font": {
                                "size": 24,
                                "color": "#52fb69",
                                "family": "Arial"
                            },
                            "text": "<b>\"Bitcoin Cash\"</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.21875,
                            "y": 0.26,
                            "font": {
                                "size": 24,
                                "color": "#fdff00",
                                "family": "Arial"
                            },
                            "text": "<b>\"Litecoin\"</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.78125,
                            "y": 0.26,
                            "font": {
                                "size": 24,
                                "color": "#ff00f4",
                                "family": "Arial"
                            },
                            "text": "<b>\"EOS\"</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ],
                    "plot_bgcolor": "#131722",
                    "paper_bgcolor": "#131722"
                }
            },
            "height": 1200,
            "width": 1000,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~phum",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "XzYl52zL1b0zRI6a0",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-28 00:29:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "phum",
                "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-17T18:14:45.772145Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~phum/126.embed",
            "fid": "phum:126",
            "filename": "kraken_market_chart_6_17_2019.gif",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/phum/126/9_Z7LV97U1XZ2G6ZM31VC3B8HPA06TLQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/phum/126/2_5FB6IYBYCBOXKZ5XNAHNVANJXCSJQ6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/phum/126/8_0W0GW6AO0AIDGY3HSTMUB9VM1CPL3Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/phum/126/9_Z7LV97U1XZ2G6ZM31VC3B8HPA06TLQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/phum:126",
                "plots": "https://api.plotly.com/v2/plots/phum:126",
                "parent": "https://api.plotly.com/v2/folders/home?user=phum"
            },
            "owner": "phum",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~phum/126/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:14:46.219Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~phum/126/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "ea4c2e53-52f9-43d1-963d-f3932d60ad0b",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "colorsrc": "phum:127:9f000c"
                            },
                            "font": {
                                "size": 36,
                                "color": "#4d4c4c",
                                "family": "Helvetica, Sans Serif"
                            },
                            "line": {
                                "color": "#506784"
                            },
                            "height": 35,
                            "alignsrc": "phum:127:1a1a4d",
                            "valuessrc": "phum:127:ee76ac,e0250f,d33203,45eb5c,7cbfee,6e960b"
                        },
                        "header": {
                            "fill": {
                                "color": "#5841d9"
                            },
                            "font": {
                                "size": 38,
                                "color": "white",
                                "family": "Helvetica, Sans Serif"
                            },
                            "line": {
                                "color": "#ffffff"
                            },
                            "height": 60,
                            "alignsrc": "phum:127:1a1a4d",
                            "valuessrc": "phum:127:fc5919"
                        },
                        "columnordersrc": "phum:127:803801",
                        "columnwidthsrc": "phum:127:3645f8"
                    }
                ],
                "layout": {
                    "width": 1800,
                    "height": 900,
                    "margin": {
                        "b": 50,
                        "l": 2,
                        "r": 2,
                        "t": 5,
                        "pad": 0
                    },
                    "annotations": [
                        {
                            "x": 1,
                            "y": 0.083,
                            "font": {
                                "size": 25
                            },
                            "text": "Sources: Kraken, CryptoWatch",
                            "xanchor": "right",
                            "yanchor": "top",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": 0.083,
                            "font": {
                                "size": 25
                            },
                            "text": "*USD volume based on exchanges listed on CryptoWatch",
                            "xanchor": "left",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": 900,
            "width": 1800,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~phum",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/47.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "XzYl52zL1b0zRI6a0",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-28 00:29:17",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "phum",
                "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-17T18:11:32.480954Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marcosc_/4477.embed",
            "fid": "marcosc_:4477",
            "filename": "plot from API (1000) (557)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/marcosc_:4477/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/marcosc_:4477/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/marcosc_:4477/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/marcosc_:4477/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marcosc_:4477",
                "plots": "https://api.plotly.com/v2/plots/marcosc_:4477",
                "parent": "https://api.plotly.com/v2/folders/home?user=marcosc_"
            },
            "owner": "marcosc_",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Mecanica vs Traslado",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~marcosc_/4477/mecanica-vs-traslado/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:11:33.135Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marcosc_/4477/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Mecanica",
                        "type": "scatter",
                        "xsrc": "marcosc_:4478:8c3413",
                        "ysrc": "marcosc_:4478:10804c"
                    },
                    {
                        "mode": "lines",
                        "name": "Traslado",
                        "type": "scatter",
                        "xsrc": "marcosc_:4478:8c3413",
                        "ysrc": "marcosc_:4478:dd5d4c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marcosc_",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-05-23 15:22:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marcosc_",
                "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-17T18:10:04.322538Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~pauldauenhauer/1.embed",
            "fid": "pauldauenhauer:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/pauldauenhauer:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/pauldauenhauer:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/pauldauenhauer:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/pauldauenhauer:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/pauldauenhauer:1",
                "plots": "https://api.plotly.com/v2/plots/pauldauenhauer:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=pauldauenhauer"
            },
            "owner": "pauldauenhauer",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~pauldauenhauer/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:10:04.341Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~pauldauenhauer/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 2
                        },
                        "mode": "markers+lines",
                        "type": "scatter3d",
                        "xsrc": "pauldauenhauer:0:4e44b2",
                        "ysrc": "pauldauenhauer:0:ceeb4e",
                        "zsrc": "pauldauenhauer:0:35afa5",
                        "marker": {
                            "size": 3
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "size": 12
                                },
                                "text": "Binding Energy of B [eV]"
                            },
                            "mirror": "ticks",
                            "showline": true,
                            "linecolor": "rgb(0, 0, 0)"
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "size": 12
                                },
                                "text": "Surface Coverage of A [-]"
                            },
                            "mirror": "ticks",
                            "showgrid": false,
                            "showline": true,
                            "gridcolor": "rgb(0, 0, 0)",
                            "linecolor": "rgb(0, 0, 0)"
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "font": {
                                    "size": 12
                                },
                                "text": "Composition [mol% B]"
                            },
                            "mirror": "ticks",
                            "showline": true,
                            "linecolor": "rgb(0, 0, 0)"
                        },
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 1.3893065252343582,
                                "y": 1.4746057136983257,
                                "z": 0.7634561991820397
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1.2025709773288784,
                            "y": 0.9219710826188067,
                            "z": 0.901928232996636
                        }
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~pauldauenhauer",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:38:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "pauldauenhauer",
                "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-17T18:09:33.094972Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~vbafna-twitter/14.embed",
            "fid": "vbafna-twitter:14",
            "filename": "video-engagement-by-hour",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/vbafna-twitter:14/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/vbafna-twitter/14/2_01KAHC33YHKZRUIFOI0PFFRC7QW11J.png",
                "block-thumb": "https://api.plotly.com/v2/files/vbafna-twitter:14/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/vbafna-twitter:14/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/vbafna-twitter:14",
                "plots": "https://api.plotly.com/v2/plots/vbafna-twitter:14",
                "parent": "https://api.plotly.com/v2/folders/home?user=vbafna-twitter"
            },
            "owner": "vbafna-twitter",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Breakdown of Video Engagement by Hour",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~vbafna-twitter/14/breakdown-of-video-engagement-by-hour/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:37:12.937Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~vbafna-twitter/14/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "aac09167-3e0a-4cae-a116-aabd5d38f4e6",
                        "name": "0",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:081d86"
                    },
                    {
                        "uid": "a3469e3b-e33b-4b5e-a161-c74ede2dc514",
                        "name": "1",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:988a5f"
                    },
                    {
                        "uid": "ac381b01-c070-41af-b669-ea0929e84489",
                        "name": "2",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:620693"
                    },
                    {
                        "uid": "8d2c2593-d7a1-4e99-b01e-f110bb6cdfb5",
                        "name": "3",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:988a5f"
                    },
                    {
                        "uid": "9358c091-a903-41e3-8eaf-abc51d78091a",
                        "name": "4",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:93e896"
                    },
                    {
                        "uid": "e1ebf62e-daab-47fe-89a1-ea1c1a34746a",
                        "name": "5",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:437abd"
                    },
                    {
                        "uid": "9d1fe42c-d6a2-4e58-b0cf-26e7ffd812d2",
                        "name": "6",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:8558d1"
                    },
                    {
                        "uid": "82d7571d-afb6-4aab-88a8-a55ed4932482",
                        "name": "7",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:08ec67"
                    },
                    {
                        "uid": "56b9710a-8421-4069-af26-a4fe3eb1a648",
                        "name": "8",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:9dfe48"
                    },
                    {
                        "uid": "a2c41185-fdfb-4000-b62b-a21cae9bd616",
                        "name": "9",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:b221a3"
                    },
                    {
                        "uid": "6d2dad9c-78fb-47bf-b98f-4742ac2d43e1",
                        "name": "10",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:373323"
                    },
                    {
                        "uid": "9d5c8d3f-e7ae-490f-a3c8-dfe267e85757",
                        "name": "11",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:aa64a6"
                    },
                    {
                        "uid": "f5b01edb-98d5-4d1a-aecd-3678b127e0b7",
                        "name": "12",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:960009"
                    },
                    {
                        "uid": "3261c799-ad5d-423e-89c9-21b9abd51c5a",
                        "name": "13",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:ace0b2"
                    },
                    {
                        "uid": "63fe29c9-c3d9-4f19-b531-5e94eb09a8ee",
                        "name": "14",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:8b5de8"
                    },
                    {
                        "uid": "28bdf0d7-374b-498b-a11b-aef12e13d47b",
                        "name": "15",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:504db9"
                    },
                    {
                        "uid": "9fa5fc47-f897-4893-a58b-ae8fdb6217ae",
                        "name": "16",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:2ca957"
                    },
                    {
                        "uid": "39cc4782-ba14-4597-934c-12d6678864bc",
                        "name": "17",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:5bc5f4"
                    },
                    {
                        "uid": "3b425720-ff44-4367-a6d7-3150bdd04a93",
                        "name": "18",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:75b9cb"
                    },
                    {
                        "uid": "2357b194-a7b3-4ea9-8be4-981d7d0735c4",
                        "name": "19",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:f6038a"
                    },
                    {
                        "uid": "665df1fb-a2f1-4595-aabf-4998d72a20a0",
                        "name": "20",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:02a448"
                    },
                    {
                        "uid": "a766733d-d169-47b4-9283-b292cdffa108",
                        "name": "21",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:09b287"
                    },
                    {
                        "uid": "21d1cf8d-f14b-433a-9c74-ffd7e25da62a",
                        "name": "22",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:79fe0b"
                    },
                    {
                        "uid": "e303d285-274d-4b4c-9159-794d4f4a3d08",
                        "name": "23",
                        "type": "bar",
                        "xsrc": "vbafna-twitter:15:188267",
                        "ysrc": "vbafna-twitter:15:4ff92d"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Breakdown of Video Engagement by Hour"
                    },
                    "barmode": "group"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~vbafna-twitter",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-06 22:42:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "vbafna-twitter",
                "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-17T18:09:27.657790Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fpizzaga/4.embed",
            "fid": "fpizzaga:4",
            "filename": "plot from API (2)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fpizzaga:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/fpizzaga:4/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fpizzaga/4/8_3OOFMF5R4Z927NFBRH0XVGHX6GPT5D.png",
                "list-thumb": "https://api.plotly.com/v2/files/fpizzaga:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fpizzaga:4",
                "plots": "https://api.plotly.com/v2/plots/fpizzaga:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=fpizzaga"
            },
            "owner": "fpizzaga",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~fpizzaga/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:09:28.101Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fpizzaga/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d9b47f63-a273-4c1c-9fda-65a145538deb",
                        "type": "mesh3d",
                        "xsrc": "fpizzaga:5:b963a9",
                        "ysrc": "fpizzaga:5:d12b75",
                        "zsrc": "fpizzaga:5:689ae4",
                        "color": "#FFB6C1"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fpizzaga",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2018-05-25 22:24:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fpizzaga",
                "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-17T18:09:13.414892Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~fpizzaga/2.embed",
            "fid": "fpizzaga:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/fpizzaga:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/fpizzaga/2/2_XBG5C80V59F1BWEOTITV8R12PY8DWD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/fpizzaga/2/8_Q6ZTSZOMPB43C5WCWBDC4E0EVAXVOZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/fpizzaga:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/fpizzaga:2",
                "plots": "https://api.plotly.com/v2/plots/fpizzaga:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=fpizzaga"
            },
            "owner": "fpizzaga",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 11,
            "web_url": "https://chart-studio.plotly.com/~fpizzaga/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T18:09:13.870Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~fpizzaga/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "957b9c20-1f19-492d-8c0a-1ae96b18c8e7",
                        "type": "mesh3d",
                        "xsrc": "fpizzaga:3:4c4012",
                        "ysrc": "fpizzaga:3:72e425",
                        "zsrc": "fpizzaga:3:1d46ab",
                        "color": "#FFB6C1",
                        "opacity": 0.7
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~fpizzaga",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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": "2018-05-25 22:24:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "fpizzaga",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}