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=cj0xJnA9MjAxOS0wNC0yMiswMSUzQTM4JTNBNTIuNzYxNTcxJTJCMDAlM0EwMA%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=cD0yMDE5LTA0LTIyKzAxJTNBNDMlM0EzOC44MDgxMzUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNC0yMiswMSUzQTU2JTNBMTguNTAzMzc4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-04-22T01:56:18.503378Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~tx900901/0.embed",
            "fid": "tx900901:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/tx900901/0/9_WT0UTPZ9LZPUK39F4IZPH4D161C7H3.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/tx900901:0/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/tx900901:0/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tx900901/0/9_WT0UTPZ9LZPUK39F4IZPH4D161C7H3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/tx900901:0",
                "plots": "https://api.plotly.com/v2/plots/tx900901:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=tx900901"
            },
            "owner": "tx900901",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~tx900901/0/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:56:24.284Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~tx900901/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "4d08e62a-99a9-470a-ac5c-7065ebfd21d2",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "tx900901:1:f72c13",
                        "ysrc": "tx900901:1:626c0f"
                    },
                    {
                        "uid": "be5a604d-eba8-4ac5-ad31-79c022870fda",
                        "type": "scatter",
                        "xsrc": "tx900901:1:f72c13",
                        "ysrc": "tx900901:1:6b451e"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~tx900901",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/54.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-22 01:52:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "tx900901",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:55:54.208747Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cgli/6.embed",
            "fid": "cgli:6",
            "filename": "nutrition_bar_graph",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cgli/6/9_BVF2TP2XRE31WFNNAE2DA3YFK2WZOS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cgli/6/2_JPJ0XO4S3KZU2RT39WQQKY7YJKPNVX.png",
                "block-thumb": "https://api.plotly.com/v2/files/cgli:6/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cgli/6/9_BVF2TP2XRE31WFNNAE2DA3YFK2WZOS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cgli:6",
                "plots": "https://api.plotly.com/v2/plots/cgli:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=cgli"
            },
            "owner": "cgli",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Average Calories for Each Food Group",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cgli/6/average-calories-for-each-food-group/",
            "world_readable": true,
            "date_modified": "2019-04-22T03:00:18.238Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cgli/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "eccb8b62-82e2-4355-85d5-8165946e69ca",
                        "type": "bar",
                        "xsrc": "cgli:7:de9f1c",
                        "ysrc": "cgli:7:3f07df",
                        "marker": {
                            "colorsrc": "cgli:7:098386"
                        }
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "Average Calories for Each Food Group",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "Food Groups"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "font": {
                                "family": "Roboto"
                            },
                            "text": "Average Calories"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cgli",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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-04-15 17:12:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cgli",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:55:41.324181Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~SeaSpree/17.embed",
            "fid": "SeaSpree:17",
            "filename": "I lost my position often while reading - pie chart",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/SeaSpree/17/9_1VIN0ZCG6FLIG7T8ERJ17WRCGXB61O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/SeaSpree/17/2_EX6ZB09HFWRHJ0CNMOT6JQRALBA0ZH.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/SeaSpree/17/8_HRIC3TV6S6QIHIYDJB9LD78PI9VTWW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/SeaSpree/17/9_1VIN0ZCG6FLIG7T8ERJ17WRCGXB61O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/SeaSpree:17",
                "plots": "https://api.plotly.com/v2/plots/SeaSpree:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=SeaSpree"
            },
            "owner": "SeaSpree",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~SeaSpree/17/",
            "world_readable": true,
            "date_modified": "2019-04-25T07:19:50.601Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~SeaSpree/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "hole": 0.75,
                        "mode": "markers",
                        "pull": 0,
                        "sort": false,
                        "type": "pie",
                        "marker": {
                            "line": {
                                "width": 0
                            }
                        },
                        "textfont": {
                            "color": "rgb(42, 63, 95)"
                        },
                        "direction": "counterclockwise",
                        "labelssrc": "SeaSpree:16:3e95f5",
                        "valuessrc": "SeaSpree:16:5ade81",
                        "decreasing": {
                            "line": {
                                "color": "#7f7f7f"
                            }
                        },
                        "increasing": {
                            "line": {
                                "color": "#17becf"
                            }
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15,
                        "color": "rgb(55, 84, 122)",
                        "family": "Raleway"
                    },
                    "title": {
                        "x": 0.04,
                        "font": {
                            "size": 25,
                            "color": "rgb(55, 84, 122)"
                        },
                        "text": "<b>Version A</b><br>I lost my position often while reading."
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 1,
                        "font": {
                            "color": "rgb(42, 63, 95)"
                        },
                        "orientation": "v"
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 100,
                        "pad": 0
                    },
                    "autosize": true,
                    "colorway": [
                        "#b3e2cd",
                        "#fdcdac",
                        "#cbd5e8",
                        "#f4cae4",
                        "#e6f5c9",
                        "#fff2ae",
                        "#f1e2cc",
                        "#cccccc"
                    ],
                    "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"
                    },
                    "hovermode": "closest",
                    "piecolorway": [
                        "#b3e2cd",
                        "#fdcdac",
                        "#cbd5e8",
                        "#f4cae4",
                        "#e6f5c9",
                        "#fff2ae",
                        "#f1e2cc",
                        "#cccccc"
                    ],
                    "hiddenlabels": [
                        "20",
                        "1"
                    ],
                    "extendpiecolors": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~SeaSpree",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-11-26 21:01:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "SeaSpree",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:55:22.533498Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ah040604/48.embed",
            "fid": "ah040604:48",
            "filename": "Plot 48",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ah040604/48/9_TL0HV8JGCFW0FJQTKUUI9KZ69B2N1A.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ah040604/48/2_WQ0IHOFNW2EQ0FC698F69S53XACC0E.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ah040604/48/8_9QMZLLTJ45ILXID57YJOGJSUER9H5G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ah040604/48/9_TL0HV8JGCFW0FJQTKUUI9KZ69B2N1A.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ah040604:48",
                "plots": "https://api.plotly.com/v2/plots/ah040604:48",
                "parent": "https://api.plotly.com/v2/folders/home?user=ah040604"
            },
            "owner": "ah040604",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ah040604/48/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:55:22.552Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ah040604/48/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "bullfrogs",
                        "type": "scatter",
                        "ysrc": "ah040604:46:c3bb63"
                    },
                    {
                        "mode": "lines",
                        "name": "bass",
                        "type": "scatter",
                        "ysrc": "ah040604:47:3d38e8",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "bass v. bullfrog"
                    },
                    "xaxis": {
                        "range": [
                            0,
                            11
                        ],
                        "title": {
                            "text": "time"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -3388.888888888888,
                            84388.88888888889
                        ],
                        "title": {
                            "text": "number of individuals"
                        },
                        "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/~ah040604",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.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": "2017-08-29 16:26:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ah040604",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:50:41.434672Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jeussantiago/57.embed",
            "fid": "jeussantiago:57",
            "filename": "plot from API (14)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jeussantiago/57/9_3RV5O1X1EDKQOBORZPW56HXAI94EG3.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jeussantiago:57/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/jeussantiago:57/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jeussantiago/57/9_3RV5O1X1EDKQOBORZPW56HXAI94EG3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jeussantiago:57",
                "plots": "https://api.plotly.com/v2/plots/jeussantiago:57",
                "parent": "https://api.plotly.com/v2/folders/home?user=jeussantiago"
            },
            "owner": "jeussantiago",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jeussantiago/57/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:50:42.011Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jeussantiago/57/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7bd557a9-f164-4a15-b5f3-bae4e2d5cb5d",
                        "type": "heatmap",
                        "xsrc": "jeussantiago:58:429695",
                        "ysrc": "jeussantiago:58:5c34f9",
                        "zsrc": "jeussantiago:58:-429695,5c34f9",
                        "showscale": true,
                        "colorscale": [
                            [
                                0.0,
                                "rgb(165,0,38)"
                            ],
                            [
                                0.1111111111111111,
                                "rgb(215,48,39)"
                            ],
                            [
                                0.2222222222222222,
                                "rgb(244,109,67)"
                            ],
                            [
                                0.3333333333333333,
                                "rgb(253,174,97)"
                            ],
                            [
                                0.4444444444444444,
                                "rgb(254,224,144)"
                            ],
                            [
                                0.5555555555555556,
                                "rgb(224,243,248)"
                            ],
                            [
                                0.6666666666666666,
                                "rgb(171,217,233)"
                            ],
                            [
                                0.7777777777777778,
                                "rgb(116,173,209)"
                            ],
                            [
                                0.8888888888888888,
                                "rgb(69,117,180)"
                            ],
                            [
                                1.0,
                                "rgb(49,54,149)"
                            ]
                        ],
                        "reversescale": false
                    }
                ],
                "layout": {
                    "xaxis": {
                        "side": "top",
                        "dtick": 1,
                        "ticks": "",
                        "gridcolor": "rgb(0, 0, 0)"
                    },
                    "yaxis": {
                        "dtick": 1,
                        "ticks": "",
                        "ticksuffix": "  "
                    },
                    "annotations": [
                        {
                            "x": "rating",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.16",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.19",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.57",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.72",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.24",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.53",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.59",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.85",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "rating",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.81",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.61",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.52",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.21",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "cocoa_perc",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.45",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.34",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "CQ",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.16",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.61",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.62",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "sweetness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "acidity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.19",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.52",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.62",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.38",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "bitterness",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.19",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "roast",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.21",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.38",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.36",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.16",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "intensity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.57",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.36",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.42",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.54",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "complexity",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.49",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.72",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.45",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.34",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.35",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.46",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.66",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "structure",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.62",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.12",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.42",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.34",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.22",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.33",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "length",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.24",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.2",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "appearance",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.53",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.11",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.04",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.16",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.37",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.35",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.22",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.2",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.29",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "aroma",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.41",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.59",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.03",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.05",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.46",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.14",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.25",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.29",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.45",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "mouthfeel",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.49",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.85",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.34",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.23",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.07",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.09",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.54",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.66",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.33",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.1",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.43",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.45",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "flavor",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.8",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "rating",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.81",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "cocoa_perc",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.01",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "CQ",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.32",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "sweetness",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.15",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "acidity",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.13",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "bitterness",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "-0.19",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "roast",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.02",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "intensity",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.06",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "complexity",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.49",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "structure",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.62",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "length",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.27",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "appearance",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.17",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "aroma",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.41",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "mouthfeel",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.49",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "flavor",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "0.8",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        },
                        {
                            "x": "quality",
                            "y": "quality",
                            "font": {
                                "color": "#FFFFFF"
                            },
                            "text": "1.0",
                            "xref": "x",
                            "yref": "y",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jeussantiago",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-04-18 13:50:30",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jeussantiago",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:50:24.997232Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RobertZhu/2.embed",
            "fid": "RobertZhu:2",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RobertZhu/2/9_HZTVCPCVRUURIA9NMN5DAU64XJ6KBM.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/RobertZhu:2/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/RobertZhu:2/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RobertZhu/2/9_HZTVCPCVRUURIA9NMN5DAU64XJ6KBM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RobertZhu:2",
                "plots": "https://api.plotly.com/v2/plots/RobertZhu:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=RobertZhu"
            },
            "owner": "RobertZhu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "value vs time",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~RobertZhu/2/value-vs-time/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:50:25.467Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RobertZhu/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "feb96330-05ca-4d01-8ed0-681f0f52887e",
                        "name": "unit 1001",
                        "type": "scatter",
                        "xsrc": "RobertZhu:3:935512",
                        "ysrc": "RobertZhu:3:b564bf"
                    },
                    {
                        "uid": "e2963145-fc18-41ad-b6e9-bee0abf0efa5",
                        "name": "unit 1002",
                        "type": "scatter",
                        "xsrc": "RobertZhu:3:3c4a7d",
                        "ysrc": "RobertZhu:3:7208a1"
                    },
                    {
                        "uid": "653e7ecb-17e4-41da-9760-7e472f0e1c6c",
                        "name": "unit 1003",
                        "type": "scatter",
                        "xsrc": "RobertZhu:3:886052",
                        "ysrc": "RobertZhu:3:313b73"
                    },
                    {
                        "uid": "54dd186a-e5b0-4c6c-acbb-a7e2ce068cc2",
                        "name": "unit 1004",
                        "type": "scatter",
                        "xsrc": "RobertZhu:3:278819",
                        "ysrc": "RobertZhu:3:9a81b3"
                    },
                    {
                        "uid": "0de69ae7-6f59-482e-9c82-55ae2d2e9ddf",
                        "name": "unit 1005",
                        "type": "scatter",
                        "xsrc": "RobertZhu:3:37b2a0",
                        "ysrc": "RobertZhu:3:a05678"
                    },
                    {
                        "uid": "7b585cef-f08f-4e8a-85ef-15b6ff5a7a5c",
                        "name": "unit 1006",
                        "type": "scatter",
                        "xsrc": "RobertZhu:3:cbdcd0",
                        "ysrc": "RobertZhu:3:c53a30"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "time"
                        }
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "value"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RobertZhu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-04-22 01:49:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RobertZhu",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:49:57.268320Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~RobertZhu/0.embed",
            "fid": "RobertZhu:0",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/RobertZhu/0/9_MVMXGFR5Y0WVN16FOI7Q2FNWBRYI8I.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/RobertZhu/0/2_DUX6ZHHD4Q5XYO3XK12GN961IYUROL.png",
                "block-thumb": "https://api.plotly.com/v2/files/RobertZhu:0/image?image_name=block-thumb",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RobertZhu/0/9_MVMXGFR5Y0WVN16FOI7Q2FNWBRYI8I.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/RobertZhu:0",
                "plots": "https://api.plotly.com/v2/plots/RobertZhu:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=RobertZhu"
            },
            "owner": "RobertZhu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "value vs time",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~RobertZhu/0/value-vs-time/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:49:57.786Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~RobertZhu/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "8e3a9295-d4ba-4f66-a57c-f028f115d372",
                        "name": "unit 1001",
                        "type": "scatter",
                        "xsrc": "RobertZhu:1:863f4d",
                        "ysrc": "RobertZhu:1:7e0cb0"
                    },
                    {
                        "uid": "82368530-8819-409a-a8fb-7cb1c2f470f9",
                        "name": "unit 1002",
                        "type": "scatter",
                        "xsrc": "RobertZhu:1:88a30f",
                        "ysrc": "RobertZhu:1:46553f"
                    },
                    {
                        "uid": "1ebdfc18-7309-4241-9885-242fadf1530e",
                        "name": "unit 1003",
                        "type": "scatter",
                        "xsrc": "RobertZhu:1:b20f98",
                        "ysrc": "RobertZhu:1:7de30f"
                    },
                    {
                        "uid": "bc3cbc3d-e670-4cd5-a90a-0ee53a697700",
                        "name": "unit 1004",
                        "type": "scatter",
                        "xsrc": "RobertZhu:1:09143b",
                        "ysrc": "RobertZhu:1:fc812b"
                    },
                    {
                        "uid": "55e2219a-ad48-44ac-b7d2-b4d9a53245e5",
                        "name": "unit 1005",
                        "type": "scatter",
                        "xsrc": "RobertZhu:1:b6de2a",
                        "ysrc": "RobertZhu:1:7d1c12"
                    },
                    {
                        "uid": "92ffeecc-1db5-443b-a2c4-b4df96c227d1",
                        "name": "unit 1006",
                        "type": "scatter",
                        "xsrc": "RobertZhu:1:c54114",
                        "ysrc": "RobertZhu:1:249393"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "time"
                        }
                    },
                    "yaxis": {
                        "range": [
                            0,
                            1
                        ],
                        "title": {
                            "text": "value"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~RobertZhu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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-04-22 01:49:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "RobertZhu",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:48:17.426033Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Neelima/23.embed",
            "fid": "Neelima:23",
            "filename": "parametric-plot-viridis",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Neelima:23/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Neelima/23/2_C1W3NIXCV8XALAD2LOO1WWKFPRIZH5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Neelima/23/8_2IFA8QV5UCPQ6HOK6C2EAXR5C6E0NZ.png",
                "list-thumb": "https://api.plotly.com/v2/files/Neelima:23/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Neelima:23",
                "plots": "https://api.plotly.com/v2/plots/Neelima:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=Neelima"
            },
            "owner": "Neelima",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Another Parametric Plot",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Neelima/23/another-parametric-plot/",
            "world_readable": true,
            "date_modified": "2019-04-22T01:49:05.877Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Neelima/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "surface",
                        "xsrc": "Neelima:24:c1f9cf,f5b321,15b421,7fc1ec,ca3a4a,3bb059,fc76bb,4911b2,8d57e0,c29438,996bf2,c2a5f4,187cca,2be97b,52a909,8334d4,01a996,33941d,1ec910,b9858d,51626d,25bd1a,dc2dd8,99fee7,6f259a,4f3fa3,8437cf,cf095f,49376a,45002a,e00ce3,5b4c04,624093,57912f,c6b4f7,fd13e7,581aa6,bf88b9,b46bc9,4d6c87,73b0b1,15a5c3,f723d6,c32074,e218c0,9ac390,7c3e78,c54ec7,d4d06c,76b81e,a6c5e0,37a78c,2049d5,0b28e4,b168f3,4909b7,6fd2ca,ff65bc,8eb784,293085,2f90f0,f922db,b17fad,72922a,d2e386,1d5050,ac0460,172949,f5c78d,3e6c72,ab3d35,48631a,9f8a1e,de525a,e8fd44,afa6e7,de1a8e,fff32b,f14550,18924d,5fc364,4ac101,1eb81f,d7b0fd,83197f,0428af,4d6633,76b2f8,946aaa,17808e,447520,84b7f7,ffb2c9,96468e,3afe0b,809929,f48112,460565,8db568,8146a1,5531dd,f14473,5ca2f6,7a6039,54b22e,03dc0f,633aaf,30f858,338093,a126bc,3d9623,b0643d,2a79de,777481,98c606,03b40a,332ac5,e9bd99,cf77a3,b10a3b,14b258,832797,47a210,3efe7a,0f0f3f,ebb62a,9e40ee,9fadd3,faafe7,953f60,86b09a,cda4ee,6b920d,5f21e4,3d19f4,403379,0fa766,e629f8,dcbb30,759b64,f08227,be120d,41ef59,834662,e4c0b6,ec9472,eed0a2,d6300c,794b23,d67134,d980ae,ddc4be,6845fd,01a063,8e58fa,2d9e9e,36f037,c353ba,06412f,4101e5,1e69a2,be7f1a,cee623,165d42,aad93a,1b9933,4bb2f0,3c16ef,5b8f50,66903f,a3d0b7,e4abae,f99815,846bd1,06c90a,3ccf2d,70fb9c,74f182,084eb0,826215,791037,1f039e,42b5fb,08ebd7,7861c0,8a3576,af07a3,8fdda1,762857,77fee4,3a3ecc,63dc3d,ba55ab,c3b893,f4ffc1,40fd82,687b07,eef5d7,8abec5,d5d698,a38fcd,062edc,877a2c,92b9cd,af6c5b,b82c93,e74b1b,ea9b29,7e0790,cb8212,5fc019,669ef9,80788f,942780,1b2ff1,2052ef,66d3f0,31dd60,5567a6,aa0b75,0321f8,566272,8c7d1c,206d0f,eae3a5,bbf313,8066ef,5c0345,ed2c35,ffc88b,31d95c,b0fcc1,90d35a,668398,8aebf0,6491cf,79a21f,e4d3e1,d02651,5ee7a1,3b111f,e9be07,d8a8dd,8bd722,87ed4d,1d7ea6,4f19d9,46993f,b77915,a11b8d,fad11e,8931e0,19f956,af9293,6a91c7,5c4aa0,3c1c28,2990b6,02c6b0,cce265,628eb3,477f87,6037ec,328ac3,35f371,74d2c6,83ef94,130e78,12d6fc,5fff12,268076,2ba91c,35aea0,9442ab,3528c9,94a698,254b32,66460b,7b40ca,b1efeb,72bc19,82feb2,764699,667f0a,1eace3,35f50f,4aff33,d9d105,5af31c,48c15a,0fa291,66acf5,ed2725,57b16e,62f7a1,21ece1,8f7209,6b6d7f,fe59ab,99fb66,fb9d18,7234fb,1798f3,8f8499,b56217,4929d3,fd1806,40c4c6,d6dc58,acfb7e,e9b8b1,8f31a3,f19c3a,d883d3,bb1609,4006a3,04dcf4,782704,b9be53,95c17c,17ef82,febd18,6b97a3,7d805a,481942,609fe8,eb5818,8873ea,57491d,5b8e65,c6ea09,5a9e16,9c5efb,de2c6c,3965ee,d572cd,728f21,b60d1d,596306,fc3994,000594,1486ab,7fcadb,8ac362,dac4bd,8cce42,06c689,086d8c,738799,3a7835,b5ffeb,1cbcb9,864690,8a7780,231069,3e99aa,8ed996,93a265,d828c2,f491cc,f3d124,750620,c37afe,d3732f,3d57b0,378afb,d6ed67,6954d5,d97411,096357,ce0a06,bac190,aac62f,f1e672,a383ff,fa13fb,22f9cb,823ed0,262930,5c9978,17ff92,4c9758,df4834,a96ca1,f66c29,3d5d00,b850c7,3c3ec6,cc6640,69ca60,537759,33f85e,e2fa78,ec7371,371eb5,6b5a6e,f18e46,8e9ed1,0e7fe8,f9f218,b95711,a427ad,f96750,7ff9de,631cf7,d30094,d0e2d9,5e18e4,c20479,a0a807,15bdb5,48452a,07f53d,df0c7b,8da18e,966bd1,d5ff0d,3d8145,5066e9,2f748b,cb3468,c96900,fb1f5c,7d7ef1,7056a7,a9e40d,64426c,7cace3,88680c,591486,04d1ba,7ebb98,2d60bd,5cfee4,0a2bf2,2c38f4,6d5608,c169e3,5ab98d,eb82e9,3deb2a,cc1ad5,77b7cb,b75257,82a07d,30130a,68885f,9c14ff,088b34,0cc532,32a9b5,9c261b,1ed302,be4895,e02362,9c753a,5d9d29,680adc,12359b,4b592b,662bcd,ebeed2,9ac2bf,4dc3dc,c7ebd8,4d6350,55d7d1,c3c182,00ae23,457b6e,2981f1,e079f0,c3e9b7,e04db5,9a178f,b1dac7,9fcd03,eb6b73,7db982,84165a,14aa08,a3e385,4fd79b,b20328,e805f0,82a9fb,b0d00c,f90ebd,278b64,322e21,059665,77b42e,e19fce,85c43b,15aaec,7af333,c53064,adcec3,ad89ab,9a866e,d26e68,89588c",
                        "ysrc": "Neelima:24:a51c9b,edc0b5,f6f03a,269a8b,588c6a,5cf313,da0464,b5fcb2,765720,597383,d53ebb,0e9f33,c7d0cc,656cfc,6b6633,145cd8,c35262,927e5d,fc7c96,1f79cb,a63658,081be4,3b213f,46b523,c715e6,e36e11,8597b1,60dd6b,3586fe,31d561,8fb146,b78c89,a572ce,3f1504,55968e,8b3664,2e8c9a,414181,043d64,d107ff,f1b08b,c74221,b9e3e1,515365,06ee95,67682b,84071a,7e16e0,7e6c2c,dde9b8,897aa3,8c56f2,51ff4a,01addb,3c5856,dcf112,dd65e1,44e61c,7708aa,5638f8,f3a535,9c33b9,ef7241,43c0b1,7825cd,599b61,77ed1c,7f2925,e95d5d,cb9cd1,a4e980,5121a5,140946,3f3e3b,963e68,b13f43,b522da,c5fa9b,a868b0,ccb606,001d38,f68d64,b00669,f02afa,e61aa1,f9ea67,f395ab,fb82bd,e43eff,f5c658,0e7333,2af017,39e191,32d04c,199ca9,dfab4e,7ee648,366ad5,f01624,1e7f1f,547182,40093a,f61017,4b05c7,8c339a,7f29f4,760d70,561ddf,b6eb29,d42530,cb631b,3de751,cb5778,9d3925,a45008,0b84df,4e2bc4,2c077b,7d26be,432f8e,25811d,1c7237,334247,4e0c20,9b3bc6,c0e872,a9c2fd,9e5540,8d8a8c,104fa9,1ff1ae,cad31d,06a3fc,c2b615,3fcfdc,6b5f13,d58492,eab816,373413,86a76a,18ccd2,148a78,8aabe0,9bd7ae,9203b4,e68d09,f06fbf,9e0b4c,78143b,0390ac,5907f2,53aa4f,bd8e26,16fe03,2882a3,b81abc,b65cae,d04eff,f2171c,e7b20d,fc9981,fe41f4,20a597,3cb74e,86904e,450d03,62b5f4,004989,af4c75,21c3bf,cf59c7,4c1b02,91c1c5,f8570e,fa3b44,cc09cc,ee0b24,bd9340,381518,12f82b,0c61f2,647093,4a8466,2a0264,b1b29e,ac81e9,c59c9c,953d28,4320a4,11c47d,239937,2dacb4,5a6d42,f48b4c,e5c0a4,6bfa77,d78f12,fd5dfb,146624,612178,19f042,fe2385,166d1b,ab3f53,af3540,a02537,7778c7,e76916,d9a8c5,aa146e,752e52,acfeb2,3c4cbe,851da7,34e029,70d498,9647e5,556db9,357dcb,5b7b99,d1e82c,4927d5,76f0cc,a181da,0375f6,88acad,93640f,33624e,5b08bf,a0f23c,deec34,4f3af4,446751,236b10,9bc19e,4e6cee,02b93a,29e840,90836e,3b4488,f3c0e8,2e60a7,715c28,043141,624e11,b1b3a7,903221,500c05,9f153e,d569f2,6a0663,da5693,53a840,c46b56,351255,9ac094,1088ba,5031ad,d5f087,06cd41,dbb343,a1790d,24f81c,d7adba,ab9ef5,3226e6,57a23d,457139,bbed86,7e5930,bf5004,6c0d13,605b17,78fbd9,9d8d19,0eb25d,8c47fb,63760c,cc20a4,4d66fb,cb936c,4607ca,08928e,6a74ac,f11a71,c4ccb8,67c673,655a8d,5285a0,9f8761,085dad,57ed09,22a992,e87604,564e1c,54fe3c,9adfd3,33c52b,f14d6a,4c298b,d4b7eb,f04e52,324107,66cf32,93af76,d2fe5f,fa2be8,590330,887b7a,ba3a5b,6d6661,ea3737,cb68de,cb8820,a9912e,eed3a4,ce0aa5,6db0b4,efdd4b,602af0,377773,15c428,850bf7,d0acfe,fbe4f7,3c2cd2,8e5e2d,15b512,dd359b,e72bc1,0a263f,6ee77c,c6b4ed,9dfd23,0005c2,1e5c8a,a1e65a,c9f780,77a2c1,234f7f,5c4920,58c425,3997f8,545d11,4e3704,5a2b26,56b418,733b64,1b1395,825419,ceab3d,ea62f5,01e3f9,4c84a0,a2a116,7cab0c,dfcf65,077350,84c45d,2e24b7,fb426f,f16925,de8a9b,102e8f,241b7e,6568dd,993e21,f613d6,5ce6c7,5f493d,efbf13,3fb798,f0b5c6,ff89b4,255d9d,76fd7a,18bc98,3e4151,299ed4,339f7b,e36f03,00b378,e22970,b69858,3e6605,fd09dc,de9cb0,b4d147,d9196b,9b203f,4e87c7,db69b2,753c21,7ed122,5c8aaf,b98b9f,5cecdf,27c704,7d78e8,c8ea92,2165ac,b28890,528397,7a5a5d,7a957c,0a7ef4,06c8a8,f2a880,6e4c15,8678bd,d47058,43901d,4a99d7,722aa1,0a7237,4e451e,2ec9b1,d81549,399eeb,3daedc,b54876,07d23e,b3bc29,be1681,0a3f67,f26423,870b34,d52876,6d5593,2d4714,a610c9,2e305a,61eee7,f3c5f1,0eeb2f,6e62ad,edb68a,d4d6aa,cfb6e2,98a81f,5d5f25,f66211,726540,0712a0,77d272,db323a,3cc8d4,68e7ee,5c50ef,fab427,5e6c09,52fe41,b29663,3e1d58,51e1f3,9f88ac,1248bf,4ce765,d5cc60,b140e9,b80f1d,325bef,c305d4,ccc285,e52009,fd8ab2,1c1321,2ba316,d3e43c,528e70,489174,92da8b,3392ea,42770d,ed53a3,fcd463,3cb929,978c48,2fa4a4,565ae2,989d19,5fbd82,307ae1,cc74cc,e381a1,ffcbdb,c2beb5,263536,03fd1d,2506cc,ea05b3,bd3eeb,b9f4a7,99b502,f16e80,7022e2,b4dc70,78403d,9ec3ca,8f3fb3,55fcfb,cae712",
                        "zsrc": "Neelima:24:a5ad4a,c2cdc2,f263fb,121649,e9b511,20b887,b73f73,945004,238953,78637e,23f524,889ffc,461946,d881b7,b4e65b,39f626,2e3a5b,5daf6a,a01583,5f081c,ea5fb5,78d9eb,43a062,f8f63d,ff4c2d,f79d32,9fcd37,7b6685,142cdd,5727d4,18dae0,3426a1,61b89d,abf0b9,fac56b,173986,92bab5,c9cdae,c67ee2,441645,fad37f,f8dfed,843d99,21eb0e,92359a,3a02d8,4bf6cb,333584,f404fb,6bd3c1,13757c,1fb854,0d3015,e6b996,bae80a,367689,456ac4,f249be,f22ff4,7d8b06,a51174,e09f57,749546,d9bd34,1f50a6,e8fb26,a26019,ad00dd,d53c3d,bf750c,19a4cd,1e53bd,315f22,c384af,f17a12,ddba7e,966b7c,f63c1f,f934f0,c5f713,34923a,5c547a,7c4c6f,756367,3de4cb,e9aaea,d9485a,73f039,ca897c,800220,5742b6,379229,bb6657,fbf6d5,efc622,1243e5,973018,53e44c,9e5b13,9b2abf,90b03e,3c2ad5,d6bd11,235688,744993,d2ce20,5ad065,0847e6,a624c8,6cc13b,000741,0f7fa1,acd3ff,4d6db9,33561a,98f37f,74adef,6e751a,dac22d,8b0aca,4527ef,6b8e95,56f975,94f206,04e0e7,2c63cb,a62a18,74381e,bfb148,d6ebfc,6d1878,500558,b18b69,9304da,4d751e,46a380,2ae86f,f417e5,5a616e,dc4a8f,4df160,29f707,ffdf6e,4b6b72,7ab09b,f84152,bfedb1,ef45c0,246885,ea861d,e9b4e7,ad1354,33b427,0c8e7c,b62d1e,47dd42,5558a8,d8c6f7,a3dd38,e8f414,894367,c88063,807316,efe5dd,c130ee,e80a65,c2b600,79ba3b,9966ce,92c9c3,c266f6,7a694b,6e8c17,1c99be,8346c6,5d4d7f,7875c2,81c941,8a1317,f4879f,2cf7b3,02544f,ed20e6,4e276f,d8de71,fe30d3,0b318d,1d4354,a9ada4,9fcffa,e62dff,dbbdbc,701e71,29ee7c,908848,64986a,787d3f,e50957,630656,b1f9b5,e158a5,789d09,638dcc,6b309f,824af5,926e4c,f5aad2,0ed58c,eb9c53,b6e6dd,2f56b7,88d36f,7dee38,a2be8a,747776,039108,ea3260,089969,6c1319,323c9b,37b357,1e72ab,87631b,191cff,dd2c86,a0ab88,3443a7,683614,e94429,43ddcf,16b4d7,712d23,9c9b7c,659de5,5a5d49,4d3d03,a931f1,5d9ce7,ccf399,ff5916,f0a91c,8f5b15,b4c88e,f5ccd8,896dad,41a12a,281a0f,6a1492,7c9922,dd665f,4e36c1,84ca43,1000d2,c4a990,80cc5c,499cdc,53143d,a5f60b,b4f90b,5341a0,c336d9,603f57,2b297c,aeca65,b4a9df,114e5b,58a25b,009540,e39d08,7796a4,f0fd7d,10d988,624e77,108140,8173ca,3f1842,18e36e,0b492b,dc4928,a8775f,c550e1,0ba486,645c86,e785f5,23b542,99dba8,923d58,1649fc,ffbf38,fcffdb,4ba943,82c8d4,9d4a6d,24bbfa,2ffd19,968d37,5d9828,d40d79,566d98,8fbec6,22fc28,ff50a6,d72d7d,fd299f,76ee28,c7aa50,a15832,bc73bb,c5ef23,18fc3e,19138b,71e236,34283a,e8fc73,19371f,afacb7,9bc020,c769ca,0ef66c,6bd5e1,1f8b2c,3f05c0,4d743f,af8778,a58e3d,b01571,a3b60a,730e7c,088ba9,7f89c4,570415,1ea428,027f1e,32a87e,f1bfd0,1d1ac8,395a86,be5005,b4cdeb,7cb676,62bde2,ef430b,da0d66,1f90b6,997b53,591246,b65173,8592d6,9f6223,9a016a,c7533c,b5790a,ae0724,bca4a5,a999c0,e6362e,a24ae0,82d7d1,188e99,b425c0,eb8dea,2a2865,bbe75d,d08fc0,4dc1ae,54abb0,47996e,acb72e,6e52ea,850683,4de9b2,998650,999c58,cd36d7,10b415,9e2c39,9c6493,ff364e,d1165e,158fad,262d19,70d0e7,22380b,35c84b,61cfcf,cbf427,737f35,065b32,ba3578,2085b6,ccc1b5,2ea5df,2ea43b,5a0e3d,edb44f,cee116,ce1bdf,2056c9,4cc4f4,4ab740,cbe13c,844104,b70efc,ff761c,2ca137,ff3fd3,c5a7f7,61f378,4e98db,f54dd1,bc37cc,63ad18,cff037,ecc1a6,d021c9,2b0ac7,b1d2a5,a64a88,2094fb,c69ce5,50ed7c,21d74d,d8b05e,0dd25c,4a8b73,2cde11,99c91d,8438de,9cd189,9332bf,d42f40,d2ad46,4b7a28,9a6957,7eeabf,80c470,c9f1c8,db697a,b143bb,261101,196a29,f4011d,950efd,6771eb,a82ae9,9f63ac,56b79a,d3ecad,573f75,a6eea5,4e1c70,f5a0c6,7ae7ce,c4af3f,35670b,abb2c9,cfc0c5,0a41c2,4cdd58,fb6840,b8ce47,fceb33,ce15a1,fb3221,4ddfe7,56fd87,c8dcb0,1e101a,b4f6ec,d5fde0,859028,738459,82c2a9,623fc9,cde00f,152f40,9a2e08,dbcfbf,87f248,5343ed,a36c19,c97f63,f674ad,0ab477,d84892,0cbc75,623531,703724,fd60b5,feaab4,e7f88b,744e12,0a3c23,dfed62,baa5f5,675d6c,bb686b,3b640b,9fda79,eabb59,ddee28,a4b1eb",
                        "colorscale": "Viridis"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(230, 230,230)"
                        },
                        "yaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(230, 230,230)"
                        },
                        "zaxis": {
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(230, 230,230)"
                        }
                    },
                    "title": "Another Parametric Plot"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Neelima",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/87.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "Neelima Sharma",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2016-04-29 22:05:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Neelima",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:47:12.766737Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jazerape/26.embed",
            "fid": "jazerape:26",
            "filename": "news-source",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jazerape/26/9_NFH8YDN6OBF0XF2W4NVPGCCN1LGRK0.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jazerape:26/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jazerape/26/8_FW8R8ZYN6256QBXTVKZQJVZ6JDCV0Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jazerape/26/9_NFH8YDN6OBF0XF2W4NVPGCCN1LGRK0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jazerape:26",
                "plots": "https://api.plotly.com/v2/plots/jazerape:26",
                "parent": "https://api.plotly.com/v2/folders/home?user=jazerape"
            },
            "owner": "jazerape",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 50,
            "web_url": "https://chart-studio.plotly.com/~jazerape/26/",
            "world_readable": true,
            "date_modified": "2019-04-24T03:50:53.733Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jazerape/26/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "aa90771a-c0e7-47ac-b807-902db75fe8ed",
                        "line": {
                            "color": "pink",
                            "width": 4
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "jazerape:27:2cdde8",
                        "ysrc": "jazerape:27:c7032e",
                        "connectgaps": true
                    },
                    {
                        "uid": "c002f698-28db-4a08-8ce3-a3da70850a0d",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jazerape:27:ce6396",
                        "ysrc": "jazerape:27:065d68",
                        "marker": {
                            "size": 10,
                            "color": "pink"
                        }
                    },
                    {
                        "uid": "8256ea3f-68d7-47f3-b875-7176a02268ab",
                        "line": {
                            "color": "blue",
                            "width": 4
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "jazerape:27:2cdde8",
                        "ysrc": "jazerape:27:e9a8b6",
                        "connectgaps": true
                    },
                    {
                        "uid": "4d53bb58-0f36-4935-9164-306a72abd388",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jazerape:27:ce6396",
                        "ysrc": "jazerape:27:92ed83",
                        "marker": {
                            "size": 10,
                            "color": "blue"
                        }
                    },
                    {
                        "uid": "7092f7eb-bc5a-438b-8edd-32e5beddf3e9",
                        "line": {
                            "color": "orange",
                            "width": 4
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "jazerape:27:2cdde8",
                        "ysrc": "jazerape:27:3a050b",
                        "connectgaps": true
                    },
                    {
                        "uid": "79f006db-25e1-4a9f-849a-43ba5ae957fb",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jazerape:27:ce6396",
                        "ysrc": "jazerape:27:a2a646",
                        "marker": {
                            "size": 10,
                            "color": "orange"
                        }
                    },
                    {
                        "uid": "3d0d5f65-88cf-4c56-bd64-6c2802d804c3",
                        "line": {
                            "color": "red",
                            "width": 4
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "jazerape:27:2cdde8",
                        "ysrc": "jazerape:27:637245",
                        "connectgaps": true
                    },
                    {
                        "uid": "6cfbdafa-a47c-4ae6-bd23-01f993583e56",
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "jazerape:27:ce6396",
                        "ysrc": "jazerape:27:795082",
                        "marker": {
                            "size": 10,
                            "color": "red"
                        }
                    }
                ],
                "layout": {
                    "xaxis": {
                        "ticks": "outside",
                        "ticklen": 5,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 12,
                            "color": "rgb(82, 82, 82)",
                            "family": "Arial"
                        },
                        "linecolor": "rgb(204, 204, 204)",
                        "linewidth": 2,
                        "tickcolor": "rgb(204, 204, 204)",
                        "tickwidth": 2,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "margin": {
                        "l": 100,
                        "r": 20,
                        "t": 110,
                        "autoexpand": false
                    },
                    "autosize": false,
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": "-3.28",
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "Return ms -3.28%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": "6.10",
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "6.10%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": "23.47",
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "Risk ms 23.47%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": "10.54",
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "10.54%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": "-0.14",
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "Sharpe ms -0.14%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": "0.58",
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "0.58%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.05,
                            "y": 0.0014899871285497497,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "$m^2$ ms 0.0014899871285497497%",
                            "xref": "paper",
                            "xanchor": "right",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.95,
                            "y": 0.013266498637134274,
                            "font": {
                                "size": 16,
                                "family": "Arial"
                            },
                            "text": "0.013266498637134274%",
                            "xref": "paper",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "showarrow": false
                        },
                        {
                            "x": 0.0,
                            "y": 1.05,
                            "font": {
                                "size": 30,
                                "color": "rgb(37,37,37)",
                                "family": "Arial"
                            },
                            "text": "Performance of the portfolio using the weights-max-sharpe",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.5,
                            "y": -0.1,
                            "font": {
                                "size": 12,
                                "color": "rgb(150,150,150)",
                                "family": "Arial"
                            },
                            "text": "Source: PewResearch Center & Storytelling with data",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jazerape",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-09 18:47:08",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jazerape",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-04-22T01:43:38.808135Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ranhaosjtu/63.embed",
            "fid": "ranhaosjtu:63",
            "filename": "LC-loanamntmean-map",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ranhaosjtu:63/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ranhaosjtu:63/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/ranhaosjtu:63/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/ranhaosjtu:63/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ranhaosjtu:63",
                "plots": "https://api.plotly.com/v2/plots/ranhaosjtu:63",
                "parent": "https://api.plotly.com/v2/folders/home?user=ranhaosjtu"
            },
            "owner": "ranhaosjtu",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "LC Loans Amount Average by States in 2015",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~ranhaosjtu/63/lc-loans-amount-average-by-states-in-2015/",
            "world_readable": true,
            "date_modified": "2019-04-23T02:49:41.206Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ranhaosjtu/63/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "449cbc6f-a973-4100-830b-02457b7d60a4",
                        "type": "choropleth",
                        "zsrc": "ranhaosjtu:64:c77d62",
                        "marker": {
                            "line": {
                                "color": "rgb(255,255,255)",
                                "width": 2
                            }
                        },
                        "colorbar": {
                            "title": {
                                "text": "$USD"
                            }
                        },
                        "locationmode": "USA-states",
                        "locationssrc": "ranhaosjtu:64:ceb899",
                        "autocolorscale": true
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "lakecolor": "rgb(255, 255, 255)",
                        "showlakes": true,
                        "projection": {
                            "type": "albers usa"
                        }
                    },
                    "title": {
                        "text": "LC Loans Amount Average by States in 2015"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ranhaosjtu",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.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": "2018-11-01 03:29:42",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ranhaosjtu",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}