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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI1KzE3JTNBMDklM0EyMS45ODAxNTMlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNSsxNyUzQTE4JTNBMDcuNzcwMzY3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-25T17:18:07.770367Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/298.embed",
            "fid": "iguzmanvt:298",
            "filename": "grafica_pib_municipal_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:298/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:298/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:298/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:298/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:298",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:298",
                "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/298/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:59:47.721Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/298/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(141,211,199,1)",
                            "width": 7.559055118110237
                        },
                        "mode": "lines+markers",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:297:6a593f",
                        "ysrc": "iguzmanvt:297:60edb3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(141,211,199,1)",
                                "width": 1.8897637795275593
                            },
                            "size": 11.338582677165356,
                            "color": "rgba(141,211,199,1)",
                            "symbol": "circle",
                            "opacity": 1,
                            "autocolorscale": false
                        },
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:297:0b11fb",
                        "hoverinfo": "text",
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:297:e8f432",
                        "ysrc": "iguzmanvt:297:f73937",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:297:f9f20d",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:297:5f50a2"
                    }
                ],
                "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> PIB municipal estimado en Aguascalientes </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": [
                            88211.49972460432,
                            185410.59587448547
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Miles 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": [
                            "$100K",
                            "$120K",
                            "$140K",
                            "$160K",
                            "$180K"
                        ],
                        "tickvals": [
                            100000,
                            120000,
                            140000,
                            160000,
                            180000
                        ],
                        "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": [
                            "$100K",
                            "$120K",
                            "$140K",
                            "$160K",
                            "$180K"
                        ],
                        "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": 52.80199252801994,
                        "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:17:39.467558Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/296.embed",
            "fid": "iguzmanvt:296",
            "filename": "grafica_pbt_relativo_sector_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:296/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:296/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:296/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:296/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:296",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:296",
                "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/296/",
            "world_readable": true,
            "date_modified": "2025-06-25T17:17:39.481Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/296/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:b930a2",
                        "ysrc": "iguzmanvt:295:f538ba",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:771666",
                        "textsrc": "iguzmanvt:295:0b7811",
                        "widthsrc": "iguzmanvt:295:8b8998",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:530016",
                        "ysrc": "iguzmanvt:295:bbf4f5",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:7b5af5",
                        "textsrc": "iguzmanvt:295:ab898c",
                        "widthsrc": "iguzmanvt:295:2fa4e8",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:440075",
                        "ysrc": "iguzmanvt:295:2acda6",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:350d6b",
                        "textsrc": "iguzmanvt:295:71f891",
                        "widthsrc": "iguzmanvt:295:707bb5",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:d4e740",
                        "ysrc": "iguzmanvt:295:fb657c",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:f082d0",
                        "textsrc": "iguzmanvt:295:756c97",
                        "widthsrc": "iguzmanvt:295:2025a4",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Aguascalientes",
                        "text": "factor(anio): 2003<br />pbt_prop:  0.0000000000<br />nuevo_municipio: Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:ddf68a",
                        "ysrc": "iguzmanvt:295:1e1dfd",
                        "frame": null,
                        "width": 0.8999999999999999,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:f604bd",
                        "ysrc": "iguzmanvt:295:b5c2cf",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:ea8b58",
                        "textsrc": "iguzmanvt:295:6af233",
                        "widthsrc": "iguzmanvt:295:936a4c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:592797",
                        "ysrc": "iguzmanvt:295:53ab37",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:590a77",
                        "textsrc": "iguzmanvt:295:5678bb",
                        "widthsrc": "iguzmanvt:295:84bbc9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:bdb271",
                        "ysrc": "iguzmanvt:295:2c17f6",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:a3f8a5",
                        "textsrc": "iguzmanvt:295:77f675",
                        "widthsrc": "iguzmanvt:295:967c60",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:b42b9e",
                        "ysrc": "iguzmanvt:295:def99d",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:c86cba",
                        "textsrc": "iguzmanvt:295:03bc04",
                        "widthsrc": "iguzmanvt:295:71845c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:8892f4",
                        "ysrc": "iguzmanvt:295:622a3c",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:5ff6a5",
                        "textsrc": "iguzmanvt:295:fddd5b",
                        "widthsrc": "iguzmanvt:295:2e235b",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:8e8fb3",
                        "ysrc": "iguzmanvt:295:d0cd0f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:05b8db",
                        "textsrc": "iguzmanvt:295:0b1b0b",
                        "widthsrc": "iguzmanvt:295:48de9e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:50363f",
                        "ysrc": "iguzmanvt:295:2a0797",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:3dec3b",
                        "textsrc": "iguzmanvt:295:2519a7",
                        "widthsrc": "iguzmanvt:295:2506e4",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:1aa12d",
                        "ysrc": "iguzmanvt:295:5b6eeb",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:f9ed06",
                        "textsrc": "iguzmanvt:295:3fb830",
                        "widthsrc": "iguzmanvt:295:81924e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:43dc92",
                        "ysrc": "iguzmanvt:295:70ea37",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:12f13f",
                        "textsrc": "iguzmanvt:295:2d0a6f",
                        "widthsrc": "iguzmanvt:295:6aa15f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:d5d7d5",
                        "ysrc": "iguzmanvt:295:6db403",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:0b4273",
                        "textsrc": "iguzmanvt:295:a54fcd",
                        "widthsrc": "iguzmanvt:295:7a068c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:b741f3",
                        "ysrc": "iguzmanvt:295:8e6d45",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:b566b5",
                        "textsrc": "iguzmanvt:295:8e1c9e",
                        "widthsrc": "iguzmanvt:295:db0f49",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:9bce51",
                        "ysrc": "iguzmanvt:295:53ea57",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:02d4f2",
                        "textsrc": "iguzmanvt:295:b6d5ab",
                        "widthsrc": "iguzmanvt:295:8a4f1a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:6dde0a",
                        "ysrc": "iguzmanvt:295:6ee8bb",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:c411d2",
                        "textsrc": "iguzmanvt:295:920103",
                        "widthsrc": "iguzmanvt:295:35c2af",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:0fd101",
                        "ysrc": "iguzmanvt:295:537f12",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:46a962",
                        "textsrc": "iguzmanvt:295:552b9b",
                        "widthsrc": "iguzmanvt:295:08bca3",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:48513a",
                        "ysrc": "iguzmanvt:295:e9f89b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:61515b",
                        "textsrc": "iguzmanvt:295:a19b27",
                        "widthsrc": "iguzmanvt:295:d1b1c5",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:dabc4d",
                        "ysrc": "iguzmanvt:295:f37a15",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:1f16d1",
                        "textsrc": "iguzmanvt:295:6d3691",
                        "widthsrc": "iguzmanvt:295:ad7bf0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:189401",
                        "ysrc": "iguzmanvt:295:8af588",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:91b0fd",
                        "textsrc": "iguzmanvt:295:ed1025",
                        "widthsrc": "iguzmanvt:295:4bc293",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:7cd561",
                        "ysrc": "iguzmanvt:295:1bdb43",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:efe922",
                        "textsrc": "iguzmanvt:295:0edb11",
                        "widthsrc": "iguzmanvt:295:f88305",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Resto de Aguascalientes",
                        "text": "factor(anio): 2018<br />pbt_prop:  0.0000000000<br />nuevo_municipio: Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:88fd44",
                        "ysrc": "iguzmanvt:295:2e6fe3",
                        "frame": null,
                        "width": 0.9000000000000004,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:ce032a",
                        "ysrc": "iguzmanvt:295:94a4ba",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:869d25",
                        "textsrc": "iguzmanvt:295:5be6a4",
                        "widthsrc": "iguzmanvt:295:138f74",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:7c60f4",
                        "ysrc": "iguzmanvt:295:36e538",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:b141ab",
                        "textsrc": "iguzmanvt:295:e32c1c",
                        "widthsrc": "iguzmanvt:295:b10e60",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:b7c4ec",
                        "ysrc": "iguzmanvt:295:2e80c7",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:af0c79",
                        "textsrc": "iguzmanvt:295:9b5768",
                        "widthsrc": "iguzmanvt:295:83409a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:b94702",
                        "ysrc": "iguzmanvt:295:412bd9",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:700f1d",
                        "textsrc": "iguzmanvt:295:001fa1",
                        "widthsrc": "iguzmanvt:295:95d0b3",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:57ed1f",
                        "ysrc": "iguzmanvt:295:da8e81",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:7e04b9",
                        "textsrc": "iguzmanvt:295:1f3348",
                        "widthsrc": "iguzmanvt:295:4fecff",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:a52786",
                        "ysrc": "iguzmanvt:295:90e5f3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:2a465c",
                        "textsrc": "iguzmanvt:295:18d202",
                        "widthsrc": "iguzmanvt:295:3890b9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:8209e7",
                        "ysrc": "iguzmanvt:295:612814",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:6bb140",
                        "textsrc": "iguzmanvt:295:60004b",
                        "widthsrc": "iguzmanvt:295:16a12c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:8e5b6d",
                        "ysrc": "iguzmanvt:295:4b00ba",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:c6dfe5",
                        "textsrc": "iguzmanvt:295:11d9b7",
                        "widthsrc": "iguzmanvt:295:f579b3",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:6fdb1a",
                        "ysrc": "iguzmanvt:295:3fa511",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:e17188",
                        "textsrc": "iguzmanvt:295:36e95c",
                        "widthsrc": "iguzmanvt:295:fd0ba5",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:bd50e1",
                        "ysrc": "iguzmanvt:295:3b6c9f",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:a97007",
                        "textsrc": "iguzmanvt:295:90b25f",
                        "widthsrc": "iguzmanvt:295:6392ae",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:62b8c7",
                        "ysrc": "iguzmanvt:295:4885e5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:2e68da",
                        "textsrc": "iguzmanvt:295:a1b250",
                        "widthsrc": "iguzmanvt:295:a239a4",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:36c767",
                        "ysrc": "iguzmanvt:295:529594",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:fbbbf4",
                        "textsrc": "iguzmanvt:295:fa0cb5",
                        "widthsrc": "iguzmanvt:295:73f412",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:8b1b3f",
                        "ysrc": "iguzmanvt:295:5ea185",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:108c48",
                        "textsrc": "iguzmanvt:295:03fcca",
                        "widthsrc": "iguzmanvt:295:1d092c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:295:586b10",
                        "ysrc": "iguzmanvt:295:eab3b3",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(204,204,204,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:295:db48d9",
                        "textsrc": "iguzmanvt:295:94199c",
                        "widthsrc": "iguzmanvt:295:d0e554",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:7f8e22",
                        "ysrc": "iguzmanvt:295:fed746",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:781c76",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:3df282"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:a8bd4a",
                        "ysrc": "iguzmanvt:295:6d94aa",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:a1b9d2",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:5d2c17"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:9a257a",
                        "ysrc": "iguzmanvt:295:c1b492",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:e5de2a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:66a93a"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:32edf3",
                        "ysrc": "iguzmanvt:295:03e3d1",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:77f873",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:3f67c0"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:9447a3",
                        "ysrc": "iguzmanvt:295:184823",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "hoveron": "points",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "factor(anio): 2003<br />pbt_prop:  0.0000000000<br />nuevo_municipio: Aguascalientes<br />ifelse(nuevo_municipio == municipio_seleccionado & pbt_prop > ...: ",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:b0bb7c",
                        "ysrc": "iguzmanvt:295:32b25a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:b2526a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:c6222e"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:d4efe7",
                        "ysrc": "iguzmanvt:295:116312",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:e549e8",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:29f3f7"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:70e743",
                        "ysrc": "iguzmanvt:295:6ecaae",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:5a9070",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:301e1a"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:1a229c",
                        "ysrc": "iguzmanvt:295:a68fe9",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:2c931a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:ab8325"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:9efd98",
                        "ysrc": "iguzmanvt:295:818814",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:db0ad3",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:ec4d4e"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:469392",
                        "ysrc": "iguzmanvt:295:947483",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:b39c2a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:81406c"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:11daf0",
                        "ysrc": "iguzmanvt:295:c1ff71",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:812dea",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:478114"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:5f8fa3",
                        "ysrc": "iguzmanvt:295:da5084",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:c93075",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:6f72ae"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:845aa1",
                        "ysrc": "iguzmanvt:295:5919c3",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:32ef68",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:7ac614"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:0d0079",
                        "ysrc": "iguzmanvt:295:658ac5",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:63afa1",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:26f3d2"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:6f9fb6",
                        "ysrc": "iguzmanvt:295:8910f8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:e58a65",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:77225d"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:cbbe9f",
                        "ysrc": "iguzmanvt:295:d0a02c",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:68bed9",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:a28c37"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:c24b6e",
                        "ysrc": "iguzmanvt:295:25bb26",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:76918b",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:18b1c9"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:45fe79",
                        "ysrc": "iguzmanvt:295:a4090b",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:494985",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:fbadb5"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:cf4c5b",
                        "ysrc": "iguzmanvt:295:eb990f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:2ec769",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:2fb7f2"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:465639",
                        "ysrc": "iguzmanvt:295:9f1bd8",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:e47210",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:54d9d0"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:81db67",
                        "ysrc": "iguzmanvt:295:b2101e",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:02afbd",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:a2d815"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:c66148",
                        "ysrc": "iguzmanvt:295:e40af7",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:bdb9d0",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:d28450"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:a2933c",
                        "ysrc": "iguzmanvt:295:b2e9d0",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "hoveron": "points",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "factor(anio): 2018<br />pbt_prop:  0.0000000000<br />nuevo_municipio: Resto de Aguascalientes<br />ifelse(nuevo_municipio == municipio_seleccionado & pbt_prop > ...: ",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:9815bd",
                        "ysrc": "iguzmanvt:295:6b3a0b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:f41caf",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:157b61"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:0d330d",
                        "ysrc": "iguzmanvt:295:b9357e",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:b2c57f",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:a75983"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:4f0273",
                        "ysrc": "iguzmanvt:295:fba253",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:ff6144",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:3b3b71"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:02688c",
                        "ysrc": "iguzmanvt:295:400a8d",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:a9f9d1",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:0ee085"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:44453b",
                        "ysrc": "iguzmanvt:295:f6b740",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:76568a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:2d6f03"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:a066e7",
                        "ysrc": "iguzmanvt:295:f6ec06",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:df1c45",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:b84a64"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:25591a",
                        "ysrc": "iguzmanvt:295:af7edd",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:91d2b5",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:9083cd"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:7408c1",
                        "ysrc": "iguzmanvt:295:e82b61",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:8044d4",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:ebb8d1"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:d49fff",
                        "ysrc": "iguzmanvt:295:d1a3c4",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:03ae47",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:c75814"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:2fa2f4",
                        "ysrc": "iguzmanvt:295:e470b8",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:474d9e",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:ec6097"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:8cb4d2",
                        "ysrc": "iguzmanvt:295:91c24d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:e9525d",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:ca1410"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:ff6366",
                        "ysrc": "iguzmanvt:295:e5a144",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:c1737c",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:c1c469"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:46f77e",
                        "ysrc": "iguzmanvt:295:761d57",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:b8c6b4",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:fba40f"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:295:a6c920",
                        "ysrc": "iguzmanvt:295:c2cca0",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:295:158d05",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:295:8e5d74"
                    }
                ],
                "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": "Peso de la PBT de Aguascalientes en la PBT de Aguascalientes",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y16",
                        "domain": [
                            0,
                            0.16361757694360435
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "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%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 10.62681610626816,
                            "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": 26.413784012008083,
                        "l": 44.16770444167705,
                        "r": 7.305936073059362,
                        "t": 54.40536260627585
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8363824230563957,
                            "x1": 1,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8363824230563957,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8363824230563957,
                            "x1": 1,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8363824230563957,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8363824230563957,
                            "x1": 1,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8363824230563957,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.16361757694360435,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23638242305639567,
                            "x1": 0.36361757694360436,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4363824230563957,
                            "x1": 0.5636175769436045,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6363824230563957,
                            "x1": 0.7636175769436044,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        }
                    ],
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y17",
                        "domain": [
                            0.23638242305639567,
                            0.36361757694360436
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y18",
                        "domain": [
                            0.4363824230563957,
                            0.5636175769436045
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y19",
                        "domain": [
                            0.6363824230563957,
                            0.7636175769436044
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis5": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y15",
                        "domain": [
                            0.8363824230563957,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis5": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            0.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-5.0%",
                            "-2.5%",
                            "0.0%",
                            "2.5%",
                            "5.0%"
                        ],
                        "tickvals": [
                            -0.05,
                            -0.025,
                            0,
                            0.02500000000000001,
                            0.05
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "-5.0%",
                            "-2.5%",
                            "0.0%",
                            "2.5%",
                            "5.0%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis6": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis7": {
                        "type": "linear",
                        "range": [
                            -0.05000000000000002,
                            1.0500000000000003
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis8": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis9": {
                        "type": "linear",
                        "range": [
                            -0.0506506715911878,
                            1.0506506715911879
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "barmode": "relative",
                    "yaxis10": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis11": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis12": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis13": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis14": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis15": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis16": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis17": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis18": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis19": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 9.298464092984643,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0.5,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje de la PBT de Aguascalientes",
                            "xref": "paper",
                            "yref": "paper",
                            "xshift": -28.825238688252387,
                            "xanchor": "right",
                            "yanchor": "center",
                            "showarrow": false,
                            "textangle": -90,
                            "annotationType": "axis"
                        },
                        {
                            "x": 0.08180878847180217,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Agricultura, ganadería,<br />pesca",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Comercio al por mayor",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5000000000000001,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Comercio al por menor",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Construcción",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9181912115281978,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Corporativos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.08180878847180217,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Energía eléctrica,<br />suministro de agua y gas<br />natural",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Industrias<br />manufactureras",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5000000000000001,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Información en medios<br />masivos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Minería",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9181912115281978,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Otros servicios no<br />gubernamentales",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.08180878847180217,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de alojamiento<br />temporal y restaurantes",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de apoyo a los<br />negocios",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5000000000000001,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de<br />esparcimiento,<br />culturales y deportivos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de salud y de<br />asistencia social",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9181912115281978,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios educativos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.08180878847180217,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios financieros y<br />de seguros",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios inmobiliarios",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5000000000000001,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios profesionales,<br />científicos y técnicos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Transportes y<br />almacenamiento",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        }
                    ]
                }
            },
            "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:16:14.075907Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/294.embed",
            "fid": "iguzmanvt:294",
            "filename": "grafica_pbt_sector_tipo_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:294/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:294/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:294/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:294/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:294",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:294",
                "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/294/",
            "world_readable": true,
            "date_modified": "2025-06-25T17:16:14.092Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/294/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "base": 0.55,
                        "name": "Actividades primarias",
                        "text": "pbt_prop: 0.000000000<br />reorder(sector, pbt_prop): Agricultura, ganadería, pesca<br />tipo_actividad: Actividades primarias",
                        "type": "bar",
                        "xsrc": "iguzmanvt:293:c06fba",
                        "ysrc": "iguzmanvt:293:1e7880",
                        "frame": null,
                        "width": 0,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Actividades primarias",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Actividades secundarias",
                        "type": "bar",
                        "xsrc": "iguzmanvt:293:adcdd3",
                        "ysrc": "iguzmanvt:293:321441",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(255,255,179,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:293:9f76ff",
                        "textsrc": "iguzmanvt:293:256426",
                        "widthsrc": "iguzmanvt:293:9be0df",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Actividades secundarias",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Actividades terciarias",
                        "type": "bar",
                        "xsrc": "iguzmanvt:293:7c4cd8",
                        "ysrc": "iguzmanvt:293:10c19f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(190,186,218,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:293:0c8bb5",
                        "textsrc": "iguzmanvt:293:c24bb7",
                        "widthsrc": "iguzmanvt:293:d4017b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Actividades terciarias",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Actividades primarias",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:293:e19eeb",
                        "ysrc": "iguzmanvt:293:e50fc8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "pbt_prop: 0.000000000<br />reorder(sector, pbt_prop): Agricultura, ganadería, pesca<br />tipo_actividad: Actividades primarias<br />ifelse(pbt_prop > 0.001, scales::percent(pbt_prop, accuracy = 0.1), ...: ",
                        "showlegend": false,
                        "legendgroup": "Actividades primarias"
                    },
                    {
                        "mode": "text",
                        "name": "Actividades secundarias",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:293:16d3be",
                        "ysrc": "iguzmanvt:293:a2bf14",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:293:b7538b",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Actividades secundarias",
                        "hovertextsrc": "iguzmanvt:293:3e1b2c"
                    },
                    {
                        "mode": "text",
                        "name": "Actividades terciarias",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:293:aa104b",
                        "ysrc": "iguzmanvt:293:80b09a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:293:5fdab7",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Actividades terciarias",
                        "hovertextsrc": "iguzmanvt:293:b97812"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 18.596928185969286,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Distribución de la Producción Bruta Total en Aguascalientes </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.04506571358934526,
                            0.9463799853762505
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje de la PBT en Aguascalientes"
                        },
                        "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%",
                            "25%",
                            "50%",
                            "75%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75
                        ],
                        "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%",
                            "50%",
                            "75%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            18.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": false,
                        "showline": false,
                        "tickfont": {
                            "size": 13.283520132835198,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "Agricultura, ganadería, pesca",
                            "Energía eléctrica, suministro de<br />agua y gas natural",
                            "Minería",
                            "Información en medios masivos",
                            "Servicios de esparcimiento,<br />culturales y deportivos",
                            "Servicios financieros y de seguros",
                            "Servicios inmobiliarios",
                            "Servicios educativos",
                            "Servicios de salud y de asistencia<br />social",
                            "Servicios profesionales,<br />científicos y técnicos",
                            "Otros servicios no gubernamentales",
                            "Transportes y almacenamiento",
                            "Servicios de alojamiento temporal<br />y restaurantes",
                            "Servicios de apoyo a los negocios",
                            "Construcción",
                            "Comercio al por mayor",
                            "Comercio al por menor",
                            "Industrias manufactureras"
                        ],
                        "tickvals": [
                            1,
                            2,
                            3,
                            4,
                            5,
                            5.999999999999999,
                            7,
                            8,
                            9,
                            10,
                            11,
                            12,
                            13,
                            14,
                            15,
                            16,
                            17,
                            18
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": null,
                        "gridwidth": 0,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "Agricultura, ganadería, pesca",
                            "Energía eléctrica, suministro de<br />agua y gas natural",
                            "Minería",
                            "Información en medios masivos",
                            "Servicios de esparcimiento,<br />culturales y deportivos",
                            "Servicios financieros y de seguros",
                            "Servicios inmobiliarios",
                            "Servicios educativos",
                            "Servicios de salud y de asistencia<br />social",
                            "Servicios profesionales,<br />científicos y técnicos",
                            "Otros servicios no gubernamentales",
                            "Transportes y almacenamiento",
                            "Servicios de alojamiento temporal<br />y restaurantes",
                            "Servicios de apoyo a los negocios",
                            "Construcción",
                            "Comercio al por mayor",
                            "Comercio al por menor",
                            "Industrias manufactureras"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.955168119551683,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Tipo de actividad"
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 42.05833064280553,
                        "l": 236.77874636778742,
                        "r": 7.305936073059362,
                        "t": 46.435250526574734
                    },
                    "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:15:37.109675Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/292.embed",
            "fid": "iguzmanvt:292",
            "filename": "grafica_pbt_relativa_sectores_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:292/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:292/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:292/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:292/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:292",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:292",
                "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/292/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:59:15.330Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/292/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Industrias manufactureras",
                        "type": "bar",
                        "xsrc": "iguzmanvt:291:a1cbaf",
                        "ysrc": "iguzmanvt:291:4dc38e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:291:980c4a",
                        "textsrc": "iguzmanvt:291:0e9af8",
                        "widthsrc": "iguzmanvt:291:d95ef3",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Industrias manufactureras",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Otros sectores",
                        "type": "bar",
                        "xsrc": "iguzmanvt:291:1510f0",
                        "ysrc": "iguzmanvt:291:2652f2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(255,255,179,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:291:cc8300",
                        "textsrc": "iguzmanvt:291:7b9eee",
                        "widthsrc": "iguzmanvt:291:469f15",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Otros sectores",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Comercio al por menor",
                        "type": "bar",
                        "xsrc": "iguzmanvt:291:efebcd",
                        "ysrc": "iguzmanvt:291:7806c0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(190,186,218,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:291:d11186",
                        "textsrc": "iguzmanvt:291:12dd93",
                        "widthsrc": "iguzmanvt:291:55d3e0",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Comercio al por menor",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Construcción",
                        "type": "bar",
                        "xsrc": "iguzmanvt:291:182546",
                        "ysrc": "iguzmanvt:291:e9c213",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(251,128,114,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:291:e1b791",
                        "textsrc": "iguzmanvt:291:d87053",
                        "widthsrc": "iguzmanvt:291:442fce",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Construcción",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Comercio al por mayor",
                        "type": "bar",
                        "xsrc": "iguzmanvt:291:96d537",
                        "ysrc": "iguzmanvt:291:fd60b2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(128,177,211,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:291:1aa890",
                        "textsrc": "iguzmanvt:291:d5d8ba",
                        "widthsrc": "iguzmanvt:291:37027f",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Comercio al por mayor",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Servicios de apoyo a los negocios",
                        "type": "bar",
                        "xsrc": "iguzmanvt:291:d5d419",
                        "ysrc": "iguzmanvt:291:1d179f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(253,180,98,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:291:48f221",
                        "textsrc": "iguzmanvt:291:fb4119",
                        "widthsrc": "iguzmanvt:291:ebb977",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Servicios de apoyo a los negocios",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Industrias manufactureras",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:291:479a6e",
                        "ysrc": "iguzmanvt:291:cab144",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:291:01a011",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Industrias manufactureras",
                        "hovertextsrc": "iguzmanvt:291:65ad97"
                    },
                    {
                        "mode": "text",
                        "name": "Otros sectores",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:291:7a493b",
                        "ysrc": "iguzmanvt:291:452932",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:291:d7d960",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Otros sectores",
                        "hovertextsrc": "iguzmanvt:291:63ef32"
                    },
                    {
                        "mode": "text",
                        "name": "Comercio al por menor",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:291:899d38",
                        "ysrc": "iguzmanvt:291:2997c8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:291:c65e47",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Comercio al por menor",
                        "hovertextsrc": "iguzmanvt:291:cb6bb7"
                    },
                    {
                        "mode": "text",
                        "name": "Construcción",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:291:364cf4",
                        "ysrc": "iguzmanvt:291:43d25a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:291:f012c8",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Construcción",
                        "hovertextsrc": "iguzmanvt:291:db9a58"
                    },
                    {
                        "mode": "text",
                        "name": "Comercio al por mayor",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:291:210c5a",
                        "ysrc": "iguzmanvt:291:5d9fa4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:291:ddd897",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Comercio al por mayor",
                        "hovertextsrc": "iguzmanvt:291:7ef29a"
                    },
                    {
                        "mode": "text",
                        "name": "Servicios de apoyo a los negocios",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:291:e89e43",
                        "ysrc": "iguzmanvt:291:12616a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:291:f060c5",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Servicios de apoyo a los negocios",
                        "hovertextsrc": "iguzmanvt:291:7235ee"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 18.596928185969286,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Distribución de la Producción Bruta Total (PBT) de Aguascalientes </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": 13.283520132835205,
                            "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.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje de la PBT de Aguascalientes"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 13.283520132835198,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "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%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 10.62681610626816,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Sectores"
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 28.77481050997033,
                        "l": 52.13781652137817,
                        "r": 7.305936073059362,
                        "t": 46.435250526574734
                    },
                    "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:15:10.791112Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/290.embed",
            "fid": "iguzmanvt:290",
            "filename": "grafica_pbt_sectores_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:290/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:290/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:290/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:290/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:290",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:290",
                "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/290/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:58:54.493Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/290/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:ef73c6",
                        "ysrc": "iguzmanvt:289:16ab21",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:8b523c",
                        "textsrc": "iguzmanvt:289:e5b113",
                        "widthsrc": "iguzmanvt:289:9cc64f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:92dac5",
                        "ysrc": "iguzmanvt:289:d0c8e3",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:e56557",
                        "textsrc": "iguzmanvt:289:033a8d",
                        "widthsrc": "iguzmanvt:289:1fd192",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:61cdb0",
                        "ysrc": "iguzmanvt:289:20351e",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:97b045",
                        "textsrc": "iguzmanvt:289:f3309d",
                        "widthsrc": "iguzmanvt:289:e07f36",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:64df72",
                        "ysrc": "iguzmanvt:289:e0bb9b",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:a21b93",
                        "textsrc": "iguzmanvt:289:46530d",
                        "widthsrc": "iguzmanvt:289:694bde",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": null,
                        "text": "factor(anio): 2003<br />pbt:           NA",
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:2f45c2",
                        "ysrc": "iguzmanvt:289:8fd3b7",
                        "frame": null,
                        "width": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:5c100f",
                        "ysrc": "iguzmanvt:289:b445cf",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:eff127",
                        "textsrc": "iguzmanvt:289:6b88df",
                        "widthsrc": "iguzmanvt:289:dd87f7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:4944d6",
                        "ysrc": "iguzmanvt:289:9a2890",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:4e72ef",
                        "textsrc": "iguzmanvt:289:8cb8a0",
                        "widthsrc": "iguzmanvt:289:5dab49",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:3cc01c",
                        "ysrc": "iguzmanvt:289:0db9a0",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:50c656",
                        "textsrc": "iguzmanvt:289:d7d02e",
                        "widthsrc": "iguzmanvt:289:b45239",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:616f51",
                        "ysrc": "iguzmanvt:289:f214b9",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:11b1d3",
                        "textsrc": "iguzmanvt:289:cf5af7",
                        "widthsrc": "iguzmanvt:289:66ba9b",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:c26ae1",
                        "ysrc": "iguzmanvt:289:414411",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:699510",
                        "textsrc": "iguzmanvt:289:1bfe0b",
                        "widthsrc": "iguzmanvt:289:60b0fc",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:024248",
                        "ysrc": "iguzmanvt:289:05ea3c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:a1a838",
                        "textsrc": "iguzmanvt:289:0d5da9",
                        "widthsrc": "iguzmanvt:289:e22385",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:6767cb",
                        "ysrc": "iguzmanvt:289:39b247",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:9b362f",
                        "textsrc": "iguzmanvt:289:8bf19c",
                        "widthsrc": "iguzmanvt:289:6a2b1a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:f14528",
                        "ysrc": "iguzmanvt:289:e8d350",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:e7d48d",
                        "textsrc": "iguzmanvt:289:f5fd9e",
                        "widthsrc": "iguzmanvt:289:634bfd",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:243990",
                        "ysrc": "iguzmanvt:289:92af18",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:c404b2",
                        "textsrc": "iguzmanvt:289:8ae774",
                        "widthsrc": "iguzmanvt:289:cc9e56",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:eff982",
                        "ysrc": "iguzmanvt:289:e9d1a2",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:e73f10",
                        "textsrc": "iguzmanvt:289:39f4e0",
                        "widthsrc": "iguzmanvt:289:f73324",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:54e5d6",
                        "ysrc": "iguzmanvt:289:a0d0fb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:99ac0e",
                        "textsrc": "iguzmanvt:289:d004e0",
                        "widthsrc": "iguzmanvt:289:24e65d",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:986d2f",
                        "ysrc": "iguzmanvt:289:82e6cf",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:9b0568",
                        "textsrc": "iguzmanvt:289:05b62b",
                        "widthsrc": "iguzmanvt:289:6fc9af",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:ccfcf6",
                        "ysrc": "iguzmanvt:289:c6a539",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:c6119b",
                        "textsrc": "iguzmanvt:289:28e167",
                        "widthsrc": "iguzmanvt:289:e70dfa",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:289:ac61a2",
                        "ysrc": "iguzmanvt:289:289ec6",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:289:1df2c9",
                        "textsrc": "iguzmanvt:289:14a26f",
                        "widthsrc": "iguzmanvt:289:4f72e2",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:e0076a",
                        "ysrc": "iguzmanvt:289:0d37d4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:935632",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:3bf856"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:3d0950",
                        "ysrc": "iguzmanvt:289:ace3b8",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:44a726",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:d57272"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:8b3686",
                        "ysrc": "iguzmanvt:289:3db1ae",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:d344aa",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:ebab03"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:0e7923",
                        "ysrc": "iguzmanvt:289:a6fb70",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:9e501b",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:ec020f"
                    },
                    {
                        "mode": "text",
                        "text": null,
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:314a3e",
                        "ysrc": "iguzmanvt:289:c4872a",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "hoveron": "points",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "factor(anio): 2003<br />pbt:           NA<br />ifelse(pbt > 1, scales::comma(pbt, accuracy = 1, scale = 1/1e+06), ...: NA",
                        "showlegend": false
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:3362e1",
                        "ysrc": "iguzmanvt:289:544e50",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:082951",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:0e2dfd"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:e27631",
                        "ysrc": "iguzmanvt:289:3dd8f0",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:785993",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:65ac70"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:05226e",
                        "ysrc": "iguzmanvt:289:5dfedf",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:c01863",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:efa35c"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:2ce930",
                        "ysrc": "iguzmanvt:289:773ac0",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:99a8f2",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:d19a5b"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:1f18de",
                        "ysrc": "iguzmanvt:289:7f7fe5",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:f4d304",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:a53c42"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:3fa4a9",
                        "ysrc": "iguzmanvt:289:522e37",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:a9bea8",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:9bef0a"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:4bb6b4",
                        "ysrc": "iguzmanvt:289:a12ace",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:e0628d",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:175ba6"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:051c89",
                        "ysrc": "iguzmanvt:289:c4cf5b",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:e1ddc0",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:5c5130"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:9454bc",
                        "ysrc": "iguzmanvt:289:b2e4f6",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:af7d88",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:ffd218"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:a7a50c",
                        "ysrc": "iguzmanvt:289:085a3a",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:08f156",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:633846"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:b9520f",
                        "ysrc": "iguzmanvt:289:53795a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:28d29c",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:ed174c"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:636d54",
                        "ysrc": "iguzmanvt:289:ea8eba",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:c98af8",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:af427e"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:5e68ca",
                        "ysrc": "iguzmanvt:289:00752f",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:563213",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:e267a4"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:289:ca6a9b",
                        "ysrc": "iguzmanvt:289:2bea5f",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:289:9d1a8e",
                        "textfont": {
                            "size": 11.338582677165356,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:289:2cc231"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 18.596928185969286,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Producción Bruta Total (PBT) en Aguascalientes </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y16",
                        "domain": [
                            0,
                            0.15166240882405266
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.10352369380315918,
                            2.1739975698663425
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0.0",
                            "0.5",
                            "1.0",
                            "1.5",
                            "2.0"
                        ],
                        "tickvals": [
                            0,
                            0.5,
                            1,
                            1.5,
                            1.9999999999999998
                        ],
                        "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.0",
                            "0.5",
                            "1.0",
                            "1.5",
                            "2.0"
                        ],
                        "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.974140245561358,
                        "l": 41.511000415110004,
                        "r": 7.305936073059362,
                        "t": 57.06206663284289
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8483375911759474,
                            "x1": 1,
                            "y0": 0.791426133480928,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8483375911759474,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8483375911759474,
                            "x1": 1,
                            "y0": 0.541426133480928,
                            "y1": 0.708573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8483375911759474,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.708573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8483375911759474,
                            "x1": 1,
                            "y0": 0.291426133480928,
                            "y1": 0.458573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8483375911759474,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.458573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.15166240882405266,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.24833759117594736,
                            "x1": 0.3516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.44833759117594735,
                            "x1": 0.5516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0,
                            "y1": 0.208573866519072,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6483375911759475,
                            "x1": 0.7516624088240527,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.208573866519072,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        }
                    ],
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y17",
                        "domain": [
                            0.24833759117594736,
                            0.3516624088240527
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y18",
                        "domain": [
                            0.44833759117594735,
                            0.5516624088240527
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y19",
                        "domain": [
                            0.6483375911759475,
                            0.7516624088240527
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis5": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y15",
                        "domain": [
                            0.8483375911759474,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": -45,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -508.0584251968504,
                            10669.226929133858
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "2,500",
                            "5,000",
                            "7,500",
                            "10,000"
                        ],
                        "tickvals": [
                            0,
                            2500,
                            5000,
                            7499.999999999999,
                            10000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "2,500",
                            "5,000",
                            "7,500",
                            "10,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -718.0509055118109,
                            15079.06901574803
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "5,000",
                            "10,000",
                            "15,000"
                        ],
                        "tickvals": [
                            0,
                            5000,
                            10000,
                            15000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "5,000",
                            "10,000",
                            "15,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -275.47405511811024,
                            5784.955157480315
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "2,000",
                            "4,000"
                        ],
                        "tickvals": [
                            0,
                            2000,
                            4000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "2,000",
                            "4,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis5": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            0.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.791426133480928,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "-0.050",
                            "-0.025",
                            "0.000",
                            "0.025",
                            "0.050"
                        ],
                        "tickvals": [
                            -0.05,
                            -0.025,
                            0,
                            0.02500000000000001,
                            0.05
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "-0.050",
                            "-0.025",
                            "0.000",
                            "0.025",
                            "0.050"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis6": {
                        "type": "linear",
                        "range": [
                            -313.82162818955044,
                            6590.254191980559
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "2,000",
                            "4,000",
                            "6,000"
                        ],
                        "tickvals": [
                            0,
                            1999.9999999999998,
                            4000,
                            6000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "2,000",
                            "4,000",
                            "6,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis7": {
                        "type": "linear",
                        "range": [
                            -9921.721811023623,
                            208356.15803149607
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "50,000",
                            "100,000",
                            "150,000",
                            "200,000"
                        ],
                        "tickvals": [
                            0,
                            50000.00000000001,
                            100000.00000000001,
                            150000,
                            200000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "50,000",
                            "100,000",
                            "150,000",
                            "200,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis8": {
                        "type": "linear",
                        "range": [
                            -199.57958687727825,
                            4191.171324422843
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000",
                            "4,000"
                        ],
                        "tickvals": [
                            0,
                            1000,
                            2000.0000000000002,
                            3000,
                            4000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000",
                            "4,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis9": {
                        "type": "linear",
                        "range": [
                            -16.853948967193197,
                            353.93292831105714
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "100",
                            "200",
                            "300"
                        ],
                        "tickvals": [
                            0,
                            100,
                            200,
                            300
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "100",
                            "200",
                            "300"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "barmode": "relative",
                    "yaxis10": {
                        "type": "linear",
                        "range": [
                            -118.19244094488191,
                            2482.04125984252
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.541426133480928,
                            0.708573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "500",
                            "1,000",
                            "1,500",
                            "2,000"
                        ],
                        "tickvals": [
                            1.4210854715202004e-14,
                            500,
                            999.9999999999999,
                            1500,
                            2000.0000000000002
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "500",
                            "1,000",
                            "1,500",
                            "2,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis11": {
                        "type": "linear",
                        "range": [
                            -230.28968503937008,
                            4836.0833858267715
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000",
                            "4,000"
                        ],
                        "tickvals": [
                            0,
                            1000.0000000000001,
                            1999.9999999999998,
                            3000,
                            4000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000",
                            "4,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis12": {
                        "type": "linear",
                        "range": [
                            -231.4296062992126,
                            4860.021732283464
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000",
                            "4,000"
                        ],
                        "tickvals": [
                            0,
                            1000,
                            2000,
                            3000,
                            4000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000",
                            "4,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis13": {
                        "type": "linear",
                        "range": [
                            -43.16023622047245,
                            906.3649606299214
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "250",
                            "500",
                            "750"
                        ],
                        "tickvals": [
                            0,
                            249.99999999999997,
                            500.00000000000006,
                            750
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "250",
                            "500",
                            "750"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis14": {
                        "type": "linear",
                        "range": [
                            -95.17649606299214,
                            1998.7064173228348
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "500",
                            "1,000",
                            "1,500"
                        ],
                        "tickvals": [
                            0,
                            499.99999999999994,
                            1000,
                            1500
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "500",
                            "1,000",
                            "1,500"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis15": {
                        "type": "linear",
                        "range": [
                            -94.93366141732285,
                            1993.6068897637797
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.291426133480928,
                            0.458573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "500",
                            "1,000",
                            "1,500"
                        ],
                        "tickvals": [
                            0,
                            499.99999999999994,
                            1000,
                            1500
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "500",
                            "1,000",
                            "1,500"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis16": {
                        "type": "linear",
                        "range": [
                            -45.39803149606299,
                            953.3586614173228
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "250",
                            "500",
                            "750"
                        ],
                        "tickvals": [
                            0,
                            249.99999999999997,
                            500.00000000000006,
                            750
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "250",
                            "500",
                            "750"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis17": {
                        "type": "linear",
                        "range": [
                            -77.25921259842521,
                            1622.4434645669292
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "500",
                            "1,000",
                            "1,500"
                        ],
                        "tickvals": [
                            0,
                            499.99999999999994,
                            1000,
                            1500
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "500",
                            "1,000",
                            "1,500"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis18": {
                        "type": "linear",
                        "range": [
                            -114.93885826771655,
                            2413.7160236220475
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "500",
                            "1,000",
                            "1,500",
                            "2,000"
                        ],
                        "tickvals": [
                            0,
                            500,
                            1000,
                            1500,
                            2000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "500",
                            "1,000",
                            "1,500",
                            "2,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis19": {
                        "type": "linear",
                        "range": [
                            -182.63795681063118,
                            3835.397093023255
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0,
                            0.208573866519072
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000"
                        ],
                        "tickvals": [
                            0,
                            1000.0000000000001,
                            2000,
                            3000
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0",
                            "1,000",
                            "2,000",
                            "3,000"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "hovermode": "closest",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0.5,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Millones de pesos constantes de 2013",
                            "xref": "paper",
                            "yref": "paper",
                            "xshift": -26.168534661685367,
                            "xanchor": "right",
                            "yanchor": "center",
                            "showarrow": false,
                            "textangle": -90,
                            "annotationType": "axis"
                        },
                        {
                            "x": 0.07583120441202633,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Agricultura, ganadería, pesca",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Comercio al por mayor",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Comercio al por menor",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Construcción",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9241687955879737,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Corporativos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.07583120441202633,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Energía eléctrica, suministro<br />de agua y gas natural",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Industrias manufactureras",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Información en medios masivos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Minería",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9241687955879737,
                            "y": 0.708573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Otros servicios no<br />gubernamentales",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.07583120441202633,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de alojamiento<br />temporal y restaurantes",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de apoyo a los<br />negocios",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de esparcimiento,<br />culturales y deportivos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de salud y de<br />asistencia social",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9241687955879737,
                            "y": 0.458573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios educativos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.07583120441202633,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios financieros y de<br />seguros",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios inmobiliarios",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios profesionales,<br />científicos y técnicos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.208573866519072,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 10.62681610626816,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Transportes y almacenamiento",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        }
                    ]
                }
            },
            "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:14:50.798390Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/288.embed",
            "fid": "iguzmanvt:288",
            "filename": "grafica_pbt_relativa_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:288/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:288/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:288/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:288/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:288",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:288",
                "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/288/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:58:33.578Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/288/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:287:e80192",
                        "ysrc": "iguzmanvt:287:016f59",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:287:559cae",
                        "textsrc": "iguzmanvt:287:471c67",
                        "widthsrc": "iguzmanvt:287:f38459",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:287:3704f5",
                        "ysrc": "iguzmanvt:287:1e5dcd",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(255,255,179,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:287:cb8c9a",
                        "textsrc": "iguzmanvt:287:a74a05",
                        "widthsrc": "iguzmanvt:287:ffaedc",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:287:e233ed",
                        "ysrc": "iguzmanvt:287:daa00a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:287:766f4b",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:287:6f158c"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:287:24df09",
                        "ysrc": "iguzmanvt:287:12e3bf",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:287:91eb7a",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:287:452b75"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 18.596928185969286,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Peso de la PBT de Aguascalientes en la PBT estatal </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": 13.283520132835205,
                            "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.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje del PBT de Aguascalientes"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 13.283520132835198,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "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%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 0,
                                "color": null,
                                "family": null
                            },
                            "text": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 28.77481050997033,
                        "l": 52.13781652137817,
                        "r": 7.305936073059362,
                        "t": 46.435250526574734
                    },
                    "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:14:22.103204Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/286.embed",
            "fid": "iguzmanvt:286",
            "filename": "grafica_pbt_Nuevo Laredo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:286/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:286/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:286/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:286/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:286",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:286",
                "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/286/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:58:06.971Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/286/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "bar",
                        "xsrc": "iguzmanvt:285:47ea79",
                        "ysrc": "iguzmanvt:285:c0b267",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:285:477b2b",
                        "textsrc": "iguzmanvt:285:37535e",
                        "widthsrc": "iguzmanvt:285:203b12",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:285:15a565",
                        "ysrc": "iguzmanvt:285:6b1c1f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:285:6b85e4",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "hovertextsrc": "iguzmanvt:285:a8868b"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 18.596928185969286,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Producción Bruta Total (PBT) de Nuevo Laredo </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.68949771689498,
                            "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": [
                            -1905.1461417322837,
                            40008.06897637796
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "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.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "10,000",
                            "20,000",
                            "30,000",
                            "40,000"
                        ],
                        "tickvals": [
                            0,
                            10000,
                            19999.999999999996,
                            30000.000000000004,
                            40000
                        ],
                        "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",
                            "10,000",
                            "20,000",
                            "30,000",
                            "40,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.180788094030106,
                        "l": 60.639269406392714,
                        "r": 7.305936073059362,
                        "t": 46.435250526574734
                    },
                    "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:13:49.094653Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/284.embed",
            "fid": "iguzmanvt:284",
            "filename": "Distribucion_unidades_economicas_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:284/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:284/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:284/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:284/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:284",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:284",
                "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/284/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:57:30.503Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/284/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:88eb8c",
                        "ysrc": "iguzmanvt:283:b767fa",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:55f0f8",
                        "textsrc": "iguzmanvt:283:358313",
                        "widthsrc": "iguzmanvt:283:42b912",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:165cd7",
                        "ysrc": "iguzmanvt:283:2bd04b",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:cda127",
                        "textsrc": "iguzmanvt:283:62f3f2",
                        "widthsrc": "iguzmanvt:283:40488f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:9a3c89",
                        "ysrc": "iguzmanvt:283:0390db",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:e503fe",
                        "textsrc": "iguzmanvt:283:ea5c74",
                        "widthsrc": "iguzmanvt:283:9392fa",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:4e6b81",
                        "ysrc": "iguzmanvt:283:7529b8",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:2a5734",
                        "textsrc": "iguzmanvt:283:1088a7",
                        "widthsrc": "iguzmanvt:283:d0ccd0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0.026256186561530073,
                        "name": "0 a 10",
                        "text": "anio: 2003<br />prop: 0.9737438134<br />estrato: 0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:14494e",
                        "ysrc": "iguzmanvt:283:a917cc",
                        "frame": null,
                        "width": 0.9500000000000001,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:70508e",
                        "ysrc": "iguzmanvt:283:ed91c0",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:446afb",
                        "textsrc": "iguzmanvt:283:94351a",
                        "widthsrc": "iguzmanvt:283:5816d1",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:b2a8fe",
                        "ysrc": "iguzmanvt:283:abda24",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:6c1979",
                        "textsrc": "iguzmanvt:283:243b80",
                        "widthsrc": "iguzmanvt:283:9539d7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:71d7bd",
                        "ysrc": "iguzmanvt:283:45bf06",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:783d9c",
                        "textsrc": "iguzmanvt:283:248bb0",
                        "widthsrc": "iguzmanvt:283:ca9f52",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:e024f0",
                        "ysrc": "iguzmanvt:283:595a9c",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:38cf9a",
                        "textsrc": "iguzmanvt:283:6c9f73",
                        "widthsrc": "iguzmanvt:283:69248e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:a19899",
                        "ysrc": "iguzmanvt:283:daa71c",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:ef34b8",
                        "textsrc": "iguzmanvt:283:828181",
                        "widthsrc": "iguzmanvt:283:97047f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:5e945c",
                        "ysrc": "iguzmanvt:283:a6bb96",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:02b4ae",
                        "textsrc": "iguzmanvt:283:9dc9ed",
                        "widthsrc": "iguzmanvt:283:c33ef4",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:2d6229",
                        "ysrc": "iguzmanvt:283:893c83",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:5f2f7f",
                        "textsrc": "iguzmanvt:283:01fadf",
                        "widthsrc": "iguzmanvt:283:2d95bb",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0.05419489317352788,
                        "name": "0 a 10",
                        "text": "anio: 2008<br />prop: 0.9458051068<br />estrato: 0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:6227b5",
                        "ysrc": "iguzmanvt:283:f4d8da",
                        "frame": null,
                        "width": 0.9500000000000002,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:ee42fb",
                        "ysrc": "iguzmanvt:283:8446db",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(44,62,80,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:c9d77b",
                        "textsrc": "iguzmanvt:283:2d674c",
                        "widthsrc": "iguzmanvt:283:4e0ff7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:26aa5d",
                        "ysrc": "iguzmanvt:283:780cbe",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:f7445c",
                        "textsrc": "iguzmanvt:283:944636",
                        "widthsrc": "iguzmanvt:283:65275a",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:222039",
                        "ysrc": "iguzmanvt:283:7d662f",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:60ca55",
                        "textsrc": "iguzmanvt:283:e1d81c",
                        "widthsrc": "iguzmanvt:283:3d1704",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:516c81",
                        "ysrc": "iguzmanvt:283:162c02",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:ead14b",
                        "textsrc": "iguzmanvt:283:f37acf",
                        "widthsrc": "iguzmanvt:283:bb831c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0.004194279003439308,
                        "name": "11 a 50",
                        "text": "anio: 2003<br />prop: 0.0220619076<br />estrato: 11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:b7a061",
                        "ysrc": "iguzmanvt:283:4d3ebf",
                        "frame": null,
                        "width": 0.9500000000000001,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:5eb1d6",
                        "ysrc": "iguzmanvt:283:2d62fa",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:39eb57",
                        "textsrc": "iguzmanvt:283:c74ca6",
                        "widthsrc": "iguzmanvt:283:5c2073",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:768613",
                        "ysrc": "iguzmanvt:283:680ff0",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:0d440c",
                        "textsrc": "iguzmanvt:283:0d4e52",
                        "widthsrc": "iguzmanvt:283:e966c1",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:420d49",
                        "ysrc": "iguzmanvt:283:69dd6b",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:0b6fe2",
                        "textsrc": "iguzmanvt:283:32c580",
                        "widthsrc": "iguzmanvt:283:0438fe",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:b5e538",
                        "ysrc": "iguzmanvt:283:9bde54",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:c939f9",
                        "textsrc": "iguzmanvt:283:606b4d",
                        "widthsrc": "iguzmanvt:283:f1ac43",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:d38586",
                        "ysrc": "iguzmanvt:283:c5118c",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:dab365",
                        "textsrc": "iguzmanvt:283:75a323",
                        "widthsrc": "iguzmanvt:283:5507ae",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:bd5fde",
                        "ysrc": "iguzmanvt:283:04db13",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:bcc5fc",
                        "textsrc": "iguzmanvt:283:51c2f6",
                        "widthsrc": "iguzmanvt:283:c0aef6",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:4ea696",
                        "ysrc": "iguzmanvt:283:e4c34f",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:ee55e3",
                        "textsrc": "iguzmanvt:283:51dfeb",
                        "widthsrc": "iguzmanvt:283:5fc1ff",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0.0070349140177175615,
                        "name": "11 a 50",
                        "text": "anio: 2008<br />prop: 0.0471599792<br />estrato: 11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:aa6570",
                        "ysrc": "iguzmanvt:283:c96e59",
                        "frame": null,
                        "width": 0.9500000000000002,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:ca8e8e",
                        "ysrc": "iguzmanvt:283:646be0",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(231,76,60,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:36d9e6",
                        "textsrc": "iguzmanvt:283:4b655b",
                        "widthsrc": "iguzmanvt:283:edf018",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:414d75",
                        "ysrc": "iguzmanvt:283:dd3b9f",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:38da09",
                        "textsrc": "iguzmanvt:283:002681",
                        "widthsrc": "iguzmanvt:283:f30600",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:f32cc2",
                        "ysrc": "iguzmanvt:283:d18666",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:31acf0",
                        "textsrc": "iguzmanvt:283:e3e4e1",
                        "widthsrc": "iguzmanvt:283:ec93b9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:599bda",
                        "ysrc": "iguzmanvt:283:bd8622",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:6a6745",
                        "textsrc": "iguzmanvt:283:2642ad",
                        "widthsrc": "iguzmanvt:283:7c2c5b",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0.0009227413807566479,
                        "name": "51 a 250",
                        "text": "anio: 2003<br />prop: 0.0032715376<br />estrato: 51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:1225a8",
                        "ysrc": "iguzmanvt:283:d41db2",
                        "frame": null,
                        "width": 0.9500000000000001,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:6c8652",
                        "ysrc": "iguzmanvt:283:d4c2cf",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:38f1ea",
                        "textsrc": "iguzmanvt:283:1622d0",
                        "widthsrc": "iguzmanvt:283:480d04",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:7fc6cb",
                        "ysrc": "iguzmanvt:283:605cf6",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:512d04",
                        "textsrc": "iguzmanvt:283:0e1a9e",
                        "widthsrc": "iguzmanvt:283:ae5fb7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "51 a 250",
                        "text": "anio: 2018<br />prop: 0.0147601476<br />estrato: 51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:36f15a",
                        "ysrc": "iguzmanvt:283:4aecdf",
                        "frame": null,
                        "width": 0.9499999999999997,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:f6c928",
                        "ysrc": "iguzmanvt:283:375240",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:5db441",
                        "textsrc": "iguzmanvt:283:487b37",
                        "widthsrc": "iguzmanvt:283:bf4fb9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:ae94e4",
                        "ysrc": "iguzmanvt:283:0bea58",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:564292",
                        "textsrc": "iguzmanvt:283:2c16e8",
                        "widthsrc": "iguzmanvt:283:b11947",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:de5626",
                        "ysrc": "iguzmanvt:283:dd6617",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:e388b3",
                        "textsrc": "iguzmanvt:283:1f5fae",
                        "widthsrc": "iguzmanvt:283:d1352b",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:3c4d2c",
                        "ysrc": "iguzmanvt:283:acdcfd",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:8e8373",
                        "textsrc": "iguzmanvt:283:13112b",
                        "widthsrc": "iguzmanvt:283:ba89ba",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "51 a 250",
                        "text": "anio: 2008<br />prop: 0.0070349140<br />estrato: 51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:5da293",
                        "ysrc": "iguzmanvt:283:4337ad",
                        "frame": null,
                        "width": 0.9500000000000002,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:109766",
                        "ysrc": "iguzmanvt:283:5c59d6",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(52,152,219,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:25d0d4",
                        "textsrc": "iguzmanvt:283:c8bac7",
                        "widthsrc": "iguzmanvt:283:b6488e",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:42ca2f",
                        "ysrc": "iguzmanvt:283:e8c89f",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:e2da80",
                        "textsrc": "iguzmanvt:283:8f4c14",
                        "widthsrc": "iguzmanvt:283:376afc",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:4354cc",
                        "ysrc": "iguzmanvt:283:9b0d70",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:87de20",
                        "textsrc": "iguzmanvt:283:0b9bbc",
                        "widthsrc": "iguzmanvt:283:72348c",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "251 y más",
                        "text": "anio: 2018<br />prop: 0.0018371096<br />estrato: 251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:47b021",
                        "ysrc": "iguzmanvt:283:f95ef7",
                        "frame": null,
                        "width": 0.9499999999999997,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "251 y más",
                        "text": "anio: 2003<br />prop: 0.0009227414<br />estrato: 251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:eecbb1",
                        "ysrc": "iguzmanvt:283:f9e4d3",
                        "frame": null,
                        "width": 0.9500000000000001,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:687fe4",
                        "ysrc": "iguzmanvt:283:bdb890",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:97168f",
                        "textsrc": "iguzmanvt:283:7b8309",
                        "widthsrc": "iguzmanvt:283:e71116",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "251 y más",
                        "text": "anio: 2018<br />prop: 0.0035997120<br />estrato: 251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:765278",
                        "ysrc": "iguzmanvt:283:7d5218",
                        "frame": null,
                        "width": 0.9499999999999997,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:8b0e98",
                        "ysrc": "iguzmanvt:283:583ea6",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:7558e1",
                        "textsrc": "iguzmanvt:283:829462",
                        "widthsrc": "iguzmanvt:283:814bc0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:1be614",
                        "ysrc": "iguzmanvt:283:2d0500",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(46,204,113,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:d431ef",
                        "textsrc": "iguzmanvt:283:293100",
                        "widthsrc": "iguzmanvt:283:790b7d",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:9174dc",
                        "ysrc": "iguzmanvt:283:3dcad9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:b8b78a",
                        "textsrc": "iguzmanvt:283:345ac3",
                        "widthsrc": "iguzmanvt:283:5c85a5",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:446ce9",
                        "ysrc": "iguzmanvt:283:9c6aa0",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:f0193b",
                        "textsrc": "iguzmanvt:283:09dcdb",
                        "widthsrc": "iguzmanvt:283:d56686",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:8bacb7",
                        "ysrc": "iguzmanvt:283:a7a470",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:19ae3d",
                        "textsrc": "iguzmanvt:283:43cc61",
                        "widthsrc": "iguzmanvt:283:c5b597",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:5ef997",
                        "ysrc": "iguzmanvt:283:c749bb",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:840d9f",
                        "textsrc": "iguzmanvt:283:188e27",
                        "widthsrc": "iguzmanvt:283:bf57f0",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:48b14a",
                        "ysrc": "iguzmanvt:283:b614a7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y6",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:cca377",
                        "textsrc": "iguzmanvt:283:b31cda",
                        "widthsrc": "iguzmanvt:283:eef361",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:ec5116",
                        "ysrc": "iguzmanvt:283:704d23",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y7",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:a8a15e",
                        "textsrc": "iguzmanvt:283:4c3ad6",
                        "widthsrc": "iguzmanvt:283:4b8481",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:429392",
                        "ysrc": "iguzmanvt:283:d51ad1",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y8",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:b497b6",
                        "textsrc": "iguzmanvt:283:2fb976",
                        "widthsrc": "iguzmanvt:283:cb25ce",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:6ee183",
                        "ysrc": "iguzmanvt:283:e3c15f",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y9",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:80a1f0",
                        "textsrc": "iguzmanvt:283:46046d",
                        "widthsrc": "iguzmanvt:283:95ac76",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Sin info.",
                        "text": "anio: 2008<br />prop: 1.0000000000<br />estrato: Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:895ca1",
                        "ysrc": "iguzmanvt:283:bf653e",
                        "frame": null,
                        "width": 0.9500000000000002,
                        "xaxis": "x5",
                        "yaxis": "y10",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:69136b",
                        "ysrc": "iguzmanvt:283:abbebe",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y11",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:aaf457",
                        "textsrc": "iguzmanvt:283:cf49db",
                        "widthsrc": "iguzmanvt:283:fbb109",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:2f8ae8",
                        "ysrc": "iguzmanvt:283:ed1623",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y12",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:4d3b41",
                        "textsrc": "iguzmanvt:283:f3aace",
                        "widthsrc": "iguzmanvt:283:1dc8ff",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Sin info.",
                        "text": "anio: 2003<br />prop: 1.0000000000<br />estrato: Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:1b73e9",
                        "ysrc": "iguzmanvt:283:ab935f",
                        "frame": null,
                        "width": 0.9500000000000001,
                        "xaxis": "x3",
                        "yaxis": "y13",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Sin info.",
                        "text": "anio: 2008<br />prop: 1.0000000000<br />estrato: Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:699548",
                        "ysrc": "iguzmanvt:283:99022c",
                        "frame": null,
                        "width": 0.9500000000000002,
                        "xaxis": "x4",
                        "yaxis": "y14",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:78c346",
                        "ysrc": "iguzmanvt:283:efc7be",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y15",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:5d24a9",
                        "textsrc": "iguzmanvt:283:a18b96",
                        "widthsrc": "iguzmanvt:283:bbbe27",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:53add6",
                        "ysrc": "iguzmanvt:283:cca028",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y16",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:6928e7",
                        "textsrc": "iguzmanvt:283:c04361",
                        "widthsrc": "iguzmanvt:283:814f67",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:fa4992",
                        "ysrc": "iguzmanvt:283:ebe721",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y17",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:2b8f4d",
                        "textsrc": "iguzmanvt:283:a81261",
                        "widthsrc": "iguzmanvt:283:de4588",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:55ae1a",
                        "ysrc": "iguzmanvt:283:aa7326",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y18",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:f0758c",
                        "textsrc": "iguzmanvt:283:71ea97",
                        "widthsrc": "iguzmanvt:283:8459d1",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Sin info.",
                        "type": "bar",
                        "xsrc": "iguzmanvt:283:c8805f",
                        "ysrc": "iguzmanvt:283:42bd67",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y19",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(241,196,15,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:283:f3881d",
                        "textsrc": "iguzmanvt:283:f54c0a",
                        "widthsrc": "iguzmanvt:283:bb3998",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Sin info.",
                        "orientation": "v",
                        "textposition": "none"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 18.596928185969286,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Distribución de Unidades Económicas en Aguascalientes </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y16",
                        "domain": [
                            0,
                            0.1630482832236257
                        ],
                        "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(229,229,229,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.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.7932710668327106,
                            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%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "x": 0.5,
                        "y": 1.1,
                        "font": {
                            "size": 13.283520132835205,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Personas empleadas"
                        },
                        "bgcolor": null,
                        "xanchor": "center",
                        "bordercolor": null,
                        "borderwidth": 0,
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 51.744230739664545,
                        "l": 55.458696554586965,
                        "r": 13.283520132835198,
                        "t": 100
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0.7932710668327106,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0.7932710668327106,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0.7932710668327106,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0.7932710668327106,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8369517167763744,
                            "x1": 1,
                            "y0": 0.7932710668327106,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8369517167763744,
                            "x1": 1,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 1,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0.5432710668327106,
                            "y1": 0.7067289331672894,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.7067289331672894,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0.5432710668327106,
                            "y1": 0.7067289331672894,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.7067289331672894,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0.5432710668327106,
                            "y1": 0.7067289331672894,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.7067289331672894,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0.5432710668327106,
                            "y1": 0.7067289331672894,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.7067289331672894,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8369517167763744,
                            "x1": 1,
                            "y0": 0.5432710668327106,
                            "y1": 0.7067289331672894,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8369517167763744,
                            "x1": 1,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.7067289331672894,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0.29327106683271065,
                            "y1": 0.45672893316728935,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.45672893316728935,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0.29327106683271065,
                            "y1": 0.45672893316728935,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.45672893316728935,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0.29327106683271065,
                            "y1": 0.45672893316728935,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.45672893316728935,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0.29327106683271065,
                            "y1": 0.45672893316728935,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.45672893316728935,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8369517167763744,
                            "x1": 1,
                            "y0": 0.29327106683271065,
                            "y1": 0.45672893316728935,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8369517167763744,
                            "x1": 1,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.45672893316728935,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0,
                            "y1": 0.20672893316728932,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.1630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.20672893316728932,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0,
                            "y1": 0.20672893316728932,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.23695171677637433,
                            "x1": 0.3630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.20672893316728932,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0,
                            "y1": 0.20672893316728932,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.43695171677637434,
                            "x1": 0.5630482832236258,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.20672893316728932,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0,
                            "y1": 0.20672893316728932,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6369517167763744,
                            "x1": 0.7630482832236257,
                            "y0": 0,
                            "y1": 23.644665836446663,
                            "line": {
                                "color": "rgba(204,204,204,1)",
                                "width": 0.66417600664176,
                                "linetype": "solid"
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.20672893316728932,
                            "fillcolor": "rgba(242,242,242,1)",
                            "ysizemode": "pixel"
                        }
                    ],
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y17",
                        "domain": [
                            0.23695171677637433,
                            0.3630482832236257
                        ],
                        "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(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis3": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y18",
                        "domain": [
                            0.43695171677637434,
                            0.5630482832236258
                        ],
                        "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(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis4": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y19",
                        "domain": [
                            0.6369517167763744,
                            0.7630482832236257
                        ],
                        "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(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "xaxis5": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y15",
                        "domain": [
                            0.8369517167763744,
                            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(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis2": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.7932710668327106,
                            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%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis3": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.7932710668327106,
                            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%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis4": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.7932710668327106,
                            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%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis5": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.7932710668327106,
                            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%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis6": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.5432710668327106,
                            0.7067289331672894
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis7": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.5432710668327106,
                            0.7067289331672894
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis8": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.5432710668327106,
                            0.7067289331672894
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis9": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.5432710668327106,
                            0.7067289331672894
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "barmode": "relative",
                    "yaxis10": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.5432710668327106,
                            0.7067289331672894
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis11": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0.29327106683271065,
                            0.45672893316728935
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis12": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0.29327106683271065,
                            0.45672893316728935
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis13": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0.29327106683271065,
                            0.45672893316728935
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis14": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0.29327106683271065,
                            0.45672893316728935
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis15": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x5",
                        "domain": [
                            0.29327106683271065,
                            0.45672893316728935
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis16": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x",
                        "domain": [
                            0,
                            0.20672893316728932
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis17": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.20672893316728932
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis18": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x3",
                        "domain": [
                            0,
                            0.20672893316728932
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis19": {
                        "type": "linear",
                        "range": [
                            -0.05,
                            1.05
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "x4",
                        "domain": [
                            0,
                            0.20672893316728932
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 11.955168119551683,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.2,
                            0.4,
                            0.6000000000000001,
                            0.8,
                            1
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(229,229,229,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "0%",
                            "20%",
                            "40%",
                            "60%",
                            "80%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.5,
                            "y": 0,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Año",
                            "xref": "paper",
                            "yref": "paper",
                            "yshift": -22.183478621834787,
                            "xanchor": "center",
                            "yanchor": "top",
                            "showarrow": false,
                            "textangle": 0,
                            "annotationType": "axis"
                        },
                        {
                            "x": 0,
                            "y": 0.5,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Proporción",
                            "xref": "paper",
                            "yref": "paper",
                            "xshift": -34.138646741386474,
                            "xanchor": "right",
                            "yanchor": "center",
                            "showarrow": false,
                            "textangle": -90,
                            "annotationType": "axis"
                        },
                        {
                            "x": 0.08152414161181284,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Agricultura,<br />ganadería,<br />pesca",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Minería",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Energía<br />eléctrica,<br />suministro de<br />agua y gas<br />natural",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Construcción",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9184758583881871,
                            "y": 1,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Industrias<br />manufactureras",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.08152414161181284,
                            "y": 0.7067289331672894,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Comercio al<br />por mayor",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.7067289331672894,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Comercio al<br />por menor",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 0.7067289331672894,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Transportes y<br />almacenamiento",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.7067289331672894,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Información en<br />medios masivos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9184758583881871,
                            "y": 0.7067289331672894,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios<br />financieros y<br />de seguros",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.08152414161181284,
                            "y": 0.45672893316728935,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios<br />inmobiliarios",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.45672893316728935,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios<br />profesionales,<br />científicos y<br />técnicos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 0.45672893316728935,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Corporativos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.45672893316728935,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de<br />apoyo a los<br />negocios",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.9184758583881871,
                            "y": 0.45672893316728935,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios<br />educativos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.08152414161181284,
                            "y": 0.20672893316728932,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de<br />salud y de<br />asistencia<br />social",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.30000000000000004,
                            "y": 0.20672893316728932,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de<br />esparcimiento,<br />culturales y<br />deportivos",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.5,
                            "y": 0.20672893316728932,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Servicios de<br />alojamiento<br />temporal y<br />restaurantes",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        },
                        {
                            "x": 0.7000000000000001,
                            "y": 0.20672893316728932,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 11.955168119551683,
                                "color": "rgba(26,26,26,1)",
                                "family": ""
                            },
                            "text": "Otros<br />servicios no<br />gubernamentales",
                            "xref": "paper",
                            "yref": "paper",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "showarrow": false,
                            "textangle": 0
                        }
                    ],
                    "plot_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "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:11:56.031948Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~collinssjrs/1.embed",
            "fid": "collinssjrs:1",
            "filename": "Crepidula fornicata",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/collinssjrs:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/collinssjrs:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/collinssjrs/1/8_JL924ZIXHFRANFOLMHTDVSL9KNL6VC.png",
                "list-thumb": "https://api.plotly.com/v2/files/collinssjrs:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/collinssjrs:1",
                "plots": "https://api.plotly.com/v2/plots/collinssjrs:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=collinssjrs"
            },
            "owner": "collinssjrs",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~collinssjrs/1/",
            "world_readable": true,
            "date_modified": "2025-06-25T17:26:13.592Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~collinssjrs/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Level",
                                "y": "Count"
                            }
                        },
                        "mode": "lines",
                        "type": "histogram",
                        "xsrc": "collinssjrs:0:ac0733",
                        "ysrc": "collinssjrs:0:a289f4",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            8.5,
                            13.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            8.421052631578947
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~collinssjrs",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/76.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-25 16:46:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "collinssjrs",
                "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:09:21.980153Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/282.embed",
            "fid": "iguzmanvt:282",
            "filename": "grafica_Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:282/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:282/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:282/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:282/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:282",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:282",
                "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/282/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:56:57.244Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/282/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "0 a 10",
                        "type": "bar",
                        "xsrc": "iguzmanvt:281:5655d6",
                        "ysrc": "iguzmanvt:281:cd5fa4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(141,211,199,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:281:ccea20",
                        "textsrc": "iguzmanvt:281:8dacdb",
                        "widthsrc": "iguzmanvt:281:2ada28",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "0 a 10",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "11 a 50",
                        "type": "bar",
                        "xsrc": "iguzmanvt:281:05fc6f",
                        "ysrc": "iguzmanvt:281:4134f3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(255,255,179,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:281:e0951b",
                        "textsrc": "iguzmanvt:281:d1eaae",
                        "widthsrc": "iguzmanvt:281:588d76",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "11 a 50",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "51 a 250",
                        "type": "bar",
                        "xsrc": "iguzmanvt:281:a7cad7",
                        "ysrc": "iguzmanvt:281:dcce5e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(190,186,218,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:281:6ab377",
                        "textsrc": "iguzmanvt:281:16d671",
                        "widthsrc": "iguzmanvt:281:5a0538",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "51 a 250",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "251 y más",
                        "type": "bar",
                        "xsrc": "iguzmanvt:281:d1e114",
                        "ysrc": "iguzmanvt:281:3b77d1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(251,128,114,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:281:73e1c5",
                        "textsrc": "iguzmanvt:281:0eb85e",
                        "widthsrc": "iguzmanvt:281:99f45b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "251 y más",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "0 a 10",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:281:8fd04b",
                        "ysrc": "iguzmanvt:281:7f300b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:281:4fbb2f",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "0 a 10",
                        "hovertextsrc": "iguzmanvt:281:4f0b03"
                    },
                    {
                        "mode": "text",
                        "name": "11 a 50",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:281:ad5321",
                        "ysrc": "iguzmanvt:281:f8e1d9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:281:82c2a3",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "11 a 50",
                        "hovertextsrc": "iguzmanvt:281:addbdb"
                    },
                    {
                        "mode": "text",
                        "name": "51 a 250",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:281:ce543f",
                        "ysrc": "iguzmanvt:281:6cc703",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:281:7d67ba",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "51 a 250",
                        "hovertextsrc": "iguzmanvt:281:da183c"
                    },
                    {
                        "mode": "text",
                        "name": "251 y más",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:281:1fb2a1",
                        "ysrc": "iguzmanvt:281:bf60b7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:281:47e83e",
                        "textfont": {
                            "size": 18.897637795275593,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "251 y más",
                        "hovertextsrc": "iguzmanvt:281:0412b6"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 17.53424657534247,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "Distribución de las unidades económicas en Aguascalientes",
                        "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.68949771689498,
                            "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.05,
                            1.05
                        ],
                        "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.68949771689498,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0%",
                            "25%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "tickvals": [
                            0,
                            0.25,
                            0.5,
                            0.75,
                            1
                        ],
                        "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%",
                            "50%",
                            "75%",
                            "100%"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Personas empleadas"
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 27.180788094030106,
                        "l": 34.337899543379,
                        "r": 7.305936073059362,
                        "t": 45.372568915947916
                    },
                    "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
            }
        }
    ]
}