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

{
    "next": "https://api.plotly.com/v2/plots/?cursor=cD0yMDI1LTA5LTA5KzIxJTNBNTglM0E0NC4xOTUxNDklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots/?cursor=cj0xJnA9MjAyNS0wOS0xMCswMyUzQTIxJTNBMjYuMjQzNjY4JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-10T03:21:26.243668Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paolom123/1.embed",
            "fid": "paolom123:1",
            "filename": "Volcano Interactive",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/paolom123/1/9_RJIOX8BEOHWI22R4FXV47HKU2IG427.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/paolom123/1/2_22FIEKSWDCDT3RM3403S9ZUXKHGXN1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paolom123/1/8_3OY3OF2W45UQ8691A7AK059BULBBXJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/paolom123/1/9_RJIOX8BEOHWI22R4FXV47HKU2IG427.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paolom123:1",
                "plots": "https://api.plotly.com/v2/plots/paolom123:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=paolom123"
            },
            "owner": "paolom123",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~paolom123/1/",
            "world_readable": true,
            "date_modified": "2025-09-10T03:21:26.254Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paolom123/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "type": "surface",
                        "zsrc": "paolom123:0:48c9ae",
                        "frame": null,
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": [
                            [
                                "0",
                                "rgba(68,1,84,1)"
                            ],
                            [
                                "0.0416666666666666",
                                "rgba(70,19,97,1)"
                            ],
                            [
                                "0.0833333333333334",
                                "rgba(72,32,111,1)"
                            ],
                            [
                                "0.125",
                                "rgba(71,45,122,1)"
                            ],
                            [
                                "0.166666666666667",
                                "rgba(68,58,128,1)"
                            ],
                            [
                                "0.208333333333333",
                                "rgba(64,70,135,1)"
                            ],
                            [
                                "0.25",
                                "rgba(60,82,138,1)"
                            ],
                            [
                                "0.291666666666667",
                                "rgba(56,93,140,1)"
                            ],
                            [
                                "0.333333333333333",
                                "rgba(49,104,142,1)"
                            ],
                            [
                                "0.375",
                                "rgba(46,114,142,1)"
                            ],
                            [
                                "0.416666666666666",
                                "rgba(42,123,142,1)"
                            ],
                            [
                                "0.458333333333333",
                                "rgba(38,133,141,1)"
                            ],
                            [
                                "0.5",
                                "rgba(37,144,140,1)"
                            ],
                            [
                                "0.541666666666667",
                                "rgba(33,154,138,1)"
                            ],
                            [
                                "0.583333333333333",
                                "rgba(39,164,133,1)"
                            ],
                            [
                                "0.625",
                                "rgba(47,174,127,1)"
                            ],
                            [
                                "0.666666666666667",
                                "rgba(53,183,121,1)"
                            ],
                            [
                                "0.708333333333333",
                                "rgba(79,191,110,1)"
                            ],
                            [
                                "0.75",
                                "rgba(98,199,98,1)"
                            ],
                            [
                                "0.791666666666667",
                                "rgba(119,207,85,1)"
                            ],
                            [
                                "0.833333333333333",
                                "rgba(147,214,70,1)"
                            ],
                            [
                                "0.875",
                                "rgba(172,220,52,1)"
                            ],
                            [
                                "0.916666666666667",
                                "rgba(199,225,42,1)"
                            ],
                            [
                                "0.958333333333333",
                                "rgba(226,228,40,1)"
                            ],
                            [
                                "1",
                                "rgba(253,231,37,1)"
                            ]
                        ]
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": []
                        }
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~paolom123",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.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": "2025-09-10 03:17:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paolom123",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-10T03:08:34.008091Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~zuojiangyun/3.embed",
            "fid": "zuojiangyun:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/zuojiangyun/3/9_RLF7EOJ73CFCHD70VZHNAESMMPV8E5.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/zuojiangyun/3/2_XSWERGXY4LF6HNNJKY6RWFES0NIEQW.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zuojiangyun/3/8_0HWX9AICKJBO5HK7UECL5YABRFW88X.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zuojiangyun/3/9_RLF7EOJ73CFCHD70VZHNAESMMPV8E5.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/zuojiangyun:3",
                "plots": "https://api.plotly.com/v2/plots/zuojiangyun:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=zuojiangyun"
            },
            "owner": "zuojiangyun",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~zuojiangyun/3/",
            "world_readable": true,
            "date_modified": "2025-09-10T03:39:28.955Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~zuojiangyun/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "938555",
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "CH3COOH acid",
                        "type": "scatter",
                        "xsrc": "zuojiangyun:0:f0ab8a",
                        "ysrc": "zuojiangyun:0:903420",
                        "xaxis": "x4",
                        "yaxis": "y4",
                        "visible": true
                    },
                    {
                        "uid": "05314d",
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "HCl acid",
                        "type": "scatter",
                        "xsrc": "zuojiangyun:1:7f9e06",
                        "ysrc": "zuojiangyun:1:ed3c7f",
                        "xaxis": "x5",
                        "yaxis": "y5",
                        "visible": true
                    },
                    {
                        "uid": "719b77",
                        "transforms": [
                            {
                                "rms": 0.07108477959610317,
                                "type": "fit",
                                "xmid": 3.6825000000000014,
                                "ymid": -2.1707834204744216,
                                "inputUid": "05314d",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.01673352408493121,
                                        "value": -1.0195706315432596
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 0.044796907879296126,
                                        "value": 1.6662805593581493
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.9922236534019413,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "#000",
                        "family": "Old Standard TT"
                    },
                    "title": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "text": "pH and Electrical Conductivity of Strong and Weak acids at 25 °C"
                    },
                    "width": 2109,
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            1,
                            4.000000000000003
                        ],
                        "title": {
                            "text": "pH of the Solution"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -2.581930405405435,
                            0.8166383664054332
                        ],
                        "title": {
                            "text": "logarithm (base 10) odf conductivity"
                        },
                        "autorange": true
                    },
                    "bargap": 0.2,
                    "boxgap": 0.3,
                    "height": 1088,
                    "legend": {
                        "x": 0.98,
                        "y": 0.98,
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "title": {
                            "text": "Solutions"
                        },
                        "bgcolor": "rgb(204, 204, 204)",
                        "itemsizing": "trace",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1.6
                    },
                    "margin": {
                        "b": 80,
                        "l": 80,
                        "r": 80,
                        "t": 100,
                        "pad": 2
                    },
                    "xaxis4": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            2.901,
                            4.464
                        ],
                        "title": {
                            "text": ""
                        },
                        "autorange": true
                    },
                    "xaxis5": {
                        "side": "top",
                        "type": "linear",
                        "range": [
                            1,
                            4
                        ],
                        "autorange": true,
                        "overlaying": "x4"
                    },
                    "yaxis4": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -3.0943872224444444,
                            -1.2066427735555556
                        ],
                        "title": {
                            "text": "Conductivity "
                        },
                        "autorange": true
                    },
                    "yaxis5": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            -2.5652024460000002,
                            0.780046294
                        ],
                        "title": {
                            "text": "Co"
                        },
                        "autorange": true,
                        "overlaying": "y4"
                    },
                    "barmode": "stack",
                    "boxmode": "overlay",
                    "autosize": true,
                    "dragmode": "zoom",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": true,
                    "annotations": [],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "plot_bgcolor": "#fff",
                    "paper_bgcolor": "#fff"
                }
            },
            "height": 1088,
            "width": 2109,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~zuojiangyun",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/44.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-10 03:07:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "zuojiangyun",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-10T02:14:44.320754Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~samueklo/4.embed",
            "fid": "samueklo:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/samueklo:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/samueklo/4/2_R6ZXYF2NWDIHLA32N86FJZL37KLV1Y.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/samueklo/4/8_R1BWYL3A48GIT6RK1BM06DNHRAHM9K.png",
                "list-thumb": "https://api.plotly.com/v2/files/samueklo:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/samueklo:4",
                "plots": "https://api.plotly.com/v2/plots/samueklo:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=samueklo"
            },
            "owner": "samueklo",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~samueklo/4/",
            "world_readable": true,
            "date_modified": "2025-09-10T02:14:44.333Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~samueklo/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Comprimento de onda (nm)",
                                "y": "Absorbância"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "samueklo:3:1aa454",
                        "ysrc": "samueklo:3:fc5f2b"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            190,
                            700
                        ],
                        "title": {
                            "text": "Comprimento de onda (nm)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -4.351111111111111,
                            2.6711111111111108
                        ],
                        "title": {
                            "text": "Absorbância"
                        },
                        "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/~samueklo",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/69.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-09 04:47:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "samueklo",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-10T02:09:42.452477Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jetsetsuave/3.embed",
            "fid": "jetsetsuave:3",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jetsetsuave:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/jetsetsuave:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jetsetsuave/3/8_KU0Q1W5DYEQ9SJ4TGX1GEYD1RXAGM0.png",
                "list-thumb": "https://api.plotly.com/v2/files/jetsetsuave:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jetsetsuave:3",
                "plots": "https://api.plotly.com/v2/plots/jetsetsuave:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=jetsetsuave"
            },
            "owner": "jetsetsuave",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jetsetsuave/3/",
            "world_readable": true,
            "date_modified": "2025-09-10T02:09:42.464Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jetsetsuave/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "15 to 30 min failures",
                                "text": ""
                            }
                        },
                        "name": "15 to 30 Failures",
                        "type": "bar",
                        "xsrc": "jetsetsuave:2:ff25af",
                        "ysrc": "jetsetsuave:2:c11ae8",
                        "xaxis": "x2",
                        "marker": {
                            "color": "rgb(180, 32, 37)"
                        },
                        "textfont": {
                            "size": 18,
                            "color": "rgb(255, 255, 255)"
                        },
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "showlegend": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Hour"
                                    }
                                },
                                "type": "sort",
                                "targetsrc": "jetsetsuave:2:ff25af"
                            }
                        ],
                        "legendgroup": 1,
                        "orientation": "v",
                        "textposition": "auto"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "30+ min failures",
                                "text": ""
                            }
                        },
                        "name": "30+ Failures",
                        "type": "bar",
                        "xsrc": "jetsetsuave:2:ff25af",
                        "ysrc": "jetsetsuave:2:56cd33",
                        "xaxis": "x2",
                        "marker": {
                            "color": "rgb(199, 170, 91)"
                        },
                        "textfont": {
                            "size": 16,
                            "color": "rgb(255, 255, 255)"
                        },
                        "hoverinfo": "x+y+text+name",
                        "cliponaxis": true,
                        "hoverlabel": {
                            "namelength": 15
                        },
                        "showlegend": false,
                        "transforms": [
                            {
                                "meta": {
                                    "columnNames": {
                                        "target": "Hour"
                                    }
                                },
                                "type": "sort",
                                "targetsrc": "jetsetsuave:2:ff25af"
                            }
                        ],
                        "legendgroup": 1,
                        "orientation": "v",
                        "textposition": "auto",
                        "constraintext": "both"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Droid Sans"
                    },
                    "title": {
                        "text": "<br>"
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            16.842105263157894
                        ],
                        "title": {
                            "text": "Pax"
                        },
                        "domain": [
                            0.16,
                            1
                        ],
                        "autorange": true
                    },
                    "bargap": 0.37,
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "xaxis2": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            21.5
                        ],
                        "ticks": "outside",
                        "title": {
                            "text": "Hour"
                        },
                        "anchor": "y3",
                        "domain": [
                            0,
                            1
                        ],
                        "nticks": 24,
                        "tickson": "labels",
                        "showgrid": true,
                        "showline": true,
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "tickangle": "auto",
                        "automargin": false,
                        "showspikes": true,
                        "ticksuffix": "",
                        "rangeslider": {
                            "range": [
                                -0.5,
                                21.5
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        }
                    },
                    "barmode": "stack",
                    "barnorm": "",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "dragmode": "zoom",
                    "hovermode": "closest",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#dcdcdc"
                            ],
                            [
                                0.3333333333333333,
                                "#f5c39d"
                            ],
                            [
                                0.6666666666666666,
                                "#f5a069"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ]
                    },
                    "showlegend": true,
                    "bargroupgap": 0.08,
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jetsetsuave",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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": "2025-09-09 23:23:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jetsetsuave",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-10T01:58:53.739763Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~JJhey/1.embed",
            "fid": "JJhey:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/JJhey/1/9_3LOXUMWFB13JZCLNYFLCOSA579G0CR.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/JJhey/1/2_MFUI59AC77XIIQJ80XYCL3U9F30CAA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/JJhey/1/8_30ZGBTALN8OXP1OSJ4SIQEM1ESJB5Y.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/JJhey/1/9_3LOXUMWFB13JZCLNYFLCOSA579G0CR.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/JJhey:1",
                "plots": "https://api.plotly.com/v2/plots/JJhey:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=JJhey"
            },
            "owner": "JJhey",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~JJhey/1/",
            "world_readable": true,
            "date_modified": "2025-09-10T02:11:30.516Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~JJhey/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "B",
                                "text": "A"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Concreto 1",
                        "type": "scatter",
                        "ysrc": "JJhey:0:52c6c9",
                        "xaxis": "x",
                        "marker": {
                            "size": 6,
                            "color": "#636efa"
                        },
                        "textsrc": "JJhey:0:a842f1",
                        "hoverinfo": "none",
                        "cliponaxis": true,
                        "showlegend": false,
                        "stackgroup": null,
                        "connectgaps": false
                    },
                    {
                        "fill": "none",
                        "meta": {
                            "columnNames": {
                                "y": "C",
                                "text": ""
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Concreto 2",
                        "type": "scatter",
                        "ysrc": "JJhey:0:0b0876",
                        "xaxis": "x",
                        "error_x": {
                            "type": "percent",
                            "color": "#EF553B",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoverinfo": "none",
                        "cliponaxis": true,
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "D"
                            }
                        },
                        "mode": "markers+lines",
                        "name": "Porosidade da pasta",
                        "type": "scatter",
                        "ysrc": "JJhey:0:299809",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.26,
                        "font": {
                            "size": 14
                        },
                        "text": "&nbsp;<b>Porosidade da pasta X Grau de Hidratação</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "range": [
                            0.8789226092280324,
                            5.124148235694058
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Grau de Hidratação (%)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": true,
                        "showline": false,
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": false,
                        "automargin": true,
                        "fixedrange": false,
                        "showspikes": false,
                        "zerolinewidth": 2
                    },
                    "yaxis": {
                        "side": "left",
                        "range": [
                            32.71061811210831,
                            58.52479930592732
                        ],
                        "title": {
                            "text": "Porosidade da pasta (%)"
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": false,
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.5,
                        "y": -1.08,
                        "font": {
                            "size": 12
                        },
                        "title": {
                            "text": "<br>"
                        },
                        "valign": "bottom",
                        "xanchor": "center",
                        "yanchor": "bottom",
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "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"
                    },
                    "clickmode": "event",
                    "hovermode": "closest",
                    "showlegend": true,
                    "uniformtext": {
                        "mode": false,
                        "minsize": 7
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~JJhey",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-10 01:06:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "JJhey",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-10T01:35:51.075707Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~wl10tn10/1.embed",
            "fid": "wl10tn10:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/wl10tn10:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/wl10tn10:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wl10tn10/1/8_6K5TTI6ROBP2HE4JLYYIT1Y6D85ZHM.png",
                "list-thumb": "https://api.plotly.com/v2/files/wl10tn10:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/wl10tn10:1",
                "plots": "https://api.plotly.com/v2/plots/wl10tn10:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=wl10tn10"
            },
            "owner": "wl10tn10",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~wl10tn10/1/",
            "world_readable": true,
            "date_modified": "2025-09-10T01:36:08.798Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~wl10tn10/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x_from_throat_mm",
                                "y": "radius_mm"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "wl10tn10:0:ae4d13",
                        "ysrc": "wl10tn10:0:18003e"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -443.61789325258997,
                            1321.4862944326637
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            76.79635259454494,
                            568.5896656529187
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~wl10tn10",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-10 01:32:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "wl10tn10",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-10T00:24:48.303244Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jetsetsuave/1.embed",
            "fid": "jetsetsuave:1",
            "filename": "Test Graph",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/jetsetsuave:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jetsetsuave/1/2_PF1U4UC2QIOPRDV842CSOME60CD1J9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jetsetsuave/1/8_G78X040NCX3QW8CXLVI6XDH1X9V5Y8.png",
                "list-thumb": "https://api.plotly.com/v2/files/jetsetsuave:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jetsetsuave:1",
                "plots": "https://api.plotly.com/v2/plots/jetsetsuave:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=jetsetsuave"
            },
            "owner": "jetsetsuave",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~jetsetsuave/1/",
            "world_readable": true,
            "date_modified": "2025-09-10T00:24:48.315Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jetsetsuave/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "A0"
                            }
                        },
                        "mode": "markers+lines+text",
                        "name": "A0",
                        "type": "scatter",
                        "xsrc": "jetsetsuave:0:383b30",
                        "ysrc": "jetsetsuave:0:a139fd",
                        "xaxis": "x2",
                        "yaxis": "y2",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "Passengers",
                                "text": "Passengers"
                            }
                        },
                        "mode": "lines",
                        "name": "Pax",
                        "type": "bar",
                        "xsrc": "jetsetsuave:0:383b30",
                        "ysrc": "jetsetsuave:0:e2950e",
                        "xaxis": "x2",
                        "yaxis": "y3",
                        "marker": {
                            "color": "#EF553B"
                        },
                        "textsrc": "jetsetsuave:0:e2950e",
                        "orientation": "v",
                        "textposition": "auto",
                        "texttemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "15 to 30 min failures"
                            }
                        },
                        "name": "15 to 30 Failures",
                        "type": "bar",
                        "xsrc": "jetsetsuave:0:383b30",
                        "ysrc": "jetsetsuave:0:dd9aa4",
                        "xaxis": "x2",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "30+ min failures"
                            }
                        },
                        "name": "30+ Failures",
                        "type": "bar",
                        "xsrc": "jetsetsuave:0:383b30",
                        "ysrc": "jetsetsuave:0:0cce93",
                        "xaxis": "x2",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Hour",
                                "y": "Total Failures"
                            }
                        },
                        "name": "Total Failures",
                        "type": "bar",
                        "xsrc": "jetsetsuave:0:383b30",
                        "ysrc": "jetsetsuave:0:77d6e0",
                        "xaxis": "x2",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Droid Sans"
                    },
                    "title": {
                        "text": "<br>"
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            16.842105263157894
                        ],
                        "domain": [
                            0.16,
                            1
                        ],
                        "autorange": true,
                        "overlaying": "y3"
                    },
                    "bargap": 0.29000000000000004,
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "xaxis2": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -1.317366877349527,
                            24.317366877349528
                        ],
                        "anchor": "y3",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true
                    },
                    "yaxis2": {
                        "side": "right",
                        "range": [
                            -6.302671687287073,
                            106.30267168728707
                        ],
                        "domain": [
                            0.125,
                            1
                        ],
                        "autorange": true,
                        "overlaying": "y3"
                    },
                    "yaxis3": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0,
                            273.6842105263158
                        ],
                        "anchor": "x2",
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "overlaying": false
                    },
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "dragmode": "zoom",
                    "hovermode": "closest",
                    "colorscale": {
                        "sequential": [
                            [
                                0,
                                "#dcdcdc"
                            ],
                            [
                                0.3333333333333333,
                                "#f5c39d"
                            ],
                            [
                                0.6666666666666666,
                                "#f5a069"
                            ],
                            [
                                1,
                                "#b20a1c"
                            ]
                        ]
                    },
                    "bargroupgap": 0,
                    "uniformtext": {
                        "mode": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jetsetsuave",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/18.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": "2025-09-09 23:23:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jetsetsuave",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-09T23:23:45.139357Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~joao_fernando/9.embed",
            "fid": "joao_fernando:9",
            "filename": "Curva B x pc",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/joao_fernando:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/joao_fernando:9/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/joao_fernando/9/8_239VIIRN2WJ9E6QEY4U57IC6WOR7FH.png",
                "list-thumb": "https://api.plotly.com/v2/files/joao_fernando:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/joao_fernando:9",
                "plots": "https://api.plotly.com/v2/plots/joao_fernando:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=joao_fernando"
            },
            "owner": "joao_fernando",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~joao_fernando/9/",
            "world_readable": true,
            "date_modified": "2025-09-09T23:23:45.154Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~joao_fernando/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "joao_fernando:8:b89e3f",
                        "ysrc": "joao_fernando:8:ad6834"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 1, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "joao_fernando:8:bb7164",
                        "ysrc": "joao_fernando:8:2e7eae"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "joao_fernando:8:223c23",
                        "ysrc": "joao_fernando:8:ae9c6c"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Curvas B x pc"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.4161275515948782,
                            8.997304967094616
                        ],
                        "title": {
                            "text": "pc, W/kg at 60 Hz"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.2961198834951673,
                            1.8789463896252567
                        ],
                        "title": {
                            "text": "B, T"
                        },
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~joao_fernando",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-07 22:58:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "joao_fernando",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-09T22:34:58.741990Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smajeed/7.embed",
            "fid": "smajeed:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/smajeed:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/smajeed:7/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smajeed/7/8_OQJD7XB5SH0ZY9VWFQWF8XLLITWY5E.png",
                "list-thumb": "https://api.plotly.com/v2/files/smajeed:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smajeed:7",
                "plots": "https://api.plotly.com/v2/plots/smajeed:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=smajeed"
            },
            "owner": "smajeed",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smajeed/7/",
            "world_readable": true,
            "date_modified": "2025-09-09T22:34:58.754Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smajeed/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 0, x",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Niigata earthquake (1964)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:6:af6134",
                        "ysrc": "smajeed:6:f0562e",
                        "marker": {
                            "size": 8,
                            "symbol": "circle-open"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 1, x",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Luzon earthquake (1990; Adachi et al., 1992)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:6:ce4b54",
                        "ysrc": "smajeed:6:5e5d5a",
                        "marker": {
                            "size": 8,
                            "symbol": "triangle-up-open"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 2, x",
                                "y": "Trace 2, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Luzon earthquake (1990; Acacio et al., 2001)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:6:cc2afd",
                        "ysrc": "smajeed:6:9a3779",
                        "marker": {
                            "size": 8,
                            "symbol": "square-open"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Trace 3, x",
                                "y": "Trace 3, y"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Maule earthquake (2010)</b>",
                        "type": "scatter",
                        "xsrc": "smajeed:6:0f814b",
                        "ysrc": "smajeed:6:245d66",
                        "marker": {
                            "size": 8,
                            "symbol": "triangle-up"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "family": "Times New Roman"
                        },
                        "text": "Fig. 11. Normalised settlement against building width"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            45
                        ],
                        "title": {
                            "font": {
                                "size": 12,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Building width, B: m</b>"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.02,
                            0.2
                        ],
                        "title": {
                            "font": {
                                "size": 12,
                                "family": "Times New Roman"
                            },
                            "text": "<b>Normalized settlement, S/D</b><sub><b>L</b></sub>"
                        },
                        "autorange": false
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~smajeed",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-08 09:30:15",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smajeed",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-09T21:58:44.195149Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~paperness/285.embed",
            "fid": "paperness:285",
            "filename": "whomodalsujet",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/paperness:285/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/paperness:285/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/paperness/285/8_TK1I8N3S4RUVA3KP83HLG4BLFO85WY.png",
                "list-thumb": "https://api.plotly.com/v2/files/paperness:285/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/paperness:285",
                "plots": "https://api.plotly.com/v2/plots/paperness:285",
                "parent": "https://api.plotly.com/v2/folders/home?user=paperness"
            },
            "owner": "paperness",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~paperness/285/",
            "world_readable": true,
            "date_modified": "2025-09-09T22:10:05.665Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~paperness/285/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "acan",
                                "labels": "B",
                                "values": "acan"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "paperness:284:b234d2",
                        "ysrc": "paperness:284:832ff4",
                        "contours": {
                            "end": 0.9,
                            "size": 0.1,
                            "start": 0.1
                        },
                        "bandwidth": 0,
                        "boxpoints": false,
                        "labelssrc": "paperness:284:b234d2",
                        "valuessrc": "paperness:284:832ff4",
                        "autocontour": true,
                        "orientation": "v",
                        "autocolorscale": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "acould"
                            }
                        },
                        "type": "bar",
                        "xsrc": "paperness:284:b234d2",
                        "ysrc": "paperness:284:3e8e53",
                        "xaxis": "x2",
                        "yaxis": "y",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "amight"
                            }
                        },
                        "type": "bar",
                        "xsrc": "paperness:284:b234d2",
                        "ysrc": "paperness:284:79963b",
                        "xaxis": "x3",
                        "yaxis": "y",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "ashould"
                            }
                        },
                        "type": "bar",
                        "xsrc": "paperness:284:b234d2",
                        "ysrc": "paperness:284:80c28e",
                        "xaxis": "x6",
                        "yaxis": "y5",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "awill"
                            }
                        },
                        "type": "bar",
                        "xsrc": "paperness:284:b234d2",
                        "ysrc": "paperness:284:0d7838",
                        "xaxis": "x7",
                        "yaxis": "y5",
                        "marker": {
                            "color": "rgb(254, 203, 82)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "awould"
                            }
                        },
                        "type": "bar",
                        "xsrc": "paperness:284:b234d2",
                        "ysrc": "paperness:284:2eace6",
                        "xaxis": "x8",
                        "yaxis": "y5",
                        "marker": {
                            "color": "rgb(255, 161, 90)"
                        },
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 24
                        },
                        "text": "Who"
                    },
                    "xaxis": {
                        "side": "top",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "can"
                        },
                        "domain": [
                            0,
                            0.25
                        ],
                        "tickfont": {
                            "size": 14
                        },
                        "autorange": true,
                        "automargin": true,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            65
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x",
                        "domain": [
                            0.625,
                            1
                        ],
                        "autorange": false,
                        "ticksuffix": "%",
                        "showticklabels": true
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "could"
                        },
                        "anchor": "y",
                        "domain": [
                            0.25,
                            0.5
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "xaxis3": {
                        "side": "top",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "might"
                        },
                        "anchor": "y3",
                        "domain": [
                            0.5,
                            0.75
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "xaxis4": {
                        "range": [
                            -1,
                            1
                        ],
                        "autorange": true
                    },
                    "xaxis6": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "should"
                        },
                        "anchor": "y5",
                        "domain": [
                            0,
                            0.25
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "xaxis7": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "will"
                        },
                        "anchor": "y5",
                        "domain": [
                            0.25,
                            0.5
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "xaxis8": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            4.5
                        ],
                        "title": {
                            "text": "would"
                        },
                        "anchor": "y5",
                        "domain": [
                            0.5,
                            0.75
                        ],
                        "autorange": true,
                        "overlaying": false,
                        "showticklabels": false
                    },
                    "yaxis5": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            65
                        ],
                        "title": {
                            "text": ""
                        },
                        "anchor": "x5",
                        "domain": [
                            0,
                            0.375
                        ],
                        "autorange": false,
                        "overlaying": false,
                        "ticksuffix": "%",
                        "showticklabels": true
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "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"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0,
                            "y": 0.58,
                            "ax": -5,
                            "ay": -30,
                            "font": {
                                "size": 18
                            },
                            "text": "I",
                            "xref": "paper",
                            "yref": "paper",
                            "axref": "pixel",
                            "yanchor": "middle",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 1,
                            "y": 0.55,
                            "font": {
                                "size": 18
                            },
                            "text": "we",
                            "yref": "paper",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 2,
                            "y": 0.54,
                            "font": {
                                "size": 18
                            },
                            "text": "you",
                            "yref": "paper",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 3,
                            "y": 0.24,
                            "font": {
                                "size": 18
                            },
                            "text": "he/she/they",
                            "yref": "paper",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 4,
                            "y": 0.16,
                            "font": {
                                "size": 16
                            },
                            "text": "it/a/the/this/that",
                            "yref": "paper",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 0,
                            "y": 0.58,
                            "font": {
                                "size": 18
                            },
                            "text": "I",
                            "xref": "x2",
                            "yref": "paper",
                            "axref": "x2",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 1,
                            "y": 0.55,
                            "font": {
                                "size": 18
                            },
                            "text": "we",
                            "xref": "x2",
                            "yref": "paper",
                            "axref": "x2",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 2,
                            "y": 0.54,
                            "font": {
                                "size": 18
                            },
                            "text": "you",
                            "xref": "x2",
                            "yref": "paper",
                            "axref": "x2",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 3,
                            "y": 0.24,
                            "font": {
                                "size": 18
                            },
                            "text": "he/she/they",
                            "xref": "x2",
                            "yref": "paper",
                            "axref": "x2",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 4,
                            "y": 0.16,
                            "font": {
                                "size": 16
                            },
                            "text": "it/a/the/this/that",
                            "xref": "x2",
                            "yref": "paper",
                            "axref": "x2",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 0,
                            "y": 0.58,
                            "font": {
                                "size": 18
                            },
                            "text": "I",
                            "xref": "x3",
                            "yref": "paper",
                            "axref": "x3",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 1,
                            "y": 0.55,
                            "font": {
                                "size": 18
                            },
                            "text": "we",
                            "xref": "x3",
                            "yref": "paper",
                            "axref": "x3",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 2,
                            "y": 0.54,
                            "font": {
                                "size": 18
                            },
                            "text": "you",
                            "xref": "x3",
                            "yref": "paper",
                            "axref": "x3",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 3,
                            "y": 0.24,
                            "font": {
                                "size": 18
                            },
                            "text": "he/she/they",
                            "xref": "x3",
                            "yref": "paper",
                            "axref": "x3",
                            "showarrow": false,
                            "textangle": 90
                        },
                        {
                            "x": 4,
                            "y": 0.2,
                            "font": {
                                "size": 15
                            },
                            "text": "it/a/the/this/that",
                            "xref": "x3",
                            "yref": "paper",
                            "axref": "x3",
                            "showarrow": false,
                            "textangle": 90
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~paperness",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-03-17 14:54:53",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "paperness",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}