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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE2JTNBNDAlM0E0OC40NjAxNjglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNiUzQTQ0JTNBMjkuOTcwOTIzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T16:44:29.970923Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~VasilisHadjigeorgiou/1.embed",
            "fid": "VasilisHadjigeorgiou:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VasilisHadjigeorgiou/1/8_VCSCYGXE1K51QGS8BP9VOJ8DO1RIC3.png",
                "list-thumb": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/VasilisHadjigeorgiou:1",
                "plots": "https://api.plotly.com/v2/plots/VasilisHadjigeorgiou:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=VasilisHadjigeorgiou"
            },
            "owner": "VasilisHadjigeorgiou",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~VasilisHadjigeorgiou/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:44:29.987Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~VasilisHadjigeorgiou/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "contour",
                        "xsrc": "VasilisHadjigeorgiou:0:a7233a",
                        "ysrc": "VasilisHadjigeorgiou:0:820c14",
                        "zsrc": "VasilisHadjigeorgiou:0:d839d5",
                        "contours": {
                            "end": 3.2,
                            "size": 0.2,
                            "start": 0.6000000000000001
                        },
                        "autocontour": true,
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            2
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            9
                        ],
                        "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/~VasilisHadjigeorgiou",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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-17 16:44:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "VasilisHadjigeorgiou",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:44:07.246555Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ebean/77.embed",
            "fid": "ebean:77",
            "filename": "cASubplotsK6",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ebean:77/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ebean/77/2_TX1AWO5JB5P4260ZAY9M3Y08WTQD3H.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ebean/77/8_X4XF1V87T6XHXOZH6IA92T1CMU8RN3.png",
                "list-thumb": "https://api.plotly.com/v2/files/ebean:77/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ebean:77",
                "plots": "https://api.plotly.com/v2/plots/ebean:77",
                "parent": "https://api.plotly.com/v2/folders/home?user=ebean"
            },
            "owner": "ebean",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 8,
            "web_url": "https://chart-studio.plotly.com/~ebean/77/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:44:07.257Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ebean/77/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "surface",
                        "xsrc": "ebean:76:34f8bb",
                        "ysrc": "ebean:76:bbcc13",
                        "zsrc": "ebean:76:c91774",
                        "frame": null,
                        "scene": "scene2",
                        "colorbar": {
                            "y": 1,
                            "len": 0.333333333333333,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "contours": {
                            "z": {
                                "show": false,
                                "project": {
                                    "z": true
                                },
                                "usecolormap": true,
                                "highlightcolor": "ff0000"
                            }
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(68,1,84,1)"
                            ],
                            [
                                "0.0416666666666665",
                                "rgba(70,19,97,1)"
                            ],
                            [
                                "0.0833333333333336",
                                "rgba(72,32,111,1)"
                            ],
                            [
                                "0.125",
                                "rgba(71,45,122,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(68,58,128,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(64,70,135,1)"
                            ],
                            [
                                "0.25",
                                "rgba(60,82,138,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(56,93,140,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(49,104,142,1)"
                            ],
                            [
                                "0.375",
                                "rgba(46,114,142,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(42,123,142,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(38,133,141,1)"
                            ],
                            [
                                "0.5",
                                "rgba(37,144,140,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(33,154,138,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(39,164,133,1)"
                            ],
                            [
                                "0.625",
                                "rgba(47,174,127,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(53,183,121,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(79,191,110,1)"
                            ],
                            [
                                "0.75",
                                "rgba(98,199,98,1)"
                            ],
                            [
                                "0.791666666666666",
                                "rgba(119,207,85,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(147,214,70,1)"
                            ],
                            [
                                "0.875",
                                "rgba(172,220,52,1)"
                            ],
                            [
                                "0.916666666666666",
                                "rgba(199,225,42,1)"
                            ],
                            [
                                "0.958333333333334",
                                "rgba(226,228,40,1)"
                            ],
                            [
                                "1",
                                "rgba(253,231,37,1)"
                            ]
                        ]
                    },
                    {
                        "type": "surface",
                        "xsrc": "ebean:76:9d933b",
                        "ysrc": "ebean:76:563f1a",
                        "zsrc": "ebean:76:e27f01",
                        "frame": null,
                        "scene": "scene",
                        "colorbar": {
                            "y": 0.666666666666667,
                            "len": 0.333333333333333,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "contours": {
                            "z": {
                                "show": false,
                                "project": {
                                    "z": true
                                },
                                "usecolormap": true,
                                "highlightcolor": "ff0000"
                            }
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(68,1,84,1)"
                            ],
                            [
                                "0.041666666666667",
                                "rgba(70,19,97,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(72,32,111,1)"
                            ],
                            [
                                "0.125",
                                "rgba(71,45,122,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(68,58,128,1)"
                            ],
                            [
                                "0.208333333333334",
                                "rgba(64,70,135,1)"
                            ],
                            [
                                "0.25",
                                "rgba(60,82,138,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(56,93,140,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(49,104,142,1)"
                            ],
                            [
                                "0.375",
                                "rgba(46,114,142,1)"
                            ],
                            [
                                "0.416666666666666",
                                "rgba(42,123,142,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(38,133,141,1)"
                            ],
                            [
                                "0.5",
                                "rgba(37,144,140,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(33,154,138,1)"
                            ],
                            [
                                "0.583333333333334",
                                "rgba(39,164,133,1)"
                            ],
                            [
                                "0.625",
                                "rgba(47,174,127,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(53,183,121,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(79,191,110,1)"
                            ],
                            [
                                "0.75",
                                "rgba(98,199,98,1)"
                            ],
                            [
                                "0.791666666666666",
                                "rgba(119,207,85,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(147,214,70,1)"
                            ],
                            [
                                "0.875",
                                "rgba(172,220,52,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(199,225,42,1)"
                            ],
                            [
                                "0.958333333333334",
                                "rgba(226,228,40,1)"
                            ],
                            [
                                "1",
                                "rgba(253,231,37,1)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "NA": {
                        "anchor": [],
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "NA2": {
                        "anchor": [],
                        "domain": [
                            0,
                            1
                        ]
                    },
                    "scene": {
                        "xaxis": {
                            "title": []
                        },
                        "yaxis": {
                            "title": []
                        },
                        "zaxis": {
                            "title": []
                        },
                        "aspectmode": "cube"
                    },
                    "title": "cA, without (left) and with (right) 100%",
                    "legend": {
                        "y": 0.333333333333333,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "scene2": {
                        "aspectmode": "cube"
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ebean",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "Emily Bean",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-06 19:04:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ebean",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:44:04.255794Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/40.embed",
            "fid": "SPAddict25:40",
            "filename": "Tutorial Spread",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/40/9_4GED9ZVXNWWE915OKOB0OX5B1GKT0W.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/40/2_8CAWT3J1OSVQV8CT8W8EX5Z3MD14G5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/40/8_H6NGRLNNA0K1MY6Z9PYDWP445P3W9K.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/40/9_4GED9ZVXNWWE915OKOB0OX5B1GKT0W.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:40",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:40",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/40/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T17:06:07.985Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/40/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a9cc36e8-b7db-4511-b188-e9df749e3361",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Mom",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:41:b809f4",
                        "ysrc": "SPAddict25:41:5ef483"
                    },
                    {
                        "uid": "6d265482-e64a-4157-af44-f59032fe5434",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(55, 128, 191, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Gbl Val",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "SPAddict25:41:b809f4",
                        "ysrc": "SPAddict25:41:9173eb"
                    },
                    {
                        "uid": "b6340de2-2021-4a83-9ce0-596abaebc722",
                        "fill": "tozeroy",
                        "line": {
                            "dash": "solid",
                            "color": "green",
                            "shape": "linear",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "Spread",
                        "type": "scatter",
                        "xsrc": "SPAddict25:41:b809f4",
                        "ysrc": "SPAddict25:41:a41947",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "showlegend": false,
                        "connectgaps": false
                    },
                    {
                        "uid": "d4c80f47-26e7-491b-97dc-1cae1ba71203",
                        "fill": "tozeroy",
                        "line": {
                            "dash": "solid",
                            "color": "red",
                            "shape": "linear",
                            "width": 0.5
                        },
                        "mode": "lines",
                        "name": "Spread",
                        "type": "scatter",
                        "xsrc": "SPAddict25:41:b809f4",
                        "ysrc": "SPAddict25:41:c2ed37",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "showlegend": false,
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "width": 1200,
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "domain": [
                            0.3,
                            1
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "height": 800,
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "xaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "anchor": "y2",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED",
                        "showticklabels": false
                    },
                    "yaxis2": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Spread"
                        },
                        "domain": [
                            0,
                            0.25
                        ],
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "hovermode": "x",
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": 800,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:43:41.876520Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~FernandoAbelLealVillavicencio/1.embed",
            "fid": "FernandoAbelLealVillavicencio:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/FernandoAbelLealVillavicencio:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/FernandoAbelLealVillavicencio/1/2_IQTGPQVH5PYCC93KK31F7ECDOAA4TW.png",
                "block-thumb": "https://api.plotly.com/v2/files/FernandoAbelLealVillavicencio:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/FernandoAbelLealVillavicencio:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/FernandoAbelLealVillavicencio:1",
                "plots": "https://api.plotly.com/v2/plots/FernandoAbelLealVillavicencio:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=FernandoAbelLealVillavicencio"
            },
            "owner": "FernandoAbelLealVillavicencio",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~FernandoAbelLealVillavicencio/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:43:41.895Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~FernandoAbelLealVillavicencio/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "6bd9da70-911c-11e9-9754-2c56dc79038b",
                        "name": "UNITTYPCOD",
                        "type": "pie",
                        "labelssrc": "FernandoAbelLealVillavicencio:0:2c2f59",
                        "valuessrc": "FernandoAbelLealVillavicencio:0:8d6fa8",
                        "showlegend": true,
                        "legendgroup": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "color": "rgb(255, 255, 255)",
                        "family": "Arial"
                    },
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "title": {
                            "text": ""
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "title": {
                            "text": ""
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": true,
                        "showticklabels": false
                    },
                    "legend": {
                        "x": 0.4150959795376096,
                        "y": -0.022310756972111736,
                        "font": {
                            "color": "rgb(0, 0, 0)"
                        },
                        "bgcolor": "rgb(255, 255, 255)",
                        "bordercolor": "rgb(0, 0, 0)",
                        "orientation": "h"
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "template": {
                        "themeRef": "PLOTLY_CLASSIC"
                    },
                    "hovermode": "closest",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#ffffe5"
                            ],
                            [
                                0.125,
                                "#f7fcb9"
                            ],
                            [
                                0.25,
                                "#d9f0a3"
                            ],
                            [
                                0.375,
                                "#addd8e"
                            ],
                            [
                                0.5,
                                "#78c679"
                            ],
                            [
                                0.625,
                                "#41ab5d"
                            ],
                            [
                                0.75,
                                "#238443"
                            ],
                            [
                                0.875,
                                "#006837"
                            ],
                            [
                                1,
                                "#004529"
                            ]
                        ]
                    },
                    "showlegend": true,
                    "piecolorway": [
                        "#8dd3c7",
                        "#ffffb3",
                        "#bebada",
                        "#fb8072",
                        "#80b1d3",
                        "#fdb462",
                        "#b3de69",
                        "#fccde5",
                        "#d9d9d9",
                        "#bc80bd",
                        "#ccebc5",
                        "#ffed6f"
                    ],
                    "extendpiecolors": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~FernandoAbelLealVillavicencio",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:42:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "FernandoAbelLealVillavicencio",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:43:04.202712Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kathleenhodges58/2.embed",
            "fid": "kathleenhodges58:2",
            "filename": "basic-line",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kathleenhodges58:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/kathleenhodges58/2/2_8YX9RAJDQA8L8DBI87NF5039T9QLQB.png",
                "block-thumb": "https://api.plotly.com/v2/files/kathleenhodges58:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/kathleenhodges58:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kathleenhodges58:2",
                "plots": "https://api.plotly.com/v2/plots/kathleenhodges58:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=kathleenhodges58"
            },
            "owner": "kathleenhodges58",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kathleenhodges58/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:46:00.782Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kathleenhodges58/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "3121b891-ab5a-4ae4-b7bc-f603e4f40d21",
                        "type": "scatter",
                        "xsrc": "kathleenhodges58:3:b8fe72",
                        "ysrc": "kathleenhodges58:3:a71637"
                    },
                    {
                        "uid": "0973cbc4-f128-4845-b861-92fce71f03ff",
                        "type": "scatter",
                        "xsrc": "kathleenhodges58:3:b8fe72",
                        "ysrc": "kathleenhodges58:3:3db861"
                    },
                    {
                        "uid": "9da2dad8-bcc0-4745-8bf9-29d36c55b22c",
                        "type": "scatter",
                        "xsrc": "kathleenhodges58:3:b8fe72",
                        "ysrc": "kathleenhodges58:3:d9ab88"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kathleenhodges58",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kathleenhodges58",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:42:12.505677Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SPAddict25/38.embed",
            "fid": "SPAddict25:38",
            "filename": "Tutorial Bar Stacked",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/38/9_EXR4I8SR5902BSVQUHFUKX4YJYAQ7D.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/SPAddict25:38/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/38/8_JWNVRTASW9O9U1U7BCJRPJ8GCHK9Y5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SPAddict25/38/9_EXR4I8SR5902BSVQUHFUKX4YJYAQ7D.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SPAddict25:38",
                "plots": "https://api.plotly.com/v2/plots/SPAddict25:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=SPAddict25"
            },
            "owner": "SPAddict25",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "{'font': {'color': '#4D5663'}}",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~SPAddict25/38/font-color-4d5663/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:43:04.396Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SPAddict25/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d1c37d54-8e67-43f1-9f16-9bc0c0d289f6",
                        "name": "Gbl Mkt",
                        "text": "",
                        "type": "bar",
                        "xsrc": "SPAddict25:39:426475",
                        "ysrc": "SPAddict25:39:3f4b96",
                        "marker": {
                            "line": {
                                "color": "rgba(255, 153, 51, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(255, 153, 51, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "33014720-e0f5-4560-9506-39c81792d98b",
                        "name": "Gbl ex-US Mkt",
                        "text": "",
                        "type": "bar",
                        "xsrc": "SPAddict25:39:426475",
                        "ysrc": "SPAddict25:39:eff272",
                        "marker": {
                            "line": {
                                "color": "rgba(55, 128, 191, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(55, 128, 191, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "93527a6c-85bc-410b-a874-ad24bdd68065",
                        "name": "Euro Mkt",
                        "text": "",
                        "type": "bar",
                        "xsrc": "SPAddict25:39:426475",
                        "ysrc": "SPAddict25:39:1d295c",
                        "marker": {
                            "line": {
                                "color": "rgba(50, 171, 96, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(50, 171, 96, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "076b9d42-6740-4fd2-814d-8e4d531b8949",
                        "name": "Japan Mkt",
                        "text": "",
                        "type": "bar",
                        "xsrc": "SPAddict25:39:426475",
                        "ysrc": "SPAddict25:39:070607",
                        "marker": {
                            "line": {
                                "color": "rgba(128, 0, 128, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(128, 0, 128, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "eb5b113e-374b-4d43-8755-713fa7a26def",
                        "name": "Asia Mkt",
                        "text": "",
                        "type": "bar",
                        "xsrc": "SPAddict25:39:426475",
                        "ysrc": "SPAddict25:39:43b1d2",
                        "marker": {
                            "line": {
                                "color": "rgba(219, 64, 82, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(219, 64, 82, 0.6)"
                        },
                        "orientation": "v"
                    },
                    {
                        "uid": "4d542752-b840-433c-a276-3db6f70be25c",
                        "name": "NA Mkt",
                        "text": "",
                        "type": "bar",
                        "xsrc": "SPAddict25:39:426475",
                        "ysrc": "SPAddict25:39:89288b",
                        "marker": {
                            "line": {
                                "color": "rgba(0, 128, 128, 1.0)",
                                "width": 1
                            },
                            "color": "rgba(0, 128, 128, 0.6)"
                        },
                        "orientation": "v"
                    }
                ],
                "layout": {
                    "title": {
                        "font": {
                            "color": "#4D5663"
                        }
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SPAddict25",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 18:07:12",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SPAddict25",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:42:10.345153Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kwhanghk/2.embed",
            "fid": "kwhanghk:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kwhanghk:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kwhanghk:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/kwhanghk:2/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/kwhanghk:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kwhanghk:2",
                "plots": "https://api.plotly.com/v2/plots/kwhanghk:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=kwhanghk"
            },
            "owner": "kwhanghk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 75",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kwhanghk/2/estimated-number-of-clusters-75/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:42:10.977Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kwhanghk/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "00081699-f327-4fd7-8d15-0c8469bc2f05",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:62d05f",
                        "ysrc": "kwhanghk:3:dadd25",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "44b131aa-dbf4-439c-bab4-1876edc92c04",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:f0ad0b",
                        "ysrc": "kwhanghk:3:f4983b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(164, 8, 67)"
                        }
                    },
                    {
                        "uid": "490a5ce5-98f4-4145-9c9a-6cdd25d1a2a4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:8da3f0",
                        "ysrc": "kwhanghk:3:d46733",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(170, 15, 69)"
                        }
                    },
                    {
                        "uid": "73a426b5-1b25-432e-b553-f04b5e94e356",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:12ffdf",
                        "ysrc": "kwhanghk:3:ca235f",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(179, 24, 71)"
                        }
                    },
                    {
                        "uid": "ee5d7787-4607-4a40-9547-936a705ce774",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:ee4dc3",
                        "ysrc": "kwhanghk:3:5e03c1",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(186, 32, 72)"
                        }
                    },
                    {
                        "uid": "cb100498-76c4-44b9-967e-ea8825d2e077",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:5cd8df",
                        "ysrc": "kwhanghk:3:bedd63",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(194, 41, 74)"
                        }
                    },
                    {
                        "uid": "e1923d1c-96a9-4ae2-bcae-12ef3384d7a2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:9088ec",
                        "ysrc": "kwhanghk:3:5d16df",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(201, 48, 76)"
                        }
                    },
                    {
                        "uid": "ffce9f13-4981-48d7-925c-c4e258fe2632",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:22e30f",
                        "ysrc": "kwhanghk:3:964588",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(207, 56, 77)"
                        }
                    },
                    {
                        "uid": "132f9153-832d-40b6-923b-e24f5dbd7428",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:281204",
                        "ysrc": "kwhanghk:3:81456a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(214, 64, 78)"
                        }
                    },
                    {
                        "uid": "887a3a43-d5e4-45c3-a6df-9cdc1c3f531c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:4d3275",
                        "ysrc": "kwhanghk:3:a41bf3",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(218, 70, 76)"
                        }
                    },
                    {
                        "uid": "caa3047a-914f-426f-8912-a60e82a5f7d3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:ffcb4b",
                        "ysrc": "kwhanghk:3:3dd09a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(223, 77, 75)"
                        }
                    },
                    {
                        "uid": "3c79f541-56cb-4ebb-8c9e-2818ac773181",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:3ed1ff",
                        "ysrc": "kwhanghk:3:86b17e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(226, 83, 73)"
                        }
                    },
                    {
                        "uid": "24db4956-5cd4-4854-bccf-c5e73ef03a2c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:8b63d2",
                        "ysrc": "kwhanghk:3:962e36",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(230, 88, 72)"
                        }
                    },
                    {
                        "uid": "428f3188-36e2-4a44-a15f-1c47fedbc9c7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:b19590",
                        "ysrc": "kwhanghk:3:d4c2da",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(235, 96, 70)"
                        }
                    },
                    {
                        "uid": "d4c18c87-d7ad-4f2e-b8ff-756a0aa7ed44",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:419f2f",
                        "ysrc": "kwhanghk:3:31e214",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(239, 101, 68)"
                        }
                    },
                    {
                        "uid": "429f4820-0bea-46b7-a93c-850a175dda21",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:7fca85",
                        "ysrc": "kwhanghk:3:6a9f8e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(244, 109, 67)"
                        }
                    },
                    {
                        "uid": "40c07367-3869-4cdb-818a-37a80d8c3173",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:95d3f0",
                        "ysrc": "kwhanghk:3:f83726",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(245, 116, 70)"
                        }
                    },
                    {
                        "uid": "f789546a-3970-4096-8054-3d6d058b0184",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:600b0b",
                        "ysrc": "kwhanghk:3:dbc45e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(246, 126, 75)"
                        }
                    },
                    {
                        "uid": "3d8f0f13-707c-422c-858e-d4dfaa99fbc4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:4955a1",
                        "ysrc": "kwhanghk:3:7bc59b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(247, 134, 78)"
                        }
                    },
                    {
                        "uid": "6eba6ab8-aff3-46c3-ae24-5ef7b820febb",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:f4f78d",
                        "ysrc": "kwhanghk:3:d25049",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(248, 142, 82)"
                        }
                    },
                    {
                        "uid": "1c0cb64d-f631-4648-a89a-003ea2b1d5cf",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:becc59",
                        "ysrc": "kwhanghk:3:c34cc8",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(250, 152, 86)"
                        }
                    },
                    {
                        "uid": "76819fdd-5a4c-4107-bda2-9f277a64e5d7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:6ef17d",
                        "ysrc": "kwhanghk:3:cb9bc1",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(251, 159, 90)"
                        }
                    },
                    {
                        "uid": "3328bfb5-b96d-4726-a00d-cbd8f9fa8d06",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:7105b5",
                        "ysrc": "kwhanghk:3:3fd0e2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(252, 170, 95)"
                        }
                    },
                    {
                        "uid": "02f9c668-c963-4432-a1d1-90007646e753",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:2ce1e6",
                        "ysrc": "kwhanghk:3:e40b66",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 176, 99)"
                        }
                    },
                    {
                        "uid": "28003375-f77c-483b-abd2-d5b96d2756a8",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:e9570c",
                        "ysrc": "kwhanghk:3:5f37e6",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 182, 104)"
                        }
                    },
                    {
                        "uid": "2335c5ac-6c28-4e08-a027-13d781c285f7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:78ccc7",
                        "ysrc": "kwhanghk:3:1609c0",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 190, 110)"
                        }
                    },
                    {
                        "uid": "92cdd128-3fca-4d96-a7de-06012d189a47",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:9ae81a",
                        "ysrc": "kwhanghk:3:8f2a3e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 196, 115)"
                        }
                    },
                    {
                        "uid": "de887fe9-5385-4f8e-99ec-a637551521ce",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:75fb57",
                        "ysrc": "kwhanghk:3:72b3ca",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 204, 122)"
                        }
                    },
                    {
                        "uid": "f1f7d1d4-1fa1-4de8-9727-84a57909b872",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:e449bd",
                        "ysrc": "kwhanghk:3:7cdd55",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 210, 127)"
                        }
                    },
                    {
                        "uid": "4a8bf8b1-3f68-44f1-b6a1-a7eead1eb871",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:5970e9",
                        "ysrc": "kwhanghk:3:94842b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 216, 132)"
                        }
                    },
                    {
                        "uid": "caf351da-771a-4c25-b129-34186ee8c26f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:7b9ec6",
                        "ysrc": "kwhanghk:3:f9a5e3",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 224, 139)"
                        }
                    },
                    {
                        "uid": "f9d4207e-0f5f-4fcd-95ca-436bc00a27af",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:41fb18",
                        "ysrc": "kwhanghk:3:b9a152",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 227, 145)"
                        }
                    },
                    {
                        "uid": "bd43a78b-e03c-4b44-8889-680ce9997448",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:077188",
                        "ysrc": "kwhanghk:3:16681a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 232, 153)"
                        }
                    },
                    {
                        "uid": "5e75bf7c-970b-4e98-b65b-d5e1d7b66516",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:84a78b",
                        "ysrc": "kwhanghk:3:5d459a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 236, 159)"
                        }
                    },
                    {
                        "uid": "2df39812-72a4-4c6a-bf22-ea38741ade50",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:4988cd",
                        "ysrc": "kwhanghk:3:8c8e42",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 241, 167)"
                        }
                    },
                    {
                        "uid": "79012793-615f-445e-b032-1ad1d2ea7a89",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:03ad02",
                        "ysrc": "kwhanghk:3:899a4e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 244, 173)"
                        }
                    },
                    {
                        "uid": "1d9201bf-9f3e-43da-be5c-a68c7a82c283",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:13d0cb",
                        "ysrc": "kwhanghk:3:9a74e4",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 248, 179)"
                        }
                    },
                    {
                        "uid": "9a9bb41f-f699-4b01-91f3-8c30a134f3f2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:65dc09",
                        "ysrc": "kwhanghk:3:5b4c5c",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 253, 187)"
                        }
                    },
                    {
                        "uid": "86a56e06-5a20-43bd-9e50-46a5345a7772",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:1c8b71",
                        "ysrc": "kwhanghk:3:954607",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 254, 188)"
                        }
                    },
                    {
                        "uid": "da0dcf25-2256-4bc5-8a1d-5f187abe32ab",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:d335c3",
                        "ysrc": "kwhanghk:3:899412",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(249, 252, 182)"
                        }
                    },
                    {
                        "uid": "c95d5ef5-33fb-4096-81d5-326f6226c41b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:5611c9",
                        "ysrc": "kwhanghk:3:b27fe3",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(246, 251, 178)"
                        }
                    },
                    {
                        "uid": "a6fab7f1-3ecf-4e16-b3ed-80c2d6eb7097",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:d034aa",
                        "ysrc": "kwhanghk:3:f7a927",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(243, 250, 173)"
                        }
                    },
                    {
                        "uid": "40b2bacd-7eaa-4eef-a5f3-73203f42baf9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:f7a14c",
                        "ysrc": "kwhanghk:3:ff5ed6",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(239, 248, 167)"
                        }
                    },
                    {
                        "uid": "f4371209-34aa-4b5e-a60a-419d77b4b932",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:c75d04",
                        "ysrc": "kwhanghk:3:256874",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(236, 247, 162)"
                        }
                    },
                    {
                        "uid": "10b03259-4210-4ae3-a14e-088f912b66c9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:01c003",
                        "ysrc": "kwhanghk:3:47013d",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(232, 246, 156)"
                        }
                    },
                    {
                        "uid": "1df1a678-4c98-4be7-bd3f-baca61169432",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:297075",
                        "ysrc": "kwhanghk:3:649b67",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(230, 245, 152)"
                        }
                    },
                    {
                        "uid": "f45b0a6d-bda4-416e-8026-cef0c759a250",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:a9acec",
                        "ysrc": "kwhanghk:3:70b76e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(220, 241, 153)"
                        }
                    },
                    {
                        "uid": "02b61a41-6f16-4f16-b61f-a9a8fad9fa2c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:45e179",
                        "ysrc": "kwhanghk:3:4e8246",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(213, 238, 155)"
                        }
                    },
                    {
                        "uid": "d1f2ab4f-f58b-4cb3-808b-b794c4d8c898",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:9fd2c7",
                        "ysrc": "kwhanghk:3:956c9b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(206, 235, 156)"
                        }
                    },
                    {
                        "uid": "405a74b9-5ee5-405d-928b-15887cc29095",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:06f409",
                        "ysrc": "kwhanghk:3:ac05b7",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(197, 231, 158)"
                        }
                    },
                    {
                        "uid": "33bac0ad-6158-4145-be91-b0361cf16433",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:2bf0e6",
                        "ysrc": "kwhanghk:3:2210cf",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(190, 229, 160)"
                        }
                    },
                    {
                        "uid": "66557cb9-ab4f-48f9-8f0d-fb99f3014559",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:299887",
                        "ysrc": "kwhanghk:3:efaa2a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(181, 225, 161)"
                        }
                    },
                    {
                        "uid": "7ed6951b-2458-4dd6-b630-70a4dae8e8c7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:4020aa",
                        "ysrc": "kwhanghk:3:d7e1bb",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(174, 222, 163)"
                        }
                    },
                    {
                        "uid": "e97b579d-c2f2-4850-89b7-484e01534274",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:2478f0",
                        "ysrc": "kwhanghk:3:4d8d5d",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(166, 219, 164)"
                        }
                    },
                    {
                        "uid": "ee93819e-9593-4b42-9c10-d71e7c897f6b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:2e2d3f",
                        "ysrc": "kwhanghk:3:549970",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(156, 215, 164)"
                        }
                    },
                    {
                        "uid": "f46a1aed-3d30-4063-8552-f1e77043b2cd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:7cf667",
                        "ysrc": "kwhanghk:3:b75a09",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(148, 212, 164)"
                        }
                    },
                    {
                        "uid": "7aba439c-b963-4f7d-b798-19da33da22d5",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:fd612e",
                        "ysrc": "kwhanghk:3:b00c14",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(137, 207, 164)"
                        }
                    },
                    {
                        "uid": "2e027224-5482-44e8-9fde-51886da29b4e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:38a09e",
                        "ysrc": "kwhanghk:3:72a291",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(129, 204, 164)"
                        }
                    },
                    {
                        "uid": "d348d8a0-14d4-4d55-9225-23d8a53b281a",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:d8a961",
                        "ysrc": "kwhanghk:3:ffa432",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(120, 201, 164)"
                        }
                    },
                    {
                        "uid": "0ccedff6-ded1-4dbc-9443-7b32ce4a2953",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:49af0e",
                        "ysrc": "kwhanghk:3:79239a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(110, 197, 164)"
                        }
                    },
                    {
                        "uid": "25aab7c9-bf73-4a62-b01b-bea07f43dfca",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:8fd606",
                        "ysrc": "kwhanghk:3:aa89fa",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(102, 194, 165)"
                        }
                    },
                    {
                        "uid": "dfe891d8-ab20-4f0b-a5e9-74976024eef8",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:39dac5",
                        "ysrc": "kwhanghk:3:db32ab",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(93, 184, 168)"
                        }
                    },
                    {
                        "uid": "87c3ad6a-0285-4143-b112-619f8611f927",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:8e7b8a",
                        "ysrc": "kwhanghk:3:bd33d7",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(87, 178, 171)"
                        }
                    },
                    {
                        "uid": "bc4af476-6515-44e4-8046-bad446cdda86",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:42e8f5",
                        "ysrc": "kwhanghk:3:89e057",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(79, 168, 175)"
                        }
                    },
                    {
                        "uid": "07b5838b-312c-47ff-ad05-9e385aee0b48",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:acd68e",
                        "ysrc": "kwhanghk:3:5141bb",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(73, 162, 178)"
                        }
                    },
                    {
                        "uid": "e9e65b92-e80b-43f8-bdfb-89c1c49fbca1",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:e89aaf",
                        "ysrc": "kwhanghk:3:08df71",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(67, 155, 181)"
                        }
                    },
                    {
                        "uid": "fea6f32c-d8eb-4ce6-b7f6-4f77bde9fb3f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:e73780",
                        "ysrc": "kwhanghk:3:2c0e70",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(59, 146, 184)"
                        }
                    },
                    {
                        "uid": "2e25095f-9344-41e9-ab54-eb9664595675",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:e8839a",
                        "ysrc": "kwhanghk:3:d51a09",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(53, 139, 187)"
                        }
                    },
                    {
                        "uid": "09aa38c3-9c00-448d-891b-6272f56b0eb8",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:c2dc64",
                        "ysrc": "kwhanghk:3:944bb2",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(54, 130, 186)"
                        }
                    },
                    {
                        "uid": "70cb1f56-f4b5-4c02-a4b0-dd86484ea580",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:186a5a",
                        "ysrc": "kwhanghk:3:f58e61",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(59, 123, 183)"
                        }
                    },
                    {
                        "uid": "f924f9b0-9f91-4cd8-ad86-d2e11e6b13dc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:c64435",
                        "ysrc": "kwhanghk:3:16ed13",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(64, 117, 180)"
                        }
                    },
                    {
                        "uid": "5d661a09-f83f-4dd9-92e0-60a568a7f4be",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:cd5ac6",
                        "ysrc": "kwhanghk:3:054cf0",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(71, 108, 175)"
                        }
                    },
                    {
                        "uid": "5059679c-7024-4132-ad96-d50926c08cab",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:62d4ec",
                        "ysrc": "kwhanghk:3:946b37",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(76, 101, 172)"
                        }
                    },
                    {
                        "uid": "5e1da834-da65-46fe-8d25-d2212b34a267",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:035edb",
                        "ysrc": "kwhanghk:3:7999ef",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(83, 92, 168)"
                        }
                    },
                    {
                        "uid": "a6839e7b-2452-4d22-83b4-8f7a9d954c93",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:a6a7f7",
                        "ysrc": "kwhanghk:3:4426f5",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(88, 85, 165)"
                        }
                    },
                    {
                        "uid": "be894997-01cf-45e3-8c9e-ab149c1d674e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:3:396305",
                        "ysrc": "kwhanghk:3:af9abe",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "black"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 75"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kwhanghk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:39:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kwhanghk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:41:20.182563Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/48.embed",
            "fid": "bounteous-ds-sm:48",
            "filename": "plot from API (22)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/bounteous-ds-sm:48/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/48/2_Z28BDLFH5VHPS4OTAPGG51OFXY05KR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bounteous-ds-sm/48/8_69MPMFXKNC57HW6T3QGNAX3UC5BIBN.png",
                "list-thumb": "https://api.plotly.com/v2/files/bounteous-ds-sm:48/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bounteous-ds-sm:48",
                "plots": "https://api.plotly.com/v2/plots/bounteous-ds-sm:48",
                "parent": "https://api.plotly.com/v2/folders/home?user=bounteous-ds-sm"
            },
            "owner": "bounteous-ds-sm",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Returning users who have not already completed SIF, starting home or go, 4-6 steps, 75+ users",
            "views": 5,
            "web_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/48/returning-users-who-have-not-already-completed-sif-starting-home-or-go-4-6-steps/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:41:20.799Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bounteous-ds-sm/48/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "bounteous-ds-sm:49:3ad5f0",
                            "sourcesrc": "bounteous-ds-sm:49:a7954d",
                            "targetsrc": "bounteous-ds-sm:49:f98bfe"
                        },
                        "node": {
                            "pad": 10,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "labelsrc": "bounteous-ds-sm:49:70bf67",
                            "thickness": 30
                        },
                        "type": "sankey",
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "orientation": "h",
                        "valueformat": ".0f"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Returning users who have not already completed SIF, starting home or go, 4-6 steps, 75+ users",
                    "width": 950,
                    "height": 772
                }
            },
            "height": 772,
            "width": 950,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bounteous-ds-sm",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/26.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-07 22:33:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bounteous-ds-sm",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:40:49.501830Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kwhanghk/0.embed",
            "fid": "kwhanghk:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/kwhanghk:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kwhanghk:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/kwhanghk:0/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/kwhanghk:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kwhanghk:0",
                "plots": "https://api.plotly.com/v2/plots/kwhanghk:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=kwhanghk"
            },
            "owner": "kwhanghk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Estimated number of clusters: 39",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kwhanghk/0/estimated-number-of-clusters-39/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:40:50.223Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kwhanghk/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d2fe95cb-81a0-47a7-8f61-7bf9c2a29eb7",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:e67135",
                        "ysrc": "kwhanghk:1:e409af",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 1, 66)"
                        }
                    },
                    {
                        "uid": "a94be8c7-6ed7-4d91-a108-0ed3e5cea23d",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:61caf4",
                        "ysrc": "kwhanghk:1:33a141",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(170, 15, 69)"
                        }
                    },
                    {
                        "uid": "ecbe02e9-500c-459d-a983-41763b4144ed",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:c4efe3",
                        "ysrc": "kwhanghk:1:a75d5f",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(186, 32, 72)"
                        }
                    },
                    {
                        "uid": "4c9e8d08-94d3-4376-bfda-e70aaa2d48a3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:e8f942",
                        "ysrc": "kwhanghk:1:155278",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(198, 46, 75)"
                        }
                    },
                    {
                        "uid": "b9bb1efb-a32e-4f85-8b8d-7df62fc31981",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:95c595",
                        "ysrc": "kwhanghk:1:697f9f",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(213, 62, 78)"
                        }
                    },
                    {
                        "uid": "fbe0f776-7d0c-4047-a3f3-2dd76b386c4f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:de7778",
                        "ysrc": "kwhanghk:1:ae7588",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(220, 73, 75)"
                        }
                    },
                    {
                        "uid": "9b2f372d-601b-461e-b7ac-f72321fb6ae9",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:1f086c",
                        "ysrc": "kwhanghk:1:a4fcd4",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(229, 86, 72)"
                        }
                    },
                    {
                        "uid": "c28a0b10-87f7-4e9d-9248-eeb70f833cc3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:a757c2",
                        "ysrc": "kwhanghk:1:3404e8",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(236, 97, 69)"
                        }
                    },
                    {
                        "uid": "bcd0adcf-b415-48cf-888b-b71cb40b9ebd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:38a5b5",
                        "ysrc": "kwhanghk:1:f575cf",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(244, 111, 68)"
                        }
                    },
                    {
                        "uid": "b704e417-23fa-44d0-82a3-142d5b578fde",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:32d08e",
                        "ysrc": "kwhanghk:1:432c1f",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(246, 129, 76)"
                        }
                    },
                    {
                        "uid": "750bb8c7-ed39-47db-b060-24bd14916327",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:b6d30a",
                        "ysrc": "kwhanghk:1:8e6909",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(248, 144, 83)"
                        }
                    },
                    {
                        "uid": "06a08ae6-e268-4d82-8215-52912a860eb1",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:943a56",
                        "ysrc": "kwhanghk:1:da2d86",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(251, 162, 91)"
                        }
                    },
                    {
                        "uid": "efc7d46a-8892-40be-b630-4de006cc79be",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:3cb31d",
                        "ysrc": "kwhanghk:1:91569a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 176, 99)"
                        }
                    },
                    {
                        "uid": "47469951-781d-42ef-953f-7dcc008ff22e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:73ff43",
                        "ysrc": "kwhanghk:1:2ac99e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 190, 110)"
                        }
                    },
                    {
                        "uid": "6c9f9feb-b3f5-4b91-b988-1a34dfc091c6",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:d79428",
                        "ysrc": "kwhanghk:1:38df3e",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 202, 120)"
                        }
                    },
                    {
                        "uid": "a8a3199e-0643-47a6-baa3-ccc36ae31ada",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:a26505",
                        "ysrc": "kwhanghk:1:67b4a3",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(253, 216, 132)"
                        }
                    },
                    {
                        "uid": "54b0d1e1-62f1-42d0-b597-9ac062967d46",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:2c088e",
                        "ysrc": "kwhanghk:1:5d5506",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 227, 145)"
                        }
                    },
                    {
                        "uid": "5a0c6571-dce6-4142-9cb5-800bcad79421",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:4f733f",
                        "ysrc": "kwhanghk:1:566b0a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 234, 157)"
                        }
                    },
                    {
                        "uid": "8e9ae108-de70-4383-a1df-ee8a92e8260f",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:0789f7",
                        "ysrc": "kwhanghk:1:93c789",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 243, 171)"
                        }
                    },
                    {
                        "uid": "7c14bfd6-7a62-4cfb-8939-9489c48b2d45",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:0bf9bc",
                        "ysrc": "kwhanghk:1:a40a34",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(254, 250, 183)"
                        }
                    },
                    {
                        "uid": "a0d862b3-1dbe-46c7-8b04-c91dc3d8422b",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:1a32ef",
                        "ysrc": "kwhanghk:1:e67f0c",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(251, 253, 185)"
                        }
                    },
                    {
                        "uid": "fd2873b4-6221-4ac1-83f1-11902a06881c",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:be89a4",
                        "ysrc": "kwhanghk:1:31115d",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(245, 251, 176)"
                        }
                    },
                    {
                        "uid": "17211c80-ddcc-4f52-a017-893790339925",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:7d1364",
                        "ysrc": "kwhanghk:1:1a963a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(238, 248, 165)"
                        }
                    },
                    {
                        "uid": "db8a2274-7bfa-4423-a40b-dd409677dbca",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:fc91f4",
                        "ysrc": "kwhanghk:1:8cda29",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(232, 246, 156)"
                        }
                    },
                    {
                        "uid": "f37f4931-45bc-489d-98e2-fa4cd552bb79",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:1b6526",
                        "ysrc": "kwhanghk:1:da0210",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(220, 241, 153)"
                        }
                    },
                    {
                        "uid": "20214c4e-528c-46e6-bfc8-362314f3d958",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:c42558",
                        "ysrc": "kwhanghk:1:bb3241",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(204, 234, 157)"
                        }
                    },
                    {
                        "uid": "06874b3f-0a0c-4684-9548-636b81412ccd",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:e3f78a",
                        "ysrc": "kwhanghk:1:7e177a",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(190, 229, 160)"
                        }
                    },
                    {
                        "uid": "a3b20c66-f4da-420b-b6f3-17c8d2952101",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:1513c8",
                        "ysrc": "kwhanghk:1:e89998",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(174, 222, 163)"
                        }
                    },
                    {
                        "uid": "7904437e-316a-4bb3-8c56-100aec475e90",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:05a86d",
                        "ysrc": "kwhanghk:1:0e68fb",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(158, 216, 164)"
                        }
                    },
                    {
                        "uid": "4960405a-8dd0-4011-86b4-37fbe6db0984",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:211f77",
                        "ysrc": "kwhanghk:1:f2b68f",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(139, 208, 164)"
                        }
                    },
                    {
                        "uid": "3633177b-1ae5-4082-832a-b63a12a3f63e",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:d014f4",
                        "ysrc": "kwhanghk:1:130542",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(123, 202, 164)"
                        }
                    },
                    {
                        "uid": "3486068c-c108-4648-991e-41d76c362fa4",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:59e3f4",
                        "ysrc": "kwhanghk:1:7cddb7",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(104, 195, 164)"
                        }
                    },
                    {
                        "uid": "ddce673c-7ec8-4bf4-ac10-bf96c39cc1d3",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:d773bd",
                        "ysrc": "kwhanghk:1:fb767b",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(89, 180, 170)"
                        }
                    },
                    {
                        "uid": "7fbc14a5-b7a4-4844-bdfd-a3ebae0b1415",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:a28df6",
                        "ysrc": "kwhanghk:1:d7b5c6",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(77, 166, 176)"
                        }
                    },
                    {
                        "uid": "990a2ee8-fa35-4182-8a69-bba7d16e3742",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:fb3858",
                        "ysrc": "kwhanghk:1:3af487",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(63, 150, 182)"
                        }
                    },
                    {
                        "uid": "a203f62f-d1a0-4daa-99f6-7590e9e642ae",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:df2c4c",
                        "ysrc": "kwhanghk:1:8c3c91",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(51, 137, 188)"
                        }
                    },
                    {
                        "uid": "529cb8df-7f0b-43f9-924b-f752fa90d471",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:f2d412",
                        "ysrc": "kwhanghk:1:6a54a7",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(61, 121, 182)"
                        }
                    },
                    {
                        "uid": "46512eee-827d-4e28-9b03-4dfe672bffec",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:2987d9",
                        "ysrc": "kwhanghk:1:7ed581",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(71, 108, 175)"
                        }
                    },
                    {
                        "uid": "68ddcb01-8b6a-4562-8f93-c3375e19e9bc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:0133fb",
                        "ysrc": "kwhanghk:1:519c89",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "rgb(83, 92, 168)"
                        }
                    },
                    {
                        "uid": "eff9da1b-f668-4e6e-9bb5-4f03afa055fc",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "kwhanghk:1:e7e830",
                        "ysrc": "kwhanghk:1:d434c4",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 1
                            },
                            "size": 14,
                            "color": "black"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Estimated number of clusters: 39"
                    },
                    "xaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "yaxis": {
                        "showgrid": false,
                        "zeroline": false
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kwhanghk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 16:39:07",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kwhanghk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T16:40:48.460168Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~kathleenhodges58/0.embed",
            "fid": "kathleenhodges58:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/kathleenhodges58/0/9_04WWGULVI48DCTVAESNO3F09RZWHYY.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/kathleenhodges58:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/kathleenhodges58:0/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kathleenhodges58/0/9_04WWGULVI48DCTVAESNO3F09RZWHYY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/kathleenhodges58:0",
                "plots": "https://api.plotly.com/v2/plots/kathleenhodges58:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=kathleenhodges58"
            },
            "owner": "kathleenhodges58",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~kathleenhodges58/0/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:40:48.906Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~kathleenhodges58/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d2abd860-75ea-49b3-a633-eae65004451c",
                        "type": "scatter",
                        "xsrc": "kathleenhodges58:1:2a3660",
                        "ysrc": "kathleenhodges58:1:76e3b4"
                    },
                    {
                        "uid": "a4f48488-1366-461a-a2e6-cd0c075cd03e",
                        "type": "scatter",
                        "xsrc": "kathleenhodges58:1:2a3660",
                        "ysrc": "kathleenhodges58:1:ab0d6f"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~kathleenhodges58",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:56:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "kathleenhodges58",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}