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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI1KzE3JTNBMzElM0E0My45MzY1MjklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNSsxNyUzQTM2JTNBNDkuODAzMDY5JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-25T17:36:49.803069Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/320.embed",
            "fid": "iguzmanvt:320",
            "filename": "grafica_parques_industriales_Tamaulipas",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:320/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:320/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:320/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:320/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:320",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:320",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/320/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:14:54.002Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/320/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "0",
                        "type": "bar",
                        "xsrc": "iguzmanvt:319:f34abc",
                        "ysrc": "iguzmanvt:319:987382",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(190,186,218,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:319:af37d0",
                        "textsrc": "iguzmanvt:319:68777d",
                        "widthsrc": "iguzmanvt:319:788bae",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "0",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 1.55,
                        "name": "1",
                        "text": "total: 1<br />reorder(municipality, total): Nuevo Laredo<br />municipio_destacado: 1",
                        "type": "bar",
                        "xsrc": "iguzmanvt:319:3c0c92",
                        "ysrc": "iguzmanvt:319:1cdbbe",
                        "frame": null,
                        "width": 1,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "1",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "0",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:319:25cd28",
                        "ysrc": "iguzmanvt:319:4aacea",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:319:a59dd5",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0",
                        "hovertextsrc": "iguzmanvt:319:273d59"
                    },
                    {
                        "mode": "text",
                        "name": "1",
                        "text": 1,
                        "type": "scatter",
                        "xsrc": "iguzmanvt:319:f2f0b5",
                        "ysrc": "iguzmanvt:319:1cfa96",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "total: 1<br />reorder(municipality, total): Nuevo Laredo<br />municipio_destacado: 1<br />total: 1",
                        "showlegend": false,
                        "legendgroup": "1"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Parques industriales </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1.2
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Total de parques"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0"
                        ],
                        "tickvals": [
                            0
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "Matamoros",
                            "Nuevo Laredo",
                            "Reynosa",
                            "Victoria"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "Matamoros",
                            "Nuevo Laredo",
                            "Reynosa",
                            "Victoria"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 39.40162661623849,
                        "l": 82.68991282689913,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:36:24.848550Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/318.embed",
            "fid": "iguzmanvt:318",
            "filename": "grafica_valor_agregado_Aguascalientes_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:318/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:318/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:318/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:318/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:318",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:318",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/318/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:05:39.244Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/318/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:317:1103cb",
                        "ysrc": "iguzmanvt:317:7a13e4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:317:3a33f1",
                        "textsrc": "iguzmanvt:317:7b60e7",
                        "widthsrc": "iguzmanvt:317:9e6487",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:317:ac4d7f",
                        "ysrc": "iguzmanvt:317:588b49",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:317:a98f2c",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:317:dce6ca"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Valor agregado censal bruto </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -8923.650157480315,
                            107083.80188976377
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de pesos constantes de 2013"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "$0",
                            "$25,000",
                            "$50,000",
                            "$75,000",
                            "$100,000"
                        ],
                        "tickvals": [
                            0,
                            24999.999999999996,
                            49999.999999999985,
                            75000,
                            100000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "$0",
                            "$25,000",
                            "$50,000",
                            "$75,000",
                            "$100,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 70.73474470734746,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:34:26.198867Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/316.embed",
            "fid": "iguzmanvt:316",
            "filename": "grafica_ied_Tamaulipas",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:316/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:316/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:316/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:316/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:316",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:316",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/316/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:05:20.023Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/316/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Accounts between Companies",
                        "type": "bar",
                        "xsrc": "iguzmanvt:315:a58db8",
                        "ysrc": "iguzmanvt:315:377f12",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:315:1c6f16",
                        "textsrc": "iguzmanvt:315:5a3310",
                        "widthsrc": "iguzmanvt:315:42862b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Accounts between Companies",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "New Investments",
                        "type": "bar",
                        "xsrc": "iguzmanvt:315:ba3435",
                        "ysrc": "iguzmanvt:315:c6303c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(190,186,218,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:315:7e7783",
                        "textsrc": "iguzmanvt:315:c95109",
                        "widthsrc": "iguzmanvt:315:9e9f4d",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "New Investments",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Reinvestment of Profits",
                        "type": "bar",
                        "xsrc": "iguzmanvt:315:299460",
                        "ysrc": "iguzmanvt:315:e0ce35",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(251,128,114,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:315:798297",
                        "textsrc": "iguzmanvt:315:e01516",
                        "widthsrc": "iguzmanvt:315:f09bfe",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Reinvestment of Profits",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Accounts between Companies",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:315:9513c4",
                        "ysrc": "iguzmanvt:315:229080",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:315:3f6f53",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Accounts between Companies",
                        "hovertextsrc": "iguzmanvt:315:f46a3c"
                    },
                    {
                        "mode": "text",
                        "name": "New Investments",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:315:04962b",
                        "ysrc": "iguzmanvt:315:35ec5a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:315:bee140",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "New Investments",
                        "hovertextsrc": "iguzmanvt:315:df3291"
                    },
                    {
                        "mode": "text",
                        "name": "Reinvestment of Profits",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:315:418d1b",
                        "ysrc": "iguzmanvt:315:2d0ad8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:315:09af73",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Reinvestment of Profits",
                        "hovertextsrc": "iguzmanvt:315:201f0a"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Inversión Extranjera Directa (IED) </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1997.2549999999999,
                            2025.7450000000001
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "1999",
                            "2000",
                            "2001",
                            "2002",
                            "2003",
                            "2004",
                            "2005",
                            "2006",
                            "2007",
                            "2008",
                            "2009",
                            "2010",
                            "2011",
                            "2012",
                            "2013",
                            "2014",
                            "2015",
                            "2016",
                            "2017",
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023",
                            "2024"
                        ],
                        "tickvals": [
                            1999,
                            2000,
                            2001,
                            2002,
                            2003,
                            2004,
                            2005,
                            2006,
                            2007,
                            2008,
                            2009,
                            2010,
                            2011,
                            2012,
                            2013,
                            2014,
                            2015,
                            2016,
                            2017,
                            2018,
                            2019,
                            2020,
                            2021,
                            2022,
                            2023,
                            2024
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "1999",
                            "2000",
                            "2001",
                            "2002",
                            "2003",
                            "2004",
                            "2005",
                            "2006",
                            "2007",
                            "2008",
                            "2009",
                            "2010",
                            "2011",
                            "2012",
                            "2013",
                            "2014",
                            "2015",
                            "2016",
                            "2017",
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022",
                            "2023",
                            "2024"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -437.84796448559996,
                            2127.0123305972
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de dólares"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "$0",
                            "$500",
                            "$1,000",
                            "$1,500",
                            "$2,000"
                        ],
                        "tickvals": [
                            0,
                            500,
                            1000,
                            1500,
                            1999.9999999999998
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "$0",
                            "$500",
                            "$1,000",
                            "$1,500",
                            "$2,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Tipo de Inversión"
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 58.77957658779577,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:33:51.464112Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/314.embed",
            "fid": "iguzmanvt:314",
            "filename": "grafica_personal_ocupado_nuevo_laredo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:314/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:314/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:314/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:314/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:314",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:314",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/314/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:04:57.124Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/314/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:313:d71197",
                        "ysrc": "iguzmanvt:313:955df2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:313:443420",
                        "textsrc": "iguzmanvt:313:154e6c",
                        "widthsrc": "iguzmanvt:313:9f56f0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:313:b8b058",
                        "ysrc": "iguzmanvt:313:8f26c4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:313:2cd001",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:313:ba4f73"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Personal ocupado </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            132000
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Personas"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "25,000",
                            "50,000",
                            "75,000",
                            "100,000"
                        ],
                        "tickvals": [
                            0,
                            25000,
                            50000,
                            75000,
                            100000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "25,000",
                            "50,000",
                            "75,000",
                            "100,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 64.75716064757161,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:33:01.020230Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/312.embed",
            "fid": "iguzmanvt:312",
            "filename": "grafica_inversion_nuevo_laredo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:312/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:312/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:312/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:312/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:312",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:312",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/312/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:04:39.713Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/312/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:311:2a9e2b",
                        "ysrc": "iguzmanvt:311:0b275b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:311:00b1a1",
                        "textsrc": "iguzmanvt:311:fcb175",
                        "widthsrc": "iguzmanvt:311:71133a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:311:0415b9",
                        "ysrc": "iguzmanvt:311:5556fb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:311:0fb3cd",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:311:e33fff"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Inversión </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1328.538,
                            2562.440528311057
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de pesos constantes de 2013"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-$1,000",
                            "$0",
                            "$1,000",
                            "$2,000"
                        ],
                        "tickvals": [
                            -1000,
                            0,
                            1000,
                            2000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "-$1,000",
                            "$0",
                            "$1,000",
                            "$2,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 64.75716064757161,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:32:36.258705Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/310.embed",
            "fid": "iguzmanvt:310",
            "filename": "grafica_consumo_combustibles_nuevo_laredo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:310/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:310/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:310/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:310/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:310",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:310",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/310/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:04:24.166Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/310/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:309:946236",
                        "ysrc": "iguzmanvt:309:412969",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:309:ab00b0",
                        "textsrc": "iguzmanvt:309:47c10f",
                        "widthsrc": "iguzmanvt:309:6e02c4",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:309:cc73be",
                        "ysrc": "iguzmanvt:309:b49cef",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:309:2cd376",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:309:2ab03b"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Consumo de combustibles </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            3080.333858267717
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de pesos constantes de 2013"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "$0",
                            "$1,000",
                            "$2,000",
                            "$3,000"
                        ],
                        "tickvals": [
                            0,
                            1000.0000000000001,
                            2000.0000000000002,
                            3000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "$0",
                            "$1,000",
                            "$2,000",
                            "$3,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 58.77957658779577,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:32:12.023744Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/308.embed",
            "fid": "iguzmanvt:308",
            "filename": "grafica_consumo_energia_municipios_fronterizos",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:308/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:308/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:308/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:308/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:308",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:308",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/308/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:01:55.331Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/308/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "dash",
                            "color": "rgba(229,229,229,1)",
                            "width": 3.023622047244095
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:307:580f40",
                        "ysrc": "iguzmanvt:307:b5cc9d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:307:d59f1f",
                        "hoverinfo": "text",
                        "showlegend": false
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:307:151c66",
                        "ysrc": "iguzmanvt:307:a6c399",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(229,229,229,1)",
                                "width": 1.8897637795275593
                            },
                            "size": 3.7795275590551185,
                            "color": "rgba(229,229,229,1)",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:307:06c88b",
                        "hoverinfo": "text",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(141,211,199,1)",
                            "width": 5.669291338582678
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:307:f61c0c",
                        "ysrc": "iguzmanvt:307:3fa15c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:307:8055a9",
                        "hoverinfo": "text",
                        "showlegend": false
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:307:0620be",
                        "ysrc": "iguzmanvt:307:a01bb7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(141,211,199,1)",
                                "width": 1.8897637795275593
                            },
                            "size": 7.559055118110237,
                            "color": "rgba(141,211,199,1)",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:307:9c65d1",
                        "hoverinfo": "text",
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:307:dbc4e2",
                        "ysrc": "iguzmanvt:307:7eba47",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:307:3c819f",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:307:140c03"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Consumo de energía eléctrica </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2002.175,
                            2020.325
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "tickvals": [
                            2003,
                            2008,
                            2013,
                            2018
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -493.59102885395146,
                            9047.907960865357
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de pesos constantes de 2013"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "$0",
                            "$2,500",
                            "$5,000",
                            "$7,500"
                        ],
                        "tickvals": [
                            0,
                            2500,
                            5000,
                            7500
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "$0",
                            "$2,500",
                            "$5,000",
                            "$7,500"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 58.77957658779577,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:31:48.306771Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/306.embed",
            "fid": "iguzmanvt:306",
            "filename": "grafica_consumo_energia_nuevo_laredo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:306/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:306/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:306/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:306/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:306",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:306",
                "parent": "https://api.plotly.com/v2/folders/home?user=iguzmanvt"
            },
            "owner": "iguzmanvt",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~iguzmanvt/306/",
            "world_readable": true,
            "date_modified": "2025-07-17T17:01:35.961Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/306/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:305:6d6f2e",
                        "ysrc": "iguzmanvt:305:e08113",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:305:67a53a",
                        "textsrc": "iguzmanvt:305:8e32f1",
                        "widthsrc": "iguzmanvt:305:6a2469",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:305:1cf995",
                        "ysrc": "iguzmanvt:305:c30236",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:305:61b5e1",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:305:d24fec"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Consumo de energía eléctrica </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1100.7912000000001
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de pesos constantes de 2013"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "$0",
                            "$250",
                            "$500",
                            "$750",
                            "$1,000"
                        ],
                        "tickvals": [
                            0,
                            250,
                            500,
                            750,
                            1000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "$0",
                            "$250",
                            "$500",
                            "$750",
                            "$1,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.44645849668681,
                        "l": 58.77957658779577,
                        "r": 7.305936073059362,
                        "t": 43.77854650000769
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~iguzmanvt",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-07-14 18:52:29",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "iguzmanvt",
                "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": "2025-06-25T17:31:46.015270Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38895.embed",
            "fid": "cpsievert:38895",
            "filename": "Plot 38895",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38895/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38895/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38895/8_V66616ESMSJFLTOBNIIQZYN1DJLSM8.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38895/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38895",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38895",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38895/",
            "world_readable": true,
            "date_modified": "2025-06-25T17:31:46.050Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38895/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "cpsievert:38894:f740c2",
                        "ysrc": "cpsievert:38894:7eb637",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(89,89,89,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "cpsievert:38894:610e93",
                        "textsrc": "cpsievert:38894:2301dd",
                        "widthsrc": "cpsievert:38894:b1030f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.055000000000000104,
                            10.944999999999999
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "1:10"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2.5",
                            "5.0",
                            "7.5",
                            "10.0"
                        ],
                        "tickvals": [
                            2.5,
                            5,
                            7.500000000000001,
                            10
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2.5",
                            "5.0",
                            "7.5",
                            "10.0"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "count"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0.00",
                            "0.25",
                            "0.50",
                            "0.75",
                            "1.00"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 37.26027397260275,
                        "l": 48.94977168949772,
                        "r": 7.305936073059362,
                        "t": 23.305936073059364
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 1,
                            "y0": 0,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "layer": "below",
                            "fillcolor": null
                        }
                    ],
                    "barmode": "relative",
                    "hovermode": "closest",
                    "showlegend": false,
                    "plot_bgcolor": "rgba(235,235,235,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "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": "2025-06-25T17:31:43.936529Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~cpsievert/38893.embed",
            "fid": "cpsievert:38893",
            "filename": "Plot 38893",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/cpsievert:38893/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/cpsievert:38893/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/cpsievert/38893/8_VJJ9ZW6D8EHGS9QGNNVAIW19UFC9FS.png",
                "list-thumb": "https://api.plotly.com/v2/files/cpsievert:38893/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/cpsievert:38893",
                "plots": "https://api.plotly.com/v2/plots/cpsievert:38893",
                "parent": "https://api.plotly.com/v2/folders/home?user=cpsievert"
            },
            "owner": "cpsievert",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~cpsievert/38893/",
            "world_readable": true,
            "date_modified": "2025-06-25T17:31:43.971Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~cpsievert/38893/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38892:f37aed",
                        "ysrc": "cpsievert:38892:0c9da1",
                        "frame": "1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "cmax": 10,
                                "cmin": 1,
                                "colorbar": {
                                    "title": "",
                                    "ticklen": 2
                                },
                                "colorsrc": "cpsievert:38892:f68238",
                                "showscale": false,
                                "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)"
                                    ]
                                ]
                            },
                            "colorbar": {
                                "title": "",
                                "ticklen": 2
                            },
                            "colorsrc": "cpsievert:38892:b5bcd2",
                            "showscale": false,
                            "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)"
                                ]
                            ]
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "cpsievert:38892:f50fb3",
                        "ysrc": "cpsievert:38892:d43692",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "cmax": 10,
                            "cmin": 1,
                            "line": {
                                "color": "rgba(255,127,14,1)"
                            },
                            "colorbar": {
                                "y": 1,
                                "len": 0.5,
                                "title": "",
                                "lenmode": "fraction",
                                "ticklen": 2,
                                "yanchor": "top"
                            },
                            "colorsrc": "cpsievert:38892:7527e3",
                            "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)"
                                ]
                            ]
                        },
                        "opacity": 0,
                        "hoverinfo": "none",
                        "showlegend": false
                    }
                ],
                "frames": [
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "type": "scatter",
                                "xsrc": "cpsievert:38892:8d4c66",
                                "ysrc": "cpsievert:38892:b7750c",
                                "frame": "1",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "cmax": 10,
                                    "cmin": 1,
                                    "line": {
                                        "cmax": 10,
                                        "cmin": 1,
                                        "colorbar": {
                                            "title": "",
                                            "ticklen": 2
                                        },
                                        "colorsrc": "cpsievert:38892:eb108a",
                                        "showscale": false,
                                        "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)"
                                            ]
                                        ]
                                    },
                                    "colorbar": {
                                        "title": "",
                                        "ticklen": 2
                                    },
                                    "colorsrc": "cpsievert:38892:20c7d6",
                                    "showscale": false,
                                    "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)"
                                        ]
                                    ]
                                },
                                "visible": true
                            }
                        ],
                        "name": "1",
                        "traces": [
                            0
                        ]
                    },
                    {
                        "data": [
                            {
                                "mode": "markers",
                                "type": "scatter",
                                "xsrc": "cpsievert:38892:21a89c",
                                "ysrc": "cpsievert:38892:53417c",
                                "frame": "2",
                                "xaxis": "x",
                                "yaxis": "y",
                                "marker": {
                                    "cmax": 10,
                                    "cmin": 1,
                                    "line": {
                                        "cmax": 10,
                                        "cmin": 1,
                                        "colorbar": {
                                            "title": "",
                                            "ticklen": 2
                                        },
                                        "colorsrc": "cpsievert:38892:1109b7",
                                        "showscale": false,
                                        "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)"
                                            ]
                                        ]
                                    },
                                    "colorbar": {
                                        "title": "",
                                        "ticklen": 2
                                    },
                                    "colorsrc": "cpsievert:38892:d84068",
                                    "showscale": false,
                                    "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)"
                                        ]
                                    ]
                                },
                                "visible": true
                            }
                        ],
                        "name": "2",
                        "traces": [
                            0
                        ]
                    }
                ],
                "layout": {
                    "xaxis": {
                        "range": [
                            0.55,
                            10.45
                        ],
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "range": [
                            0.55,
                            10.45
                        ],
                        "title": [],
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "sliders": [
                        {
                            "pad": {
                                "t": 40
                            },
                            "steps": [
                                {
                                    "args": [
                                        [
                                            "1"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "1",
                                    "value": "1",
                                    "method": "animate"
                                },
                                {
                                    "args": [
                                        [
                                            "2"
                                        ],
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            }
                                        }
                                    ],
                                    "label": "2",
                                    "value": "2",
                                    "method": "animate"
                                }
                            ],
                            "visible": true
                        }
                    ],
                    "hovermode": "closest",
                    "showlegend": false,
                    "updatemenus": [
                        {
                            "x": 0,
                            "y": 0,
                            "pad": {
                                "r": 5,
                                "t": 60
                            },
                            "type": "buttons",
                            "buttons": [
                                {
                                    "args": [
                                        null,
                                        {
                                            "mode": "immediate",
                                            "frame": {
                                                "redraw": false,
                                                "duration": 500
                                            },
                                            "transition": {
                                                "easing": "linear",
                                                "duration": 500
                                            },
                                            "fromcurrent": true
                                        }
                                    ],
                                    "label": "Play",
                                    "method": "animate"
                                }
                            ],
                            "xanchor": "right",
                            "yanchor": "top",
                            "direction": "right",
                            "showactive": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~cpsievert",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2014-07-23 00:30:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "cpsievert",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}