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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE0JTNBNDYlM0E0Ny4yNjQyMjQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNCUzQTU1JTNBNDguNjc3MDY4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T14:55:48.677068Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ividal/7.embed",
            "fid": "ividal:7",
            "filename": "SSE",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ividal:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ividal/7/2_3JWEXXRGS3C9MC7IE7M197115TP8QC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ividal/7/8_ZF02EJEACAT0QF5GWWJY3P6H40WSMY.png",
                "list-thumb": "https://api.plotly.com/v2/files/ividal:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ividal:7",
                "plots": "https://api.plotly.com/v2/plots/ividal:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=ividal"
            },
            "owner": "ividal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ividal/7/",
            "world_readable": true,
            "date_modified": "2019-06-17T16:50:38.492Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ividal/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(130, 131, 133)"
                        },
                        "mode": "markers",
                        "name": "K Means",
                        "type": "violin",
                        "ysrc": "ividal:6:d0c395",
                        "marker": {
                            "color": "rgb(156, 157, 158)"
                        },
                        "pointpos": 0,
                        "bandwidth": 0
                    },
                    {
                        "name": "Fuzzy K Means",
                        "type": "violin",
                        "ysrc": "ividal:6:227b31",
                        "marker": {
                            "color": "rgb(122, 123, 125)"
                        },
                        "bandwidth": 0
                    },
                    {
                        "name": "K Harmonic Means",
                        "type": "violin",
                        "ysrc": "ividal:6:3aa598",
                        "marker": {
                            "color": "rgb(0, 80, 204)"
                        },
                        "bandwidth": 0
                    },
                    {
                        "name": "Hybrid 1",
                        "type": "violin",
                        "ysrc": "ividal:6:140cd9",
                        "marker": {
                            "color": "rgb(99, 188, 250)"
                        },
                        "bandwidth": 0
                    },
                    {
                        "name": "Hybrid 2",
                        "type": "violin",
                        "ysrc": "ividal:6:2f5be6",
                        "marker": {
                            "color": "rgb(94, 193, 247)"
                        },
                        "bandwidth": 0
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.48,
                        "text": "<br>"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            183.7879348319537
                        ],
                        "title": {
                            "text": "Number of Iterations"
                        },
                        "autorange": false
                    },
                    "margin": {
                        "b": 80,
                        "t": 100,
                        "pad": 0
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "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"
                    },
                    "violingap": 0,
                    "showlegend": false,
                    "violinmode": "overlay",
                    "violingroupgap": 0.2
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ividal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/83.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-03-26 14:45:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ividal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:55:20.288018Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Buster_Norris/10.embed",
            "fid": "Buster_Norris:10",
            "filename": "Round 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Buster_Norris:10/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Buster_Norris/10/2_ZEP68CX4M2FZOKJ5I0E1TORCRIJQNT.png",
                "block-thumb": "https://api.plotly.com/v2/files/Buster_Norris:10/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Buster_Norris:10/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Buster_Norris:10",
                "plots": "https://api.plotly.com/v2/plots/Buster_Norris:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=Buster_Norris"
            },
            "owner": "Buster_Norris",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Round 1, Round 2, Round 3",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Buster_Norris/10/round-1-round-2-round-3/",
            "world_readable": true,
            "date_modified": "2019-09-08T10:50:27.623Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Buster_Norris/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "d377c34c-cd15-411f-99a0-f954d7d42828",
                        "name": "Round 1",
                        "type": "bar",
                        "xsrc": "Buster_Norris:11:21475a",
                        "ysrc": "Buster_Norris:11:23411a"
                    },
                    {
                        "uid": "6a0dd26c-5597-4150-b554-fa341158b15f",
                        "name": "Round 2",
                        "type": "bar",
                        "xsrc": "Buster_Norris:11:21475a",
                        "ysrc": "Buster_Norris:11:f5c8ef"
                    },
                    {
                        "uid": "b6763be7-339d-482c-a8c7-256c29eca81e",
                        "name": "Round 3",
                        "type": "bar",
                        "xsrc": "Buster_Norris:11:21475a",
                        "ysrc": "Buster_Norris:11:2ada48"
                    }
                ],
                "layout": {
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Buster_Norris",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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-05-13 12:03:40",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Buster_Norris",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:54:42.997880Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/12.embed",
            "fid": "cornenagel:12",
            "filename": "plot from API (1)",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cornenagel/12/9_U1UL268WZV8WBP1ZYGDFLPGTNIAJMC.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cornenagel:12/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/12/8_K8NZ2TI08WXM4O5L927BSQJQSSCLHR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/12/9_U1UL268WZV8WBP1ZYGDFLPGTNIAJMC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:12",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:12",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feature Name vs Relative Importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/12/feature-name-vs-relative-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:54:43.422Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/12/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "22f11325-207f-47ba-9e73-58d06025781b",
                        "type": "bar",
                        "xsrc": "cornenagel:13:48dcf0",
                        "ysrc": "cornenagel:13:7ade40",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "Relative Importance"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Feature Name"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cornenagel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2017-08-09 20:59:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cornenagel",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:53:52.615002Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~oquigst1/1.embed",
            "fid": "oquigst1:1",
            "filename": "sankey-basic-example",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/oquigst1:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/oquigst1/1/2_ZWYBZZ3GRYZK2J39VV6MGJVO7BKPBE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/oquigst1/1/8_PJUAOECZWI4QDSS3879MBFGVT4LSAA.png",
                "list-thumb": "https://api.plotly.com/v2/files/oquigst1:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/oquigst1:1",
                "plots": "https://api.plotly.com/v2/plots/oquigst1:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=oquigst1"
            },
            "owner": "oquigst1",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~oquigst1/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:53:52.633Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~oquigst1/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "link": {
                            "valuesrc": "oquigst1:0:2d61fc",
                            "sourcesrc": "oquigst1:0:86fc23",
                            "targetsrc": "oquigst1:0:4ba779"
                        },
                        "node": {
                            "pad": 15,
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "colorsrc": "oquigst1:0:4a723d",
                            "labelsrc": "oquigst1:0:29552f",
                            "thickness": 20
                        },
                        "type": "sankey",
                        "frame": null,
                        "textfont": {
                            "color": "rgba(31,119,180,1)",
                            "fillcolor": "rgba(31,119,180,1)"
                        },
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 10
                    },
                    "title": "Basic Sankey Diagram",
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~oquigst1",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/52.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 13:07:45",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "oquigst1",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:53:27.786628Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Elvira213/0.embed",
            "fid": "Elvira213:0",
            "filename": "d3-bubble-map-populations",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Elvira213:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Elvira213:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Elvira213/0/8_910129P75HVTRFF4YPBOS68MR7G8PH.png",
                "list-thumb": "https://api.plotly.com/v2/files/Elvira213:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Elvira213:0",
                "plots": "https://api.plotly.com/v2/plots/Elvira213:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=Elvira213"
            },
            "owner": "Elvira213",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Plant capacity by power source",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Elvira213/0/plant-capacity-by-power-source/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:55:28.771Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Elvira213/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "27d3785c-6081-4f3a-973e-229d9458feea",
                        "name": "0 - 50",
                        "type": "scattergeo",
                        "latsrc": "Elvira213:1:777773",
                        "lonsrc": "Elvira213:1:2c7154",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(247,139,41)",
                            "sizesrc": "Elvira213:1:0315b0",
                            "sizemode": "area"
                        },
                        "textsrc": "Elvira213:1:1652c3",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "c5ffd175-d320-486c-ad30-d031afdf3c74",
                        "name": "50 - 500",
                        "type": "scattergeo",
                        "latsrc": "Elvira213:1:a631b7",
                        "lonsrc": "Elvira213:1:af84f3",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(153,151,154)",
                            "sizesrc": "Elvira213:1:47b3ab",
                            "sizemode": "area"
                        },
                        "textsrc": "Elvira213:1:c0f90b",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "5a667a1b-dd93-413b-b61c-ae732d2f3538",
                        "name": "500 - 2000",
                        "type": "scattergeo",
                        "latsrc": "Elvira213:1:00cfd2",
                        "lonsrc": "Elvira213:1:819b17",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(207,74,154)",
                            "sizesrc": "Elvira213:1:3ea05c",
                            "sizemode": "area"
                        },
                        "textsrc": "Elvira213:1:cb0ed3",
                        "locationmode": "USA-states"
                    },
                    {
                        "uid": "49bc114e-123d-4d22-8e67-7ec42375c81f",
                        "name": "2000 - 5000",
                        "type": "scattergeo",
                        "latsrc": "Elvira213:1:e7e906",
                        "lonsrc": "Elvira213:1:d78a48",
                        "marker": {
                            "line": {
                                "color": "rgb(40,40,40)",
                                "width": 0.5
                            },
                            "color": "rgb(0,129,197)",
                            "sizesrc": "Elvira213:1:a589a2",
                            "sizemode": "area"
                        },
                        "textsrc": "Elvira213:1:0a25b4",
                        "locationmode": "USA-states"
                    }
                ],
                "layout": {
                    "geo": {
                        "scope": "usa",
                        "showland": true,
                        "landcolor": "rgb(217, 217, 217)",
                        "projection": {
                            "type": "albers usa"
                        },
                        "countrycolor": "rgb(255, 255, 255)",
                        "countrywidth": 1,
                        "subunitcolor": "rgb(255, 255, 255)",
                        "subunitwidth": 1
                    },
                    "title": {
                        "text": "Plant capacity by power source"
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Elvira213",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 12:29:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Elvira213",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:52:30.523638Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Yac17/4.embed",
            "fid": "Yac17:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Yac17:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Yac17:4/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Yac17:4/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Yac17:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Yac17:4",
                "plots": "https://api.plotly.com/v2/plots/Yac17:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=Yac17"
            },
            "owner": "Yac17",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Yac17/4/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:52:30.540Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Yac17/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Train",
                        "type": "scatter",
                        "xsrc": "Yac17:2:5e9605",
                        "ysrc": "Yac17:2:5c18c8"
                    },
                    {
                        "mode": "lines",
                        "name": "Validation",
                        "type": "scatter",
                        "xsrc": "Yac17:3:2e16ed",
                        "ysrc": "Yac17:3:6e0c47",
                        "visible": true,
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            29
                        ],
                        "title": {
                            "text": "Epochs"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.40558309356371564,
                            0.8605880637963613
                        ],
                        "title": {
                            "text": "Accuracy"
                        },
                        "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/~Yac17",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-13 11:49:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Yac17",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:52:09.501691Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cornenagel/10.embed",
            "fid": "cornenagel:10",
            "filename": "plot from API",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/cornenagel/10/9_NKPOOQ18AOD6TINE1Y9PL9C25UFIDY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/cornenagel/10/2_NMSKDSZ58IS42F10HQVBE0E87N2FSM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/10/8_UB9DK6K8S7G8ZI8RV9VKP5PMDHVTBB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/cornenagel/10/9_NKPOOQ18AOD6TINE1Y9PL9C25UFIDY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cornenagel:10",
                "plots": "https://api.plotly.com/v2/plots/cornenagel:10",
                "parent": "https://api.plotly.com/v2/folders/home?user=cornenagel"
            },
            "owner": "cornenagel",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Feature Name vs Relative Importance",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cornenagel/10/feature-name-vs-relative-importance/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:52:09.907Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cornenagel/10/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "03d8461e-6235-4eae-94f4-1d39ce174e9b",
                        "type": "bar",
                        "xsrc": "cornenagel:11:b167ab",
                        "ysrc": "cornenagel:11:7c48dd",
                        "orientation": "h"
                    }
                ],
                "layout": {
                    "xaxis": {
                        "title": {
                            "text": "Relative Importance"
                        }
                    },
                    "yaxis": {
                        "title": {
                            "text": "Feature Name"
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cornenagel",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2017-08-09 20:59:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cornenagel",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:48:11.826726Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ha1ha2ha3/2.embed",
            "fid": "ha1ha2ha3:2",
            "filename": "peppa_by_week",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/ha1ha2ha3/2/9_SP84BN50OT4VCXKP52D01NT4G40QO8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/ha1ha2ha3/2/2_485KGGDSUWMFZDO5COET1ZGZWKYV4P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ha1ha2ha3/2/8_G0AD5DOCSA18ADW8KNHQ65O1H8HUYH.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ha1ha2ha3/2/9_SP84BN50OT4VCXKP52D01NT4G40QO8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ha1ha2ha3:2",
                "plots": "https://api.plotly.com/v2/plots/ha1ha2ha3:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=ha1ha2ha3"
            },
            "owner": "ha1ha2ha3",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~ha1ha2ha3/2/",
            "world_readable": true,
            "date_modified": "2019-06-17T14:48:40.268Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ha1ha2ha3/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5f258d29-361b-4ae0-92c1-92e843ed1ca6",
                        "type": "scatter",
                        "xsrc": "ha1ha2ha3:3:585697",
                        "ysrc": "ha1ha2ha3:3:910db4"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ha1ha2ha3",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.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-06-14 12:12:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ha1ha2ha3",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:47:55.554682Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~maurodlt/0.embed",
            "fid": "maurodlt:0",
            "filename": "chord-diagram-Fb",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/maurodlt/0/9_5RKAYV0TQDS7R5PNP0O0IXWU3P0MT6.png",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/maurodlt:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/maurodlt/0/8_UMZUWICZGTK5BJOL7JZD5B9XJLNFTK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/maurodlt/0/9_5RKAYV0TQDS7R5PNP0O0IXWU3P0MT6.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/maurodlt:0",
                "plots": "https://api.plotly.com/v2/plots/maurodlt:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=maurodlt"
            },
            "owner": "maurodlt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Chord diagram",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~maurodlt/0/chord-diagram/",
            "world_readable": true,
            "date_modified": "2019-10-24T12:49:08.034Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~maurodlt/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(244, 109, 67, 0.75)",
                            "shape": "spline",
                            "width": 0.25
                        },
                        "mode": "lines",
                        "text": "Cluster 1 has 787 elements",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:a8d1cf",
                        "ysrc": "maurodlt:3:2ade80",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "rgba(253, 174, 97, 0.75)",
                            "shape": "spline",
                            "width": 0.25
                        },
                        "mode": "lines",
                        "text": "Cluster 2 has 910 elements",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:16ed15",
                        "ysrc": "maurodlt:3:4d3170",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "rgba(254, 224, 139, 0.75)",
                            "shape": "spline",
                            "width": 0.25
                        },
                        "mode": "lines",
                        "text": "Cluster 3 has 773 elements",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:3963af",
                        "ysrc": "maurodlt:3:f7163f",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "rgba(217, 239, 139, 0.75)",
                            "shape": "spline",
                            "width": 0.25
                        },
                        "mode": "lines",
                        "text": "Cluster 4 has 765 elements",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:df8f48",
                        "ysrc": "maurodlt:3:ae98ba",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "rgba(247, 249, 109, 0.75)",
                            "shape": "spline",
                            "width": 0.25
                        },
                        "mode": "lines",
                        "text": "Cluster 5 has 793 elements",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:8ed64f",
                        "ysrc": "maurodlt:3:ea4c7f",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:c0f747",
                        "ysrc": "maurodlt:3:1f35f2",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:7f43f0",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:84c667",
                        "ysrc": "maurodlt:3:859bf5",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:81b0ec",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:cfcd39",
                        "ysrc": "maurodlt:3:e42a28",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:08e8e6",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:b16047",
                        "ysrc": "maurodlt:3:fd1cf4",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:028d4f",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:82cab8",
                        "ysrc": "maurodlt:3:c37aa6",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:913dd8",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:f82998",
                        "ysrc": "maurodlt:3:b09aff",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:5d7732",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:4e1085",
                        "ysrc": "maurodlt:3:e0ba74",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:e6365c",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:165b41",
                        "ysrc": "maurodlt:3:19475b",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:e01901",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:528a27",
                        "ysrc": "maurodlt:3:364df9",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(244, 109, 67, 0.75)"
                        },
                        "textsrc": "maurodlt:3:5fd44e",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:a1e8e1",
                        "ysrc": "maurodlt:3:29d5e2",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:d4b264",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:c4bd52",
                        "ysrc": "maurodlt:3:56c754",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:988a66",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:ad7044",
                        "ysrc": "maurodlt:3:c11054",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:4a0db5",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:e32619",
                        "ysrc": "maurodlt:3:af5386",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:d56248",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:68083f",
                        "ysrc": "maurodlt:3:a05ae2",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:27e9f8",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:caa63b",
                        "ysrc": "maurodlt:3:a43725",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:268d02",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:4e4140",
                        "ysrc": "maurodlt:3:e7b7c8",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(253, 174, 97, 0.75)"
                        },
                        "textsrc": "maurodlt:3:8f997b",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:3b4563",
                        "ysrc": "maurodlt:3:26bc28",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(254, 224, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:16f947",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:f3a76e",
                        "ysrc": "maurodlt:3:60f6bd",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(254, 224, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:0048ff",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:7e9fba",
                        "ysrc": "maurodlt:3:039bce",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(254, 224, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:021116",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:4674b9",
                        "ysrc": "maurodlt:3:ef07b7",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(254, 224, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:b9941b",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:e7cadb",
                        "ysrc": "maurodlt:3:26c29c",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(254, 224, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:a455a7",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:b5069c",
                        "ysrc": "maurodlt:3:906909",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(217, 239, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:cefe8f",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:7d33e9",
                        "ysrc": "maurodlt:3:a3f9f8",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(217, 239, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:fe696f",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:ad3742",
                        "ysrc": "maurodlt:3:a4dd25",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(217, 239, 139, 0.75)"
                        },
                        "textsrc": "maurodlt:3:04dc4a",
                        "hoverinfo": "text"
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "maurodlt:3:a22d59",
                        "ysrc": "maurodlt:3:a6cc58",
                        "marker": {
                            "size": 0.5,
                            "color": "rgba(247, 249, 109, 0.75)"
                        },
                        "textsrc": "maurodlt:3:e1fdc1",
                        "hoverinfo": "text"
                    }
                ],
                "layout": {
                    "title": "Chord diagram",
                    "width": 400,
                    "xaxis": {
                        "title": "",
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "showticklabels": false
                    },
                    "height": 400,
                    "margin": {
                        "b": 25,
                        "l": 25,
                        "r": 25,
                        "t": 25
                    },
                    "shapes": [
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.8524068887044157,0.5228790453721183 Q 0.25694598764791915, 0.3065595528304988 0.36588997350194674, 0.9306581151479553L 0.36588997350194674, 0.9306581151479553 L 0.45009534547763363, 0.8929805036949965 L 0.530470339865819, 0.8477034968210538 L 0.6063309536431587, 0.7952124085137113 L 0.6770316018292557, 0.7359539456545581 L 0.7419706115097935, 0.6704324064779261 L 0.8005953421615273, 0.5992053889187472 L 0.8524068887044157, 0.5228790453721183 ",
                            "type": "path",
                            "fillcolor": "rgba(244, 109, 67, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.9940177435028682,0.10921870536435685 Q 0.14025538226047438, 0.14257779542049392 0.092880827908992, 0.9956772327451001L 0.092880827908992, 0.9956772327451001 L 0.1564346004839666, 0.987688319142948 L 0.21934653679369914, 0.9756470144455988 M 0.21934653679369914,0.9756470144455988 Q 0.14028768888851204, 0.14254600782315882 0.9720200461766432, 0.23489791363644866L 0.9720200461766432, 0.23489791363644866 L 0.985025361835902, 0.1724095024644826 L 0.9940177435028682, 0.10921870536435685 ",
                            "type": "path",
                            "fillcolor": "rgba(244, 109, 67, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.9720200461766432,0.23489791363644866 Q -0.004951301104463598, 0.19993870214986628 -0.9824555123770798, 0.18649709434704206L -0.9824555123770798, 0.18649709434704206 L -0.9648731795407606, 0.26271609658127754 L -0.9413872945382011, 0.33732767701753463 M -0.9413872945382011,0.33732767701753463 Q -0.004958745468107458, 0.19993851765826046 0.9235078198038245, 0.38357959638279354L 0.9235078198038245, 0.38357959638279354 L 0.9506750408910437, 0.310188598479719 L 0.9720200461766432, 0.23489791363644866 ",
                            "type": "path",
                            "fillcolor": "rgba(244, 109, 67, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 1.0,0.0 Q -0.07978224096958499, 0.18339791172712705 -0.6817397012935538, -0.7315948193366162L -0.6817397012935538, -0.7315948193366162 L -0.7207025073985904, -0.693244470464341 L -0.7575112421616206, -0.652822118190521 M -0.7575112421616206,-0.652822118190521 Q -0.07978982027432287, 0.18339461437182736 0.9940177435028682, 0.10921870536435685L 0.9940177435028682, 0.10921870536435685 L 0.9985033158439857, 0.054691208146885155 L 1.0, 0.0 ",
                            "type": "path",
                            "fillcolor": "rgba(244, 109, 67, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.9235078198038245,0.38357959638279354 Q -0.19543185604878588, 0.0425016428073862 0.6807931103061855, -0.7324757613461553L 0.6807931103061855, -0.7324757613461553 L 0.6214181296614038, -0.7834791050998889 L 0.558235888291541, -0.8296822843856281 M 0.558235888291541,-0.8296822843856281 Q -0.19543119492667765, 0.04250468267768773 0.8524068887044157, 0.5228790453721183L 0.8524068887044157, 0.5228790453721183 L 0.8906847630313204, 0.4546214391159315 L 0.9235078198038245, 0.38357959638279354 ",
                            "type": "path",
                            "fillcolor": "rgba(244, 109, 67, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.2149415756029073,0.9766269088435664 Q -0.1769289801564213, 0.24227285440347762 -0.8648740081784521, 0.5019889938806814L -0.8648740081784521, 0.5019889938806814 L -0.8150813682076541, 0.5793464966673559 L -0.7583902950382141, 0.6518007060381652 L -0.6952805930141804, 0.7187384064997846 L -0.6262863904822187, 0.7795930714781616 L -0.5519916192015679, 0.83384965811064 L -0.47302507224329887, 0.881048966306199 L -0.3900550822062993, 0.9207915251809375 L -0.3037838647908505, 0.9527409739759986 L -0.2149415756029073, 0.9766269088435664 ",
                            "type": "path",
                            "fillcolor": "rgba(253, 174, 97, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.05339370593583012,0.9985735386872807 Q -0.14341394900125626, 0.13940028418860942 -0.9996865841839486, 0.025034644048377856L -0.9996865841839486, 0.025034644048377856 L -0.9943537365816802, 0.10611619360894176 L -0.9824555123770798, 0.18649709434704206 M -0.9824555123770798,0.18649709434704206 Q -0.14345957305315196, 0.13935333113853918 -0.2149415756029073, 0.9766269088435664L -0.2149415756029073, 0.9766269088435664 L -0.13461563605314425, 0.9908978910715308 L -0.05339370593583012, 0.9985735386872807 ",
                            "type": "path",
                            "fillcolor": "rgba(253, 174, 97, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.336476751048222,0.9416917733547601 Q -0.18181756611095096, 0.08332090166032761 -0.49361461631202747, -0.869680752094198L -0.49361461631202747, -0.869680752094198 L -0.5455066850887843, -0.8381064708755361 L -0.5953859858285618, -0.8034398097424297 M -0.5953859858285618,-0.8034398097424297 Q -0.18183936854350016, 0.0832733093355916 0.21934653679369914, 0.9756470144455988L 0.21934653679369914, 0.9756470144455988 L 0.2784297423520608, 0.960456599005788 L 0.336476751048222, 0.9416917733547601 ",
                            "type": "path",
                            "fillcolor": "rgba(253, 174, 97, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.092880827908992,0.9956772327451001 Q -0.19380119568504964, -0.049407454407660985 0.558235888291541, -0.8296822843856281L 0.558235888291541, -0.8296822843856281 L 0.49625996745193335, -0.8681739714507721 L 0.43164264103356337, -0.9020446942594199 M 0.43164264103356337,-0.9020446942594199 Q -0.1937891102284132, -0.049454835525759466 -0.05339370593583012, 0.9985735386872807L -0.05339370593583012, 0.9985735386872807 L 0.019796599391272082, 0.9998040281237827 L 0.092880827908992, 0.9956772327451001 ",
                            "type": "path",
                            "fillcolor": "rgba(253, 174, 97, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.9881297197274423,-0.15362179855530367 Q -0.3199992892831704, -0.14177607293992103 -0.7776430943666895, -0.6287059867567669L -0.7776430943666895, -0.6287059867567669 L -0.8393244484102466, -0.543630821698729 L -0.8917376687036459, -0.452552682253665 L -0.934303988910609, -0.3564772872227972 L -0.9665533758399454, -0.2564655369682352 L -0.9881297197274423, -0.15362179855530367 ",
                            "type": "path",
                            "fillcolor": "rgba(254, 224, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.8802151004108262,0.47457494351130586 Q -0.18751412518397198, -0.0695589883227875 -0.35777013883258146, -0.9338096849785374L -0.35777013883258146, -0.9338096849785374 L -0.42689826695757677, -0.9042996570101183 L -0.49361461631202747, -0.869680752094198 M -0.49361461631202747,-0.869680752094198 Q -0.1875126617615616, -0.06956293322664163 -0.9413872945382011, 0.33732767701753463L -0.9413872945382011, 0.33732767701753463 L -0.913382737060982, 0.4071019229124187 L -0.8802151004108262, 0.47457494351130586 ",
                            "type": "path",
                            "fillcolor": "rgba(254, 224, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.9996865841839486,0.025034644048377856 Q -0.06552693556549798, -0.18896089731845336 0.8005638907291484, -0.599247408722481L 0.8005638907291484, -0.599247408722481 L 0.7436679969010392, -0.6685491084319805 L 0.6807931103061855, -0.7324757613461553 M 0.6807931103061855,-0.7324757613461553 Q -0.06553836294333475, -0.18895693420117646 -0.9881297197274423, -0.15362179855530367L -0.9881297197274423, -0.15362179855530367 L -0.9979142977455211, -0.06455272538834837 L -0.9996865841839486, 0.025034644048377856 ",
                            "type": "path",
                            "fillcolor": "rgba(254, 224, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.35777013883258146,-0.9338096849785374 Q -0.01237673377881459, -0.38980356137542965 0.2978100525260649, -0.9546251476964256L 0.2978100525260649, -0.9546251476964256 L 0.20545606931312319, -0.9786663392507178 L 0.11123094896194728, -0.99379458440516 L 0.01599282198497762, -0.9998721066441232 L -0.07939095541381273, -0.9968435565315562 L -0.1740517005575272, -0.9847365157914237 L -0.2671273155954492, -0.9636612461144057 L -0.35777013883258146, -0.9338096849785374 ",
                            "type": "path",
                            "fillcolor": "rgba(217, 239, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M -0.6817397012935538,-0.7315948193366162 Q -0.030265772650287362, -0.19769669447383564 0.43164264103356337, -0.9020446942594199L 0.43164264103356337, -0.9020446942594199 L 0.3802470178443379, -0.9248849687504321 L 0.3276486017668799, -0.9447996580017419 M 0.3276486017668799,-0.9447996580017419 Q -0.030276379163316148, -0.1976950704108707 -0.5953859858285618, -0.8034398097424297L -0.5953859858285618, -0.8034398097424297 L -0.639572459412057, -0.7687308171015473 L -0.6817397012935538, -0.7315948193366162 ",
                            "type": "path",
                            "fillcolor": "rgba(217, 239, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(175,175,175)",
                                "width": 0.5
                            },
                            "path": "M 0.8005638907291484,-0.599247408722481 Q 0.11325056963434349, -0.03967755634482441 0.9995065603657315, -0.03141075907812925L 0.9995065603657315, -0.03141075907812925 L 0.9911322391733428, -0.1328792100790621 L 0.9724838651711566, -0.23297023840346578 L 0.9437547469528624, -0.33064630287353675 L 0.9052426898627808, -0.42489489576835027 L 0.8573469089528681, -0.5147390384544022 L 0.8005638907291484, -0.599247408722481 ",
                            "type": "path",
                            "fillcolor": "rgba(247, 249, 109, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(150,150,150)",
                                "width": 0.45
                            },
                            "path": "M 1.1, 0.0 L 1.0997660601045811, 0.02268508413136181 L 1.0990643399235511, 0.04536051926961588 L 1.0978951379302657, 0.06801666052580797 L 1.096258951439256, 0.09064387121754525 L 1.0941564763946978, 0.11323252696791343 L 1.0915886070743945, 0.13577301979915998 L 1.0885564357094015, 0.15825576221940196 L 1.0850612520194494, 0.18067119130062023 L 1.0811045426643688, 0.20300977274620557 L 1.0766879906117468, 0.22526200494632684 L 1.071813474421084, 0.24741842301939537 L 1.066483067444758, 0.2694696028379077 L 1.0606990369461338, 0.2914061650369538 L 1.0544638431351931, 0.313218779003685 L 1.0477801381220957, 0.33489816684604645 L 1.0406507647891177, 0.35643510733908434 L 1.0330787555814445, 0.37782043984715036 L 1.0250673312173346, 0.3990450682203346 L 1.016619899318202, 0.4200999646634699 L 1.007740052959202, 0.44097617357606184 L 0.9984315691409313, 0.4616648153615109 L 0.988698407182901, 0.4821570902040066 L 0.9785447070394577, 0.5024442818114881 L 0.9679747875388733, 0.5225177611230772 L 0.9569931445463526, 0.5423689899794089 L 0.9456044490517377, 0.5619895247542964 L 0.9338135451827249, 0.5813710199461883 L 0.9216254481444378, 0.600505231727888 L 0.9090453420862338, 0.6193840214530258 L 0.8960785778966504, 0.6379993591177948 L 0.8827306709274301, 0.656343326776474 L 0.8690072986475917, 0.6744081219092898 L 0.8549142982285464, 0.6921860607411797 L 0.8404576640612834, 0.709669581510051 L 0.8256435452066849, 0.7268512476831398 L 0.8104782427800519, 0.7437237511201047 L 0.7949682072709549, 0.7602799151815102 L 0.779120035799548, 0.7765126977813763 L 0.7629404693105162, 0.7924151943824964 L 0.7464363897058456, 0.8079806409332486 L 0.7296148169176392, 0.8232024167446547 L 0.7124829059222222, 0.8380740473064574 L 0.6950479436968066, 0.8525892070410234 L 0.67731734612001, 0.8667417219938975 L 0.6592986548175467, 0.8805255724598654 L 0.6409995339544325, 0.8939348955434061 L 0.6224277669750699, 0.9069639876524471 L 0.6035912532925942, 0.9196073069243608 L 0.5844980049288986, 0.9318594755831683 L 0.5651561431067563, 0.943715282226952 L 0.545573894795498, 0.9551696840445006 L 0.5257595892117093, 0.9662178089602442 L 0.5057216542764378, 0.9768549577065693 L 0.48546861303041594, 0.9870766058226303 L 0.46500908000882774, 0.9968784055788068 L 0.4443517575771557, 1.0062561878259892 L 0.42350543222967135, 1.015205963768909 L 0.40247897085214146, 1.023723926662751 L 0.36588997350194674, 0.9306581151479553 L 0.3850049383906103, 0.9229145125171899 L 0.4039561432519597, 0.9147783525690811 L 0.4227355272807525, 0.9062530959807333 L 0.44133510275492355, 0.8973423689296639 L 0.4597469584331252, 0.8880499615514266 L 0.4779632629197357, 0.8783798263274947 L 0.4959762679959072, 0.8683360764040914 L 0.5137783119152329, 0.8579229838426836 L 0.531361822662635, 0.8471449778028802 L 0.5487193211750856, 0.8360066426585098 L 0.5658434245227907, 0.8245127160476792 L 0.5827268490494841, 0.8126680868576418 L 0.5993624134704969, 0.8004777931453321 L 0.6157430419272818, 0.7879470199944523 L 0.6318617669970968, 0.7750810973100212 L 0.6477117326565656, 0.7618854975513248 L 0.6632861971978538, 0.7483658334042315 L 0.6785785360962232, 0.7345278553938623 L 0.6935822448277419, 0.720377449438633 L 0.7082909416359527, 0.7059206343467057 L 0.7226983702463226, 0.6911635592559183 L 0.7367984025273199, 0.6761125010182769 L 0.7505850410969862, 0.6607738615301271 L 0.764052421873894, 0.6451541650091372 L 0.7771948165714058, 0.6292600552192542 L 0.7900066351341742, 0.6130982926448089 L 0.8024824281158455, 0.5966757516149763 L 0.8146168889969548, 0.5799994173798134 L 0.8264048564420307, 0.5630763831391143 L 0.8378413164949434, 0.5459138470253526 L 0.848921404711568, 0.5285191090419894 L 0.8596404082288523, 0.5108995679584513 L 0.8699937677694114, 0.49306271816309893 L 0.8799770795807939, 0.47501614647552476 L 0.8895860973085978, 0.45676752891953465 L 0.8988167338026373, 0.4383246274581878 L 0.9076650628553921, 0.41969528669228257 L 0.9161273208720018, 0.4008874305236925 L 0.9241999084710928, 0.3819090587849726 L 0.9318793920157586, 0.3627682438366678 L 0.9391625050740404, 0.34347312713377304 L 0.9460461498082887, 0.32403191576280393 L 0.9525273982928142, 0.3044528789509513 L 0.9586034937592663, 0.28474434454880454 L 0.9642718517692125, 0.26491469548813984 L 0.9695300613134163, 0.24497236621627974 L 0.974375885837349, 0.22492583910854122 L 0.9788072641924971, 0.2047836408602971 L 0.9828223115130625, 0.18455433886018688 L 0.9864193200176811, 0.16424653754601837 L 0.9895967597358194, 0.14386887474491086 L 0.9923532791585404, 0.12343001799923635 L 0.9946877058133616, 0.10293866087992129 L 0.99659904676296, 0.0824035192886775 L 0.9980864890275142, 0.06183332775073452 L 0.9991493999305009, 0.041236835699650795 L 0.999787327367801, 0.020622803755783462 L 1.0, 0.0 L 1.1 ,0.0",
                            "type": "path",
                            "fillcolor": "rgba(244, 109, 67, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(150,150,150)",
                                "width": 0.45
                            },
                            "path": "M 0.37012442615304425, 1.035860950690236 L 0.3489039333136031, 1.0431999066901305 L 0.3275380629918996, 1.0501041935405813 L 0.3060357176855474, 1.0565709344387115 L 0.2844058567570669, 1.0625974348935154 L 0.26265749270079614, 1.0681811838485695 L 0.2407996873876629, 1.0733198547283116 L 0.21884154828938254, 1.0780113064074541 L 0.1967922246836575, 1.0822535841031238 L 0.1746609038419552, 1.0860449201893592 L 0.15245680720145624, 1.0893837349336266 L 0.13018918652276648, 1.0922686371550456 L 0.10786732003499484, 1.0946984248040499 L 0.08550050856980161, 1.0966720854632461 L 0.06309807168602977, 1.0981887967692554 L 0.04066934378653299, 1.0992479267553672 L 0.018223670228817674, 1.0998490341148606 L -0.00422959656887715, 1.0999918683848826 L -0.026681101024444362, 1.099676370050809 L -0.04912148829009031, 1.0989026705710414 L -0.0715414081502107, 1.0976710923222335 L -0.09393151891733634, 1.0959821484649659 L -0.11628249132452549, 1.0938365427299281 L -0.13858501241258103, 1.0912351691246964 L -0.16082978941047257, 1.0881791115612278 L -0.18300755360734683, 1.0846696434042276 L -0.20510906421451303, 1.0807082269405774 L -0.22712511221579368, 1.0762965127700468 L -0.24904652420463708, 1.0714363391175368 L -0.270864166206392, 1.0661297310671511 L -0.2925689474841525, 1.060378899718405 L -0.314151824326588, 1.0541862412649279 L -0.3356038038161762, 1.0475543359960446 L -0.35691594757627554, 1.0404859472216479 L -0.37807937549546944, 1.032984020120813 L -0.3990852694276345, 1.0250516805146326 L -0.4199248768661901, 1.0166922335637838 L -0.44058951459099566, 1.007909162391369 L -0.4610705722863812, 0.9987061266316078 L -0.48135951612879974, 0.9890869609049792 L -0.5014478923426071, 0.9790556732204545 L -0.5213273307224892, 0.9686164433054834 L -0.5409895481210678, 0.9577736208644311 L -0.5604263519002323, 0.9465317237661911 L -0.5796296433447579, 0.9348954361617287 L -0.5985914210367907, 0.9228696065323398 L -0.6173037841897905, 0.9104592456694395 L -0.635758935940545, 0.8976695245867191 L -0.6539491865978808, 0.8845057723655455 L -0.6718669568467207, 0.8709734739344975 L -0.6895047809061493, 0.8570782677839657 L -0.7068553096401748, 0.8428259436167664 L -0.7239113136198833, 0.8282224399357551 L -0.7406656861357224, 0.8132738415694309 L -0.7571114461586437, 0.797986377136582 L -0.7732417412488858, 0.7823664164510076 L -0.7890498504111689, 0.7664204678674181 L -0.8045291868951316, 0.7501551755696008 L -0.8196733009398206, 0.7335773168019977 L -0.8344758824611112, 0.7166937990458337 L -0.8489307636809214, 0.6995116571409856 L -0.8630319216971353, 0.6820380503547803 L -0.8767734809931605, 0.6642802593989497 L -0.8901497158860739, 0.6462456833959835 L -0.9031550529123368, 0.6279418367961435 L -0.915784073150084, 0.6093763462464239 L -0.9280315144770233, 0.5905569474127645 L -0.9398922737629963, 0.5714914817568368 L -0.9513614089962973, 0.5521878932687496 L -0.8648740081784521, 0.5019889938806814 L -0.8544475216027239, 0.5195377106880334 L -0.8436650131609301, 0.5368699521934223 L -0.8325309755909854, 0.5539784965876581 L -0.8210500481021242, 0.5708562152692213 L -0.8092270144418854, 0.5874960758145304 L -0.7970668009028732, 0.6038911449081361 L -0.784574474270123, 0.6200345912316184 L -0.7717552397099284, 0.6359196883099869 L -0.7586144386010101, 0.6515398173143943 L -0.7451575463089277, 0.6668884698199978 L -0.7313901699046651, 0.6819592505178188 L -0.7173180458283354, 0.696745879879471 L -0.702947037498987, 0.7112421967736432 L -0.6882831328714942, 0.7254421610332563 L -0.6733324419415657, 0.7393398559722099 L -0.6581011941998938, 0.7529294908506864 L -0.6425957360365225, 0.7662054032879694 L -0.6268225280964993, 0.7791620616217869 L -0.6107881425879279, 0.7917940672131795 L -0.594499260543528, 0.8040961566959504 L -0.577962669036859, 0.8160632041697445 L -0.561185258354355, 0.827690223335854 L -0.5441740191243551, 0.8389723695748543 L -0.5269360394043253, 0.8499049419652078 L -0.5094785017274839, 0.8604833852419919 L -0.4918086801100616, 0.8707032916949373 L -0.4739339370204446, 0.8805604030049848 L -0.45586172031146094, 0.8900506120185949 L -0.4375995601170906, 0.8991699644590719 L -0.419155065714892, 0.9079146605741889 L -0.40053592235545055, 0.9162810567194263 L -0.3817498880601728, 0.924265666876167 L -0.3628047903887586, 0.9318651641042114 L -0.34370852317769945, 0.9390763819280117 L -0.32446904325115955, 0.9458963156560434 L -0.3050943671056147, 0.9523221236327677 L -0.2855925675696254, 0.9583511284226617 L -0.26597177044013864, 0.9639808179258227 L -0.24624015109671998, 0.9692088464246829 L -0.2264059310951246, 0.974033035561397 L -0.2064773747416306, 0.978451375245497 L -0.1864627856495573, 0.982462024491434 L -0.1663705032794062, 0.9860633121856613 L -0.14620889946406596, 0.9892537377829344 L -0.1259863749205282, 0.9920319719315421 L -0.10571135574956862, 0.9943968570272073 L -0.0853922899248512, 0.9963474076954234 L -0.06503764377291882, 0.9978828112020304 L -0.04465589844553664, 0.9990024277918558 L -0.024255546385858508, 0.9997057909552808 L -0.0038450877898883176, 0.9999926076226204 L 0.016566972935288794, 0.9998627582862367 L 0.036972130715029985, 0.9993162970503336 L 0.05736188335093615, 0.9983534516084139 L 0.07772773506345601, 0.9969746231484055 L 0.09806120003181348, 0.9951803861854999 L 0.11835380592978771, 0.9929714883227686 L 0.1385970974558693, 0.9903488499396605 L 0.1587826398563229, 0.9873135638085082 L 0.17890202243968864, 0.9838668946392033 L 0.19894686208125684, 0.980010278552231 L 0.21890880671605714, 0.9757453224802832 L 0.23877953881890557, 0.9710738034986994 L 0.25855077887006084, 0.965997668085014 L 0.27821428880504306, 0.9605190313079195 L 0.2977618754471814, 0.9546401759459829 L 0.31718539392145734, 0.9483635515364822 L 0.336476751048222, 0.9416917733547601 L 0.37012442615304425 ,1.035860950690236",
                            "type": "path",
                            "fillcolor": "rgba(253, 174, 97, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(150,150,150)",
                                "width": 0.45
                            },
                            "path": "M -0.9682366104519089, 0.5220324378624365 L -0.9787857744591769, 0.501974509030438 L -0.9889194759622156, 0.48170350845994153 L -0.9986334135366339, 0.46122804052677724 L -1.0079234639340813, 0.44055679639647277 L -1.0167856838324296, 0.41969855033514075 L -1.0252163115095865, 0.3986621559850884 L -1.033211768440221, 0.3774565426067373 L -1.0407686608147322, 0.35609071128844294 L -1.0478837809798094, 0.33457373112583016 L -1.0545541087999755, 0.31291473537225756 L -1.060776812939536, 0.29112291756205116 L -1.0665492520643893, 0.2692075276081485 L -1.0718689759631845, 0.24717786787581617 L -1.0767337265873573, 0.22504328923409891 L -1.0811414390095972, 0.20281318708668203 L -1.0850902423003417, 0.18049699738385103 L -1.0885784603219244, 0.15810419261723768 L -1.0916046124400407, 0.13564427779906046 L -1.0941674141522284, 0.11312678642755632 L -1.0962657776330973, 0.09056127644032332 L -1.0978988121960747, 0.06795732615728971 L -1.099065824671474, 0.04532453021502886 L -1.0997663197007206, 0.02267249549415319 L -1.0999999999466177, 1.0837041506532238e-05 L -1.0997667662195538, -0.022650826011109803 L -1.0990667175196074, -0.0453028745299405 L -1.0979001509945239, -0.06793569346228542 L -1.096267561813586, -0.09053967591777412 L -1.0941696429574306, -0.1131052272461756 L -1.0916072849239014, -0.1356227691100151 L -1.0885815753500618, -0.15808274355026175 L -1.0850937985505285, -0.18047561704337092 L -1.0811454349723215, -0.20279188454795252 L -1.0767381605664639, -0.22502207353934903 L -1.0718738460765942, -0.24715674803041401 L -1.0665545562448988, -0.26918651257677667 L -1.0607825489356946, -0.2911020162649018 L -1.05456027417704, -0.3128939566812481 L -1.0478903731207796, -0.33455308386083293 L -1.0407756769214602, -0.35607020421354624 L -1.033219205534599, -0.37743618442652277 L -1.0252241664348118, -0.39864195534093677 L -1.0167939532543437, -0.4196785158015639 L -1.0079321443425853, -0.440536936477474 L -0.9986425012471789, -0.46120836365224166 L -0.9889289671173658, -0.4816840229820584 L -0.9787956650302483, -0.5019552232201537 L -0.9682468962406775, -0.5220133599059462 L -0.9572871383555135, -0.5418499190173531 L -0.9459210434330266, -0.5614564805847151 L -0.9341534360082501, -0.5808247222647985 L -0.9219893110451263, -0.5999464228733542 L -0.9094338318163037, -0.6188134658747458 L -0.8964923277115002, -0.6374178428271492 L -0.8831702919753509, -0.6557516567818749 L -0.8694733793757036, -0.6738071256353663 L -0.8554074038033588, -0.6915765854324433 L -0.7776430943666898, -0.6287059867567666 L -0.7904303448870031, -0.6125519323957874 L -0.8028820836139553, -0.5961378698017044 L -0.8149930251922729, -0.5794707662064992 L -0.8267580289239124, -0.5625576962497689 L -0.8381721009501147, -0.5454058389757765 L -0.8492303963711364, -0.5280224747861805 L -0.8599282213027514, -0.5104149823497409 L -0.8702610348686486, -0.492590835470321 L -0.8802244511278886, -0.47455759991449653 L -0.8898142409365892, -0.4563229302001397 L -0.8990263337430597, -0.4378945663473258 L -0.9078568193156171, -0.41928033059294695 L -0.9163019494023502, -0.4004881240704309 L -0.9243581393221306, -0.38152592345596714 L -0.9320219694861925, -0.3624017775826698 L -0.9392901868496354, -0.3431238040241116 L -0.9461597062922364, -0.32370018564867836 L -0.9526276119279814, -0.30413916714621175 L -0.9586911583427634, -0.2844490515284073 L -0.9643477717597222, -0.26463819660445614 L -0.9695950511317262, -0.24471501143343333 L -0.9744307691605402, -0.22468795275492182 L -0.9788528732422398, -0.2045655213994082 L -0.982859486338474, -0.18435625867995684 L -0.9864489077732076, -0.16406874276670083 L -0.9896196139546016, -0.14371158504569248 L -0.9923702590217285, -0.12329342646365009 L -0.9946996754158459, -0.10282293386015963 L -0.9966068743759872, -0.08230879628888556 L -0.9980910463586581, -0.06175972132935038 L -0.9991515613814612, -0.041184431390854995 L -0.9997879692905034, -0.020591660010099818 L -0.9999999999514705, 9.851855915029306e-06 L -0.9997875633642914, 0.020611359540139262 L -0.9991507497013399, 0.04120411837729896 L -0.9980898292691588, 0.06177938741571791 L -0.9966052523937248, 0.08232843312756664 L -0.9946976492292985, 0.10284253311596028 L -0.992367829490946, 0.1233129798173277 L -0.9896167821108404, 0.14373108419748878 L -0.9864456748184923, 0.16408817943986456 L -0.9828558536450883, 0.18437562462425638 L -0.9788488423521429, 0.20458480839463536 L -0.9744263417847131, 0.22470715261437832 L -0.9695902291494447, 0.2447341160074077 L -0.96434255721776, 0.26465719778368285 L -0.958685553454523, 0.28446794124750685 L -0.9526216190725538, 0.3041579373871183 L -0.9461533280133928, 0.323718828444039 L -0.9392834258547461, 0.3431423114606702 L -0.9320148286450785, 0.3624201418046258 L -0.924350621665845, 0.3815441366683097 L -0.9162940581218919, 0.40050617854224796 L -0.9078485577605763, 0.41929821866070655 L -0.899017705420196, 0.43791228041812863 L -0.8898052495083426, 0.4563404627549436 L -0.8802151004108262, 0.47457494351130586 L -0.9682366104519089 ,0.5220324378624365",
                            "type": "path",
                            "fillcolor": "rgba(254, 224, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(150,150,150)",
                                "width": 0.45
                            },
                            "path": "M -0.8332623663777827, -0.7181043300095732 L -0.8184524066642508, -0.7349392206335814 L -0.803302384406866, -0.7514687479903899 L -0.7878185943578528, -0.7676860441508736 L -0.7720074699481482, -0.783584370916278 L -0.7558755806143418, -0.7991571226179066 L -0.7394296290691137, -0.8143978288617383 L -0.7226764485162928, -0.8293001572168416 L -0.7056229998116963, -0.843857915846467 L -0.6882763685709327, -0.8580650560807204 L -0.670643762225369, -0.871915674929751 L -0.6527325070274778, -0.8854040175364148 L -0.6345500450068209, -0.8985244795673859 L -0.6161039308779298, -0.9112716095417235 L -0.5974018289013563, -0.923640111095937 L -0.5784515096992184, -0.9356248451845939 L -0.5592608470265462, -0.9472208322155664 L -0.5398378144997833, -0.9584232541190232 L -0.5201904822837873, -0.9692274563493138 L -0.5003270137387218, -0.9796289498189062 L -0.480255662028228, -0.9896234127635767 L -0.4599847666902741, -0.9992066925380826 L -0.4395227501721251, -1.0083748073415617 L -0.41887811433086436, -1.0171239478719492 L -0.39805943690091256, -1.0254504789087227 L -0.3770753679300293, -1.0333509408233164 L -0.35593462618526284, -1.0408220510165787 L -0.3346459955303536, -1.047860705282672 L -0.3132183212760809, -1.0544639790988566 L -0.2916605065050864, -1.0606291288406127 L -0.2699815083726952, -1.0663535929215997 L -0.24819033438525973, -1.071634992857985 L -0.226296038657594, -1.0764711342566882 L -0.20430771815103585, -1.0808600077271417 L -0.18223450889371243, -1.0847997897161796 L -0.16008558218456456, -1.0882888432657156 L -0.13787014078272414, -1.0913257186928895 L -0.11559741508382085, -1.0939091541924033 L -0.09327665928479667, -1.0960380763607933 L -0.07091714753884017, -1.097711600642425 L -0.04852817010202891, -1.0989290316970195 L -0.026119029473272642, -1.0996898636885648 L -0.0036990365291781294, -1.099993780495488 L 0.01872249334456663, -1.0998406558420009 L 0.04113624412369063, -1.0992305533505682 L 0.06353290301609359, -1.0981637265154718 L 0.08590316433126258, -1.0966406185974857 L 0.1082377333467322, -1.0946618624397042 L 0.13052733016999724, -1.0922282802045975 L 0.15276269359425393, -1.0893408830324087 L 0.17493458494638303, -1.086000870621031 L 0.1970337919255649, -1.0822096307275375 L 0.2190511324309461, -1.0779687385915793 L 0.24097745837674986, -1.0732799562808772 L 0.26280365949325335, -1.0681452319590976 L 0.28452066711206103, -1.0625666990763958 L 0.3061194579340844, -1.0565466754829824 L 0.3275910577786714, -1.0500876624660682 L 0.2978100525260649, -0.9546251476964256 L 0.2782904163037131, -0.9604969777118021 L 0.25865515192005545, -0.9659697264330871 L 0.2389124177211394, -0.971041119962816 L 0.21907041670613622, -0.9757090511644338 L 0.19913739311904188, -0.9799715805377992 L 0.1791216290232408, -0.9838269370250341 L 0.1590314408603482, -0.9872735187463916 L 0.13887517599477628, -0.9903098936658261 L 0.11866120924545202, -0.9929348001859977 L 0.09839793940612017, -0.9951471476724583 L 0.07809378575569324, -0.9969460169068052 L 0.05775718456008507, -0.9983306604686106 L 0.03739658556699148, -0.999300503045971 L 0.01702044849506057, -0.9998551416745463 L -0.0033627604810710266, -0.999994345904989 L -0.02374457224842967, -0.9997180578986953 L -0.044116518274571734, -0.9990263924518358 L -0.06447013412621833, -0.997919636947659 L -0.08479696298617878, -0.9963982512370847 L -0.10508855916710985, -0.9944628674476392 L -0.1253364916206583, -0.9921142897208086 L -0.14553234744051322, -0.9893534938779232 L -0.16566773535792037, -0.9861816270147087 L -0.1857342892282144, -0.9826000070246743 L -0.20572367150690363, -0.9786101220515346 L -0.22562757671387246, -0.9742136298708952 L -0.24543773488426832, -0.9694123572014541 L -0.265145915004624, -0.9642082989460113 L -0.2847439284328008, -0.9586036173625969 L -0.30422363230032146, -0.9526006411660654 L -0.32357693289569345, -0.9462018645605259 L -0.34279578902729935, -0.9394099462030149 L -0.36187221536446595, -0.9322277080988387 L -0.3807982857553312, -0.9246581344290447 L -0.3995661365201137, -0.9167043703105107 L -0.41816796971843095, -0.9083697204891659 L -0.43659605638929816, -0.8996576479668879 L -0.4548427397624743, -0.890571772562642 L -0.47290043843980656, -0.8811158694084671 L -0.49076164954525753, -0.8712938673809301 L -0.5084189518423147, -0.8611098474686967 L -0.5258650088174712, -0.8505680410769034 L -0.5430925717285057, -0.8396728282690336 L -0.5600944826162998, -0.8284287359470213 L -0.5768636772789281, -0.8168404359703507 L -0.5933931882067979, -0.8049127432149226 L -0.6096761474776081, -0.7926506135725008 L -0.6257057896099387, -0.7800591418915639 L -0.6414754543742693, -0.7671435598604245 L -0.6569785895602661, -0.7539092338334923 L -0.6722087536991942, -0.7403616626015802 L -0.6871596187403106, -0.7265064751071878 L -0.7018249726801347, -0.7123494281057072 L -0.7161987221435026, -0.6978964037735214 L -0.7302748949153326, -0.6831534072639908 L -0.7440476424220461, -0.6681265642123467 L -0.7575112421616206, -0.652822118190521 L -0.8332623663777827 ,-0.7181043300095732",
                            "type": "path",
                            "fillcolor": "rgba(217, 239, 139, 0.75)"
                        },
                        {
                            "line": {
                                "color": "rgb(150,150,150)",
                                "width": 0.45
                            },
                            "path": "M 0.3604134619435679, -1.0392796238019162 L 0.3815726939889361, -1.0316987347099085 L 0.4025726169180211, -1.023687104591914 L 0.42340446312450153, -1.0152480783563458 L 0.4440595351751963, -1.0063851793523138 L 0.46452920944130016, -0.9971021078986048 L 0.48480493969880484, -0.9874027397387746 L 0.5048782606966075, -0.9772911244229985 L 0.5247407916908031, -0.9667714836173589 L 0.5443842399437049, -0.9558482093412713 L 0.5638004041861148, -0.9445258621337872 L 0.5829811780414085, -0.9328091691495383 L 0.6019185534100004, -0.9207030221851195 L 0.6206046238127789, -0.9082124756367308 L 0.6390315876921128, -0.8953427443899336 L 0.6571917516690529, -0.8820992016424015 L 0.6750775337553694, -0.8684873766605754 L 0.6926814665190811, -0.8545129524711579 L 0.7099962002021573, -0.8401817634884123 L 0.7270145057890928, -0.8254997930782547 L 0.7437292780250655, -0.8104731710601623 L 0.7601335383824297, -0.795108171147931 L 0.7762204379742972, -0.779411208330359 L 0.7919832604139924, -0.7633888361929473 L 0.8074154246191876, -0.7470477441817337 L 0.8225104875595495, -0.7303947548104055 L 0.8372621469467458, -0.7134368208118546 L 0.8516642438656921, -0.696181022235366 L 0.8657107653459403, -0.6786345634906511 L 0.8793958468721331, -0.6608047703399574 L 0.892713774832477, -0.6426990868395175 L 0.9056589889042157, -0.624325072231601 L 0.9182260843750973, -0.6056903977884881 L 0.9304098143998805, -0.5868028436096575 L 0.942205092190926, -0.5676702953735461 L 0.9536069931419637, -0.548300741045225 L 0.9646107568841494, -0.5287022675413721 L 0.9752117892735487, -0.5088830573539308 L 0.9854056643092228, -0.48885138513386595 L 0.9951881259811144, -0.4686156142364419 L 1.004555090046958, -0.4481841932294669 L 1.013502645737479, -0.4275656523659615 L 1.0220270573891665, -0.40676860002271736 L 1.0301247660039354, -0.38580171910624916 L 1.0377923907350335, -0.36467376342762003 L 1.0450267302985656, -0.3433935540476685 L 1.0518247643100527, -0.32196997559415774 L 1.0581836545454602, -0.30041197255238455 L 1.0641007461261767, -0.27872854553079796 L 1.0695735686274435, -0.2569287475031856 L 1.0745998371097716, -0.23502168002899781 L 1.0791774530729206, -0.21301648945338617 L 1.0833045053320354, -0.19092236308854538 L 1.0869792708155797, -0.16874852537794469 L 1.0902002152847277, -0.1465042340450727 L 1.0929659939739214, -0.12419877622826328 L 1.095275452152317, -0.10184146460326453 L 1.0971276256058935, -0.0794416334951305 L 1.0985217410400188, -0.057008634981079914 L 1.0994572164023046, -0.03455183498594218 L 0.9995065603657315, -0.03141075907812925 L 0.9986561282181988, -0.051826031800981734 L 0.9973887505508122, -0.072219666813755 L 0.9957049565021062, -0.09258314963933138 L 0.9936054490672012, -0.11290797838933024 L 0.9910911048042979, -0.13318566731370246 L 0.9881629734687087, -0.15340775034358606 L 0.9848222775745775, -0.17356578462595032 L 0.9810704118844732, -0.19365135404853287 L 0.976908942827065, -0.21365607275363435 L 0.9723396078431303, -0.23357158863925961 L 0.9673643146601606, -0.25338958684617996 L 0.9619851404958727, -0.2731017932294405 L 0.9562043311909568, -0.29269997781287066 L 0.9500243002714233, -0.3121759582251532 L 0.9434476279409395, -0.3315216031160182 L 0.9364770600035777, -0.3507288355511356 L 0.929115506717424, -0.36978963638428847 L 0.9213660415795263, -0.38869604760541954 L 0.9132319000426891, -0.4074401756631517 L 0.9047164781646494, -0.4260141947604017 L 0.8958233311902025, -0.4444103501216963 L 0.8865561720668623, -0.4626209612308462 L 0.8769188698946813, -0.4806384250376109 L 0.8669154483108761, -0.4984552191320226 L 0.8565500838099326, -0.5160639048850418 L 0.8458271039998912, -0.533457130554234 L 0.834750985795543, -0.550627634353171 L 0.823326353549287, -0.5675682474832736 L 0.8115579771204336, -0.584271897126834 L 0.7994507698837573, -0.6007316093999613 L 0.7870097866781275, -0.6169405122642282 L 0.7742402216960836, -0.6328918383957872 L 0.7611474063152234, -0.6485789280107768 L 0.7477368068723177, -0.6639952316458231 L 0.7340140223810796, -0.6791343128924852 L 0.7199847821945384, -0.6939898510844975 L 0.7056549436129974, -0.70855564393669 L 0.6910304894385724, -0.7228256101344827 L 0.6761175254773322, -0.7367937918728747 L 0.6609222779900843, -0.7504543573438679 L 0.6454510910928701, -0.7638016031712839 L 0.6297104241082555, -0.7768299567919617 L 0.6137068488685176, -0.7895339787823412 L 0.5974470469718662, -0.8019083651294558 L 0.5809378069928297, -0.8139479494453941 L 0.5641860216479808, -0.8256477051243006 L 0.5471986849181821, -0.8370027474410177 L 0.5299828891285531, -0.8480083355904893 L 0.512545821987377, -0.8586598746670792 L 0.4948947635851862, -0.8689529175829739 L 0.47703708335527556, -0.8788831669248717 L 0.4589802369969158, -0.8884464767481803 L 0.4407317633625498, -0.8976388543079769 L 0.42229928131027283, -0.9064564617260042 L 0.4036904865229057, -0.9148956175930125 L 0.38491314829500134, -0.9229527985057688 L 0.36597510628911006, -0.9306246405381037 L 0.3468842672626692, -0.9379079406453712 L 0.3276486017668799, -0.9447996580017419 L 0.3604134619435679 ,-1.0392796238019162",
                            "type": "path",
                            "fillcolor": "rgba(247, 249, 109, 0.75)"
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": 400,
            "width": 400,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~maurodlt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.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-06-17 14:15:23",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "maurodlt",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2019-06-17T14:46:47.264224Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gameinsight/30634.embed",
            "fid": "gameinsight:30634",
            "filename": "energy_income_by_day",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/gameinsight:30634/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/gameinsight:30634/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gameinsight/30634/8_8N8248QQDNNV4PHN3CX9E804V1FOJR.png",
                "list-thumb": "https://api.plotly.com/v2/files/gameinsight:30634/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gameinsight:30634",
                "plots": "https://api.plotly.com/v2/plots/gameinsight:30634",
                "parent": "https://api.plotly.com/v2/folders/gameinsight:30621"
            },
            "owner": "gameinsight",
            "parent": 30621,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "abs energy income per user",
            "views": 28,
            "web_url": "https://chart-studio.plotly.com/~gameinsight/30634/abs-energy-income-per-user/",
            "world_readable": true,
            "date_modified": "2019-06-18T15:44:27.280Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gameinsight/30634/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "c96641cf-fe60-499d-aeb4-1282164a035b",
                        "name": "BonusPack",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:6a72ec",
                        "ysrc": "gameinsight:30635:eb4e3e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(141,211,199)"
                        },
                        "textsrc": "gameinsight:30635:b070a8",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "BonusPack"
                    },
                    {
                        "uid": "a906e82b-eae0-4b9b-91e2-2b8a4763ac8d",
                        "name": "EventBuildingRemoved",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:f76780",
                        "ysrc": "gameinsight:30635:21daef",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(255,255,179)"
                        },
                        "textsrc": "gameinsight:30635:5400fc",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventBuildingRemoved"
                    },
                    {
                        "uid": "06d7b7a3-9808-4699-a019-971c47ef2f59",
                        "name": "EventProductPurchase_Context",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:8dbd94",
                        "ysrc": "gameinsight:30635:b65588",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(190,186,218)"
                        },
                        "textsrc": "gameinsight:30635:3f55d8",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_Context"
                    },
                    {
                        "uid": "24629db7-5034-4a56-89ab-78c7b9d551b1",
                        "name": "EventProductPurchase_Video",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:8698f3",
                        "ysrc": "gameinsight:30635:36d5a5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(251,128,114)"
                        },
                        "textsrc": "gameinsight:30635:1d40d9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_Video"
                    },
                    {
                        "uid": "93adf48c-98e0-4fe6-817c-ffbe9e4933ae",
                        "name": "EventProductPurchase_energy1",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:883a9e",
                        "ysrc": "gameinsight:30635:f280d3",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(128,177,211)"
                        },
                        "textsrc": "gameinsight:30635:211314",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy1"
                    },
                    {
                        "uid": "6fa16e8f-d788-4031-8945-eadfc31d5197",
                        "name": "EventProductPurchase_energy2",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:a69e7b",
                        "ysrc": "gameinsight:30635:60fa5c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(253,180,98)"
                        },
                        "textsrc": "gameinsight:30635:00fe66",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy2"
                    },
                    {
                        "uid": "13fb57c6-2928-4a4d-835d-be21d6f2083a",
                        "name": "EventProductPurchase_energy3",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:22b713",
                        "ysrc": "gameinsight:30635:18b6ed",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(179,222,105)"
                        },
                        "textsrc": "gameinsight:30635:ed725e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy3"
                    },
                    {
                        "uid": "d025a3c8-de8c-4b2a-9eac-9f6cb7525c86",
                        "name": "EventStartResourcesIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:fabbf8",
                        "ysrc": "gameinsight:30635:597ed5",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(252,205,229)"
                        },
                        "textsrc": "gameinsight:30635:b3fa18",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventStartResourcesIncome"
                    },
                    {
                        "uid": "fe6dd103-aaf8-48e7-9d67-aed174b806e0",
                        "name": "Gained_by_time",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:8d92c0",
                        "ysrc": "gameinsight:30635:374715",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(217,217,217)"
                        },
                        "textsrc": "gameinsight:30635:51dca6",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Gained_by_time"
                    },
                    {
                        "uid": "1775307d-380f-44eb-811c-66d47558e145",
                        "name": "VillageBuildingCollectIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:bf8877",
                        "ysrc": "gameinsight:30635:b306d6",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "color": "rgb(188,128,189)"
                        },
                        "textsrc": "gameinsight:30635:70a64c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "VillageBuildingCollectIncome"
                    },
                    {
                        "uid": "18310c1b-1526-4fcb-9987-550e9daf5ef4",
                        "name": "BonusPack",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:1c4d99",
                        "ysrc": "gameinsight:30635:b51b13",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(141,211,199)"
                        },
                        "textsrc": "gameinsight:30635:5f01b4",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "BonusPack"
                    },
                    {
                        "uid": "09b66d54-9891-4f8e-9c74-0f201a122fdc",
                        "name": "EventBuildingRemoved",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:1b7f83",
                        "ysrc": "gameinsight:30635:3772ad",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(255,255,179)"
                        },
                        "textsrc": "gameinsight:30635:33b099",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventBuildingRemoved"
                    },
                    {
                        "uid": "27f34ba0-f3dc-4ec8-af88-23a6d52460e2",
                        "name": "EventProductPurchase_Context",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:64cf38",
                        "ysrc": "gameinsight:30635:1fd624",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(190,186,218)"
                        },
                        "textsrc": "gameinsight:30635:8db6f2",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventProductPurchase_Context"
                    },
                    {
                        "uid": "ae32a4bf-ec81-4b68-b19e-8f1922ac5bd9",
                        "name": "EventProductPurchase_Video",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:5b7f78",
                        "ysrc": "gameinsight:30635:71ca36",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(251,128,114)"
                        },
                        "textsrc": "gameinsight:30635:fab55a",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventProductPurchase_Video"
                    },
                    {
                        "uid": "1008ed0d-78f5-498d-81f9-64545a46891b",
                        "name": "EventProductPurchase_energy1",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:d98dab",
                        "ysrc": "gameinsight:30635:595dd2",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(128,177,211)"
                        },
                        "textsrc": "gameinsight:30635:9a2d8a",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventProductPurchase_energy1"
                    },
                    {
                        "uid": "98ba7175-5c0a-4fed-88b3-c775bbde7492",
                        "name": "EventProductPurchase_energy2",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:9bfd16",
                        "ysrc": "gameinsight:30635:038e83",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(253,180,98)"
                        },
                        "textsrc": "gameinsight:30635:742104",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventProductPurchase_energy2"
                    },
                    {
                        "uid": "7fb752af-0b48-4e18-9350-23d09d7f82a7",
                        "name": "EventProductPurchase_energy3",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:80c903",
                        "ysrc": "gameinsight:30635:08590d",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(179,222,105)"
                        },
                        "textsrc": "gameinsight:30635:381fdf",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventProductPurchase_energy3"
                    },
                    {
                        "uid": "73562ee0-af47-43c5-a4cc-88ba9d0aa823",
                        "name": "EventStartResourcesIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:ab7645",
                        "ysrc": "gameinsight:30635:a6fc1a",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(252,205,229)"
                        },
                        "textsrc": "gameinsight:30635:c9dc72",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "EventStartResourcesIncome"
                    },
                    {
                        "uid": "89320e5d-f5ed-413b-85b4-6cd0db94c03b",
                        "name": "Gained_by_time",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:6b98f0",
                        "ysrc": "gameinsight:30635:e64cb6",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(217,217,217)"
                        },
                        "textsrc": "gameinsight:30635:2400ba",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Gained_by_time"
                    },
                    {
                        "uid": "7881a87d-042d-467b-94d4-2e05ca2e5ca7",
                        "name": "VillageBuildingCollectIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:5a6d0f",
                        "ysrc": "gameinsight:30635:90630d",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "color": "rgb(188,128,189)"
                        },
                        "textsrc": "gameinsight:30635:d3a7dc",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "VillageBuildingCollectIncome"
                    },
                    {
                        "uid": "6e5ca102-5189-4c0d-b4d0-4397be9bf830",
                        "name": "BonusPack",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:2c4c79",
                        "ysrc": "gameinsight:30635:84ed56",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(141,211,199)"
                        },
                        "textsrc": "gameinsight:30635:8c49dc",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "BonusPack"
                    },
                    {
                        "uid": "3aba2b10-c4d4-4c7e-a0b5-68d371e22706",
                        "name": "EventBuildingRemoved",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:64ce57",
                        "ysrc": "gameinsight:30635:ce7b38",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(255,255,179)"
                        },
                        "textsrc": "gameinsight:30635:8b94b0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventBuildingRemoved"
                    },
                    {
                        "uid": "9a79fd5b-f38e-49f4-8a41-d649e26e69d9",
                        "name": "EventProductPurchase_Context",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:592f8b",
                        "ysrc": "gameinsight:30635:aa5d37",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(190,186,218)"
                        },
                        "textsrc": "gameinsight:30635:21e120",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_Context"
                    },
                    {
                        "uid": "01b75f1e-4492-4ebe-a1ec-6a9645ad6bfd",
                        "name": "EventProductPurchase_Video",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:574961",
                        "ysrc": "gameinsight:30635:4d4d7b",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(251,128,114)"
                        },
                        "textsrc": "gameinsight:30635:9175c4",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_Video"
                    },
                    {
                        "uid": "388ae93f-e5c2-4b9d-ad58-ddc8262eae97",
                        "name": "EventProductPurchase_energy1",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:001750",
                        "ysrc": "gameinsight:30635:133e6e",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(128,177,211)"
                        },
                        "textsrc": "gameinsight:30635:90b89a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy1"
                    },
                    {
                        "uid": "6d629644-0f42-4701-a447-003b47eeb84f",
                        "name": "EventProductPurchase_energy2",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:21fcff",
                        "ysrc": "gameinsight:30635:0d4ff6",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(253,180,98)"
                        },
                        "textsrc": "gameinsight:30635:2637fd",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy2"
                    },
                    {
                        "uid": "495d3fe2-3253-4289-a5e4-56d2c228b375",
                        "name": "EventProductPurchase_energy3",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:d9caa8",
                        "ysrc": "gameinsight:30635:13a582",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(179,222,105)"
                        },
                        "textsrc": "gameinsight:30635:9d5eaf",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy3"
                    },
                    {
                        "uid": "fe44e29a-e2bb-4073-8a68-47abb5d61260",
                        "name": "EventStartResourcesIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:b9f730",
                        "ysrc": "gameinsight:30635:dace48",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(252,205,229)"
                        },
                        "textsrc": "gameinsight:30635:9e5d1a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventStartResourcesIncome"
                    },
                    {
                        "uid": "84cb7e0f-799f-4799-96ab-b434c34decd9",
                        "name": "Gained_by_time",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:683e09",
                        "ysrc": "gameinsight:30635:43e043",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(217,217,217)"
                        },
                        "textsrc": "gameinsight:30635:463d0b",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Gained_by_time"
                    },
                    {
                        "uid": "60cf8852-57cf-4808-a4c4-181acc147d04",
                        "name": "VillageBuildingCollectIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:447eed",
                        "ysrc": "gameinsight:30635:82dfe1",
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "color": "rgb(188,128,189)"
                        },
                        "textsrc": "gameinsight:30635:327362",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "VillageBuildingCollectIncome"
                    },
                    {
                        "x": [],
                        "y": [],
                        "uid": "8a1fe80a-861d-4894-94bc-57c2817154ff",
                        "name": "BonusPack",
                        "text": [],
                        "type": "bar",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(141,211,199)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "BonusPack"
                    },
                    {
                        "uid": "3cfc9742-3fa3-45f4-ba7b-a1e4b84b50f1",
                        "name": "EventBuildingRemoved",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:50aeb5",
                        "ysrc": "gameinsight:30635:1ddf0d",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(255,255,179)"
                        },
                        "textsrc": "gameinsight:30635:cc9dd0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventBuildingRemoved"
                    },
                    {
                        "uid": "29e9c754-fb46-439e-91c9-20833ae6009d",
                        "name": "EventProductPurchase_Context",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:726605",
                        "ysrc": "gameinsight:30635:14c020",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(190,186,218)"
                        },
                        "textsrc": "gameinsight:30635:d26acc",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_Context"
                    },
                    {
                        "uid": "6f2666db-3ade-42da-aabe-762338d11703",
                        "name": "EventProductPurchase_Video",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:778a57",
                        "ysrc": "gameinsight:30635:3edd87",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(251,128,114)"
                        },
                        "textsrc": "gameinsight:30635:844c56",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_Video"
                    },
                    {
                        "uid": "fdc48546-42ad-4c57-8892-f24cfc8ca8d8",
                        "name": "EventProductPurchase_energy1",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:7748da",
                        "ysrc": "gameinsight:30635:4cde04",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(128,177,211)"
                        },
                        "textsrc": "gameinsight:30635:3961cf",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy1"
                    },
                    {
                        "uid": "5f258712-9008-4d29-9ac9-9435f65a8b11",
                        "name": "EventProductPurchase_energy2",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:7c2052",
                        "ysrc": "gameinsight:30635:ccf1ef",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(253,180,98)"
                        },
                        "textsrc": "gameinsight:30635:520c85",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy2"
                    },
                    {
                        "uid": "d59a4446-5ba6-4bcc-b546-12875c7d27dc",
                        "name": "EventProductPurchase_energy3",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:a03fae",
                        "ysrc": "gameinsight:30635:b29ed0",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(179,222,105)"
                        },
                        "textsrc": "gameinsight:30635:735713",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventProductPurchase_energy3"
                    },
                    {
                        "uid": "f1ed568d-3e88-4149-afe9-95e002d78ae6",
                        "name": "EventStartResourcesIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:29a8a8",
                        "ysrc": "gameinsight:30635:74b120",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(252,205,229)"
                        },
                        "textsrc": "gameinsight:30635:e2bf4f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "EventStartResourcesIncome"
                    },
                    {
                        "uid": "b5888235-b15c-4aa4-a2ca-8e93326c2a3c",
                        "name": "Gained_by_time",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:b6c77c",
                        "ysrc": "gameinsight:30635:e21af9",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(217,217,217)"
                        },
                        "textsrc": "gameinsight:30635:5fdb95",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Gained_by_time"
                    },
                    {
                        "uid": "9b7fa6e4-0615-42d0-8559-0f6a6dbe3077",
                        "name": "VillageBuildingCollectIncome",
                        "type": "bar",
                        "xsrc": "gameinsight:30635:24313b",
                        "ysrc": "gameinsight:30635:948fd4",
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "color": "rgb(188,128,189)"
                        },
                        "textsrc": "gameinsight:30635:1ffa90",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "VillageBuildingCollectIncome"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "abs energy income per user"
                    },
                    "xaxis": {
                        "anchor": "y3",
                        "domain": [
                            0.0,
                            0.45
                        ]
                    },
                    "yaxis": {
                        "title": {
                            "text": "average_energy"
                        },
                        "anchor": "free",
                        "domain": [
                            0.625,
                            1.0
                        ],
                        "position": 0.0
                    },
                    "xaxis2": {
                        "anchor": "y4",
                        "domain": [
                            0.55,
                            1.0
                        ]
                    },
                    "yaxis2": {
                        "title": {
                            "text": "average_energy"
                        },
                        "anchor": "free",
                        "domain": [
                            0.625,
                            1.0
                        ],
                        "position": 0.55
                    },
                    "yaxis3": {
                        "title": {
                            "text": "average_energy"
                        },
                        "anchor": "x",
                        "domain": [
                            0.0,
                            0.375
                        ]
                    },
                    "yaxis4": {
                        "title": {
                            "text": "average_energy"
                        },
                        "anchor": "x2",
                        "domain": [
                            0.0,
                            0.375
                        ]
                    },
                    "barmode": "stack",
                    "annotations": [
                        {
                            "x": 0.225,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "(0.0001, 5.0]",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 1.0,
                            "font": {
                                "size": 16
                            },
                            "text": "(5.0, 30.0]",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.225,
                            "y": 0.375,
                            "font": {
                                "size": 16
                            },
                            "text": "(30.0, inf]",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        },
                        {
                            "x": 0.775,
                            "y": 0.375,
                            "font": {
                                "size": 16
                            },
                            "text": "non_payer",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gameinsight",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1442408828.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": "2015-09-16 12:55:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gameinsight",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}