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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI1KzE1JTNBNTclM0E1OC4yOTI4ODUlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yNSsxNyUzQTA4JTNBMDEuMzgyNTkzJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-25T17:08:01.382593Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/280.embed",
            "fid": "iguzmanvt:280",
            "filename": "Grafica_Unidades_Economicas_ Aguascalientes _ Aguascalientes",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:280/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:280/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:280/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:280/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:280",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:280",
                "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/280/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:56:16.880Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/280/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:dadaaf",
                        "ysrc": "iguzmanvt:279:aef1e9",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:f4ea6c",
                        "textsrc": "iguzmanvt:279:bcc9c4",
                        "widthsrc": "iguzmanvt:279:8d2f9d",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:20c7fa",
                        "ysrc": "iguzmanvt:279:04ac64",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:92bb1c",
                        "textsrc": "iguzmanvt:279:a38ef5",
                        "widthsrc": "iguzmanvt:279:54426b",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:fd2e46",
                        "ysrc": "iguzmanvt:279:fd6473",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:34c586",
                        "textsrc": "iguzmanvt:279:70770a",
                        "widthsrc": "iguzmanvt:279:2eb84f",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:3dc48c",
                        "ysrc": "iguzmanvt:279:edd93d",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:ad3239",
                        "textsrc": "iguzmanvt:279:52bbba",
                        "widthsrc": "iguzmanvt:279:8db127",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Aguascalientes",
                        "text": "anio: 2003<br />ue_prop: 1.00000000<br />nuevo_municipio: Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:e4f3e5",
                        "ysrc": "iguzmanvt:279:9b508f",
                        "frame": null,
                        "width": 0.8999999999999999,
                        "xaxis": "x5",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:d74d58",
                        "ysrc": "iguzmanvt:279:51c361",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:f261b4",
                        "textsrc": "iguzmanvt:279:fb8741",
                        "widthsrc": "iguzmanvt:279:6226cf",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:dab372",
                        "ysrc": "iguzmanvt:279:9b8ad3",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:f730f0",
                        "textsrc": "iguzmanvt:279:6bab05",
                        "widthsrc": "iguzmanvt:279:e5b169",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:b0a9a4",
                        "ysrc": "iguzmanvt:279:c610a6",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:0acd00",
                        "textsrc": "iguzmanvt:279:44524c",
                        "widthsrc": "iguzmanvt:279:14e57d",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:3f509d",
                        "ysrc": "iguzmanvt:279:583429",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:7eca5b",
                        "textsrc": "iguzmanvt:279:b7bfb7",
                        "widthsrc": "iguzmanvt:279:999d59",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:0a45d1",
                        "ysrc": "iguzmanvt:279:1d1f42",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:faf318",
                        "textsrc": "iguzmanvt:279:f810cf",
                        "widthsrc": "iguzmanvt:279:d016f7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:a8d40a",
                        "ysrc": "iguzmanvt:279:6ae85f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:a3634e",
                        "textsrc": "iguzmanvt:279:397905",
                        "widthsrc": "iguzmanvt:279:1e6dd9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:003694",
                        "ysrc": "iguzmanvt:279:97f0a2",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:442f83",
                        "textsrc": "iguzmanvt:279:948d09",
                        "widthsrc": "iguzmanvt:279:e0b2d9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:8ff4af",
                        "ysrc": "iguzmanvt:279:7b76e7",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:190a99",
                        "textsrc": "iguzmanvt:279:8d298b",
                        "widthsrc": "iguzmanvt:279:ded7e6",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:17ac9b",
                        "ysrc": "iguzmanvt:279:985e67",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:8bf13d",
                        "textsrc": "iguzmanvt:279:b98be8",
                        "widthsrc": "iguzmanvt:279:1d41e7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:0649c2",
                        "ysrc": "iguzmanvt:279:d8519d",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:01d221",
                        "textsrc": "iguzmanvt:279:9a354c",
                        "widthsrc": "iguzmanvt:279:8f7d60",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:b630dd",
                        "ysrc": "iguzmanvt:279:fcf3bc",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:4598e1",
                        "textsrc": "iguzmanvt:279:f3f755",
                        "widthsrc": "iguzmanvt:279:11a1e9",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:1a016a",
                        "ysrc": "iguzmanvt:279:895206",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:064ff5",
                        "textsrc": "iguzmanvt:279:165ae5",
                        "widthsrc": "iguzmanvt:279:ed5ccf",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:dfcc8b",
                        "ysrc": "iguzmanvt:279:1a1665",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:ce61ca",
                        "textsrc": "iguzmanvt:279:0d6e39",
                        "widthsrc": "iguzmanvt:279:35085a",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:7f0f14",
                        "ysrc": "iguzmanvt:279:09808f",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:6f0826",
                        "textsrc": "iguzmanvt:279:586837",
                        "widthsrc": "iguzmanvt:279:0e3d36",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:273087",
                        "ysrc": "iguzmanvt:279:71e4c5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:e399b5",
                        "textsrc": "iguzmanvt:279:7d6c9d",
                        "widthsrc": "iguzmanvt:279:6cbe5d",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:6f229c",
                        "ysrc": "iguzmanvt:279:897fa3",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:cd99e7",
                        "textsrc": "iguzmanvt:279:1f05db",
                        "widthsrc": "iguzmanvt:279:3e51ed",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:093db8",
                        "ysrc": "iguzmanvt:279:1f97de",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:a4afd0",
                        "textsrc": "iguzmanvt:279:749c15",
                        "widthsrc": "iguzmanvt:279:43a55d",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:02e44f",
                        "ysrc": "iguzmanvt:279:f2a19b",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:125ed3",
                        "textsrc": "iguzmanvt:279:887e04",
                        "widthsrc": "iguzmanvt:279:a6c4d2",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "base": 0,
                        "name": "Resto de Aguascalientes",
                        "text": "anio: 2018<br />ue_prop: 1.00000000<br />nuevo_municipio: Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:6a73e0",
                        "ysrc": "iguzmanvt:279:14db1d",
                        "frame": null,
                        "width": 0.9000000000000004,
                        "xaxis": "x5",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:855495",
                        "ysrc": "iguzmanvt:279:0826d7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:684af5",
                        "textsrc": "iguzmanvt:279:1b3df3",
                        "widthsrc": "iguzmanvt:279:b6c1af",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:f2e103",
                        "ysrc": "iguzmanvt:279:bd9c48",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:fca756",
                        "textsrc": "iguzmanvt:279:e777f3",
                        "widthsrc": "iguzmanvt:279:1a2831",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:f2bf07",
                        "ysrc": "iguzmanvt:279:45d3b3",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:d68c39",
                        "textsrc": "iguzmanvt:279:dd6171",
                        "widthsrc": "iguzmanvt:279:e84c12",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:54c6ef",
                        "ysrc": "iguzmanvt:279:994d3c",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:eb3258",
                        "textsrc": "iguzmanvt:279:d21b92",
                        "widthsrc": "iguzmanvt:279:b7b590",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:b073c6",
                        "ysrc": "iguzmanvt:279:ec301c",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y2",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:4106ce",
                        "textsrc": "iguzmanvt:279:0c07c8",
                        "widthsrc": "iguzmanvt:279:b7fda7",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:100954",
                        "ysrc": "iguzmanvt:279:669afa",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:6ae6d6",
                        "textsrc": "iguzmanvt:279:9638cc",
                        "widthsrc": "iguzmanvt:279:6725e2",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:652832",
                        "ysrc": "iguzmanvt:279:4ace8e",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:25624f",
                        "textsrc": "iguzmanvt:279:0db13c",
                        "widthsrc": "iguzmanvt:279:7f7abb",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:277b88",
                        "ysrc": "iguzmanvt:279:30b4d7",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:78c433",
                        "textsrc": "iguzmanvt:279:935520",
                        "widthsrc": "iguzmanvt:279:51f440",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:d785f8",
                        "ysrc": "iguzmanvt:279:886852",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:a0f6ab",
                        "textsrc": "iguzmanvt:279:277135",
                        "widthsrc": "iguzmanvt:279:7688da",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:263a30",
                        "ysrc": "iguzmanvt:279:184d61",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y3",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:8485c6",
                        "textsrc": "iguzmanvt:279:48834d",
                        "widthsrc": "iguzmanvt:279:e85a40",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:8b1f07",
                        "ysrc": "iguzmanvt:279:5bee85",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:189a0d",
                        "textsrc": "iguzmanvt:279:494570",
                        "widthsrc": "iguzmanvt:279:ab0f50",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:c036b1",
                        "ysrc": "iguzmanvt:279:c074e2",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:4807ee",
                        "textsrc": "iguzmanvt:279:543ade",
                        "widthsrc": "iguzmanvt:279:ee5fe1",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:dba6e5",
                        "ysrc": "iguzmanvt:279:c0f2d2",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:69c731",
                        "textsrc": "iguzmanvt:279:669758",
                        "widthsrc": "iguzmanvt:279:947669",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Aguascalientes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:279:5d9081",
                        "ysrc": "iguzmanvt:279:b64dcf",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:279:32bd10",
                        "textsrc": "iguzmanvt:279:cc70e8",
                        "widthsrc": "iguzmanvt:279:77e38d",
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:cf883b",
                        "ysrc": "iguzmanvt:279:b6a565",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:11712c",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:054127"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:795b4e",
                        "ysrc": "iguzmanvt:279:362d34",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:16523a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:8949df"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:70f56a",
                        "ysrc": "iguzmanvt:279:1a7af9",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:0fbd0b",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:b41100"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:60b9b7",
                        "ysrc": "iguzmanvt:279:f0a5d9",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:4c1d78",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:e088f9"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "text": "100.0%",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:1965e1",
                        "ysrc": "iguzmanvt:279:1cb36a",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "anio: 2003<br />ue_prop: 1.00000000<br />nuevo_municipio: Aguascalientes<br />scales::percent(ue_prop, accuracy = 0.1): 100.0%",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:73bbb5",
                        "ysrc": "iguzmanvt:279:2a5016",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:e3ab22",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:c5a039"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:152ef4",
                        "ysrc": "iguzmanvt:279:b7f522",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:d0c33a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:28fd2f"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:d65531",
                        "ysrc": "iguzmanvt:279:bacaea",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:759f66",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:f8a8a8"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:eb560d",
                        "ysrc": "iguzmanvt:279:d6c3df",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:2aecae",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:c359de"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:102c06",
                        "ysrc": "iguzmanvt:279:811f8a",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:64d2b1",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:a53bb7"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:7afecd",
                        "ysrc": "iguzmanvt:279:4e14ec",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:aec152",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:a5c031"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:cfa0f1",
                        "ysrc": "iguzmanvt:279:21d767",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:f4bcc0",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:cb3c81"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:c22b66",
                        "ysrc": "iguzmanvt:279:92f350",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:dd8296",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:7bfce1"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:5b9bc1",
                        "ysrc": "iguzmanvt:279:3b474f",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:560247",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:8f9a84"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:bbbded",
                        "ysrc": "iguzmanvt:279:f33a66",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:9d2fdc",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:875ad5"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:11f8d5",
                        "ysrc": "iguzmanvt:279:d239bd",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:d7a5f1",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:ea4422"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:426eab",
                        "ysrc": "iguzmanvt:279:e658ca",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:cf62ce",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:eaa7f1"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:19e368",
                        "ysrc": "iguzmanvt:279:8c85f4",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:38830a",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:961dfb"
                    },
                    {
                        "mode": "text",
                        "name": "Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:d1914e",
                        "ysrc": "iguzmanvt:279:c74423",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:89998b",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:0bd78b"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:464632",
                        "ysrc": "iguzmanvt:279:040d86",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:675b4d",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:c8462a"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:330a85",
                        "ysrc": "iguzmanvt:279:699691",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:b1e060",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:2caa63"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:8092a4",
                        "ysrc": "iguzmanvt:279:411d84",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:a98884",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:eb1f6b"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:24edce",
                        "ysrc": "iguzmanvt:279:bc6584",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:d050e5",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:146889"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "text": "100.0%",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:45993c",
                        "ysrc": "iguzmanvt:279:be0f68",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "anio: 2018<br />ue_prop: 1.00000000<br />nuevo_municipio: Resto de Aguascalientes<br />scales::percent(ue_prop, accuracy = 0.1): 100.0%",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:3edb72",
                        "ysrc": "iguzmanvt:279:09e4fe",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:df34e4",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:fda1ac"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:74c3b0",
                        "ysrc": "iguzmanvt:279:ef65b3",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:66d6f0",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:4e0be6"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:f9fd56",
                        "ysrc": "iguzmanvt:279:5f680f",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:d7b6e6",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:6c45d3"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:2e92d1",
                        "ysrc": "iguzmanvt:279:a57adf",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:a72821",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:66c7d0"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:9ed41b",
                        "ysrc": "iguzmanvt:279:866c2f",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y2",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:e4d94c",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:b96829"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:31686c",
                        "ysrc": "iguzmanvt:279:407e2e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:f779a1",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:9930eb"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:b810e1",
                        "ysrc": "iguzmanvt:279:70f221",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:deec78",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:392119"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:26348c",
                        "ysrc": "iguzmanvt:279:4d085c",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:dcb7af",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:1b359c"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:11528c",
                        "ysrc": "iguzmanvt:279:4675be",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:2f55d0",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:6046fd"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:7b0d29",
                        "ysrc": "iguzmanvt:279:179da8",
                        "frame": null,
                        "xaxis": "x5",
                        "yaxis": "y3",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:9e97c7",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:39ca1c"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:e263da",
                        "ysrc": "iguzmanvt:279:5e7c16",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:385a28",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:d777d5"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:101cbb",
                        "ysrc": "iguzmanvt:279:3fcdd4",
                        "frame": null,
                        "xaxis": "x2",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:a5e345",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:6acd5e"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:6d1123",
                        "ysrc": "iguzmanvt:279:3e4cfc",
                        "frame": null,
                        "xaxis": "x3",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:20fc7e",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:bdd657"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Aguascalientes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:279:16dc53",
                        "ysrc": "iguzmanvt:279:ca2191",
                        "frame": null,
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:279:136524",
                        "textfont": {
                            "size": 9.448818897637796,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Aguascalientes",
                        "hovertextsrc": "iguzmanvt:279:82c66b"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 21.25363221253632,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Peso de las unidades económicas de Aguascalientes <br /> en Aguascalientes </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y4",
                        "domain": [
                            0,
                            0.19373776908023485
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 7.970112079701122,
                            "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.774906600249066,
                            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%",
                            "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": 0,
                                "color": null,
                                "family": null
                            },
                            "text": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 24.8534277784548,
                        "l": 45.49605645496056,
                        "r": 7.305936073059362,
                        "t": 59.71877065940993
                    },
                    "shapes": [
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "y0": 0.774906600249066,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "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.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0.774906600249066,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "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.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0.774906600249066,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "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.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0.774906600249066,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "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.8062622309197652,
                            "x1": 1,
                            "y0": 0.774906600249066,
                            "y1": 1,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8062622309197652,
                            "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.19373776908023485,
                            "y0": 0.524906600249066,
                            "y1": 0.725093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.725093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0.524906600249066,
                            "y1": 0.725093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.725093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0.524906600249066,
                            "y1": 0.725093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.725093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0.524906600249066,
                            "y1": 0.725093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.725093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8062622309197652,
                            "x1": 1,
                            "y0": 0.524906600249066,
                            "y1": 0.725093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8062622309197652,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.725093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "y0": 0.274906600249066,
                            "y1": 0.475093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.475093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0.274906600249066,
                            "y1": 0.475093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.475093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0.274906600249066,
                            "y1": 0.475093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.475093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0.274906600249066,
                            "y1": 0.475093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.475093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.8062622309197652,
                            "x1": 1,
                            "y0": 0.274906600249066,
                            "y1": 0.475093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.8062622309197652,
                            "x1": 1,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.475093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "y0": 0,
                            "y1": 0.225093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0,
                            "x1": 0.19373776908023485,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.225093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0,
                            "y1": 0.225093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.20626223091976517,
                            "x1": 0.39373776908023483,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.225093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0,
                            "y1": 0.225093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.4062622309197652,
                            "x1": 0.5937377690802349,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.225093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0,
                            "y1": 0.225093399750934,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "fillcolor": null
                        },
                        {
                            "x0": 0.6062622309197653,
                            "x1": 0.7937377690802349,
                            "y0": 0,
                            "y1": 22.316313823163142,
                            "line": {
                                "color": null,
                                "width": 0,
                                "linetype": []
                            },
                            "type": "rect",
                            "xref": "paper",
                            "yref": "paper",
                            "yanchor": 0.225093399750934,
                            "fillcolor": null,
                            "ysizemode": "pixel"
                        }
                    ],
                    "xaxis2": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "",
                        "title": "",
                        "anchor": "y4",
                        "domain": [
                            0.20626223091976517,
                            0.39373776908023483
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 7.970112079701122,
                            "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": "y4",
                        "domain": [
                            0.4062622309197652,
                            0.5937377690802349
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 7.970112079701122,
                            "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": "y4",
                        "domain": [
                            0.6062622309197653,
                            0.7937377690802349
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 7.970112079701122,
                            "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": "y3",
                        "domain": [
                            0.8062622309197652,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 7.970112079701122,
                            "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": "x",
                        "domain": [
                            0.524906600249066,
                            0.725093399750934
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": "x",
                        "domain": [
                            0.274906600249066,
                            0.475093399750934
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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": "x",
                        "domain": [
                            0,
                            0.225093399750934
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 10.62681610626816,
                            "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",
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0.5,
                            "ax": 0,
                            "ay": 0,
                            "font": {
                                "size": 13.283520132835205,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje de las Unidades Económicas en Aguascalientes",
                            "xref": "paper",
                            "yref": "paper",
                            "xshift": -31.481942714819436,
                            "xanchor": "right",
                            "yanchor": "center",
                            "showarrow": false,
                            "textangle": -90,
                            "annotationType": "axis"
                        },
                        {
                            "x": 0.09686888454011743,
                            "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.3,
                            "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.9031311154598827,
                            "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.09686888454011743,
                            "y": 0.725093399750934,
                            "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.3,
                            "y": 0.725093399750934,
                            "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.725093399750934,
                            "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.725093399750934,
                            "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.9031311154598827,
                            "y": 0.725093399750934,
                            "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.09686888454011743,
                            "y": 0.475093399750934,
                            "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.3,
                            "y": 0.475093399750934,
                            "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.475093399750934,
                            "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.475093399750934,
                            "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.9031311154598827,
                            "y": 0.475093399750934,
                            "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.09686888454011743,
                            "y": 0.225093399750934,
                            "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.3,
                            "y": 0.225093399750934,
                            "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.225093399750934,
                            "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.225093399750934,
                            "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:06:08.317848Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/278.embed",
            "fid": "iguzmanvt:278",
            "filename": "Unidades_economicas",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:278/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:278/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:278/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:278/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:278",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:278",
                "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/278/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:25:51.735Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/278/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "base": 1.55,
                        "name": "Actividades primarias",
                        "text": "ue_prop: 1.582905e-04<br />reorder(sector, ue_prop): Agricultura, ganadería, pesca<br />tipo_actividad: Actividades primarias",
                        "type": "bar",
                        "xsrc": "iguzmanvt:277:23d8b6",
                        "ysrc": "iguzmanvt:277:281562",
                        "frame": null,
                        "width": 0.00015829046299960426,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Actividades primarias",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Actividades secundarias",
                        "type": "bar",
                        "xsrc": "iguzmanvt:277:d577c9",
                        "ysrc": "iguzmanvt:277:95b507",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,186,56,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:277:42eb75",
                        "textsrc": "iguzmanvt:277:d6f11d",
                        "widthsrc": "iguzmanvt:277:a00cd6",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Actividades secundarias",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Actividades terciarias",
                        "type": "bar",
                        "xsrc": "iguzmanvt:277:bdc93f",
                        "ysrc": "iguzmanvt:277:066ae5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(97,156,255,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:277:43574a",
                        "textsrc": "iguzmanvt:277:8b61ee",
                        "widthsrc": "iguzmanvt:277:59486c",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Actividades terciarias",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Actividades primarias",
                        "text": "0.0%",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:277:ff05a4",
                        "ysrc": "iguzmanvt:277:f6c3b2",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "hovertext": "ue_prop: 1.582905e-04<br />reorder(sector, ue_prop): Agricultura, ganadería, pesca<br />tipo_actividad: Actividades primarias<br />scales::percent(ue_prop, accuracy = 0.1): 0.0%",
                        "showlegend": false,
                        "legendgroup": "Actividades primarias"
                    },
                    {
                        "mode": "text",
                        "name": "Actividades secundarias",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:277:2a65f6",
                        "ysrc": "iguzmanvt:277:eac902",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:277:6a3238",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Actividades secundarias",
                        "hovertextsrc": "iguzmanvt:277:0319f4"
                    },
                    {
                        "mode": "text",
                        "name": "Actividades terciarias",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:277:a45c55",
                        "ysrc": "iguzmanvt:277:6af5a4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:277:868ac5",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Actividades terciarias",
                        "hovertextsrc": "iguzmanvt:277:cd98c0"
                    }
                ],
                "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": "Unidades económicas en Nuevo Laredo",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.019422239810051447,
                            0.4078670360110803
                        ],
                        "ticks": "",
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje del total de unidades económicas en Nuevo Laredo"
                        },
                        "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": [
                            "0%",
                            "10%",
                            "20%",
                            "30%",
                            "40%"
                        ],
                        "tickvals": [
                            0,
                            0.09999999999999999,
                            0.2,
                            0.30000000000000004,
                            0.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": [
                            "0%",
                            "10%",
                            "20%",
                            "30%",
                            "40%"
                        ],
                        "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": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402243,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "Energía eléctrica, suministro de<br />agua y gas natural",
                            "Agricultura, ganadería, pesca",
                            "Minería",
                            "Información en medios masivos",
                            "Construcción",
                            "Servicios de apoyo a los negocios",
                            "Servicios financieros y de seguros",
                            "Servicios educativos",
                            "Servicios de esparcimiento,<br />culturales y deportivos",
                            "Comercio al por mayor",
                            "Servicios inmobiliarios",
                            "Servicios profesionales,<br />científicos y técnicos",
                            "Servicios de salud y de asistencia<br />social",
                            "Transportes y almacenamiento",
                            "Industrias manufactureras",
                            "Servicios de alojamiento temporal<br />y restaurantes",
                            "Otros servicios no gubernamentales",
                            "Comercio al por menor"
                        ],
                        "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": "rgba(235,235,235,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": null,
                        "tickwidth": 0,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "Energía eléctrica, suministro de<br />agua y gas natural",
                            "Agricultura, ganadería, pesca",
                            "Minería",
                            "Información en medios masivos",
                            "Construcción",
                            "Servicios de apoyo a los negocios",
                            "Servicios financieros y de seguros",
                            "Servicios educativos",
                            "Servicios de esparcimiento,<br />culturales y deportivos",
                            "Comercio al por mayor",
                            "Servicios inmobiliarios",
                            "Servicios profesionales,<br />científicos y técnicos",
                            "Servicios de salud y de asistencia<br />social",
                            "Transportes y almacenamiento",
                            "Industrias manufactureras",
                            "Servicios de alojamiento temporal<br />y restaurantes",
                            "Otros servicios no gubernamentales",
                            "Comercio al por menor"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 11.68949771689498,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "bgcolor": null,
                        "bordercolor": null,
                        "borderwidth": 0
                    },
                    "margin": {
                        "b": 41.792660240148834,
                        "l": 281.9427148194271,
                        "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
            }
        },
        {
            "creation_time": "2025-06-25T17:04:25.612462Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/276.embed",
            "fid": "iguzmanvt:276",
            "filename": "Unidades_economicas_en_Nuevo Laredo",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:276/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:276/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:276/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:276/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:276",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:276",
                "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/276/",
            "world_readable": true,
            "date_modified": "2025-07-17T16:25:26.528Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/276/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Comercio al por menor",
                        "type": "bar",
                        "xsrc": "iguzmanvt:275:2a836f",
                        "ysrc": "iguzmanvt:275:b735e4",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:275:35a450",
                        "textsrc": "iguzmanvt:275:1d7659",
                        "widthsrc": "iguzmanvt:275:0b0ca7",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Comercio al por menor",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Otros servicios no gubernamentales",
                        "type": "bar",
                        "xsrc": "iguzmanvt:275:da9de3",
                        "ysrc": "iguzmanvt:275:03df77",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(183,159,0,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:275:2ea3bb",
                        "textsrc": "iguzmanvt:275:33edad",
                        "widthsrc": "iguzmanvt:275:181591",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Otros servicios no gubernamentales",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Otros sectores",
                        "type": "bar",
                        "xsrc": "iguzmanvt:275:370c51",
                        "ysrc": "iguzmanvt:275:b9cb9e",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,186,56,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:275:633c11",
                        "textsrc": "iguzmanvt:275:53436c",
                        "widthsrc": "iguzmanvt:275:e8a1cf",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Otros sectores",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Servicios de alojamiento temporal y restaurantes",
                        "type": "bar",
                        "xsrc": "iguzmanvt:275:057910",
                        "ysrc": "iguzmanvt:275:95b56a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:275:0b5531",
                        "textsrc": "iguzmanvt:275:d59b7e",
                        "widthsrc": "iguzmanvt:275:99e065",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Servicios de alojamiento temporal y restaurantes",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Industrias manufactureras",
                        "type": "bar",
                        "xsrc": "iguzmanvt:275:129bd5",
                        "ysrc": "iguzmanvt:275:255733",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(97,156,255,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:275:490ac5",
                        "textsrc": "iguzmanvt:275:af0cde",
                        "widthsrc": "iguzmanvt:275:55c983",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Industrias manufactureras",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Transportes y almacenamiento",
                        "type": "bar",
                        "xsrc": "iguzmanvt:275:dba2f6",
                        "ysrc": "iguzmanvt:275:da6113",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(245,100,227,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:275:17422a",
                        "textsrc": "iguzmanvt:275:40d4ca",
                        "widthsrc": "iguzmanvt:275:f7d4bc",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Transportes y almacenamiento",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Comercio al por menor",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:275:aa727e",
                        "ysrc": "iguzmanvt:275:5afced",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:275:2f869a",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Comercio al por menor",
                        "hovertextsrc": "iguzmanvt:275:3f90a3"
                    },
                    {
                        "mode": "text",
                        "name": "Otros servicios no gubernamentales",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:275:29e3de",
                        "ysrc": "iguzmanvt:275:9b7e3d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:275:9ccfae",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Otros servicios no gubernamentales",
                        "hovertextsrc": "iguzmanvt:275:501bbe"
                    },
                    {
                        "mode": "text",
                        "name": "Otros sectores",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:275:968108",
                        "ysrc": "iguzmanvt:275:78b9f7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:275:955002",
                        "textfont": {
                            "size": 13.228346456692915,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Otros sectores",
                        "hovertextsrc": "iguzmanvt:275:4c1f79"
                    },
                    {
                        "mode": "text",
                        "name": "Servicios de alojamiento temporal y restaurantes",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:275:232e58",
                        "ysrc": "iguzmanvt:275:a2ffd0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:275:4f1e73",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Servicios de alojamiento temporal y restaurantes",
                        "hovertextsrc": "iguzmanvt:275:981da9"
                    },
                    {
                        "mode": "text",
                        "name": "Industrias manufactureras",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:275:87021d",
                        "ysrc": "iguzmanvt:275:e3a3f0",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:275:151b97",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Industrias manufactureras",
                        "hovertextsrc": "iguzmanvt:275:15a3bd"
                    },
                    {
                        "mode": "text",
                        "name": "Transportes y almacenamiento",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:275:269a92",
                        "ysrc": "iguzmanvt:275:de7efb",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:275:262bca",
                        "textfont": {
                            "size": 17.007874015748033,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Transportes y almacenamiento",
                        "hovertextsrc": "iguzmanvt:275:6c12ae"
                    }
                ],
                "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": "Unidades económicas en Nuevo Laredo",
                        "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": 14.611872146118724,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "sectores_top"
                        },
                        "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
            }
        },
        {
            "creation_time": "2025-06-25T17:03:41.495300Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~iguzmanvt/274.embed",
            "fid": "iguzmanvt:274",
            "filename": "Unidades_economicas_Tamaulipas",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/iguzmanvt:274/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/iguzmanvt:274/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/iguzmanvt:274/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/iguzmanvt:274/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/iguzmanvt:274",
                "plots": "https://api.plotly.com/v2/plots/iguzmanvt:274",
                "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/274/",
            "world_readable": true,
            "date_modified": "2025-07-15T15:50:00.643Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~iguzmanvt/274/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "Nuevo Laredo",
                        "type": "bar",
                        "xsrc": "iguzmanvt:273:5757dc",
                        "ysrc": "iguzmanvt:273:fc3153",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(248,118,109,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:273:06f4d7",
                        "textsrc": "iguzmanvt:273:6613c8",
                        "widthsrc": "iguzmanvt:273:b9897c",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Nuevo Laredo",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "name": "Resto de Tamaulipas",
                        "type": "bar",
                        "xsrc": "iguzmanvt:273:65f20a",
                        "ysrc": "iguzmanvt:273:0b0a43",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "transparent",
                                "width": 1.8897637795275593
                            },
                            "color": "rgba(0,191,196,1)",
                            "autocolorscale": false
                        },
                        "basesrc": "iguzmanvt:273:fcdc68",
                        "textsrc": "iguzmanvt:273:3c64f0",
                        "widthsrc": "iguzmanvt:273:9e5d0b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Resto de Tamaulipas",
                        "orientation": "v",
                        "textposition": "none"
                    },
                    {
                        "mode": "text",
                        "name": "Nuevo Laredo",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:273:e3f007",
                        "ysrc": "iguzmanvt:273:5e023b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:273:0d9552",
                        "textfont": {
                            "size": 15.118110236220474,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Nuevo Laredo",
                        "hovertextsrc": "iguzmanvt:273:4690c4"
                    },
                    {
                        "mode": "text",
                        "name": "Resto de Tamaulipas",
                        "type": "scatter",
                        "xsrc": "iguzmanvt:273:f24157",
                        "ysrc": "iguzmanvt:273:b7af23",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "iguzmanvt:273:702ce1",
                        "textfont": {
                            "size": 15.118110236220474,
                            "color": "rgba(0,0,0,1)"
                        },
                        "hoverinfo": "text",
                        "showlegend": false,
                        "legendgroup": "Resto de Tamaulipas",
                        "hovertextsrc": "iguzmanvt:273:1b59b0"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 14.611872146118724,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 31.880448318804486,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "<b> Unidades económicas en Tamaulipas </b>",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            4.6
                        ],
                        "ticks": "outside",
                        "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": 15.940224159402243,
                            "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(255,255,255,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2003",
                            "2008",
                            "2013",
                            "2018"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1.05
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 18.596928185969286,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Porcentaje de Unidades económicas en Tamaulipas"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 3.652968036529681,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402243,
                            "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(255,255,255,1)",
                        "gridwidth": 0.66417600664176,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.66417600664176,
                        "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": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 1.8897637795275593
                    },
                    "margin": {
                        "b": 31.43151453653737,
                        "l": 61.436280614362815,
                        "r": 7.305936073059362,
                        "t": 59.718770659409934
                    },
                    "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,
                    "plot_bgcolor": "rgba(235,235,235,1)",
                    "paper_bgcolor": "rgba(255,255,255,1)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~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-25T16:55:19.354591Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~sarahaxe/90.embed",
            "fid": "sarahaxe:90",
            "filename": "fig3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/sarahaxe:90/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/sarahaxe/90/2_VZSQX6HK87BUTVMW9HIZTET36ZMTUB.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sarahaxe/90/8_7ZV2ZNNOAF5SMNY8O33ZXX45MCFQ8E.png",
                "list-thumb": "https://api.plotly.com/v2/files/sarahaxe:90/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/sarahaxe:90",
                "plots": "https://api.plotly.com/v2/plots/sarahaxe:90",
                "parent": "https://api.plotly.com/v2/folders/home?user=sarahaxe"
            },
            "owner": "sarahaxe",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 25,
            "web_url": "https://chart-studio.plotly.com/~sarahaxe/90/",
            "world_readable": true,
            "date_modified": "2025-06-25T16:58:28.129Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~sarahaxe/90/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "text": "36 awards",
                        "type": "bar",
                        "xsrc": "sarahaxe:91:8d35ed",
                        "ysrc": "sarahaxe:91:85bf6d",
                        "marker": {
                            "color": "#8e6600"
                        },
                        "textposition": "outside",
                        "hovertemplate": "<b>Equipment</b><br>Total Award: $1,563,964<br>Number of Awards: 36<extra></extra>"
                    },
                    {
                        "text": "28 awards",
                        "type": "bar",
                        "xsrc": "sarahaxe:91:352aa8",
                        "ysrc": "sarahaxe:91:23becb",
                        "marker": {
                            "color": "#ffb700"
                        },
                        "textposition": "outside",
                        "hovertemplate": "<b>Business Expansion</b><br>Total Award: $1,228,224<br>Number of Awards: 28<extra></extra>"
                    },
                    {
                        "text": "18 awards",
                        "type": "bar",
                        "xsrc": "sarahaxe:91:d2a194",
                        "ysrc": "sarahaxe:91:d268c4",
                        "marker": {
                            "color": "#00b399"
                        },
                        "textposition": "outside",
                        "hovertemplate": "<b>Marketing</b><br>Total Award: $650,409<br>Number of Awards: 18<extra></extra>"
                    },
                    {
                        "text": "4 awards",
                        "type": "bar",
                        "xsrc": "sarahaxe:91:83749e",
                        "ysrc": "sarahaxe:91:97effe",
                        "marker": {
                            "color": "#33535b"
                        },
                        "textposition": "outside",
                        "hovertemplate": "<b>Product Development</b><br>Total Award: $166,404<br>Number of Awards: 4<extra></extra>"
                    },
                    {
                        "text": "3 awards",
                        "type": "bar",
                        "xsrc": "sarahaxe:91:7d7731",
                        "ysrc": "sarahaxe:91:a97b71",
                        "marker": {
                            "color": "#659ca9"
                        },
                        "textposition": "outside",
                        "hovertemplate": "<b>Software Implementation</b><br>Total Award: $116,207<br>Number of Awards: 3<extra></extra>"
                    }
                ],
                "layout": {
                    "font": {
                        "color": "white"
                    },
                    "title": {
                        "font": {
                            "color": "white"
                        },
                        "text": "Total Award Amount and Award Count by Activity Category"
                    },
                    "width": 1200,
                    "xaxis": {
                        "color": "white",
                        "title": {
                            "text": "Activity Category"
                        },
                        "showgrid": false,
                        "tickfont": {
                            "size": 12
                        }
                    },
                    "yaxis": {
                        "color": "white",
                        "title": {
                            "text": "Total Award Amount ($)"
                        },
                        "showgrid": false,
                        "tickprefix": "$",
                        "separatethousands": true
                    },
                    "height": 500,
                    "margin": {
                        "l": 250
                    },
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "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
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "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.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false,
                    "plot_bgcolor": "#00695a",
                    "paper_bgcolor": "#00695a"
                }
            },
            "height": 500,
            "width": 1200,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~sarahaxe",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-04-10 00:42:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "sarahaxe",
                "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-25T16:48:27.018297Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~JeroldS/8.embed",
            "fid": "JeroldS:8",
            "filename": "MvsF Concept2 Logbook - Power & Split - 1000m",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/JeroldS:8/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/JeroldS:8/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JeroldS/8/8_0F85AX0XFNXE5CKAWDPM2LYFDUQ4AA.png",
                "list-thumb": "https://api.plotly.com/v2/files/JeroldS:8/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JeroldS:8",
                "plots": "https://api.plotly.com/v2/plots/JeroldS:8",
                "parent": "https://api.plotly.com/v2/folders/home?user=JeroldS"
            },
            "owner": "JeroldS",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 50,
            "web_url": "https://chart-studio.plotly.com/~JeroldS/8/",
            "world_readable": true,
            "date_modified": "2025-06-25T16:48:27.033Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~JeroldS/8/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "shape": "vh"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Male",
                                "y": "%-ile"
                            }
                        },
                        "mode": "lines",
                        "name": "Male",
                        "type": "scatter",
                        "xsrc": "JeroldS:7:13bc1d",
                        "ysrc": "JeroldS:7:56ca79",
                        "visible": true,
                        "hoverinfo": "all",
                        "hovertext": "",
                        "hoverlabel": {
                            "namelength": 5
                        },
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Metric"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Split"
                                ],
                                "operation": "{}",
                                "targetsrc": "JeroldS:7:2f6f83"
                            }
                        ],
                        "connectgaps": false,
                        "hovertemplate": "%{x:.1f}s"
                    },
                    {
                        "line": {
                            "shape": "vh"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Female",
                                "y": "%-ile"
                            }
                        },
                        "mode": "lines",
                        "name": "Female",
                        "type": "scatter",
                        "xsrc": "JeroldS:7:e483b3",
                        "ysrc": "JeroldS:7:56ca79",
                        "visible": true,
                        "hoverinfo": "all",
                        "hovertext": "",
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "stackgroup": "",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Metric"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Split"
                                ],
                                "operation": "{}",
                                "targetsrc": "JeroldS:7:2f6f83"
                            }
                        ],
                        "hovertemplate": "%{x:.1f}s"
                    },
                    {
                        "line": {
                            "color": "rgb(31, 119, 180)",
                            "shape": "vh"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Male",
                                "y": "%-ile"
                            }
                        },
                        "mode": "lines",
                        "name": "Male",
                        "type": "scatter",
                        "xsrc": "JeroldS:7:13bc1d",
                        "ysrc": "JeroldS:7:56ca79",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "visible": true,
                        "groupnorm": "",
                        "hoverinfo": "all",
                        "stackgaps": "interpolate",
                        "hoverlabel": {
                            "namelength": 30
                        },
                        "stackgroup": "",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Metric"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Power"
                                ],
                                "operation": "{}",
                                "targetsrc": "JeroldS:7:2f6f83"
                            }
                        ],
                        "orientation": "h",
                        "hovertemplate": "%{x:.0f}W"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 127, 14)",
                            "shape": "vh"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Female",
                                "y": "%-ile"
                            }
                        },
                        "mode": "lines",
                        "name": "Female<br>",
                        "type": "scatter",
                        "xsrc": "JeroldS:7:e483b3",
                        "ysrc": "JeroldS:7:56ca79",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "error_x": {
                            "type": "percent",
                            "color": "#d62728",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "visible": true,
                        "hoverinfo": "all",
                        "hoverlabel": {
                            "namelength": 30
                        },
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Metric"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Power"
                                ],
                                "operation": "{}",
                                "targetsrc": "JeroldS:7:2f6f83"
                            }
                        ],
                        "hovertemplate": "%{x:.0f}W"
                    },
                    {
                        "line": {
                            "color": "rgb(103, 189, 108)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Delta",
                                "y": "%-ile"
                            }
                        },
                        "mode": "lines",
                        "name": "Delta - Split",
                        "type": "scatter",
                        "xsrc": "JeroldS:7:b59dd6",
                        "ysrc": "JeroldS:7:56ca79",
                        "xaxis": "x3",
                        "yaxis": "y3",
                        "visible": true,
                        "groupnorm": "percent",
                        "hoverinfo": "all",
                        "stackgaps": "interpolate",
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "stackgroup": "",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Metric"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Split"
                                ],
                                "operation": "{}",
                                "targetsrc": "JeroldS:7:2f6f83"
                            }
                        ],
                        "connectgaps": false,
                        "orientation": "h",
                        "hovertemplate": "%{x:.1f}s"
                    },
                    {
                        "line": {
                            "color": "rgb(103, 189, 108)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Delta",
                                "y": "%-ile"
                            }
                        },
                        "mode": "lines",
                        "name": "Delta - Power",
                        "type": "scatter",
                        "xsrc": "JeroldS:7:b59dd6",
                        "ysrc": "JeroldS:7:56ca79",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "visible": true,
                        "hoverinfo": "all",
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "stackgroup": null,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Metric"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "Power"
                                ],
                                "operation": "{}",
                                "targetsrc": "JeroldS:7:2f6f83"
                            }
                        ],
                        "hovertemplate": "%{x:.1f}s"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "M vs. F - 1000m Concept2 RowErg"
                    },
                    "xaxis": {
                        "side": "top",
                        "type": "linear",
                        "dtick": 5,
                        "range": [
                            78.75,
                            116.225
                        ],
                        "tick0": 0,
                        "title": {
                            "font": {
                                "size": 14
                            },
                            "text": "Split [s/500m]"
                        },
                        "domain": [
                            0,
                            0.78
                        ],
                        "nticks": 0,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12,
                            "color": "#2a3f5f",
                            "family": "\"Open Sans\", verdana, arial, sans-serif"
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "gridcolor": "#EBF0F8",
                        "gridwidth": 1,
                        "tickangle": "auto",
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": false,
                        "tickformat": "",
                        "hoverformat": "",
                        "minexponent": 3,
                        "showexponent": "all",
                        "exponentformat": "B",
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 0.02,
                        "range": [
                            89.45,
                            100.45
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Percentile"
                        },
                        "domain": [
                            0.53,
                            1
                        ],
                        "nticks": 0,
                        "tickmode": "auto",
                        "autorange": true,
                        "showspikes": true,
                        "hoverformat": ""
                    },
                    "legend": {
                        "x": 1.02,
                        "y": 1,
                        "font": {
                            "size": 12,
                            "color": "#2a3f5f",
                            "family": "\"Open Sans\", verdana, arial, sans-serif"
                        },
                        "title": {
                            "text": ""
                        },
                        "valign": "middle",
                        "bgcolor": "white",
                        "xanchor": "left",
                        "yanchor": "auto",
                        "itemclick": "toggle",
                        "itemwidth": 30,
                        "itemsizing": "trace",
                        "traceorder": "normal",
                        "bordercolor": "#444",
                        "borderwidth": 0,
                        "orientation": "v",
                        "itemdoubleclick": "toggleothers"
                    },
                    "margin": {
                        "t": 80
                    },
                    "xaxis2": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 50,
                        "range": [
                            221.0707,
                            578.9429
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Power"
                        },
                        "anchor": "y2",
                        "domain": [
                            0,
                            0.78
                        ],
                        "nticks": 0,
                        "tickmode": "auto",
                        "autorange": true,
                        "overlaying": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "linear",
                        "dtick": 1,
                        "range": [
                            13.831,
                            17.42381
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Difference [s]"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.8,
                            1
                        ],
                        "nticks": 0,
                        "tickfont": {
                            "size": 12,
                            "color": "#2a3f5f",
                            "family": "\"Open Sans\", verdana, arial, sans-serif"
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "tickangle": "auto",
                        "overlaying": false,
                        "tickformat": "",
                        "minexponent": 3,
                        "showexponent": "all",
                        "exponentformat": "B",
                        "showticklabels": true,
                        "separatethousands": false
                    },
                    "xaxis4": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 20,
                        "range": [
                            139.6428,
                            218.0827
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Difference [W]"
                        },
                        "anchor": "y4",
                        "domain": [
                            0.8,
                            1
                        ],
                        "nticks": 0,
                        "tickmode": "auto",
                        "autorange": true,
                        "overlaying": false
                    },
                    "yaxis2": {
                        "side": "left",
                        "type": "linear",
                        "dtick": 0.02,
                        "range": [
                            89.449945,
                            100.451045
                        ],
                        "tick0": 0,
                        "title": {
                            "text": "Percentile"
                        },
                        "anchor": "x2",
                        "domain": [
                            0,
                            0.475
                        ],
                        "nticks": 0,
                        "showline": true,
                        "tickmode": "auto",
                        "autorange": true,
                        "overlaying": false,
                        "showspikes": true,
                        "hoverformat": ""
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "dtick": 0.02,
                        "layer": "below traces",
                        "range": [
                            89.45,
                            100.45
                        ],
                        "tick0": 0,
                        "ticks": false,
                        "title": {
                            "font": {
                                "size": 14,
                                "color": "#2a3f5f",
                                "family": "\"Open Sans\", verdana, arial, sans-serif"
                            },
                            "text": " "
                        },
                        "anchor": "x4",
                        "domain": [
                            0.5,
                            1
                        ],
                        "nticks": 0,
                        "visible": true,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 12,
                            "color": "#2a3f5f",
                            "family": "\"Open Sans\", verdana, arial, sans-serif"
                        },
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": true,
                        "gridcolor": "#EBF0F8",
                        "gridwidth": "",
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "automargin": false,
                        "fixedrange": true,
                        "overlaying": "y",
                        "showspikes": false,
                        "tickformat": "",
                        "minexponent": 3,
                        "showexponent": "all",
                        "zerolinecolor": "#EBF0F8",
                        "zerolinewidth": 2,
                        "exponentformat": "B",
                        "showticklabels": false,
                        "separatethousands": false
                    },
                    "yaxis4": {
                        "side": "right",
                        "type": "linear",
                        "dtick": 0.02,
                        "range": [
                            89.449945,
                            100.451045
                        ],
                        "tick0": 0,
                        "title": {
                            "text": " "
                        },
                        "anchor": "x4",
                        "domain": [
                            0,
                            0.5
                        ],
                        "nticks": 0,
                        "tickfont": {
                            "size": 12,
                            "color": "#2a3f5f",
                            "family": "\"Open Sans\", verdana, arial, sans-serif"
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "tickangle": "auto",
                        "overlaying": "y2",
                        "showspikes": false,
                        "tickformat": "",
                        "minexponent": 3,
                        "showexponent": "all",
                        "exponentformat": "B",
                        "showticklabels": false,
                        "separatethousands": false
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#1f77b4",
                        "#ff7f0e",
                        "#2ca02c",
                        "#d62728",
                        "#9467bd",
                        "#8c564b",
                        "#e377c2",
                        "#7f7f7f",
                        "#bcbd22",
                        "#17becf"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "hovermode": "y",
                    "hoverlabel": {
                        "font": {
                            "size": 13,
                            "color": "#2a3f5f",
                            "family": "Arial, sans-serif"
                        },
                        "bgcolor": "white",
                        "namelength": 16
                    },
                    "showlegend": false,
                    "hidesources": false,
                    "hoverdistance": 75,
                    "spikedistance": 50
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~JeroldS",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-19 12:04:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JeroldS",
                "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-25T16:32:11.066617Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lin12138/29.embed",
            "fid": "lin12138:29",
            "filename": "Plot 29",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/lin12138:29/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/lin12138:29/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lin12138/29/8_FAFWLKUOLO81R0DTM3EKQ86IJWJZNE.png",
                "list-thumb": "https://api.plotly.com/v2/files/lin12138:29/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lin12138:29",
                "plots": "https://api.plotly.com/v2/plots/lin12138:29",
                "parent": "https://api.plotly.com/v2/folders/home?user=lin12138"
            },
            "owner": "lin12138",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~lin12138/29/",
            "world_readable": true,
            "date_modified": "2025-06-25T16:32:11.088Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lin12138/29/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "lin12138:28:ff9c7b",
                        "ysrc": "lin12138:28:d3c5cd"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Table 2; graph of the spirulina relative absorbance"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            400,
                            760
                        ],
                        "title": {
                            "text": "Wavelength (nm)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -5.555555555555555,
                            105.55555555555556
                        ],
                        "title": {
                            "text": "% Maximum Absorbance"
                        },
                        "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/~lin12138",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-11 06:47:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lin12138",
                "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-25T16:32:03.124704Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~lin12138/27.embed",
            "fid": "lin12138:27",
            "filename": "Plot 27",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/lin12138:27/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/lin12138:27/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lin12138/27/8_6C5VUBQ2DN1BPDXVHNH03KQZ23SRLN.png",
                "list-thumb": "https://api.plotly.com/v2/files/lin12138:27/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/lin12138:27",
                "plots": "https://api.plotly.com/v2/plots/lin12138:27",
                "parent": "https://api.plotly.com/v2/folders/home?user=lin12138"
            },
            "owner": "lin12138",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~lin12138/27/",
            "world_readable": true,
            "date_modified": "2025-06-25T16:32:03.137Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~lin12138/27/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "262f5d",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "lin12138:26:13d318",
                        "ysrc": "lin12138:26:5bc690"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Table 2; graph for the geranium relative absorbance"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            400,
                            760
                        ],
                        "title": {
                            "text": "Wavelength (nm)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -5.133333333333334,
                            105.53333333333333
                        ],
                        "title": {
                            "text": "% Maximum Absorbance"
                        },
                        "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/~lin12138",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-11 06:47:49",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "lin12138",
                "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-25T16:21:48.884735Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Abubakr/6.embed",
            "fid": "Abubakr:6",
            "filename": "Plot 6",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Abubakr/6/9_INM99HTMZEQU5CD2KYK3Z5EE61JUMX.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Abubakr/6/2_GOYV1QWXWSZIT6FCRFLQE3JJZFFGM0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Abubakr/6/8_W5VPY3MUK306OT1BSHKXO6P3TWUU8Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Abubakr/6/9_INM99HTMZEQU5CD2KYK3Z5EE61JUMX.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Abubakr:6",
                "plots": "https://api.plotly.com/v2/plots/Abubakr:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=Abubakr"
            },
            "owner": "Abubakr",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~Abubakr/6/",
            "world_readable": true,
            "date_modified": "2025-06-25T16:21:48.898Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Abubakr/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "R_squared_Pressure_2023"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>2023</b>",
                        "type": "histogram",
                        "xsrc": "Abubakr:5:e9fe8b",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "R_squared_Pressure_2023"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "-1",
                                    "1"
                                ],
                                "operation": "[]",
                                "targetsrc": "Abubakr:5:e9fe8b"
                            }
                        ]
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "R_squared_Pressure_2024"
                            }
                        },
                        "name": "<b>2024</b>",
                        "type": "histogram",
                        "xsrc": "Abubakr:5:918d4e",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "R_squared_Pressure_2024"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "-1",
                                    "1"
                                ],
                                "operation": "[]",
                                "targetsrc": "Abubakr:5:918d4e"
                            }
                        ]
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "R_squared_Pressure_2025"
                            }
                        },
                        "name": "<b>2025</b>",
                        "type": "histogram",
                        "xsrc": "Abubakr:5:fa0265",
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "R_squared_Pressure_2025"
                                    }
                                },
                                "type": "filter",
                                "value": [
                                    "-1",
                                    "1"
                                ],
                                "operation": "[]",
                                "targetsrc": "Abubakr:5:fa0265"
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Correlation frequency between MeteoNetwork sensors and NOAA stations air pressure"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -0.7249999999999999,
                            1.025
                        ],
                        "title": {
                            "text": "R² Values"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            77.89473684210526
                        ],
                        "title": {
                            "text": "Frequency"
                        },
                        "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/~Abubakr",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.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-05-31 22:44:52",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Abubakr",
                "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-25T15:57:58.292885Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~bdas/1.embed",
            "fid": "bdas:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/bdas/1/9_M7XD18X2TUHHFKOTYCTGINV0SQOVIE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/bdas/1/2_L3UGVFSXV6TV5OEIC22MZ6IVJ761AM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/bdas/1/8_GUDCS50B3I56YE9QPXZYLNC01MDPSI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/bdas/1/9_M7XD18X2TUHHFKOTYCTGINV0SQOVIE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/bdas:1",
                "plots": "https://api.plotly.com/v2/plots/bdas:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=bdas"
            },
            "owner": "bdas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~bdas/1/",
            "world_readable": true,
            "date_modified": "2025-06-25T15:57:58.305Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~bdas/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(255, 153, 51, 1.0)",
                            "width": "1.3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 0",
                        "type": "scatter",
                        "xsrc": "bdas:0:05d0ec",
                        "ysrc": "bdas:0:225220"
                    },
                    {
                        "line": {
                            "color": "rgba(55, 128, 191, 1.0)",
                            "width": "1.3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 1",
                        "type": "scatter",
                        "xsrc": "bdas:0:05d0ec",
                        "ysrc": "bdas:0:7153a8"
                    },
                    {
                        "line": {
                            "color": "rgba(50, 171, 96, 1.0)",
                            "width": "1.3"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x; Trace 1, x; Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "lines",
                        "name": "Trace 2",
                        "type": "scatter",
                        "xsrc": "bdas:0:05d0ec",
                        "ysrc": "bdas:0:acc02a"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "date",
                        "range": [
                            "2015-01-01",
                            "2015-04-10"
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": ""
                        },
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -16.004882270094694,
                            18.27705469232399
                        ],
                        "title": {
                            "font": {
                                "color": "#4D5663"
                            },
                            "text": "Price"
                        },
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "#E1E5ED",
                        "tickprefix": "$",
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "autosize": true,
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~bdas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/50.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-13 14:59:38",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "bdas",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}