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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI0LTA0LTE2KzE5JTNBNDAlM0E1OC40OTc3NjYlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNisyMCUzQTI5JTNBNDkuNjEzMDQxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-16T20:29:49.613041Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~utnosmas/19.embed",
            "fid": "utnosmas:19",
            "filename": "NYU_units",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/utnosmas/19/9_7SLWI97K15FW9VS1E8XGGRUMURA18U.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/utnosmas/19/2_79RTDHZ8BGON6GWFSHZKI4R7Y82G15.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/19/8_JLE5X18LE4XYXCSWN87IDHEPJCUDZS.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/19/9_7SLWI97K15FW9VS1E8XGGRUMURA18U.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/utnosmas:19",
                "plots": "https://api.plotly.com/v2/plots/utnosmas:19",
                "parent": "https://api.plotly.com/v2/folders/home?user=utnosmas"
            },
            "owner": "utnosmas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 612,
            "web_url": "https://chart-studio.plotly.com/~utnosmas/19/",
            "world_readable": true,
            "date_modified": "2024-04-21T00:46:49.265Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~utnosmas/19/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(109,109,109,1)",
                            "width": 3.7795275590551185
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "utnosmas:18:8d467d",
                        "ysrc": "utnosmas:18:383bd3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:18:df90ec",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Control"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(137,0,225,1)",
                            "width": 3.7795275590551185
                        },
                        "mode": "lines",
                        "name": "NYU",
                        "type": "scatter",
                        "xsrc": "utnosmas:18:20ef08",
                        "ysrc": "utnosmas:18:b6b716",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:18:33a06b",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NYU"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "width": 3.7795275590551185
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "utnosmas:18:4e0c76",
                        "ysrc": "utnosmas:18:c8d175",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:18:235f6a",
                        "fillcolor": "rgba(153,153,153,0.4)",
                        "hoverinfo": "x+y",
                        "showlegend": false,
                        "legendgroup": "Control"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "width": 3.7795275590551185
                        },
                        "mode": "lines",
                        "name": "NYU",
                        "type": "scatter",
                        "xsrc": "utnosmas:18:05a39a",
                        "ysrc": "utnosmas:18:b9e50d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:18:7c8064",
                        "fillcolor": "rgba(153,153,153,0.4)",
                        "hoverinfo": "x+y",
                        "showlegend": false,
                        "legendgroup": "NYU"
                    }
                ],
                "layout": {
                    "font": {
                        "size": 19.925280199252807,
                        "color": "rgba(0,0,0,1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 23.910336239103366,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "text": "Number of Available rental Unit",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2017.8,
                            2022.2
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Year"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 4.981320049813202,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402243,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022"
                        ],
                        "tickvals": [
                            2018,
                            2019,
                            2020,
                            2021,
                            2022
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.9056945545114912,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.9056945545114912,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            752.5,
                            1797.5
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Number of Available Rental Unit"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 4.981320049813202,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402248,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "1000",
                            "1250",
                            "1500",
                            "1750"
                        ],
                        "tickvals": [
                            1000,
                            1250,
                            1500,
                            1750
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.9056945545114912,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.9056945545114912,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "1000",
                            "1250",
                            "1500",
                            "1750"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0,0,0,1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0,0,0,1)",
                                "family": ""
                            },
                            "text": "Treatment"
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 2.5769506084466722
                    },
                    "margin": {
                        "b": 51.33286407854604,
                        "l": 66.74968866749691,
                        "r": 9.962640099626404,
                        "t": 50.39637590918116
                    },
                    "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/~utnosmas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-15 23:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "utnosmas",
                "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": "2024-04-16T20:24:08.195659Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~utnosmas/17.embed",
            "fid": "utnosmas:17",
            "filename": "NYU_graduated_renter",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/utnosmas/17/9_D7OGGX8A9K6F9UI3IRVFMT6ZGR3GX0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/utnosmas/17/2_RJG7JXYZKWWPG11RA0YBQPBCHAMVEW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/17/8_0O40EK9TSQFBGG3AMPNWDAF6F93RPD.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/17/9_D7OGGX8A9K6F9UI3IRVFMT6ZGR3GX0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/utnosmas:17",
                "plots": "https://api.plotly.com/v2/plots/utnosmas:17",
                "parent": "https://api.plotly.com/v2/folders/home?user=utnosmas"
            },
            "owner": "utnosmas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 889,
            "web_url": "https://chart-studio.plotly.com/~utnosmas/17/",
            "world_readable": true,
            "date_modified": "2024-04-21T01:10:55.687Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~utnosmas/17/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(109,109,109,1)",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.1.x-d7b83a494148",
                                "y": "data.1.y-d7b81f5cfbdd",
                                "text": "data.1.text-d7b8119b7a41"
                            }
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "utnosmas:16:e0acbc",
                        "ysrc": "utnosmas:16:1a4c3a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:16:e0a4da",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Control"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(137,0,225,1)",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.2.x-d7b876774a6e",
                                "y": "data.2.y-d7b811b7b885",
                                "text": "data.2.text-d7b834b32cd9"
                            }
                        },
                        "mode": "lines",
                        "name": "NYU",
                        "type": "scatter",
                        "xsrc": "utnosmas:16:d8f7a4",
                        "ysrc": "utnosmas:16:b33748",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:16:a13cec",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NYU"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.3.x-d7b85f457596",
                                "y": "data.3.y-d7b8492afbb7",
                                "text": "data.3.text-d7b824f3d0e8"
                            }
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "utnosmas:16:455712",
                        "ysrc": "utnosmas:16:10a0b3",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:16:eb241a",
                        "fillcolor": "rgba(153,153,153,0.4)",
                        "hoverinfo": "x+y",
                        "showlegend": false,
                        "legendgroup": "Control"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.4.x-d7b8318424c",
                                "y": "data.4.y-d7b82da88d2a",
                                "text": "data.4.text-d7b814cbd7d1"
                            }
                        },
                        "mode": "lines",
                        "name": "NYU",
                        "type": "scatter",
                        "xsrc": "utnosmas:16:8bac87",
                        "ysrc": "utnosmas:16:2c2b6f",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:16:09952a",
                        "fillcolor": "rgba(153,153,153,0.4)",
                        "hoverinfo": "x+y",
                        "showlegend": false,
                        "legendgroup": "NYU"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 19.925280199252807,
                        "color": "rgba(0, 0, 0, 1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 23.910336239103366,
                            "color": "rgba(0, 0, 0, 1)",
                            "family": ""
                        },
                        "text": "Percentage of Graduated Renters",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2017.8,
                            2022.2
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Year"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 4.981320049813202,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402243,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022"
                        ],
                        "tickvals": [
                            2018,
                            2019,
                            2020,
                            2021,
                            2022
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.9056945545114912,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.9056945545114912,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            48.75,
                            76.25
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Percentage of Graduated Renters"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 4.981320049813202,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402248,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "50",
                            "55",
                            "60",
                            "65",
                            "70",
                            "75"
                        ],
                        "tickvals": [
                            50,
                            55,
                            60,
                            65,
                            70,
                            75
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.9056945545114912,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.9056945545114912,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "50",
                            "55",
                            "60",
                            "65",
                            "70",
                            "75"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0, 0, 0, 1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Treatment"
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 2.5769506084466722
                    },
                    "margin": {
                        "b": 51.33286407854604,
                        "l": 50.80946450809466,
                        "r": 9.962640099626404,
                        "t": 50.39637590918116
                    },
                    "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",
                    "autosize": true,
                    "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/~utnosmas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-15 23:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "utnosmas",
                "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": "2024-04-16T20:20:22.043486Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~utnosmas/15.embed",
            "fid": "utnosmas:15",
            "filename": "NYU_young_renter",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/utnosmas/15/9_YET73M3YG1MMF2VGI4U46KDDBVXVOF.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/utnosmas/15/2_G3CYQ2AUED6UI1TUVE1P3JE8SE3TLZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/15/8_W7731V5BDJI58FE35C9N1CQPOSFI6V.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/15/9_YET73M3YG1MMF2VGI4U46KDDBVXVOF.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/utnosmas:15",
                "plots": "https://api.plotly.com/v2/plots/utnosmas:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=utnosmas"
            },
            "owner": "utnosmas",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1045,
            "web_url": "https://chart-studio.plotly.com/~utnosmas/15/",
            "world_readable": true,
            "date_modified": "2024-04-21T01:10:11.399Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~utnosmas/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(109,109,109,1)",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.1.x-d7b82aa0c7d7",
                                "y": "data.1.y-d7b821a00a1e",
                                "text": "data.1.text-d7b811f848d1"
                            }
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "utnosmas:14:d950ff",
                        "ysrc": "utnosmas:14:416fae",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:14:c97a0a",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "Control"
                    },
                    {
                        "line": {
                            "dash": "solid",
                            "color": "rgba(137,0,225,1)",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.2.x-d7b843749a8e",
                                "y": "data.2.y-d7b81c4f033b",
                                "text": "data.2.text-d7b875d2502"
                            }
                        },
                        "mode": "lines",
                        "name": "NYU",
                        "type": "scatter",
                        "xsrc": "utnosmas:14:a13223",
                        "ysrc": "utnosmas:14:bd72a7",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:14:32a7b6",
                        "hoverinfo": "text",
                        "showlegend": true,
                        "legendgroup": "NYU"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.3.x-d7b87428aa14",
                                "y": "data.3.y-d7b819b642a0",
                                "text": "data.3.text-d7b8cd02390"
                            }
                        },
                        "mode": "lines",
                        "name": "Control",
                        "type": "scatter",
                        "xsrc": "utnosmas:14:a4ba4f",
                        "ysrc": "utnosmas:14:d6c55a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:14:81d7be",
                        "fillcolor": "rgba(153,153,153,0.4)",
                        "hoverinfo": "x+y",
                        "showlegend": false,
                        "legendgroup": "Control"
                    },
                    {
                        "fill": "toself",
                        "line": {
                            "dash": "solid",
                            "color": "transparent",
                            "width": 3.7795275590551185
                        },
                        "meta": {
                            "columnNames": {
                                "x": "data.4.x-d7b834cec982",
                                "y": "data.4.y-d7b8740f90e3",
                                "text": "data.4.text-d7b829f1629c"
                            }
                        },
                        "mode": "lines",
                        "name": "NYU",
                        "type": "scatter",
                        "xsrc": "utnosmas:14:992e7a",
                        "ysrc": "utnosmas:14:135637",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "hoveron": "points",
                        "textsrc": "utnosmas:14:d6e337",
                        "fillcolor": "rgba(153,153,153,0.4)",
                        "hoverinfo": "x+y",
                        "showlegend": false,
                        "legendgroup": "NYU"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 19.925280199252807,
                        "color": "rgba(0, 0, 0, 1)",
                        "family": ""
                    },
                    "title": {
                        "x": 0,
                        "font": {
                            "size": 23.910336239103366,
                            "color": "rgba(0, 0, 0, 1)",
                            "family": ""
                        },
                        "text": "Percentage of Young Renters",
                        "xref": "paper"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            2017.8,
                            2022.2
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Year"
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 4.981320049813202,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402243,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022"
                        ],
                        "tickvals": [
                            2018,
                            2019,
                            2020,
                            2021,
                            2022
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.9056945545114912,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.9056945545114912,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "2018",
                            "2019",
                            "2020",
                            "2021",
                            "2022"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            24.25,
                            40.75
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Percentage of Young Renters"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": null,
                        "ticklen": 4.981320049813202,
                        "showgrid": true,
                        "showline": false,
                        "tickfont": {
                            "size": 15.940224159402248,
                            "color": "rgba(77,77,77,1)",
                            "family": ""
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "25",
                            "30",
                            "35",
                            "40"
                        ],
                        "tickvals": [
                            25,
                            30,
                            35,
                            40
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(255,255,255,1)",
                        "gridwidth": 0.9056945545114912,
                        "linecolor": null,
                        "linewidth": 0,
                        "tickangle": 0,
                        "tickcolor": "rgba(51,51,51,1)",
                        "tickwidth": 0.9056945545114912,
                        "automargin": true,
                        "hoverformat": ".2f",
                        "categoryarray": [
                            "25",
                            "30",
                            "35",
                            "40"
                        ],
                        "categoryorder": "array",
                        "showticklabels": true
                    },
                    "legend": {
                        "font": {
                            "size": 15.940224159402243,
                            "color": "rgba(0, 0, 0, 1)",
                            "family": ""
                        },
                        "title": {
                            "font": {
                                "size": 19.925280199252807,
                                "color": "rgba(0, 0, 0, 1)",
                                "family": ""
                            },
                            "text": "Treatment"
                        },
                        "bgcolor": "rgba(255,255,255,1)",
                        "bordercolor": "transparent",
                        "borderwidth": 2.5769506084466722
                    },
                    "margin": {
                        "b": 51.33286407854604,
                        "l": 50.80946450809466,
                        "r": 9.962640099626404,
                        "t": 50.39637590918116
                    },
                    "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/~utnosmas",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-15 23:27:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "utnosmas",
                "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": "2024-04-16T20:16:40.727145Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~omkarmodi5859/3.embed",
            "fid": "omkarmodi5859:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/omkarmodi5859/3/9_G78RVS11IKX7U8665SX10F92LS0HBO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/omkarmodi5859/3/2_42XNRFU28UPSQ93ND1DE4EVJN1PR7S.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/omkarmodi5859/3/8_XNCF5IM6KDHA9IIWEYNCKV32Z0OK52.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/omkarmodi5859/3/9_G78RVS11IKX7U8665SX10F92LS0HBO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/omkarmodi5859:3",
                "plots": "https://api.plotly.com/v2/plots/omkarmodi5859:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=omkarmodi5859"
            },
            "owner": "omkarmodi5859",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~omkarmodi5859/3/",
            "world_readable": true,
            "date_modified": "2024-04-23T12:47:25.128Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~omkarmodi5859/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead I"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:4c2707",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead II"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:468e39",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead III"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:dbce3c",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead aVF"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:132a7f",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead aVR"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:7feff7",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead aVL"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:174142",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead V1"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:d0ea29",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead V2"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:4a6b27",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead V3"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:173205",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead V4"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:89cfed",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead V5"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:0cb594",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Model",
                                "y": "Lead V6"
                            }
                        },
                        "name": "%{meta.columnNames.y}",
                        "type": "bar",
                        "xsrc": "omkarmodi5859:2:af77ba",
                        "ysrc": "omkarmodi5859:2:160c7a",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 18
                    },
                    "title": {
                        "x": 0.5,
                        "font": {
                            "size": 20
                        },
                        "text": "SSIM Scores Comparison of Different Models across ECG Leads"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            10.5
                        ],
                        "title": {
                            "text": "Model"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 22
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            1.036
                        ],
                        "title": {
                            "text": "SSIM"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "tickfont": {
                            "size": 22
                        },
                        "autorange": true
                    },
                    "bargap": 0.19999999999999996,
                    "barmode": "group",
                    "barnorm": "",
                    "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"
                    },
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~omkarmodi5859",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/34.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-12 09:35:34",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "omkarmodi5859",
                "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": "2024-04-16T20:00:50.525627Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marantrod/41.embed",
            "fid": "marantrod:41",
            "filename": "Plot 41",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/marantrod/41/9_SD4QSN12BPHRCVL8WSBENYDG0VOKST.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marantrod/41/2_9UEHFATWX0NIAUO1XA9CIGDRBVA0Q7.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marantrod/41/8_5MX3N1HHG8AN1LQ42YZEBQCJ6BOV36.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marantrod/41/9_SD4QSN12BPHRCVL8WSBENYDG0VOKST.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marantrod:41",
                "plots": "https://api.plotly.com/v2/plots/marantrod:41",
                "parent": "https://api.plotly.com/v2/folders/home?user=marantrod"
            },
            "owner": "marantrod",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~marantrod/41/",
            "world_readable": true,
            "date_modified": "2024-04-16T20:00:50.536Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marantrod/41/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Árticulos",
                                "y": "1"
                            }
                        },
                        "mode": "markers",
                        "name": "Auditiva",
                        "type": "bar",
                        "xsrc": "marantrod:40:bf6902",
                        "ysrc": "marantrod:40:2a1872",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Árticulos",
                                "y": "2"
                            }
                        },
                        "name": "Háptica",
                        "type": "bar",
                        "xsrc": "marantrod:40:bf6902",
                        "ysrc": "marantrod:40:ff2aa3",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Árticulos",
                                "y": "3"
                            }
                        },
                        "name": "Multisensorial",
                        "type": "bar",
                        "xsrc": "marantrod:40:bf6902",
                        "ysrc": "marantrod:40:42d4ac",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Árticulos",
                                "y": "4"
                            }
                        },
                        "name": "Apps",
                        "type": "bar",
                        "xsrc": "marantrod:40:bf6902",
                        "ysrc": "marantrod:40:ee6f09",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 15
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            30.5
                        ],
                        "title": {
                            "text": "Estudios "
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            2.1052631578947367
                        ],
                        "title": {
                            "text": "Tipo de retroalimentación"
                        },
                        "autorange": true
                    },
                    "barmode": "relative",
                    "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/~marantrod",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/95.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": "2024-04-12 18:21:44",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marantrod",
                "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": "2024-04-16T19:58:30.386584Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~25mrlynch/15.embed",
            "fid": "25mrlynch:15",
            "filename": "Plot 15",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/25mrlynch/15/9_4S1FLZFYQFZ6TKS6HRQY79MD7Y63EU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/25mrlynch/15/2_6FJC1SVX80KMNP5XQA6JH4P994J2QY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/25mrlynch/15/8_9O3YAMXUOOI5QSIJ8RSCHCTSE2VBJZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/25mrlynch/15/9_4S1FLZFYQFZ6TKS6HRQY79MD7Y63EU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/25mrlynch:15",
                "plots": "https://api.plotly.com/v2/plots/25mrlynch:15",
                "parent": "https://api.plotly.com/v2/folders/home?user=25mrlynch"
            },
            "owner": "25mrlynch",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~25mrlynch/15/",
            "world_readable": true,
            "date_modified": "2024-04-16T20:03:59.723Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~25mrlynch/15/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f1d062",
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "25mrlynch:14:553720",
                        "ysrc": "25mrlynch:14:4bd6df"
                    },
                    {
                        "uid": "223118",
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "f1d062",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.05837377200389052,
                                        "value": -0.9292256602996379
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.0012619216055473265,
                                        "value": 0.09722197116820251
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "1/di vs 1/do"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.012051850024666994,
                            0.03454814997533301
                        ],
                        "title": {
                            "text": "1/object distance"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.06516823750868686,
                            0.0858998505376663
                        ],
                        "title": {
                            "text": "1/image distance"
                        },
                        "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/~25mrlynch",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-01-04 20:15:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "25mrlynch",
                "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": "2024-04-16T19:53:39.007557Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~awerook/6.embed",
            "fid": "awerook:6",
            "filename": "altitude4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/awerook/6/9_MI1FE4IWQD1C141ODWGUR2SYKPLXC9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/awerook/6/2_GJT083XONKC2QEUUZ93N1ZTP3TSGFC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/6/8_MZ20MND8NWCELYOZOR3XOKWANEPGH6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/6/9_MI1FE4IWQD1C141ODWGUR2SYKPLXC9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/awerook:6",
                "plots": "https://api.plotly.com/v2/plots/awerook:6",
                "parent": "https://api.plotly.com/v2/folders/home?user=awerook"
            },
            "owner": "awerook",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~awerook/6/",
            "world_readable": true,
            "date_modified": "2024-04-16T20:47:32.527Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~awerook/6/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "scatter",
                        "xsrc": "awerook:7:7465b2",
                        "ysrc": "awerook:7:517247"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~awerook",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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": "2024-04-15 21:33:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "awerook",
                "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": "2024-04-16T19:43:11.942991Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~awerook/4.embed",
            "fid": "awerook:4",
            "filename": "bearing4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/awerook/4/9_2ONADPQRYTUQNQ29DD6NX54V9N62SY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/awerook/4/2_2H3V7FQDU5VU2XEIBLZ51L3IUPO994.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/4/8_F9CT9Z7F4T5DAJCKACGJ0A6RU7WM88.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/awerook/4/9_2ONADPQRYTUQNQ29DD6NX54V9N62SY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/awerook:4",
                "plots": "https://api.plotly.com/v2/plots/awerook:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=awerook"
            },
            "owner": "awerook",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~awerook/4/",
            "world_readable": true,
            "date_modified": "2024-04-16T22:46:27.345Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~awerook/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "scatter",
                        "xsrc": "awerook:5:90ee11",
                        "ysrc": "awerook:5:b17308"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~awerook",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/49.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": "2024-04-15 21:33:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "awerook",
                "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": "2024-04-16T19:42:37.908466Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aewang2/4.embed",
            "fid": "aewang2:4",
            "filename": "etf_test",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aewang2/4/9_ZJ4YPPNJV4HSGJGGJ7VEVF3W1SJVU3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aewang2/4/2_VTJZK67M0RF4PEW8YBCBHL7TFCVMOY.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aewang2/4/8_VAX84DB3CMMPOKVB39B36HB9YYPDMO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aewang2/4/9_ZJ4YPPNJV4HSGJGGJ7VEVF3W1SJVU3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aewang2:4",
                "plots": "https://api.plotly.com/v2/plots/aewang2:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=aewang2"
            },
            "owner": "aewang2",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~aewang2/4/",
            "world_readable": true,
            "date_modified": "2024-04-16T19:56:56.115Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aewang2/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "mode": "markers",
                        "name": "Energy Select Sector SPDR® ETF",
                        "type": "scatter",
                        "xsrc": "aewang2:5:bd4346",
                        "ysrc": "aewang2:5:1c12ae",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(0.000000,113.985000,188.955000)",
                            "symbol": "star",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:8f5fa6",
                            "sizemode": "area"
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "iShares MSCI Brazil ETF",
                        "type": "scatter",
                        "xsrc": "aewang2:5:11094d",
                        "ysrc": "aewang2:5:0878a1",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(216.750000,82.875000,24.990000)",
                            "symbol": "circle",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:f4c839",
                            "sizemode": "area"
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "Invesco QQQ Trust",
                        "type": "scatter",
                        "xsrc": "aewang2:5:aa2d8b",
                        "ysrc": "aewang2:5:0c81d4",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(236.895000,176.970000,31.875000)",
                            "symbol": "square",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:85ed22",
                            "sizemode": "area"
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "SPDR® S&P 500 ETF Trust",
                        "type": "scatter",
                        "xsrc": "aewang2:5:8b323f",
                        "ysrc": "aewang2:5:49ddf7",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(125.970000,46.920000,141.780000)",
                            "symbol": "diamond",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:9cd853",
                            "sizemode": "area"
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "iShares Russell 2000 ETF",
                        "type": "scatter",
                        "xsrc": "aewang2:5:ea7e8e",
                        "ysrc": "aewang2:5:76471e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(118.830000,171.870000,47.940000)",
                            "symbol": "triangle-up",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:a1b51d",
                            "sizemode": "area"
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "iShares MSCI EAFE ETF",
                        "type": "scatter",
                        "xsrc": "aewang2:5:3344c3",
                        "ysrc": "aewang2:5:016cb0",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(76.755000,189.975000,237.915000)",
                            "symbol": "triangle-down",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:c3277b",
                            "sizemode": "area"
                        },
                        "visible": true
                    },
                    {
                        "mode": "markers",
                        "name": "iShares Core US Aggregate Bond ETF",
                        "type": "scatter",
                        "xsrc": "aewang2:5:6b8c2a",
                        "ysrc": "aewang2:5:38588c",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgba(0,0,0,0)",
                                "width": 0.75
                            },
                            "color": "rgb(161.925000,19.890000,46.920000)",
                            "symbol": "triangle-left",
                            "opacity": 1,
                            "sizeref": 1,
                            "sizesrc": "aewang2:5:bc60b8",
                            "sizemode": "area"
                        },
                        "visible": true
                    }
                ],
                "layout": {
                    "scene": {
                        "domain": {
                            "x": [
                                0.13,
                                0.905
                            ],
                            "y": [
                                0.11,
                                0.925
                            ]
                        }
                    },
                    "width": 840,
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0,
                            0.5
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 11,
                                "color": "rgb(38.250000,38.250000,38.250000)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Annulized Vol"
                        },
                        "anchor": "y",
                        "domain": [
                            0.13,
                            0.905
                        ],
                        "mirror": false,
                        "ticklen": 6.51,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10,
                            "color": "rgb(38.250000,38.250000,38.250000)",
                            "family": "Arial, sans-serif"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "0.05",
                            "0.1",
                            "0.15",
                            "0.2",
                            "0.25",
                            "0.3",
                            "0.35",
                            "0.4",
                            "0.45",
                            "0.5"
                        ],
                        "tickvals": [
                            0,
                            0.05,
                            0.1,
                            0.15,
                            0.2,
                            0.25,
                            0.3,
                            0.35,
                            0.4,
                            0.45,
                            0.5
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(38.250000,38.250000,38.250000)",
                        "linecolor": "rgb(38.250000,38.250000,38.250000)",
                        "linewidth": 1,
                        "tickangle": 0,
                        "tickcolor": "rgb(38.250000,38.250000,38.250000)",
                        "tickwidth": 1,
                        "exponentformat": "none",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            0.25
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 11,
                                "color": "rgb(38.250000,38.250000,38.250000)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Annulized Ret"
                        },
                        "anchor": "x",
                        "domain": [
                            0.11,
                            0.925
                        ],
                        "mirror": false,
                        "ticklen": 6.51,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 10,
                            "color": "rgb(38.250000,38.250000,38.250000)",
                            "family": "Arial, sans-serif"
                        },
                        "tickmode": "array",
                        "ticktext": [
                            "0",
                            "0.05",
                            "0.1",
                            "0.15",
                            "0.2",
                            "0.25"
                        ],
                        "tickvals": [
                            0,
                            0.05,
                            0.1,
                            0.15,
                            0.2,
                            0.25
                        ],
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgb(38.250000,38.250000,38.250000)",
                        "linecolor": "rgb(38.250000,38.250000,38.250000)",
                        "linewidth": 1,
                        "tickangle": 0,
                        "tickcolor": "rgb(38.250000,38.250000,38.250000)",
                        "tickwidth": 1,
                        "exponentformat": "none",
                        "showticklabels": true
                    },
                    "height": 630,
                    "legend": {
                        "x": 0.1494,
                        "y": 0.6529,
                        "font": {
                            "size": 9,
                            "color": "rgb(0,0,0)",
                            "family": "Arial, sans-serif"
                        },
                        "xref": "paper",
                        "yref": "paper",
                        "bgcolor": "rgb(255,255,255)",
                        "xanchor": "left",
                        "yanchor": "bottom",
                        "traceorder": "normal",
                        "bordercolor": "rgb(38.25,38.25,38.25)",
                        "borderwidth": 0.5
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 0,
                        "t": 0,
                        "pad": 0
                    },
                    "autosize": false,
                    "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
                            }
                        }
                    },
                    "hovermode": "closest",
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.5175,
                            "y": 0.935,
                            "font": {
                                "size": 11,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "<b>ETF Clusters</b>",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "center",
                            "xanchor": "center",
                            "yanchor": "bottom",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.0762444124040345,
                            "y": 0.0433699850691208,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares iBoxx $ Invmt Grade Corp Bd ETF $21353mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.138948270314861,
                            "y": 0.0912392667654046,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Utilities ETF $756mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.169717229340314,
                            "y": 0.0366136219623863,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Telecommunications ETF $513mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.19384997988232,
                            "y": 0.136331263046035,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Technology ETF $3251mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.216469175367256,
                            "y": 0.0768645487159066,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Real Estate ETF $3403mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.184760440982429,
                            "y": 0.100538544491612,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Industrials ETF $735mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.13776222585876,
                            "y": 0.104018908389079,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Healthcare ETF $1653mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.20115847021482,
                            "y": 0.0582068466300614,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Financials ETF $1136mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.227349861941798,
                            "y": 0.0510346091944596,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Financial Services ETF $778mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.259223722678107,
                            "y": 0.0812093710579525,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Energy ETF $1127mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.133425549700296,
                            "y": 0.0995353684368697,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Consumer Staples ETF $566mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.170750780093274,
                            "y": 0.103620203440434,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Consumer Discretionary ETF $568mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.224848978495435,
                            "y": 0.0817494055200854,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares US Basic Materials ETF $621mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.245784222738487,
                            "y": 0.0538383656019764,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares U.S. Digital Infras & RE ETF $149mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.20638250879056,
                            "y": 0.100101472435324,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Transportation Average ETF $697mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.0586886972225549,
                            "y": 0.0371099946210166,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares TIPS Bond ETF $16561mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.253207415135992,
                            "y": 0.133401194903639,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Semiconductor ETF $1698mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.150679499169294,
                            "y": 0.0822693328950717,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Select Dividend ETF $11770mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.206133784685125,
                            "y": 0.0930948597385271,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P Small-Cap 600 Value ETF $3633mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.190048597442388,
                            "y": 0.102288080761928,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P Small-Cap 600 Growth ETF $3037mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.189396779352133,
                            "y": 0.097715711001764,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P Mid-Cap 400 Value ETF $4022mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.175975876100098,
                            "y": 0.100797265165561,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P Mid-Cap 400 Growth ETF $4443mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.156230333555016,
                            "y": 0.086027506886067,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P 500 Value ETF $9845mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.153101239358585,
                            "y": 0.105369728323419,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P 500 Growth ETF $13843mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.146888918387745,
                            "y": 0.0962815834851246,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares S&P 100 ETF $4260mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.176662677727976,
                            "y": 0.0937932251144074,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell Mid-Cap Value ETF $6498mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.180115349038335,
                            "y": 0.10262956921081,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell Mid-Cap Growth ETF $6079mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.17437152633698,
                            "y": 0.099281177996315,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell Mid-Cap ETF $11797mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.154320125027147,
                            "y": 0.0977207779127781,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 3000 ETF $5807mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.20190909375447,
                            "y": 0.0784409732325438,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 2000 Value ETF $6572mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.204843538014461,
                            "y": 0.0859460280449891,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 2000 Growth ETF $5942mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.199663112808065,
                            "y": 0.0834794904744818,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 2000 ETF $27492mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.15437729135514,
                            "y": 0.0808322549385252,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 1000 Value ETF $23943mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.160366686628067,
                            "y": 0.113589558699514,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 1000 Growth ETF $28444mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.152133316262113,
                            "y": 0.0986315564893013,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Russell 1000 ETF $12532mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.243867546075575,
                            "y": 0.0696312626792771,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares North American Natural Res ETF $1273mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.170214711067129,
                            "y": 0.047526808181406,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI United Kingdom ETF $1903mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.214385855405723,
                            "y": 0.0846571966552079,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Taiwan ETF $3096mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.154160927894739,
                            "y": 0.0870248040715711,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Switzerland ETF $805mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.228081508346529,
                            "y": 0.0881514460309255,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Sweden ETF $317mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.239639520008602,
                            "y": 0.0490229117951764,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Spain ETF $618mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.256406814836075,
                            "y": 0.0718013565839442,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI South Korea ETF $3288mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.260840781697511,
                            "y": 0.0640025904242281,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI South Africa ETF $404mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.206811235114511,
                            "y": 0.0692665708501595,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Singapore ETF $907mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.202033967064596,
                            "y": 0.0778850931376747,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Pacific ex Japan ETF $2614mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.20714280149953,
                            "y": 0.0810846420193643,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Netherlands ETF $178mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.239596552216362,
                            "y": 0.0976555626376959,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Mexico ETF $1200mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.165424307306456,
                            "y": 0.0480479728324202,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Malaysia ETF $532mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.152302935307735,
                            "y": 0.0468297007210586,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Japan ETF $11057mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.241425139770378,
                            "y": 0.0294030540157025,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Italy ETF $382mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.203787059640438,
                            "y": 0.0651027905257798,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Hong Kong ETF $1679mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.221607030596388,
                            "y": 0.0602681585337841,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Germany ETF $2545mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.206634344312857,
                            "y": 0.0663089201863403,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI France ETF $465mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.210609360955118,
                            "y": 0.0567702682491176,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Eurozone ETF $4911mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.207987938786282,
                            "y": 0.0693400418300612,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Emerging Markets ETF $26913mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.168537532368263,
                            "y": 0.05904713097255,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI EAFE ETF $45440mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.198930139948204,
                            "y": 0.0746724941518052,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Canada ETF $2737mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.334695437425839,
                            "y": 0.083397219681769,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Brazil ETF $5734mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.204567363926682,
                            "y": 0.0548493205132899,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Belgium ETF $86mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.26067826887687,
                            "y": 0.057892840787978,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Austria ETF $143mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.223257980282626,
                            "y": 0.0843098304240897,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares MSCI Australia ETF $1575mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.273478182005755,
                            "y": 0.0868818480470913,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Latin America 40 ETF $1444mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.153656134596739,
                            "y": 0.0466759802599899,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares JPX-Nikkei 400 ETF $121mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.187398813669385,
                            "y": 0.125599543020347,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Global Tech ETF $1412mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.129787604609889,
                            "y": 0.0908830662647349,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Global Healthcare ETF $1404mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.210642225827307,
                            "y": 0.0468693607305173,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Global Financials ETF $406mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.235378903802681,
                            "y": 0.0726951462633124,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Global Energy ETF $1067mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.148925321439345,
                            "y": 0.067283090448747,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Global Comm Services ETF $312mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.152173697115578,
                            "y": 0.0832329662914578,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Global 100 ETF $1577mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.198900601861909,
                            "y": 0.133584703979752,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Expanded Tech-Software Sect ETF $1648mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.194389373376163,
                            "y": 0.132371481329258,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Expanded Tech Sector ETF $1139mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.183308249064149,
                            "y": 0.0614686467238497,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Europe ETF $1882mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.152964803460498,
                            "y": 0.0985931163565932,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Dow Jones US ETF $897mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.0421085369570409,
                            "y": 0.0321104289861738,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Core US Aggregate Bond ETF $33738mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.156610106458283,
                            "y": 0.0889080908684561,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Core S&P US Value ETF $3030mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.158923935525577,
                            "y": 0.10462389986459,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Core S&P US Growth ETF $3205mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.19589087902816,
                            "y": 0.0977447235669813,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Core S&P Small-Cap ETF $23495mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.179395674054281,
                            "y": 0.0991639145677968,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Core S&P Mid-Cap ETF $26122mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.149260725668112,
                            "y": 0.0976494342613013,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Core S&P 500 ETF $100058mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.231939840038459,
                            "y": 0.0845415847967735,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Cohen & Steers REIT ETF $2395mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.201227665805794,
                            "y": 0.0979655571467871,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares Biotechnology ETF $4901mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.0655438702372938,
                            "y": 0.0352249919386206,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares 7-10 Year Treasury Bond ETF $8152mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.136367222554364,
                            "y": 0.0423754823326508,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares 20+ Year Treasury Bond ETF $8172mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.0150674582124323,
                            "y": 0.0187919017423162,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "iShares 1-3 Year Treasury Bond ETF $11752mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.154498673682486,
                            "y": 0.0986663068970469,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Vanguard Total Stock Market ETF $78441mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.191482827105819,
                            "y": 0.0958113100856466,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Vanguard Extended Market ETF $4711mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.140206628152181,
                            "y": 0.091048461254514,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Utilities Select Sector SPDR® ETF $6670mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.180329455231641,
                            "y": 0.136292615741917,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Technology Select Sector SPDR® ETF $15370mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.178928676688971,
                            "y": 0.0982894174195066,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® S&P MIDCAP 400 ETF Trust $13549mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.205302938064731,
                            "y": 0.0934856802325113,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® S&P 600 Small Cap Value ETF $1049mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.195447255836064,
                            "y": 0.103373412882456,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® S&P 600 Small Cap Growth ETF $823mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.14902977201575,
                            "y": 0.0974606189227747,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® S&P 500 ETF Trust $177987mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.150428064184045,
                            "y": 0.0848287266584487,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Portfolio S&P 500 Value ETF $2682mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.157584871754459,
                            "y": 0.105415334437174,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Portfolio S&P 500 Growth ETF $3187mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.180407054285877,
                            "y": 0.0481188502739907,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Portfolio Europe ETF $151mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.15193166375802,
                            "y": 0.0986953236572388,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Port S&P 1500 Comps Stk Mkt ETF $1496mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.212407361264778,
                            "y": 0.128666202628414,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® NYSE Technology ETF $345mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.154346160377793,
                            "y": 0.0658070441131913,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Global Dow ETF $104mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.214066043851149,
                            "y": 0.0525153598468671,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® EURO STOXX 50 ETF $1784mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.229535942620079,
                            "y": 0.0771251957297874,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Dow Jones REIT ETF $1822mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.144382888421117,
                            "y": 0.0930439076225898,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "SPDR® Dow Jones Industrial Avrg ETF Tr $14600mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.200609285590803,
                            "y": 0.085802035322945,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Materials Select Sector SPDR® ETF $3119mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.170897156100869,
                            "y": 0.100998800665509,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Invesco S&P 500® Equal Weight ETF $10233mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.183770146094606,
                            "y": 0.140109148456804,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Invesco QQQ Trust $59580mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.161665044996877,
                            "y": 0.0848721071949335,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Invesco Bloomberg MVP Multi-factor ETF $261mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.185017603827854,
                            "y": 0.098319296489519,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Industrial Select Sector SPDR® ETF $6939mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.136171601541709,
                            "y": 0.0989747324158499,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Health Care Select Sector SPDR® ETF $12381mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.218446331194499,
                            "y": 0.0487597693037212,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Financial Select Sector SPDR® ETF $15809mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.179124145832849,
                            "y": 0.119298282219888,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Fidelity Nasdaq Composite ETF $1198mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.263566366987405,
                            "y": 0.0887853680804105,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Energy Select Sector SPDR® ETF $12269mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.116867042945273,
                            "y": 0.0912846159829784,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Consumer Staples Select Sector SPDR® ETF $7010mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        },
                        {
                            "x": 0.188660810738138,
                            "y": 0.106875694371847,
                            "font": {
                                "size": 10,
                                "color": "rgb(0,0,0)",
                                "family": "Arial, sans-serif"
                            },
                            "text": "Consumer Discret Sel Sect SPDR® ETF $7563mm",
                            "xref": "x",
                            "yref": "y",
                            "align": "left",
                            "xanchor": "left",
                            "yanchor": "middle",
                            "borderpad": 3,
                            "showarrow": false,
                            "textangle": 0,
                            "bordercolor": "rgba(0,0,0,0)",
                            "borderwidth": 0.5
                        }
                    ],
                    "paper_bgcolor": "rgb(255,255,255)"
                }
            },
            "height": 630,
            "width": 840,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aewang2",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/61.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": "2024-04-16 15:26:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aewang2",
                "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": "2024-04-16T19:40:58.497766Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~1238123888299128378722/13.embed",
            "fid": "1238123888299128378722:13",
            "filename": "Plot 13",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/1238123888299128378722/13/9_GT3P1IM2EINX1VM0YSECZ27WPW0WMY.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/1238123888299128378722/13/2_56YODYFWVMBIGM6FXBWD22K03KNLTE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/1238123888299128378722/13/8_X2M24JF1CZXV4SCDUZ1A68GKW4YGLN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/1238123888299128378722/13/9_GT3P1IM2EINX1VM0YSECZ27WPW0WMY.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/1238123888299128378722:13",
                "plots": "https://api.plotly.com/v2/plots/1238123888299128378722:13",
                "parent": "https://api.plotly.com/v2/folders/home?user=1238123888299128378722"
            },
            "owner": "1238123888299128378722",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~1238123888299128378722/13/",
            "world_readable": true,
            "date_modified": "2024-04-16T19:40:58.509Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~1238123888299128378722/13/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "1238123888299128378722:12:cc5f1e",
                        "ysrc": "1238123888299128378722:12:0da97a"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "1238123888299128378722:12:c0fb8b",
                        "ysrc": "1238123888299128378722:12:4c5223",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4,
                            5.587529722556131
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.23201513573541527,
                            5.73859023708226
                        ],
                        "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/~1238123888299128378722",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/0.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-08 18:56:36",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "1238123888299128378722",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}