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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzE1JTNBNDIlM0ExMC45NjEwODElMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxNSUzQTQ5JTNBMTkuMzg0NjI4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T15:49:19.384628Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~ArtemisGrigo/27.embed",
            "fid": "ArtemisGrigo:27",
            "filename": "Plot 27",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/ArtemisGrigo:27/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/ArtemisGrigo:27/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ArtemisGrigo/27/8_D04WBONXAPK3K7MFALQ5SGPP46ZU2A.png",
                "list-thumb": "https://api.plotly.com/v2/files/ArtemisGrigo:27/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/ArtemisGrigo:27",
                "plots": "https://api.plotly.com/v2/plots/ArtemisGrigo:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=ArtemisGrigo"
            },
            "owner": "ArtemisGrigo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~ArtemisGrigo/27/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:49:19.401Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~ArtemisGrigo/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "lines",
                        "name": "Αλουμίνιο",
                        "type": "scatter",
                        "xsrc": "ArtemisGrigo:26:d4219c",
                        "ysrc": "ArtemisGrigo:26:77cd35"
                    },
                    {
                        "mode": "lines",
                        "name": "Χάλυβας",
                        "type": "scatter",
                        "xsrc": "ArtemisGrigo:26:d4219c",
                        "ysrc": "ArtemisGrigo:26:907442"
                    },
                    {
                        "mode": "lines",
                        "name": "Χαλκός",
                        "type": "scatter",
                        "xsrc": "ArtemisGrigo:26:d4219c",
                        "ysrc": "ArtemisGrigo:26:f3b66c",
                        "stackgroup": null
                    },
                    {
                        "mode": "lines",
                        "name": "Μπρούτζος",
                        "type": "scatter",
                        "xsrc": "ArtemisGrigo:26:d4219c",
                        "ysrc": "ArtemisGrigo:26:5aa203",
                        "stackgroup": null
                    },
                    {
                        "mode": "lines",
                        "name": "Γαλβανιζέ Χάλυβας",
                        "type": "scatter",
                        "xsrc": "ArtemisGrigo:26:d4219c",
                        "ysrc": "ArtemisGrigo:26:b2a7b3",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Διάγραμμα δυναμικού-χρόνου"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            30
                        ],
                        "title": {
                            "text": "Χρόνος (min)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -61.33333333333333,
                            845.3333333333334
                        ],
                        "title": {
                            "text": "Δυναμικό (mV)"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "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"
                    },
                    "plot_bgcolor": "rgb(199, 195, 192)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~ArtemisGrigo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/74.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-08 18:26:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "ArtemisGrigo",
                "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-17T15:48:44.526981Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~mputh/8.embed",
            "fid": "mputh:8",
            "filename": "wind-turbine-territory-dropdown",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/mputh:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/mputh:8/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/mputh:8/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/mputh:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/mputh:8",
                "plots": "https://api.plotly.com/v2/plots/mputh:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=mputh"
            },
            "owner": "mputh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "GE, Vestas, Siemens, Mitsubishi, Gamesa, Kenetech, Suzlon, Acciona, Clipper, REpower, Bonus, Zond, NEG Micon, Nordex, Enron, Enron, Goldwind, DeWind, Nordtank, Danwin, Howden, China Creative Wind, Enertech, Alstrom, Sany, BHD, W.E.G., Guodain United Power, Fuhrlander, Windmatic, Northern Power Systems, Samsung, Vensys, Westinghouse, Flowind, Entegrity, Hyundai Heavy Industries, Polenko, Windmaster, Sinovel, HZ Windpower, Turbowind, PowerWind, Emergya Wind Technologies, Kenersys, Nordic, Unison, Aeronautica, AAER, Silver Eagle, Tacke, EWT, AWE, ECO, Leitwind, Elecon, Harbec, Atlantic Orient, Wind World, UMPI, Seaforth Energy, Windspire Energy, Bora, Wind Energy Solutions, Siva, Endurance, Skystream, Bergey Energy, Evance, Xzeres",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~mputh/8/ge-vestas-siemens-mitsubishi-gamesa-kenetech-suzlon-acciona-clipper-repower-bonu/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:48:59.730Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~mputh/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "2bfb6f7a-3ad7-4ac6-89be-123993f13b45",
                        "name": "GE",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:5f8b49",
                        "lonsrc": "mputh:9:ec2544",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "f0fdf6b8-e90a-4cd4-952b-19018c14b3e8",
                        "name": "Vestas",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:f7a959",
                        "lonsrc": "mputh:9:81780c",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "9dac533b-69dc-48a2-a9c7-05708904ef5b",
                        "name": "Siemens",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:d95a69",
                        "lonsrc": "mputh:9:fd70ec",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "9aaab281-6c86-4836-aa6a-12f21c061b7f",
                        "name": "Mitsubishi",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:d8b3b0",
                        "lonsrc": "mputh:9:d4799e",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "6485f25a-ade2-4dec-aa10-506a58526003",
                        "name": "Gamesa",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:411b9d",
                        "lonsrc": "mputh:9:6711fe",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "865dd035-0292-4e50-994a-a4e7e489dd96",
                        "name": "Kenetech",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:a33661",
                        "lonsrc": "mputh:9:29740d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "265ecc79-3433-4563-b6db-020141927d15",
                        "name": "Suzlon",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:7c1014",
                        "lonsrc": "mputh:9:ffe8e4",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "8e12a9f6-73ea-4720-b638-a40bf1da6855",
                        "name": "Acciona",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:3a2791",
                        "lonsrc": "mputh:9:036483",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "d3c19d3c-0b8d-4a61-aa2d-92ca6ec4920e",
                        "name": "Clipper",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:22fb20",
                        "lonsrc": "mputh:9:297dbf",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "f4bd44ce-db8a-4b48-8f05-9c9629e05279",
                        "name": "REpower",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:a98bdc",
                        "lonsrc": "mputh:9:80a2fa",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "0131c3a2-b0f6-45d3-b97e-ee62dfabac0e",
                        "name": "Bonus",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:38f62c",
                        "lonsrc": "mputh:9:4866a8",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "4b0e2144-8a8f-43f3-9698-511facd58397",
                        "name": "Zond",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:4b4202",
                        "lonsrc": "mputh:9:18afef",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "5d56535c-0c07-4203-b464-9ff7c3868a45",
                        "name": "NEG Micon",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:66c7ad",
                        "lonsrc": "mputh:9:da53bc",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "bc7ee0c6-a9e0-447c-81bf-241cacec7596",
                        "name": "Nordex",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:afa0a8",
                        "lonsrc": "mputh:9:efd6d7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "886aacbe-c634-4f97-9301-cf9d77f3452d",
                        "name": "Enron",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:8ce256",
                        "lonsrc": "mputh:9:209947",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "9b4ce67d-a204-47a1-b131-c91229ac181b",
                        "name": "Enron",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:8ce256",
                        "lonsrc": "mputh:9:209947",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "0025c51a-9f5a-48bf-b033-b83a43d6fcef",
                        "name": "Goldwind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:8bcf1d",
                        "lonsrc": "mputh:9:8474b9",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "6605a7c5-f914-4c0e-b59b-81d2cbddd8d9",
                        "name": "DeWind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:547bc6",
                        "lonsrc": "mputh:9:9eff63",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "7f4dcb84-f9d1-475b-97e6-3c8612bbfd5f",
                        "name": "Nordtank",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:cdd53c",
                        "lonsrc": "mputh:9:f2cdd2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "8e1525e2-0d6d-46be-b1fd-ebe08cd22a1e",
                        "name": "Danwin",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:a00d14",
                        "lonsrc": "mputh:9:ea2471",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "9642787c-6ad0-4a62-acef-731b8f946288",
                        "name": "Howden",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:8506d2",
                        "lonsrc": "mputh:9:339610",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "ef9b86c6-408a-4b2f-baeb-13af668de86d",
                        "name": "China Creative Wind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:8135e9",
                        "lonsrc": "mputh:9:a90de2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "701e8b98-2565-4a9d-b993-bb37900195d1",
                        "name": "Enertech",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:61e588",
                        "lonsrc": "mputh:9:6a912c",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "dc5a847b-d611-4b29-88ec-f115fb52f2d3",
                        "name": "Alstrom",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:0d2597",
                        "lonsrc": "mputh:9:6fa288",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "41337f2b-eb6f-441d-bea2-d7d759a01196",
                        "name": "Sany",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:7f31a1",
                        "lonsrc": "mputh:9:c868a6",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "e67d9acd-53fc-4de2-9769-d5f577031a06",
                        "name": "BHD",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:2402a0",
                        "lonsrc": "mputh:9:bdd3b2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "191723fe-fabf-4a82-9a74-78c635608b04",
                        "name": "W.E.G.",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:3e7ac3",
                        "lonsrc": "mputh:9:6352b2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "33102b0a-f665-45b2-8544-5bbc52ef50bb",
                        "name": "Guodain United Power",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:95c71b",
                        "lonsrc": "mputh:9:5e367e",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "abe3bd87-af5a-4704-8612-384b79ba7e00",
                        "name": "Fuhrlander",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:e1a46b",
                        "lonsrc": "mputh:9:b6f021",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "2df1cdb7-d984-42be-8a50-21d1cf91f7ca",
                        "name": "Windmatic",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:14bd13",
                        "lonsrc": "mputh:9:a1adb2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "c7b5dec1-de42-4feb-a760-23c43046cbf3",
                        "name": "Northern Power Systems",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:6eac00",
                        "lonsrc": "mputh:9:d593ba",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "fc550a52-c4e5-4bb5-9675-7aa4ca9f4ca3",
                        "name": "Samsung",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:de5bc2",
                        "lonsrc": "mputh:9:465727",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "33b68525-bc20-4656-8294-31ee902c7d8f",
                        "name": "Vensys",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:c19112",
                        "lonsrc": "mputh:9:f9446f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "341474e7-c616-41de-8f74-8d9e2fed1683",
                        "name": "Westinghouse",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:7aab9e",
                        "lonsrc": "mputh:9:5a3b45",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "bee81f76-b5ed-4b66-bb21-a8db48480b43",
                        "name": "Flowind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:4e9390",
                        "lonsrc": "mputh:9:eaab1d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "76c6d86b-26f9-4e3e-8727-40ea3ea5a411",
                        "name": "Entegrity",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:4e96c5",
                        "lonsrc": "mputh:9:bf6a54",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "afa4b258-0b18-4508-9439-0e0143653fa0",
                        "name": "Hyundai Heavy Industries",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:b317ef",
                        "lonsrc": "mputh:9:b3a44e",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "2150a361-28ba-42bd-9ede-d351af6287a7",
                        "name": "Polenko",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:5b5d8e",
                        "lonsrc": "mputh:9:af57b2",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "9956a3eb-5230-488a-af9b-518274ba9094",
                        "name": "Windmaster",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:1e0c7e",
                        "lonsrc": "mputh:9:ca4b09",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "e75c000b-7b5f-47b7-a11a-a91c9d1c8975",
                        "name": "Sinovel",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:0f4f90",
                        "lonsrc": "mputh:9:829220",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "d5c0d20a-56ca-4ef5-b450-f964703fafeb",
                        "name": "HZ Windpower",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:083867",
                        "lonsrc": "mputh:9:5919b7",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "ed824682-583b-45a1-a8bc-455b180d1a0d",
                        "name": "Turbowind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:5c3b18",
                        "lonsrc": "mputh:9:a07a24",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "e6301cf7-af37-4514-8689-7a0db3e23ce5",
                        "name": "PowerWind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:5f5649",
                        "lonsrc": "mputh:9:743ff6",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "84bcce09-bb80-4d79-b54c-31e896c5ec58",
                        "name": "Emergya Wind Technologies",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:6407ec",
                        "lonsrc": "mputh:9:0154cb",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "e6603340-17ef-40e8-bdd5-90225d25acfe",
                        "name": "Kenersys",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:0c91ba",
                        "lonsrc": "mputh:9:b44512",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "0eff8326-ebad-4746-a871-c97fb83485be",
                        "name": "Nordic",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:130ec1",
                        "lonsrc": "mputh:9:e4a794",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "b471fc7a-3dd1-43c8-b11c-cde6f6097388",
                        "name": "Unison",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:114201",
                        "lonsrc": "mputh:9:928d5b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "1f805a96-9bae-42d0-ab83-1b1350d52b6c",
                        "name": "Aeronautica",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:c135b4",
                        "lonsrc": "mputh:9:dc84d0",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "2fbab385-1c28-46e9-aca4-92dd43ea830c",
                        "name": "AAER",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:f5f094",
                        "lonsrc": "mputh:9:47ee06",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "3064cf9d-3513-406e-92ee-66de1507be84",
                        "name": "Silver Eagle",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:403ba9",
                        "lonsrc": "mputh:9:af29e4",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "e770bb7c-22f3-4e78-97eb-d435477d4b7c",
                        "name": "Tacke",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:5ca0c4",
                        "lonsrc": "mputh:9:ea3f81",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "df771b52-5e80-46a2-a22a-9908a1b5f269",
                        "name": "EWT",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:d0577a",
                        "lonsrc": "mputh:9:883c1e",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "85579855-b755-4187-8ea1-1f02cfe95d7a",
                        "name": "AWE",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:33afda",
                        "lonsrc": "mputh:9:c8857f",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "84db9448-c549-4fa4-aa50-d0067d7085c4",
                        "name": "ECO",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:308f69",
                        "lonsrc": "mputh:9:04f037",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "82ed522a-7c9b-4264-9d9c-f5f4a2111449",
                        "name": "Leitwind",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:4e0a99",
                        "lonsrc": "mputh:9:784b58",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "6a34c0b5-8e16-41f4-9a11-9cd1ca380f02",
                        "name": "Elecon",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:dcbd86",
                        "lonsrc": "mputh:9:13c73a",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "1396d6c4-c6fb-4f0c-9aa1-2079f4a62f25",
                        "name": "Harbec",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:11cc9f",
                        "lonsrc": "mputh:9:496712",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "23a8ee61-baf2-4815-94e5-b26f7379a3b9",
                        "name": "Atlantic Orient",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:768409",
                        "lonsrc": "mputh:9:ff6fe1",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "69bff72f-213b-4f8e-9696-e3e1f022a548",
                        "name": "Wind World",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:8257f5",
                        "lonsrc": "mputh:9:b2a235",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "6ebcf63b-0ffc-4a2d-bd9b-fb6f8543d7ee",
                        "name": "UMPI",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:9d3f00",
                        "lonsrc": "mputh:9:c98357",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "02f7135a-45f3-4ab4-9420-08af69eb1ebc",
                        "name": "Seaforth Energy",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:4cd290",
                        "lonsrc": "mputh:9:1a58ea",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "4b505d6e-b5f0-4d94-b7f7-176ab52df3d0",
                        "name": "Windspire Energy",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:c83338",
                        "lonsrc": "mputh:9:eca358",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "f7d1e1f4-030d-418e-93bc-ee68a8f0612c",
                        "name": "Bora",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:3df502",
                        "lonsrc": "mputh:9:d55e5b",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "79020fcb-82a7-4181-91ff-4d433319f0fb",
                        "name": "Wind Energy Solutions",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:43f4dd",
                        "lonsrc": "mputh:9:45a9c8",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "ae02e104-cde9-4293-8e01-33d8089a4997",
                        "name": "Siva",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:7168b4",
                        "lonsrc": "mputh:9:2bde57",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "7497cf1a-c957-414a-a015-4492871b2085",
                        "name": "Endurance",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:3c1ac7",
                        "lonsrc": "mputh:9:f9ed1d",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "2005c5a2-ab1c-4cd5-a2fe-8a11b04239cf",
                        "name": "Skystream",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:ac44d5",
                        "lonsrc": "mputh:9:15d86a",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "98065899-be26-45a7-aa83-f55da1cf4d4c",
                        "name": "Bergey Energy",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:5605d0",
                        "lonsrc": "mputh:9:0ee5ab",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "b23bff8e-b134-426d-b994-320991c21679",
                        "name": "Evance",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:2ab564",
                        "lonsrc": "mputh:9:db8cb0",
                        "marker": {
                            "size": 4
                        }
                    },
                    {
                        "uid": "64c34956-fd90-41f9-8c54-3bd9b52bffdf",
                        "name": "Xzeres",
                        "type": "scattermapbox",
                        "latsrc": "mputh:9:4b9ac6",
                        "lonsrc": "mputh:9:0810f3",
                        "marker": {
                            "size": 4
                        }
                    }
                ],
                "layout": {
                    "font": {
                        "size": 11,
                        "color": "#FFFFFF"
                    },
                    "height": 800,
                    "mapbox": {
                        "zoom": 3,
                        "pitch": 0,
                        "style": "dark",
                        "center": {
                            "lat": 38,
                            "lon": -94
                        },
                        "bearing": 0,
                        "accesstoken": "insert mapbox token here"
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0
                    },
                    "annotations": [
                        {
                            "x": 0.05,
                            "y": 0.05,
                            "font": {
                                "size": 14,
                                "color": "magenta"
                            },
                            "text": "All US wind turbines (scroll to zoom)",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "left",
                            "bgcolor": "black",
                            "borderpad": 10,
                            "showarrow": false
                        },
                        {
                            "x": 0.01,
                            "y": 0.99,
                            "font": {
                                "size": 14
                            },
                            "text": "Wind<br>Farms",
                            "yref": "paper",
                            "align": "left",
                            "showarrow": false
                        }
                    ],
                    "updatemenus": [
                        {
                            "x": 0.1,
                            "y": 1.0,
                            "pad": {
                                "r": 0,
                                "t": 10
                            },
                            "font": {
                                "size": 11,
                                "color": "#000000"
                            },
                            "active": 99,
                            "bgcolor": "#AAAAAA",
                            "buttons": [
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 3,
                                            "mapbox.center.lat": 38,
                                            "mapbox.center.lon": -94,
                                            "annotations[0].text": "All US wind turbines (scroll to zoom)"
                                        }
                                    ],
                                    "label": "USA",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 35.016,
                                            "mapbox.center.lon": -118.316,
                                            "annotations[0].text": "Alta Wind Energy Center<br>Capacity MW: 1548<br>State: California<br>Developer: Terra-Gen Power<br>Owner: Terra-Gen Power<br>First Operational: 2011"
                                        }
                                    ],
                                    "label": "Alta Wind",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 26.366,
                                            "mapbox.center.lon": -97.65,
                                            "annotations[0].text": "Los Vientos Wind Farm<br>Capacity MW: 900<br>State: Texas<br>Developer: Duke Energy Renewables<br>Owner: Duke Energy Renewables<br>First Operational: 2012"
                                        }
                                    ],
                                    "label": "Los Vientos",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 45.7,
                                            "mapbox.center.lon": -120.066,
                                            "annotations[0].text": "Shepherds Flat Wind Farm<br>Capacity MW: 845<br>State: Oregon<br>Developer: Caithness Energy<br>Owner: Caithness Energy<br>First Operational: 2012"
                                        }
                                    ],
                                    "label": "Shepherds Flat",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 32.266,
                                            "mapbox.center.lon": -100.35,
                                            "annotations[0].text": "Roscoe Wind Project<br>Capacity MW: 781<br>State: Texas<br>Developer: E.ON Climate & Renewables<br>Owner: E.ON Climate & Renewables<br>First Operational: 2009"
                                        }
                                    ],
                                    "label": "Roscoe Wind",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 32.183,
                                            "mapbox.center.lon": -100.033,
                                            "annotations[0].text": "Horse Hollow Wind Energy Center<br>Capacity MW: 736<br>State: Texas<br>Developer: Blattner Energy<br>Owner: InvestEnergyGroup<br>First Operational: 2005"
                                        }
                                    ],
                                    "label": "Horse Hollow",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 35.1,
                                            "mapbox.center.lon": -118.283,
                                            "annotations[0].text": "Tehachapi Pass Wind Farm<br>Capacity MW: 690<br>State: California<br>Developer: Zond Corporation"
                                        }
                                    ],
                                    "label": "Tehachapi Pass",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 31.9,
                                            "mapbox.center.lon": -100.9,
                                            "annotations[0].text": "Capricorn Ridge Wind Farm<br>Capacity MW: 662<br>State: Texas<br>Developer: NextEra Energy Resources<br>Owner: NextEra Energy Resources<br>First Operational: 2007"
                                        }
                                    ],
                                    "label": "Capricorn Ridge",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 33.916,
                                            "mapbox.center.lon": -116.583,
                                            "annotations[0].text": "San Gorgonio Pass Wind Farm<br>Capacity MW: 619<br>State: California"
                                        }
                                    ],
                                    "label": "San Gorgonio",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        {
                                            "mapbox.zoom": 9,
                                            "mapbox.center.lat": 40.6,
                                            "mapbox.center.lon": -87.316,
                                            "annotations[0].text": "Fowler Ridge Wind Farm<br>Capacity MW: 600<br>State: Indiana<br>Developer: BP Alternative Energy / Dominion Resources<br>Owner: BP Alternative Energy / Dominion Resources<br>First Operational: 2010"
                                        }
                                    ],
                                    "label": "Fowler Ridge",
                                    "method": "relayout"
                                }
                            ],
                            "xanchor": "left",
                            "yanchor": "top",
                            "bordercolor": "#FFFFFF"
                        },
                        {
                            "x": 0.75,
                            "y": 0.05,
                            "font": {
                                "size": 11
                            },
                            "bgcolor": "#000000",
                            "buttons": [
                                {
                                    "args": [
                                        "mapbox.style",
                                        "dark"
                                    ],
                                    "label": "Dark",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        "mapbox.style",
                                        "light"
                                    ],
                                    "label": "Light",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        "mapbox.style",
                                        "satellite"
                                    ],
                                    "label": "Satellite",
                                    "method": "relayout"
                                },
                                {
                                    "args": [
                                        "mapbox.style",
                                        "satellite-streets"
                                    ],
                                    "label": "Satellite with Streets",
                                    "method": "relayout"
                                }
                            ],
                            "xanchor": "left",
                            "yanchor": "bottom",
                            "direction": "up",
                            "bordercolor": "#FFFFFF"
                        }
                    ],
                    "paper_bgcolor": "#000000"
                }
            },
            "height": 800,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~mputh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-12 21:41:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "mputh",
                "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-17T15:48:32.819272Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rzt.research/6.embed",
            "fid": "rzt.research:6",
            "filename": "stacked-subplots",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/rzt.research/6/9_W59GDSJ85LPWUG4198IMQN6Z9R0LCC.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rzt.research/6/2_41YEWA9U0OHSJMX6V7D191QY8DB7WY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rzt.research/6/8_7IHBBOTXU17JTOL3KUWQHEU10GLYEL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/rzt.research/6/9_W59GDSJ85LPWUG4198IMQN6Z9R0LCC.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rzt.research:6",
                "plots": "https://api.plotly.com/v2/plots/rzt.research:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=rzt.research"
            },
            "owner": "rzt.research",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Root Zone Temperature",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~rzt.research/6/root-zone-temperature/",
            "world_readable": true,
            "date_modified": "2019-07-22T07:58:05.560Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rzt.research/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1bd33009-bdff-4c49-addd-adb767373846",
                        "mode": "lines",
                        "name": "Plant 3-1",
                        "type": "scatter",
                        "xsrc": "rzt.research:7:ecd035",
                        "ysrc": "rzt.research:7:101642",
                        "connectgaps": true
                    },
                    {
                        "uid": "ee5ff5e4-3b47-4ec9-8b0c-67386828949c",
                        "mode": "lines",
                        "name": "Plant 3-2",
                        "type": "scatter",
                        "xsrc": "rzt.research:7:ecd035",
                        "ysrc": "rzt.research:7:9b8ab2",
                        "connectgaps": true
                    },
                    {
                        "uid": "911db66f-3d0f-481d-acf5-540a6b520805",
                        "mode": "lines",
                        "name": "Plant 3-3",
                        "type": "scatter",
                        "xsrc": "rzt.research:7:f1e64c",
                        "ysrc": "rzt.research:7:f4d8fe",
                        "connectgaps": true
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Root Zone Temperature"
                    },
                    "xaxis": {
                        "type": "date",
                        "rangeslider": {
                            "visible": true
                        },
                        "rangeselector": {
                            "buttons": [
                                {
                                    "step": "hour",
                                    "count": 1,
                                    "label": "1h",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "day",
                                    "count": 24,
                                    "label": "1d",
                                    "stepmode": "backward"
                                },
                                {
                                    "step": "all"
                                }
                            ]
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rzt.research",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/75.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 06:16:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rzt.research",
                "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-17T15:47:30.650190Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~worerlz/1.embed",
            "fid": "worerlz:1",
            "filename": "heatmap-cat",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/worerlz:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/worerlz:1/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/worerlz:1/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/worerlz:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/worerlz:1",
                "plots": "https://api.plotly.com/v2/plots/worerlz:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=worerlz"
            },
            "owner": "worerlz",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~worerlz/1/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:48:10.752Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~worerlz/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "heatmap",
                        "xsrc": "worerlz:0:76db6b",
                        "ysrc": "worerlz:0:189ef9",
                        "zsrc": "worerlz:0:55895f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(68,1,84,1)"
                            ],
                            [
                                "0.0416666666666667",
                                "rgba(70,19,97,1)"
                            ],
                            [
                                "0.0833333333333333",
                                "rgba(72,32,111,1)"
                            ],
                            [
                                "0.125",
                                "rgba(71,45,122,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(68,58,128,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(64,70,135,1)"
                            ],
                            [
                                "0.25",
                                "rgba(60,82,138,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(56,93,140,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(49,104,142,1)"
                            ],
                            [
                                "0.375",
                                "rgba(46,114,142,1)"
                            ],
                            [
                                "0.416666666666667",
                                "rgba(42,123,142,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(38,133,141,1)"
                            ],
                            [
                                "0.5",
                                "rgba(37,144,140,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(33,154,138,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(39,164,133,1)"
                            ],
                            [
                                "0.625",
                                "rgba(47,174,127,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(53,183,121,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(79,191,110,1)"
                            ],
                            [
                                "0.75",
                                "rgba(98,199,98,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(119,207,85,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(147,214,70,1)"
                            ],
                            [
                                "0.875",
                                "rgba(172,220,52,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(199,225,42,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(226,228,40,1)"
                            ],
                            [
                                "1",
                                "rgba(253,231,37,1)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": []
                        }
                    },
                    "xaxis": {
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "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/~worerlz",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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 15:45:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "worerlz",
                "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-17T15:46:12.837017Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67060.embed",
            "fid": "amper:67060",
            "filename": "06-09-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67060/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67060/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67060/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67060/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67060",
                "plots": "https://api.plotly.com/v2/plots/amper:67060",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-09-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67060/_06-09-19-ds-1656-alg-5421-param-1256-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:46:13.414Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67060/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9093066f-2fcc-4680-a3c3-4f8c01c22cde",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67061:f6828f",
                        "ysrc": "amper:67061:1c4d99",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-09-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T15:46:02.988892Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~unzule.keles/0.embed",
            "fid": "unzule.keles:0",
            "filename": "pandas-time-series",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/unzule.keles:0/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/unzule.keles:0/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/unzule.keles/0/8_VPW6U4MQZBHPMNJ7Q8TG88Y5ZP6245.png",
                "list-thumb": "https://api.plotly.com/v2/files/unzule.keles:0/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/unzule.keles:0",
                "plots": "https://api.plotly.com/v2/plots/unzule.keles:0",
                "parent": "https://api.plotly.com/v2/folders/home?user=unzule.keles"
            },
            "owner": "unzule.keles",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~unzule.keles/0/",
            "world_readable": true,
            "date_modified": "2019-06-18T07:28:30.929Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~unzule.keles/0/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "360aa376-0475-4031-ae39-cdef32051e23",
                        "type": "scatter",
                        "xsrc": "unzule.keles:1:6ad8c7",
                        "ysrc": "unzule.keles:1:e91d06"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~unzule.keles",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-17 15:13:32",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "unzule.keles",
                "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-17T15:45:32.222838Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~amper/67058.embed",
            "fid": "amper:67058",
            "filename": "06-08-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/amper:67058/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/amper:67058/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/amper:67058/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/amper:67058/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/amper:67058",
                "plots": "https://api.plotly.com/v2/plots/amper:67058",
                "parent": "https://api.plotly.com/v2/folders/home?user=amper"
            },
            "owner": "amper",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "06-08-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~amper/67058/_06-08-19-ds-1656-alg-5421-param-1256-showamps-true-state-res-sec/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:45:32.999Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~amper/67058/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "67840403-42ba-478d-92d3-946d32ec5b95",
                        "mode": "lines",
                        "name": "Idle",
                        "type": "scattergl",
                        "xsrc": "amper:67059:81cc35",
                        "ysrc": "amper:67059:006feb",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 205, 0)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(255, 205, 0)"
                        },
                        "connectgaps": false
                    },
                    {
                        "uid": "6c45b004-03e3-49a2-beb0-230926abc833",
                        "mode": "lines",
                        "name": "Production",
                        "type": "scattergl",
                        "xsrc": "amper:67059:81cc35",
                        "ysrc": "amper:67059:be3c8b",
                        "marker": {
                            "line": {
                                "color": "rgb(0, 166, 73)",
                                "width": 1
                            },
                            "size": 1,
                            "color": "rgb(0, 166, 73)"
                        },
                        "connectgaps": false
                    }
                ],
                "layout": {
                    "title": "06-08-19_ds-1656_alg-5421_param-1256_showamps-True-state_res-SEC"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~amper",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/99.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-03-17 16:47:16",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "amper",
                "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-17T15:45:03.404417Z",
            "comments": {
                "results": [
                    {
                        "cid": 7926,
                        "comment": "Strongly_weight_020",
                        "commenter": {
                            "profile_url": "https://chart-studio.plotly.com/~marinemilio",
                            "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                            "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                            "bio": "",
                            "nickname": "",
                            "website": "",
                            "stream_tokens": null,
                            "feature_set_id": null,
                            "csrf_token": null,
                            "date_joined": "2019-05-01 17:34:34",
                            "mapbox_access_tokens": null,
                            "has_password": null,
                            "username": "marinemilio",
                            "email": null,
                            "is_active": null,
                            "readonly": null,
                            "is_dash_creator": null,
                            "dash_created_count": null,
                            "is_chart_creator": null,
                            "charts_created_count": null
                        },
                        "ref_id": null,
                        "creation_time": "2019-11-02T17:47:35.568447Z"
                    }
                ],
                "count": 1
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marinemilio/106.embed",
            "fid": "marinemilio:106",
            "filename": "test",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/marinemilio:106/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marinemilio/106/2_PCYCBDL1NT00H9442URBMY0G2CKUNA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marinemilio/106/8_6DZ22O394ETKQCL6EHP6TSNU2ALBRB.png",
                "list-thumb": "https://api.plotly.com/v2/files/marinemilio:106/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marinemilio:106",
                "plots": "https://api.plotly.com/v2/plots/marinemilio:106",
                "parent": "https://api.plotly.com/v2/folders/home?user=marinemilio"
            },
            "owner": "marinemilio",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Agent 1, Agent 2, Agent 3, Agent 4, Agent 5, Agent 6, Agent 7",
            "views": 10,
            "web_url": "https://chart-studio.plotly.com/~marinemilio/106/agent-1-agent-2-agent-3-agent-4-agent-5-agent-6-agent-7/",
            "world_readable": true,
            "date_modified": "2020-01-26T20:42:49.086Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marinemilio/106/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a0532d36-a350-4021-b121-f035608da8d8",
                        "name": "Agent 1",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:6695fc"
                    },
                    {
                        "uid": "9c2f75de-afcb-462e-b5a2-fcc7135cf15f",
                        "name": "Agent 2",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:9f09ee"
                    },
                    {
                        "uid": "15ab995e-5d39-4234-9e38-70e3532aee65",
                        "name": "Agent 3",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:1b6362"
                    },
                    {
                        "uid": "89805108-4543-41ba-8fc3-bce41ee84020",
                        "name": "Agent 4",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:a57109"
                    },
                    {
                        "uid": "0615e336-206f-4c60-82e6-73123e1ed55a",
                        "name": "Agent 5",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:73b2a4"
                    },
                    {
                        "uid": "5e4efbcb-b2b3-467e-9e4d-ea1b84b0781f",
                        "name": "Agent 6",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:269d90"
                    },
                    {
                        "uid": "cb96259e-e85b-4952-8c24-6bddd5658777",
                        "name": "Agent 7",
                        "type": "scatter",
                        "xsrc": "marinemilio:107:01cd3a",
                        "ysrc": "marinemilio:107:ab1c75"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marinemilio",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-01 17:34:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marinemilio",
                "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-17T15:42:35.289908Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marinemilio/104.embed",
            "fid": "marinemilio:104",
            "filename": "plot from API (21)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/marinemilio:104/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/marinemilio:104/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marinemilio/104/8_5NXS7U7YZNV0RQQ3OSSPTXPSC10WNG.png",
                "list-thumb": "https://api.plotly.com/v2/files/marinemilio:104/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marinemilio:104",
                "plots": "https://api.plotly.com/v2/plots/marinemilio:104",
                "parent": "https://api.plotly.com/v2/folders/home?user=marinemilio"
            },
            "owner": "marinemilio",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Agent1, Agent2, Agent3, Agent4, Agent5",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~marinemilio/104/agent1-agent2-agent3-agent4-agent5/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:42:35.848Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marinemilio/104/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b997c01f-a08a-4fc5-b7de-e4559886a14c",
                        "mode": "markers",
                        "name": "Agent1",
                        "type": "scatter",
                        "xsrc": "marinemilio:105:cd853c",
                        "ysrc": "marinemilio:105:52754c",
                        "marker": {
                            "size": 50
                        },
                        "textsrc": "marinemilio:105:1c60a8"
                    },
                    {
                        "uid": "91830553-efc3-423a-b70b-a45ebce7481f",
                        "mode": "markers",
                        "name": "Agent2",
                        "type": "scatter",
                        "xsrc": "marinemilio:105:dff659",
                        "ysrc": "marinemilio:105:270117",
                        "marker": {
                            "size": 50
                        },
                        "textsrc": "marinemilio:105:1c60a8"
                    },
                    {
                        "uid": "f026f1f1-e9fa-4540-afd7-941c4a3a792d",
                        "mode": "markers",
                        "name": "Agent3",
                        "type": "scatter",
                        "xsrc": "marinemilio:105:346f41",
                        "ysrc": "marinemilio:105:655d1d",
                        "marker": {
                            "size": 50
                        },
                        "textsrc": "marinemilio:105:1c60a8"
                    },
                    {
                        "uid": "9f8f4d02-1326-4efb-99cb-bfabb2977e00",
                        "mode": "markers",
                        "name": "Agent4",
                        "type": "scatter",
                        "xsrc": "marinemilio:105:faf5c2",
                        "ysrc": "marinemilio:105:f9d360",
                        "marker": {
                            "size": 50
                        },
                        "textsrc": "marinemilio:105:1c60a8"
                    },
                    {
                        "uid": "01a2bcf0-2306-4195-beb7-a4990e47c714",
                        "mode": "markers",
                        "name": "Agent5",
                        "type": "scatter",
                        "xsrc": "marinemilio:105:a8b4ad",
                        "ysrc": "marinemilio:105:6c0ad4",
                        "marker": {
                            "size": 50
                        },
                        "textsrc": "marinemilio:105:1c60a8"
                    }
                ],
                "layout": {
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 6.123233995736766e-16,
                            "y": 10.0,
                            "ax": -9.510565162951535,
                            "ay": 3.090169943749475,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 6.123233995736766e-16,
                            "y": 10.0,
                            "ax": -5.877852522924733,
                            "ay": -8.090169943749473,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 6.123233995736766e-16,
                            "y": 10.0,
                            "ax": 5.877852522924729,
                            "ay": -8.090169943749476,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 6.123233995736766e-16,
                            "y": 10.0,
                            "ax": 9.510565162951536,
                            "ay": 3.090169943749472,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -9.510565162951535,
                            "y": 3.090169943749475,
                            "ax": 6.123233995736766e-16,
                            "ay": 10.0,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -9.510565162951535,
                            "y": 3.090169943749475,
                            "ax": -5.877852522924733,
                            "ay": -8.090169943749473,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -9.510565162951535,
                            "y": 3.090169943749475,
                            "ax": 5.877852522924729,
                            "ay": -8.090169943749476,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -9.510565162951535,
                            "y": 3.090169943749475,
                            "ax": 9.510565162951536,
                            "ay": 3.090169943749472,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -5.877852522924733,
                            "y": -8.090169943749473,
                            "ax": -9.510565162951535,
                            "ay": 3.090169943749475,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -5.877852522924733,
                            "y": -8.090169943749473,
                            "ax": 6.123233995736766e-16,
                            "ay": 10.0,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -5.877852522924733,
                            "y": -8.090169943749473,
                            "ax": 5.877852522924729,
                            "ay": -8.090169943749476,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": -5.877852522924733,
                            "y": -8.090169943749473,
                            "ax": 9.510565162951536,
                            "ay": 3.090169943749472,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 5.877852522924729,
                            "y": -8.090169943749476,
                            "ax": -9.510565162951535,
                            "ay": 3.090169943749475,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 5.877852522924729,
                            "y": -8.090169943749476,
                            "ax": -5.877852522924733,
                            "ay": -8.090169943749473,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 5.877852522924729,
                            "y": -8.090169943749476,
                            "ax": 6.123233995736766e-16,
                            "ay": 10.0,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 5.877852522924729,
                            "y": -8.090169943749476,
                            "ax": 9.510565162951536,
                            "ay": 3.090169943749472,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 9.510565162951536,
                            "y": 3.090169943749472,
                            "ax": -9.510565162951535,
                            "ay": 3.090169943749475,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 9.510565162951536,
                            "y": 3.090169943749472,
                            "ax": -5.877852522924733,
                            "ay": -8.090169943749473,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 9.510565162951536,
                            "y": 3.090169943749472,
                            "ax": 5.877852522924729,
                            "ay": -8.090169943749476,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        },
                        {
                            "x": 9.510565162951536,
                            "y": 3.090169943749472,
                            "ax": 6.123233995736766e-16,
                            "ay": 10.0,
                            "xref": "x",
                            "yref": "y",
                            "axref": "x",
                            "ayref": "y",
                            "standoff": 25,
                            "arrowhead": 3,
                            "arrowsize": 1,
                            "showarrow": true,
                            "arrowcolor": "#000000",
                            "arrowwidth": 2
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marinemilio",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/24.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-01 17:34:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marinemilio",
                "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-17T15:42:10.961081Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andacdemir/154.embed",
            "fid": "andacdemir:154",
            "filename": "plot from API (12)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/andacdemir:154/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/andacdemir:154/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andacdemir/154/8_04N6V1FMMSZFJ7K6N7Z68K5FVWJXW3.png",
                "list-thumb": "https://api.plotly.com/v2/files/andacdemir:154/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andacdemir:154",
                "plots": "https://api.plotly.com/v2/plots/andacdemir:154",
                "parent": "https://api.plotly.com/v2/folders/home?user=andacdemir"
            },
            "owner": "andacdemir",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "$\text{Lag Color Map}$",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~andacdemir/154/extlag-color-map/",
            "world_readable": true,
            "date_modified": "2019-06-17T15:42:11.451Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andacdemir/154/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "45db9b6d-a76f-4e95-b5bd-a0e13d046840",
                        "type": "heatmap",
                        "xsrc": "andacdemir:155:3d0dea",
                        "ysrc": "andacdemir:155:362f46",
                        "zsrc": "andacdemir:155:-3d0dea,362f46",
                        "colorscale": "Viridis"
                    }
                ],
                "layout": {
                    "title": {
                        "x": 0,
                        "text": "$\text{Lag Color Map}$",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            25,
                            525
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 17,
                                "color": "rgb(68, 68, 68)",
                                "family": "Courier New, monospace"
                            },
                            "text": "$\text{EMG - EEG Latency (samples)}$"
                        },
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            25,
                            525
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 17,
                                "color": "rgb(68, 68, 68)",
                                "family": "Courier New, monospace"
                            },
                            "text": "$\text{Haptic Force - EMG Latency (samples)}$"
                        },
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": true
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~andacdemir",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/19.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2018-08-30 05:00:20",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andacdemir",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}