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=cj0xJnA9MjAyNC0wNC0xOSsxMyUzQTQ3JTNBMDAuNjcyMDM4JTJCMDAlM0EwMA%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=cD0yMDI0LTA0LTE5KzEzJTNBNTklM0E1My4yNDY3MTklMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xOSsxNCUzQTM4JTNBNTEuMjQxMzQxJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-19T14:38:51.241341Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~BUBAMARAKATACSKA/1.embed",
            "fid": "BUBAMARAKATACSKA:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/BUBAMARAKATACSKA/1/9_SIS5TP8TY5J6NO73MJ2PEQF0G5FYLT.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/BUBAMARAKATACSKA/1/2_G3FLNX84QYQC78SZKOQOZZSKCCRA8I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/BUBAMARAKATACSKA/1/8_7CAJ04YEDH4CNX9R9T1UKO7KF7Y7XI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/BUBAMARAKATACSKA/1/9_SIS5TP8TY5J6NO73MJ2PEQF0G5FYLT.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/BUBAMARAKATACSKA:1",
                "plots": "https://api.plotly.com/v2/plots/BUBAMARAKATACSKA:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=BUBAMARAKATACSKA"
            },
            "owner": "BUBAMARAKATACSKA",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~BUBAMARAKATACSKA/1/",
            "world_readable": true,
            "date_modified": "2024-04-19T22:45:36.712Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~BUBAMARAKATACSKA/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7b9c0f",
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "D",
                                "text": "A",
                                "marker": {
                                    "color": "A"
                                }
                            }
                        },
                        "mode": "markers+text",
                        "name": "LINIA GLOBALĂ A APELOR METEORICE",
                        "type": "scatter",
                        "xsrc": "BUBAMARAKATACSKA:0:f0c477",
                        "ysrc": "BUBAMARAKATACSKA:0:3f2b93",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "A"
                                }
                            },
                            "size": 12,
                            "color": "rgb(0, 0, 0)"
                        },
                        "error_x": {
                            "visible": false
                        },
                        "opacity": 1,
                        "textsrc": "BUBAMARAKATACSKA:0:aeec1f",
                        "textfont": {
                            "size": 18,
                            "color": "rgb(0, 0, 0)"
                        },
                        "hoverinfo": "x+y+text",
                        "cliponaxis": true,
                        "hoverlabel": {
                            "align": "left",
                            "namelength": -1
                        },
                        "textposition": "bottom right",
                        "hovertemplate": ""
                    },
                    {
                        "uid": "3d8414",
                        "meta": {
                            "columnNames": {
                                "x": "F",
                                "y": "H"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "BUBAMARAKATACSKA:0:5ad09b",
                        "ysrc": "BUBAMARAKATACSKA:0:979093"
                    },
                    {
                        "uid": "fff7a6",
                        "line": {
                            "color": "rgb(0, 8, 246)"
                        },
                        "transforms": [
                            {
                                "rms": 4.476069284483443,
                                "type": "fit",
                                "xmid": -9.993500000000004,
                                "ymid": -71.1954103229341,
                                "inputUid": "3d8414",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": true,
                                        "name": "m",
                                        "error": 0.16947422537159,
                                        "value": 8
                                    },
                                    {
                                        "hold": true,
                                        "name": "b",
                                        "error": 1.557614832286642,
                                        "value": 10
                                    }
                                ],
                                "regressand": "y",
                                "correlation": 0.988972147300877,
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    },
                    {
                        "uid": "a70c2a",
                        "line": {
                            "color": "rgb(247, 125, 34)"
                        },
                        "transforms": [
                            {
                                "rms": "",
                                "type": "fit",
                                "inputUid": "3d8414",
                                "regressor": "x",
                                "parameters": [
                                    {
                                        "hold": false,
                                        "name": "m",
                                        "error": 0.1694742253717079,
                                        "value": 7.591614489196037
                                    },
                                    {
                                        "hold": false,
                                        "name": "b",
                                        "error": 1.5576148322874686,
                                        "value": 4.671389074846827
                                    }
                                ],
                                "regressand": "y",
                                "correlation": "",
                                "fitfunction": "m*x + b",
                                "inputxrange": [],
                                "outputxrange": [],
                                "interpolation": 50
                            }
                        ]
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 17,
                        "color": "rgb(0, 0, 0)"
                    },
                    "title": {
                        "text": "LINIA GLOBALĂ A APELOR METEORICE"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "dtick": 2,
                        "range": [
                            -20,
                            4
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "<b>δ18O‰ VSMOW</b>"
                        },
                        "domain": [
                            0,
                            0.875
                        ],
                        "mirror": false,
                        "showline": true,
                        "tickfont": {
                            "color": "rgb(0, 0, 0)",
                            "family": "Arial"
                        },
                        "tickmode": "linear",
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "rgb(193, 197, 204)",
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "fixedrange": false,
                        "showspikes": false,
                        "rangeslider": {
                            "range": [
                                -20,
                                4
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "spikethickness": 22
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -140,
                            0
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "<b>δ2H‰ VSMOW</b>"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": true,
                        "showline": true,
                        "tickmode": "auto",
                        "zeroline": true,
                        "autorange": false,
                        "gridcolor": "rgb(199, 202, 205)",
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 2,
                        "showspikes": true,
                        "zerolinecolor": "rgb(199, 202, 205)"
                    },
                    "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"
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~BUBAMARAKATACSKA",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-19 13:09:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "BUBAMARAKATACSKA",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:36:34.904922Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Sam_C./35.embed",
            "fid": "Sam_C.:35",
            "filename": "Chronogramme Genshin Impact - 050424 Verbatims Plot",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Sam_C./35/9_I1GOZ178TTJNPPRO1EQK5263XCJ3TQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Sam_C./35/2_CFAJHI9YIV0IGBY1WT7ZSBNSP9QIMR.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Sam_C./35/8_HHA6AZGBUU3S5KNN9T3WMMLGWXGTAK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Sam_C./35/9_I1GOZ178TTJNPPRO1EQK5263XCJ3TQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Sam_C.:35",
                "plots": "https://api.plotly.com/v2/plots/Sam_C.:35",
                "parent": "https://api.plotly.com/v2/folders/home?user=Sam_C."
            },
            "owner": "Sam_C.",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Sam_C./35/",
            "world_readable": true,
            "date_modified": "2024-04-24T13:43:48.757Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Sam_C./35/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": true,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "fill": "none",
                        "line": {
                            "color": "rgb(29, 186, 17)",
                            "shape": "hv",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "text": ""
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Sam_C.:16:f6d87c",
                        "ysrc": "Sam_C.:16:e6005a",
                        "error_x": {
                            "type": "percent",
                            "color": "rgb(229, 50, 6)",
                            "value": 10,
                            "width": 4,
                            "visible": false,
                            "symmetric": true,
                            "thickness": 2
                        },
                        "hoverinfo": "x+y+text",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "connectgaps": true,
                        "orientation": "v",
                        "hovertemplate": ""
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Open Sans"
                    },
                    "title": {
                        "text": "Chronogramme d'une session de jeu sur Genshin Impact - 050424"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.045998145263208556,
                            14
                        ],
                        "title": {
                            "text": "Temps en heures et minutes (00:00:00)"
                        },
                        "showgrid": false,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.852196524820747,
                            7.203783662734088
                        ],
                        "title": {
                            "text": "Échelle de la sensation de présence (de 0 à 8)"
                        },
                        "showgrid": false,
                        "autorange": true
                    },
                    "modebar": {
                        "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"
                    },
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 1.0136691513001435,
                            "y": 3.9730558183538327,
                            "ax": -5,
                            "ay": -53,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Faut que je le défonce sa race, <br>en le moins de temps possible.<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 2.0099952830258974,
                            "y": 1.9710879848628204,
                            "ax": -5,
                            "ay": 126,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Je suis dans les menus <br>et je suis en train de <br>\nme dire, c'est quoi <br>\nla prochaine phase à faire.<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 3.017593737930728,
                            "y": 4.959167455061495,
                            "ax": -48,
                            "ay": -59,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "J'optimise, je stratégise. <br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 4.003627115127872,
                            "y": 2.020736536220778,
                            "ax": -81,
                            "ay": 44,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Je fais des maths. J'avais les <br>chiffres bon, du coup je suis <br>\nsorti du combat.<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 4.994970486333442,
                            "y": -0.01559852204781374,
                            "ax": -94,
                            "ay": -22,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Là je suis pas <br>dans le jeu, du tout !<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 6.011346686435873,
                            "y": 1.9918272753588286,
                            "ax": -27,
                            "ay": -47,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Je suis plus dans les maths. <br>Je suis de nouveau dans le jeu.",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 7.009842294469117,
                            "y": -0.022669852042823298,
                            "ax": -44,
                            "ay": 34,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Quand le combat commence. <br>Le temps de chargement était bien trop long.<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 7.9934915927237045,
                            "y": 3.995027994823047,
                            "ax": -43,
                            "ay": -41,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Le boss est chiant, faut que je fasse gaffe à <br>bien les tuer. Les tuer dans le bon ordre, <br>\nje l'ai mal fait.<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 9.00271555599846,
                            "y": 2.021772672012115,
                            "ax": 3,
                            "ay": 57,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Je me demande quelle team <br>je devais utiliser pour faire <br>\nle mieux.",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 10.01269808984585,
                            "y": -0.0031204371219707584,
                            "ax": -60,
                            "ay": 32,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "(Joue avec le bouton de volume, <br>fait des bruits rigolos mélodiques).<br>",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 11.009351455059843,
                            "y": 4.984468475048803,
                            "ax": -96,
                            "ay": -49,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Dès que le chargement était fini, <br>j'étais full dedans. 5 parce que ça reste facile.",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 12.01792521498663,
                            "y": 5.975446089582163,
                            "ax": -48,
                            "ay": -59,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "J'étais pas assez focus avant, <br>fallait que les choses deviennent sérieux.",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        },
                        {
                            "x": 13.004608795531745,
                            "y": 2.0392602562455644,
                            "ax": -44,
                            "ay": 55,
                            "font": {
                                "size": 12,
                                "family": "Arial"
                            },
                            "text": "Jamais je la bat, <br>j'ai abandonnée",
                            "arrowhead": 4,
                            "arrowsize": 1.5,
                            "arrowcolor": "rgb(0, 0, 0)",
                            "arrowwidth": 1
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Sam_C.",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/4.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "Axergonomie",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-03-28 09:52:41",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Sam_C.",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:27:44.088826Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~jacksonplays549/2.embed",
            "fid": "jacksonplays549:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/jacksonplays549/2/9_3IKZYLBSNSZO15OZ02H4QT4N83U3L1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/jacksonplays549/2/2_TZSW7VWLQRIOD9ZJPG3V2FFTL7GXGN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jacksonplays549/2/8_Y4NTOG7U24LGLB8ZMW2BKMEPIN793J.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jacksonplays549/2/9_3IKZYLBSNSZO15OZ02H4QT4N83U3L1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/jacksonplays549:2",
                "plots": "https://api.plotly.com/v2/plots/jacksonplays549:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=jacksonplays549"
            },
            "owner": "jacksonplays549",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~jacksonplays549/2/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:27:44.105Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~jacksonplays549/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Conclusion - Partial Percentage",
                                "y": "Number of Minutiae",
                                "values": "Conclusion"
                            }
                        },
                        "mode": "lines",
                        "type": "bar",
                        "xsrc": "jacksonplays549:1:514063,2cf554*",
                        "ysrc": "jacksonplays549:1:3114ca",
                        "valuessrc": "jacksonplays549:1:514063",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Partial Percentage And Number of minutiae present to create a conclusion"
                    },
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            27.5
                        ],
                        "title": {
                            "text": "Conclusion"
                        },
                        "autorange": true,
                        "showspikes": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            574.7368421052631
                        ],
                        "title": {
                            "text": "Number of Minute present"
                        },
                        "autorange": true,
                        "showspikes": true
                    },
                    "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"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~jacksonplays549",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/28.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-19 14:26:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "jacksonplays549",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:23:45.622931Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~les172/105.embed",
            "fid": "les172:105",
            "filename": "C5a in NHP serum Mar-Apr24 repeat",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/les172/105/9_0FXGN2TMPCNPP2I9ZW34OD42Y5B2HI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/les172/105/2_5JLI5A98G02HRBEEXFTLNTZI6MWT4X.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/les172/105/8_HSXPMOSSF3KLG8D44OC05SJSY7FX57.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/les172/105/9_0FXGN2TMPCNPP2I9ZW34OD42Y5B2HI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/les172:105",
                "plots": "https://api.plotly.com/v2/plots/les172:105",
                "parent": "https://api.plotly.com/v2/folders/home?user=les172"
            },
            "owner": "les172",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 4,
            "web_url": "https://chart-studio.plotly.com/~les172/105/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:25:11.347Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~les172/105/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(71, 82, 162)",
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "1h",
                        "type": "box",
                        "ysrc": "les172:104:64677e",
                        "jitter": 0.31,
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)",
                                "width": 2
                            },
                            "size": 6,
                            "color": "#AA0DFE",
                            "symbol": "diamond-open"
                        },
                        "boxmean": true,
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgba(0, 0, 0, 0)",
                        "hoverinfo": "x+y+name",
                        "showlegend": true,
                        "whiskerwidth": 0.48
                    },
                    {
                        "line": {
                            "width": 2
                        },
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "7d",
                        "type": "box",
                        "ysrc": "les172:104:e4b679",
                        "xaxis": "x",
                        "yaxis": "y",
                        "jitter": 0.31,
                        "marker": {
                            "line": {
                                "color": "rgb(255, 255, 255)"
                            },
                            "color": "#3283FE"
                        },
                        "boxmean": true,
                        "pointpos": 0,
                        "boxpoints": "all",
                        "fillcolor": "rgba(0, 0, 0, 0)",
                        "whiskerwidth": 0.48
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Arial"
                    },
                    "title": {
                        "x": 0.44,
                        "text": "C5a level upon ePL injection"
                    },
                    "width": 600,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.49999999999999994,
                            2.523052020545618
                        ],
                        "ticks": "",
                        "title": {
                            "text": ""
                        },
                        "domain": [
                            0.25,
                            0.75
                        ],
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": false,
                        "showspikes": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            10
                        ],
                        "title": {
                            "text": "Fold change from baseline"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false,
                        "fixedrange": true,
                        "showspikes": false,
                        "exponentformat": "e"
                    },
                    "bargap": 0.30000000000000004,
                    "boxgap": 0.65,
                    "height": 600,
                    "legend": {
                        "x": 0.31355072463768113,
                        "y": 1,
                        "font": {
                            "size": 13
                        },
                        "valign": "top",
                        "bgcolor": "rgba(0, 0, 0, 0)",
                        "xanchor": "left",
                        "yanchor": "top",
                        "itemsizing": "trace",
                        "bordercolor": "rgba(0, 0, 0, 0)",
                        "borderwidth": 0,
                        "orientation": "h",
                        "tracegroupgap": 0
                    },
                    "margin": {
                        "b": 100,
                        "l": 0,
                        "r": 0,
                        "t": 100,
                        "pad": 0
                    },
                    "shapes": [
                        {
                            "x0": 0.27,
                            "x1": 0.59,
                            "y0": 0,
                            "y1": 9.95,
                            "line": {
                                "color": "#444444",
                                "width": 1
                            },
                            "xref": "paper",
                            "opacity": 1,
                            "visible": true,
                            "fillcolor": "rgba(0, 0, 0, 0)"
                        },
                        {
                            "x0": -0.3929839584726851,
                            "x1": 1.55,
                            "y0": 1,
                            "y1": 1,
                            "line": {
                                "dash": "longdash",
                                "color": "rgb(23, 20, 20)",
                                "width": 2
                            },
                            "type": "line",
                            "xref": "x",
                            "opacity": 0.5,
                            "fillcolor": "rgb(25, 25, 25)"
                        }
                    ],
                    "boxmode": "overlay",
                    "modebar": {
                        "orientation": "h"
                    },
                    "autosize": true,
                    "dragmode": "select",
                    "clickmode": "none",
                    "hovermode": false,
                    "showlegend": true,
                    "violinmode": "group",
                    "bargroupgap": 0.15,
                    "boxgroupgap": 0,
                    "violingroupgap": 0
                }
            },
            "height": 600,
            "width": 600,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~les172",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/9.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": "2022-01-07 22:19:06",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "les172",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:23:40.785029Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~macred1023/242.embed",
            "fid": "macred1023:242",
            "filename": "MR 20 and 21 vs Acid",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/macred1023/242/9_W2VITBAAIFIFYESS49CF7O0MWRPX4P.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/macred1023/242/2_U665RWULY9D0HHN8DUVU2JGI2JPHB8.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/macred1023/242/8_ODA5X0ODKTWK3EWHDE5DLZBFHE7G26.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/macred1023/242/9_W2VITBAAIFIFYESS49CF7O0MWRPX4P.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/macred1023:242",
                "plots": "https://api.plotly.com/v2/plots/macred1023:242",
                "parent": "https://api.plotly.com/v2/folders/home?user=macred1023"
            },
            "owner": "macred1023",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~macred1023/242/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:24:03.887Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~macred1023/242/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Created as New Dataset",
                                "y": "Sample 425 By Analyst Date Friday"
                            }
                        },
                        "mode": "lines",
                        "name": "L-Aspartic Acid",
                        "type": "scatter",
                        "xsrc": "macred1023:238:920d21",
                        "ysrc": "macred1023:238:76644e",
                        "visible": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Created as New Dataset",
                                "y": "Sample 426 By Analyst Date Friday"
                            }
                        },
                        "mode": "lines",
                        "name": "L-Glutamic Acid",
                        "type": "scatter",
                        "xsrc": "macred1023:239:1b6cb7",
                        "ysrc": "macred1023:239:927318",
                        "visible": true,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Created as New Dataset",
                                "y": "Sample 409 By Analyst Date Wednesday"
                            }
                        },
                        "mode": "lines",
                        "name": "MR 20",
                        "type": "scatter",
                        "xsrc": "macred1023:241:c79a21",
                        "ysrc": "macred1023:241:df36cc",
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Created as New Dataset",
                                "y": "Sample 424 By Analyst Date Friday"
                            }
                        },
                        "mode": "lines",
                        "name": "MR 21",
                        "type": "scatter",
                        "xsrc": "macred1023:240:9b560a",
                        "ysrc": "macred1023:240:124541",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "MR 20 and 21 vs Glutamic and Aspartic Acid"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            4000,
                            650
                        ],
                        "title": {
                            "text": "cm-1"
                        },
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            43.47611111111111,
                            102.7538888888889
                        ],
                        "title": {
                            "text": "% Intensity"
                        },
                        "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/~macred1023",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2021-09-30 16:13:47",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "macred1023",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:14:54.990930Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~a.sh.mansour200412/1.embed",
            "fid": "a.sh.mansour200412:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/a.sh.mansour200412/1/9_9RI74QBI4CJEDI3AD0R6QO1TRPI3PQ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/a.sh.mansour200412/1/2_LL8PU04FXV67CUCQ4SD0CEKZ5P49LE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/a.sh.mansour200412/1/8_DP9WRPGH1U280YHI9AIUU8B6PSWPOX.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/a.sh.mansour200412/1/9_9RI74QBI4CJEDI3AD0R6QO1TRPI3PQ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/a.sh.mansour200412:1",
                "plots": "https://api.plotly.com/v2/plots/a.sh.mansour200412:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=a.sh.mansour200412"
            },
            "owner": "a.sh.mansour200412",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~a.sh.mansour200412/1/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:14:55.004Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~a.sh.mansour200412/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "a.sh.mansour200412:0:2d4828",
                        "ysrc": "a.sh.mansour200412:0:005f04"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -31.757344963235298,
                            555.2723649632353
                        ],
                        "title": {
                            "text": "TIME (s)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -72.680804954708,
                            -20.282641045292017
                        ],
                        "title": {
                            "text": "Sound pressure level (dB)"
                        },
                        "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/~a.sh.mansour200412",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-19 14:13:24",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "a.sh.mansour200412",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:07:52.300879Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~peter.capcara/207.embed",
            "fid": "peter.capcara:207",
            "filename": "Plot 207",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/207/9_N89UFLR52899QKQKDJCEUSCKD93SHE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/207/2_SCIOH2MUG7UHQC6SAGQ1EKM1EB5VUD.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/207/8_9NZ1G4THJ0KOK7TNBCOOAN84J5T3PR.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/207/9_N89UFLR52899QKQKDJCEUSCKD93SHE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/peter.capcara:207",
                "plots": "https://api.plotly.com/v2/plots/peter.capcara:207",
                "parent": "https://api.plotly.com/v2/folders/home?user=peter.capcara"
            },
            "owner": "peter.capcara",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~peter.capcara/207/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:07:52.313Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~peter.capcara/207/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a1a8b8",
                        "asrc": "peter.capcara:206:066dd1",
                        "bsrc": "peter.capcara:206:9e65a9",
                        "csrc": "peter.capcara:206:6727fe",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "PD",
                        "text": "PD",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#8dd3c7"
                    },
                    {
                        "uid": "c72344",
                        "asrc": "peter.capcara:206:5099d4",
                        "bsrc": "peter.capcara:206:900e0d",
                        "csrc": "peter.capcara:206:46e8cc",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D1",
                        "text": "D1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#ffffb3"
                    },
                    {
                        "uid": "3eab74",
                        "asrc": "peter.capcara:206:5f1949",
                        "bsrc": "peter.capcara:206:5cd36c",
                        "csrc": "peter.capcara:206:b1e8c4",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D2",
                        "text": "D2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#bebada"
                    },
                    {
                        "uid": "b9dc9f",
                        "asrc": "peter.capcara:206:7b40e0",
                        "bsrc": "peter.capcara:206:b4b41e",
                        "csrc": "peter.capcara:206:6132f9",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "DT",
                        "text": "DT",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fb8072"
                    },
                    {
                        "uid": "381ad2",
                        "asrc": "peter.capcara:206:a091cd",
                        "bsrc": "peter.capcara:206:80f09f",
                        "csrc": "peter.capcara:206:ca2987",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T1",
                        "text": "T1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#80b1d3"
                    },
                    {
                        "uid": "8cc163",
                        "asrc": "peter.capcara:206:94e964",
                        "bsrc": "peter.capcara:206:57c6c5",
                        "csrc": "peter.capcara:206:9051b9",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T2",
                        "text": "T2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fdb462"
                    },
                    {
                        "uid": "6f33dc",
                        "asrc": "peter.capcara:206:5866c8",
                        "bsrc": "peter.capcara:206:2cfc6c",
                        "csrc": "peter.capcara:206:0e0715",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T3",
                        "text": "T3",
                        "type": "scatterternary",
                        "opacity": 0.5,
                        "subplot": "ternary",
                        "fillcolor": "#b3de69"
                    },
                    {
                        "asrc": "peter.capcara:206:0a5dc6",
                        "bsrc": "peter.capcara:206:643ac2",
                        "csrc": "peter.capcara:206:749ce4",
                        "mode": "markers",
                        "name": "2656",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,255)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:17e821",
                        "bsrc": "peter.capcara:206:9a3bae",
                        "csrc": "peter.capcara:206:dcda9f",
                        "mode": "markers",
                        "name": "2655",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,245)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:4f5d58",
                        "bsrc": "peter.capcara:206:725b40",
                        "csrc": "peter.capcara:206:558aab",
                        "mode": "markers",
                        "name": "2654",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,235)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:bc3b53",
                        "bsrc": "peter.capcara:206:a6bd7c",
                        "csrc": "peter.capcara:206:3e8dcc",
                        "mode": "markers",
                        "name": "2653",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,225)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:746a9d",
                        "bsrc": "peter.capcara:206:37f100",
                        "csrc": "peter.capcara:206:8da323",
                        "mode": "markers",
                        "name": "2652",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,215)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:f77f5a",
                        "bsrc": "peter.capcara:206:3bee1c",
                        "csrc": "peter.capcara:206:8fc1f3",
                        "mode": "markers",
                        "name": "2651",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,205)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:966a96",
                        "bsrc": "peter.capcara:206:9cd9e3",
                        "csrc": "peter.capcara:206:d20b08",
                        "mode": "markers",
                        "name": "2650",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,195)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:ea05b2",
                        "bsrc": "peter.capcara:206:b91153",
                        "csrc": "peter.capcara:206:dc6d21",
                        "mode": "markers",
                        "name": "2649",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,185)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:212c9f",
                        "bsrc": "peter.capcara:206:5413e7",
                        "csrc": "peter.capcara:206:cb57c2",
                        "mode": "markers",
                        "name": "2648",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,175)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:c3cb00",
                        "bsrc": "peter.capcara:206:251d04",
                        "csrc": "peter.capcara:206:c0ecba",
                        "mode": "markers",
                        "name": "2647",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,165)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:16b08a",
                        "bsrc": "peter.capcara:206:466217",
                        "csrc": "peter.capcara:206:cfe4ca",
                        "mode": "markers",
                        "name": "2646",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,155)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:befcfe",
                        "bsrc": "peter.capcara:206:029227",
                        "csrc": "peter.capcara:206:fc178a",
                        "mode": "markers",
                        "name": "2645",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,145)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:2a34f1",
                        "bsrc": "peter.capcara:206:79489f",
                        "csrc": "peter.capcara:206:8f804a",
                        "mode": "markers",
                        "name": "2644",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,135)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:0be19c",
                        "bsrc": "peter.capcara:206:4972e5",
                        "csrc": "peter.capcara:206:aabe7a",
                        "mode": "markers",
                        "name": "2643",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,125)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:428786",
                        "bsrc": "peter.capcara:206:03a756",
                        "csrc": "peter.capcara:206:9adcdc",
                        "mode": "markers",
                        "name": "2642",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,115)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:abcd2c",
                        "bsrc": "peter.capcara:206:e00362",
                        "csrc": "peter.capcara:206:1caa77",
                        "mode": "markers",
                        "name": "2641",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,105)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:cc05ed",
                        "bsrc": "peter.capcara:206:3ed246",
                        "csrc": "peter.capcara:206:f82888",
                        "mode": "markers",
                        "name": "2640",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,95)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:9db611",
                        "bsrc": "peter.capcara:206:e80adc",
                        "csrc": "peter.capcara:206:1cd66d",
                        "mode": "markers",
                        "name": "2639",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,85)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:815d31",
                        "bsrc": "peter.capcara:206:9b4f7d",
                        "csrc": "peter.capcara:206:f205a5",
                        "mode": "markers",
                        "name": "2638",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,75)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:b9c41d",
                        "bsrc": "peter.capcara:206:c6495d",
                        "csrc": "peter.capcara:206:efb160",
                        "mode": "markers",
                        "name": "2637",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,65)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:7054d7",
                        "bsrc": "peter.capcara:206:12739e",
                        "csrc": "peter.capcara:206:4b0d03",
                        "mode": "markers",
                        "name": "2636",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,55)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:a1c80c",
                        "bsrc": "peter.capcara:206:bc203e",
                        "csrc": "peter.capcara:206:15dfcd",
                        "mode": "markers",
                        "name": "2635",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,45)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:1f6af3",
                        "bsrc": "peter.capcara:206:ebaeb3",
                        "csrc": "peter.capcara:206:cc47ba",
                        "mode": "markers",
                        "name": "2634",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,35)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:650cf1",
                        "bsrc": "peter.capcara:206:8a97c1",
                        "csrc": "peter.capcara:206:114a28",
                        "mode": "markers",
                        "name": "2633",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,25)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:6a73dd",
                        "bsrc": "peter.capcara:206:bb76ac",
                        "csrc": "peter.capcara:206:8e67f4",
                        "mode": "markers",
                        "name": "2632",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,15)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:dff59f",
                        "bsrc": "peter.capcara:206:2ccbf2",
                        "csrc": "peter.capcara:206:465e99",
                        "mode": "markers",
                        "name": "2631",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,5)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:95f789",
                        "bsrc": "peter.capcara:206:784e99",
                        "csrc": "peter.capcara:206:55f26f",
                        "mode": "markers",
                        "name": "2630",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,255,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:ba04c1",
                        "bsrc": "peter.capcara:206:043496",
                        "csrc": "peter.capcara:206:57e313",
                        "mode": "markers",
                        "name": "2629",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,245,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:b95b17",
                        "bsrc": "peter.capcara:206:af9a0f",
                        "csrc": "peter.capcara:206:b543bc",
                        "mode": "markers",
                        "name": "2628",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,235,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:5cde6e",
                        "bsrc": "peter.capcara:206:11add4",
                        "csrc": "peter.capcara:206:bd1338",
                        "mode": "markers",
                        "name": "2627",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,225,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:44476f",
                        "bsrc": "peter.capcara:206:f8e93b",
                        "csrc": "peter.capcara:206:43c0c9",
                        "mode": "markers",
                        "name": "2626",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,215,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:05f815",
                        "bsrc": "peter.capcara:206:06ae73",
                        "csrc": "peter.capcara:206:ef1df2",
                        "mode": "markers",
                        "name": "2625",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,205,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:8c3bfa",
                        "bsrc": "peter.capcara:206:988a3c",
                        "csrc": "peter.capcara:206:e2ee63",
                        "mode": "markers",
                        "name": "2624",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,195,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:206:80f1ad",
                        "bsrc": "peter.capcara:206:d472d9",
                        "csrc": "peter.capcara:206:e08c0c",
                        "mode": "markers",
                        "name": "2623",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,185,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "lavender"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:206:d78887"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.0,
                                0.255
                            ]
                        },
                        "header": {
                            "fill": {
                                "color": "paleturquoise"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:206:64888b"
                        },
                        "columnwidthsrc": "peter.capcara:206:9c38f5"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Duval Triangle for DGA Interpretation"
                    },
                    "height": 1000,
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "CH4(Methane)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "baxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H2(Acetylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "caxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H4(Ethylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.405,
                                1.0
                            ]
                        }
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": true
                }
            },
            "height": 1000,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~peter.capcara",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-08 08:11:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "peter.capcara",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:07:13.347423Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~peter.capcara/205.embed",
            "fid": "peter.capcara:205",
            "filename": "Plot 205",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/205/9_FHHIIDNTV8DDON6WMZRM6XTB03JM3O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/205/2_2G0HWVF5D4D6KWSFOD8QY9GIY9HHYC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/205/8_MHVEZAW4ZBZZCTSI4LG5SMIMDUWWE3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/205/9_FHHIIDNTV8DDON6WMZRM6XTB03JM3O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/peter.capcara:205",
                "plots": "https://api.plotly.com/v2/plots/peter.capcara:205",
                "parent": "https://api.plotly.com/v2/folders/home?user=peter.capcara"
            },
            "owner": "peter.capcara",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~peter.capcara/205/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:07:13.362Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~peter.capcara/205/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a1a8b8",
                        "asrc": "peter.capcara:204:e6aa26",
                        "bsrc": "peter.capcara:204:04fdcb",
                        "csrc": "peter.capcara:204:d61d53",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "PD",
                        "text": "PD",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#8dd3c7"
                    },
                    {
                        "uid": "c72344",
                        "asrc": "peter.capcara:204:07a961",
                        "bsrc": "peter.capcara:204:e43136",
                        "csrc": "peter.capcara:204:366601",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D1",
                        "text": "D1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#ffffb3"
                    },
                    {
                        "uid": "3eab74",
                        "asrc": "peter.capcara:204:85fd38",
                        "bsrc": "peter.capcara:204:560550",
                        "csrc": "peter.capcara:204:915bc1",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D2",
                        "text": "D2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#bebada"
                    },
                    {
                        "uid": "b9dc9f",
                        "asrc": "peter.capcara:204:110c26",
                        "bsrc": "peter.capcara:204:e8c435",
                        "csrc": "peter.capcara:204:a7545b",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "DT",
                        "text": "DT",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fb8072"
                    },
                    {
                        "uid": "381ad2",
                        "asrc": "peter.capcara:204:a31433",
                        "bsrc": "peter.capcara:204:0e1f73",
                        "csrc": "peter.capcara:204:2693ab",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T1",
                        "text": "T1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#80b1d3"
                    },
                    {
                        "uid": "8cc163",
                        "asrc": "peter.capcara:204:8242f8",
                        "bsrc": "peter.capcara:204:8df95b",
                        "csrc": "peter.capcara:204:c45775",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T2",
                        "text": "T2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fdb462"
                    },
                    {
                        "uid": "6f33dc",
                        "asrc": "peter.capcara:204:335a54",
                        "bsrc": "peter.capcara:204:89dbfa",
                        "csrc": "peter.capcara:204:f20c79",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T3",
                        "text": "T3",
                        "type": "scatterternary",
                        "opacity": 0.5,
                        "subplot": "ternary",
                        "fillcolor": "#b3de69"
                    },
                    {
                        "asrc": "peter.capcara:204:0dee65",
                        "bsrc": "peter.capcara:204:3c6e58",
                        "csrc": "peter.capcara:204:af9ec9",
                        "mode": "markers",
                        "name": "2656",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,255)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:88cf72",
                        "bsrc": "peter.capcara:204:ef8419",
                        "csrc": "peter.capcara:204:e8fa13",
                        "mode": "markers",
                        "name": "2655",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,245)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:0e2f2b",
                        "bsrc": "peter.capcara:204:23485b",
                        "csrc": "peter.capcara:204:bee91e",
                        "mode": "markers",
                        "name": "2654",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,235)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:33afd0",
                        "bsrc": "peter.capcara:204:48c10d",
                        "csrc": "peter.capcara:204:b56b7f",
                        "mode": "markers",
                        "name": "2653",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,225)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:c080ed",
                        "bsrc": "peter.capcara:204:0104c2",
                        "csrc": "peter.capcara:204:9cf84e",
                        "mode": "markers",
                        "name": "2652",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,215)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:2a241d",
                        "bsrc": "peter.capcara:204:465593",
                        "csrc": "peter.capcara:204:e5c3a1",
                        "mode": "markers",
                        "name": "2651",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,205)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:89fea0",
                        "bsrc": "peter.capcara:204:86c5d8",
                        "csrc": "peter.capcara:204:26d30e",
                        "mode": "markers",
                        "name": "2650",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,195)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:5c84af",
                        "bsrc": "peter.capcara:204:a7c797",
                        "csrc": "peter.capcara:204:cabfe0",
                        "mode": "markers",
                        "name": "2649",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,185)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:a7066b",
                        "bsrc": "peter.capcara:204:fefeac",
                        "csrc": "peter.capcara:204:ed9ac2",
                        "mode": "markers",
                        "name": "2648",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,175)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:3c417f",
                        "bsrc": "peter.capcara:204:20b110",
                        "csrc": "peter.capcara:204:a74eb3",
                        "mode": "markers",
                        "name": "2647",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,165)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:1bd881",
                        "bsrc": "peter.capcara:204:dca6d3",
                        "csrc": "peter.capcara:204:b31358",
                        "mode": "markers",
                        "name": "2646",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,155)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:b0b1d8",
                        "bsrc": "peter.capcara:204:32f8a3",
                        "csrc": "peter.capcara:204:d7f092",
                        "mode": "markers",
                        "name": "2645",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,145)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:c3a9c9",
                        "bsrc": "peter.capcara:204:7bd047",
                        "csrc": "peter.capcara:204:aa2bed",
                        "mode": "markers",
                        "name": "2644",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,135)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:e5bcdb",
                        "bsrc": "peter.capcara:204:d25a87",
                        "csrc": "peter.capcara:204:aa0cde",
                        "mode": "markers",
                        "name": "2643",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,125)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:cac07e",
                        "bsrc": "peter.capcara:204:8913a7",
                        "csrc": "peter.capcara:204:07b6f5",
                        "mode": "markers",
                        "name": "2642",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,115)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:707bb8",
                        "bsrc": "peter.capcara:204:27e8af",
                        "csrc": "peter.capcara:204:0449f0",
                        "mode": "markers",
                        "name": "2641",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,105)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:f776df",
                        "bsrc": "peter.capcara:204:314817",
                        "csrc": "peter.capcara:204:2c22e2",
                        "mode": "markers",
                        "name": "2640",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,95)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:5e7da0",
                        "bsrc": "peter.capcara:204:35e98a",
                        "csrc": "peter.capcara:204:8563a9",
                        "mode": "markers",
                        "name": "2639",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,85)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:112013",
                        "bsrc": "peter.capcara:204:83a99b",
                        "csrc": "peter.capcara:204:f9eb38",
                        "mode": "markers",
                        "name": "2638",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,75)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:69b927",
                        "bsrc": "peter.capcara:204:5415c4",
                        "csrc": "peter.capcara:204:ca0847",
                        "mode": "markers",
                        "name": "2637",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,65)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:9907e7",
                        "bsrc": "peter.capcara:204:fdf366",
                        "csrc": "peter.capcara:204:b17c01",
                        "mode": "markers",
                        "name": "2636",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,55)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:7dea48",
                        "bsrc": "peter.capcara:204:49415c",
                        "csrc": "peter.capcara:204:7d2dab",
                        "mode": "markers",
                        "name": "2635",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,45)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:1b0400",
                        "bsrc": "peter.capcara:204:a62fac",
                        "csrc": "peter.capcara:204:60f2e4",
                        "mode": "markers",
                        "name": "2634",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,35)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:7746d1",
                        "bsrc": "peter.capcara:204:61b057",
                        "csrc": "peter.capcara:204:414ef4",
                        "mode": "markers",
                        "name": "2633",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,25)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:91acd4",
                        "bsrc": "peter.capcara:204:e1bf7c",
                        "csrc": "peter.capcara:204:1a122f",
                        "mode": "markers",
                        "name": "2632",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,15)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:ce0765",
                        "bsrc": "peter.capcara:204:37a3a5",
                        "csrc": "peter.capcara:204:34c490",
                        "mode": "markers",
                        "name": "2631",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,5)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:a3e456",
                        "bsrc": "peter.capcara:204:93c798",
                        "csrc": "peter.capcara:204:d9fb8f",
                        "mode": "markers",
                        "name": "2630",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,255,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:40afc8",
                        "bsrc": "peter.capcara:204:841e32",
                        "csrc": "peter.capcara:204:1f435b",
                        "mode": "markers",
                        "name": "2629",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,245,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:1fdd44",
                        "bsrc": "peter.capcara:204:95db93",
                        "csrc": "peter.capcara:204:b1d676",
                        "mode": "markers",
                        "name": "2628",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,235,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:4fa078",
                        "bsrc": "peter.capcara:204:9fd781",
                        "csrc": "peter.capcara:204:7e0949",
                        "mode": "markers",
                        "name": "2627",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,225,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:d6e592",
                        "bsrc": "peter.capcara:204:e5decd",
                        "csrc": "peter.capcara:204:719c54",
                        "mode": "markers",
                        "name": "2626",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,215,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:98e270",
                        "bsrc": "peter.capcara:204:1e51da",
                        "csrc": "peter.capcara:204:88b1f5",
                        "mode": "markers",
                        "name": "2625",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,205,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:ab2bcf",
                        "bsrc": "peter.capcara:204:3cd435",
                        "csrc": "peter.capcara:204:66c83c",
                        "mode": "markers",
                        "name": "2624",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,195,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:204:c637bc",
                        "bsrc": "peter.capcara:204:101ab2",
                        "csrc": "peter.capcara:204:251bb9",
                        "mode": "markers",
                        "name": "2623",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,185,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "lavender"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:204:0dbfb2"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.0,
                                0.255
                            ]
                        },
                        "header": {
                            "fill": {
                                "color": "paleturquoise"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:204:bae359"
                        },
                        "columnwidthsrc": "peter.capcara:204:dcf34c"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Duval Triangle for DGA Interpretation"
                    },
                    "height": 1000,
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "CH4(Methane)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "baxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H2(Acetylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "caxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H4(Ethylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.405,
                                1.0
                            ]
                        }
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": true
                }
            },
            "height": 1000,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~peter.capcara",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-08 08:11:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "peter.capcara",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T14:06:17.222561Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~peter.capcara/203.embed",
            "fid": "peter.capcara:203",
            "filename": "Plot 203",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/203/9_MS3UYMJBDMJR6S6WY59KU1YIBXRMLG.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/203/2_BBZSOU47H2KIU0RNFFNB9FY2AVZOCA.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/203/8_RL8NFNG09G46FA2B8UNL48GDLG78C7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/peter.capcara/203/9_MS3UYMJBDMJR6S6WY59KU1YIBXRMLG.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/peter.capcara:203",
                "plots": "https://api.plotly.com/v2/plots/peter.capcara:203",
                "parent": "https://api.plotly.com/v2/folders/home?user=peter.capcara"
            },
            "owner": "peter.capcara",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 3,
            "web_url": "https://chart-studio.plotly.com/~peter.capcara/203/",
            "world_readable": true,
            "date_modified": "2024-04-19T14:06:17.233Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~peter.capcara/203/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "a1a8b8",
                        "asrc": "peter.capcara:202:4cc397",
                        "bsrc": "peter.capcara:202:b513f7",
                        "csrc": "peter.capcara:202:51a37b",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "PD",
                        "text": "PD",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#8dd3c7"
                    },
                    {
                        "uid": "c72344",
                        "asrc": "peter.capcara:202:2cba89",
                        "bsrc": "peter.capcara:202:9fe41f",
                        "csrc": "peter.capcara:202:e63e3b",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D1",
                        "text": "D1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#ffffb3"
                    },
                    {
                        "uid": "3eab74",
                        "asrc": "peter.capcara:202:cba937",
                        "bsrc": "peter.capcara:202:961382",
                        "csrc": "peter.capcara:202:a5010d",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "D2",
                        "text": "D2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#bebada"
                    },
                    {
                        "uid": "b9dc9f",
                        "asrc": "peter.capcara:202:c3d2fa",
                        "bsrc": "peter.capcara:202:d29731",
                        "csrc": "peter.capcara:202:aa5082",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "DT",
                        "text": "DT",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fb8072"
                    },
                    {
                        "uid": "381ad2",
                        "asrc": "peter.capcara:202:9835a8",
                        "bsrc": "peter.capcara:202:f63358",
                        "csrc": "peter.capcara:202:2a3427",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T1",
                        "text": "T1",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#80b1d3"
                    },
                    {
                        "uid": "8cc163",
                        "asrc": "peter.capcara:202:305545",
                        "bsrc": "peter.capcara:202:9cf361",
                        "csrc": "peter.capcara:202:ba7407",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T2",
                        "text": "T2",
                        "type": "scatterternary",
                        "subplot": "ternary",
                        "fillcolor": "#fdb462"
                    },
                    {
                        "uid": "6f33dc",
                        "asrc": "peter.capcara:202:70c7d4",
                        "bsrc": "peter.capcara:202:a97303",
                        "csrc": "peter.capcara:202:f577b8",
                        "fill": "toself",
                        "line": {
                            "color": "#444"
                        },
                        "mode": "lines",
                        "name": "T3",
                        "text": "T3",
                        "type": "scatterternary",
                        "opacity": 0.5,
                        "subplot": "ternary",
                        "fillcolor": "#b3de69"
                    },
                    {
                        "asrc": "peter.capcara:202:249341",
                        "bsrc": "peter.capcara:202:6e4a8c",
                        "csrc": "peter.capcara:202:006035",
                        "mode": "markers",
                        "name": "2656",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,255)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:c8b46a",
                        "bsrc": "peter.capcara:202:97822e",
                        "csrc": "peter.capcara:202:daf630",
                        "mode": "markers",
                        "name": "2655",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,245)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:467a3e",
                        "bsrc": "peter.capcara:202:04678b",
                        "csrc": "peter.capcara:202:b44f38",
                        "mode": "markers",
                        "name": "2654",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,235)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:d6fc61",
                        "bsrc": "peter.capcara:202:d60c5e",
                        "csrc": "peter.capcara:202:4e63e1",
                        "mode": "markers",
                        "name": "2653",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,225)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:fbacf9",
                        "bsrc": "peter.capcara:202:ce0cca",
                        "csrc": "peter.capcara:202:f3f70a",
                        "mode": "markers",
                        "name": "2652",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,215)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:22ab49",
                        "bsrc": "peter.capcara:202:91d130",
                        "csrc": "peter.capcara:202:a199b6",
                        "mode": "markers",
                        "name": "2651",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,205)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:d9a8c8",
                        "bsrc": "peter.capcara:202:b7c19e",
                        "csrc": "peter.capcara:202:d2e975",
                        "mode": "markers",
                        "name": "2650",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,195)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:987433",
                        "bsrc": "peter.capcara:202:355f9a",
                        "csrc": "peter.capcara:202:a5d31f",
                        "mode": "markers",
                        "name": "2649",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,185)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:2fd5c0",
                        "bsrc": "peter.capcara:202:4c28eb",
                        "csrc": "peter.capcara:202:6a1557",
                        "mode": "markers",
                        "name": "2648",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,175)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:208e5c",
                        "bsrc": "peter.capcara:202:9bcf9a",
                        "csrc": "peter.capcara:202:1857aa",
                        "mode": "markers",
                        "name": "2647",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,165)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:a87734",
                        "bsrc": "peter.capcara:202:8cfe62",
                        "csrc": "peter.capcara:202:e2ae99",
                        "mode": "markers",
                        "name": "2646",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,155)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:fcc8b0",
                        "bsrc": "peter.capcara:202:fba40b",
                        "csrc": "peter.capcara:202:25def5",
                        "mode": "markers",
                        "name": "2645",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,145)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:1aca2a",
                        "bsrc": "peter.capcara:202:ebd39f",
                        "csrc": "peter.capcara:202:2dc045",
                        "mode": "markers",
                        "name": "2644",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,135)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:7de059",
                        "bsrc": "peter.capcara:202:23655c",
                        "csrc": "peter.capcara:202:1d448d",
                        "mode": "markers",
                        "name": "2643",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,125)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:330aa3",
                        "bsrc": "peter.capcara:202:89c592",
                        "csrc": "peter.capcara:202:bb32b9",
                        "mode": "markers",
                        "name": "2642",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,115)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:8d436e",
                        "bsrc": "peter.capcara:202:5c6b63",
                        "csrc": "peter.capcara:202:b1ad0c",
                        "mode": "markers",
                        "name": "2641",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,105)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:5ca420",
                        "bsrc": "peter.capcara:202:adf2f0",
                        "csrc": "peter.capcara:202:9f61b8",
                        "mode": "markers",
                        "name": "2640",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,95)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:dac95c",
                        "bsrc": "peter.capcara:202:b888f4",
                        "csrc": "peter.capcara:202:b43aa1",
                        "mode": "markers",
                        "name": "2639",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,85)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:126880",
                        "bsrc": "peter.capcara:202:6c8b98",
                        "csrc": "peter.capcara:202:a843aa",
                        "mode": "markers",
                        "name": "2638",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,75)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:d4f4ce",
                        "bsrc": "peter.capcara:202:e9f1c9",
                        "csrc": "peter.capcara:202:9f6451",
                        "mode": "markers",
                        "name": "2637",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,65)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:03ca48",
                        "bsrc": "peter.capcara:202:c24bdc",
                        "csrc": "peter.capcara:202:7cdf9b",
                        "mode": "markers",
                        "name": "2636",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,55)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:177a38",
                        "bsrc": "peter.capcara:202:fae2d3",
                        "csrc": "peter.capcara:202:d6f9e4",
                        "mode": "markers",
                        "name": "2635",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,45)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:e3ce90",
                        "bsrc": "peter.capcara:202:554de0",
                        "csrc": "peter.capcara:202:2e4571",
                        "mode": "markers",
                        "name": "2634",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,35)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:daeafb",
                        "bsrc": "peter.capcara:202:c8880a",
                        "csrc": "peter.capcara:202:91aa02",
                        "mode": "markers",
                        "name": "2633",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,25)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:58d319",
                        "bsrc": "peter.capcara:202:a1c1b4",
                        "csrc": "peter.capcara:202:d3de80",
                        "mode": "markers",
                        "name": "2632",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,15)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:3b9572",
                        "bsrc": "peter.capcara:202:eaf0f8",
                        "csrc": "peter.capcara:202:72b379",
                        "mode": "markers",
                        "name": "2631",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,0,5)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:c82e8b",
                        "bsrc": "peter.capcara:202:43c76b",
                        "csrc": "peter.capcara:202:58609e",
                        "mode": "markers",
                        "name": "2630",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,255,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:535e1f",
                        "bsrc": "peter.capcara:202:d5d542",
                        "csrc": "peter.capcara:202:257280",
                        "mode": "markers",
                        "name": "2629",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,245,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:904a1d",
                        "bsrc": "peter.capcara:202:7f9786",
                        "csrc": "peter.capcara:202:e369c3",
                        "mode": "markers",
                        "name": "2628",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,235,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:d6c0e9",
                        "bsrc": "peter.capcara:202:9782a8",
                        "csrc": "peter.capcara:202:4bad8d",
                        "mode": "markers",
                        "name": "2627",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,225,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:573514",
                        "bsrc": "peter.capcara:202:cb03fd",
                        "csrc": "peter.capcara:202:ca5510",
                        "mode": "markers",
                        "name": "2626",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,215,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:41c2b8",
                        "bsrc": "peter.capcara:202:e0faba",
                        "csrc": "peter.capcara:202:7f64e2",
                        "mode": "markers",
                        "name": "2625",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,205,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:cf285c",
                        "bsrc": "peter.capcara:202:376457",
                        "csrc": "peter.capcara:202:c57dc6",
                        "mode": "markers",
                        "name": "2624",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,195,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "asrc": "peter.capcara:202:1ccd3e",
                        "bsrc": "peter.capcara:202:35c92b",
                        "csrc": "peter.capcara:202:5387da",
                        "mode": "markers",
                        "name": "2623",
                        "type": "scatterternary",
                        "marker": {
                            "size": 10,
                            "color": "rgb(0,185,0)",
                            "symbol": "star"
                        },
                        "subplot": "ternary"
                    },
                    {
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "lavender"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:202:4e8398"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.0,
                                0.255
                            ]
                        },
                        "header": {
                            "fill": {
                                "color": "paleturquoise"
                            },
                            "align": "left",
                            "valuessrc": "peter.capcara:202:32360e"
                        },
                        "columnwidthsrc": "peter.capcara:202:a02816"
                    }
                ],
                "layout": {
                    "title": {
                        "text": "Duval Triangle for DGA Interpretation"
                    },
                    "height": 1000,
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "CH4(Methane)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "baxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H2(Acetylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "caxis": {
                            "min": 0.01,
                            "ticks": "outside",
                            "title": {
                                "text": "C2H4(Ethylene)"
                            },
                            "linewidth": 2,
                            "ticksuffix": "%"
                        },
                        "domain": {
                            "x": [
                                0.0,
                                1.0
                            ],
                            "y": [
                                0.405,
                                1.0
                            ]
                        }
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0.0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1.0,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0.0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1.0,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": true
                }
            },
            "height": 1000,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~peter.capcara",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-04-08 08:11:51",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "peter.capcara",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-19T13:59:53.246719Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~aaioanei/20.embed",
            "fid": "aaioanei:20",
            "filename": "property-interactions",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/aaioanei/20/9_TYDHDS3KU2PYVKKWJSFMWG3C9M4L01.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/aaioanei/20/2_L8YH4TG57I6H23S6LDYNZ8DA2C9Z7O.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/aaioanei/20/8_XCOL31M6LM332X6A8D6A8IOE0J83AV.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/aaioanei/20/9_TYDHDS3KU2PYVKKWJSFMWG3C9M4L01.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/aaioanei:20",
                "plots": "https://api.plotly.com/v2/plots/aaioanei:20",
                "parent": "https://api.plotly.com/v2/folders/home?user=aaioanei"
            },
            "owner": "aaioanei",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Interactions per Property",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~aaioanei/20/interactions-per-property/",
            "world_readable": true,
            "date_modified": "2024-04-21T12:51:17.032Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~aaioanei/20/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "name": "User 40707",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:6f6a1c",
                        "marker": {
                            "color": "#800080"
                        }
                    },
                    {
                        "name": "User 40876",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:fb4fb7",
                        "marker": {
                            "color": "#690080"
                        }
                    },
                    {
                        "name": "User 40955",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:bb5618",
                        "marker": {
                            "color": "#4e0080"
                        }
                    },
                    {
                        "name": "User 41922",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:38eaad",
                        "marker": {
                            "color": "#290080"
                        }
                    },
                    {
                        "name": "User 4089",
                        "type": "bar",
                        "xsrc": "aaioanei:21:e5ba01",
                        "ysrc": "aaioanei:21:d7982f",
                        "marker": {
                            "color": "#550079"
                        }
                    },
                    {
                        "name": "User 38593",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:04cdd0",
                        "marker": {
                            "color": "#980063"
                        }
                    },
                    {
                        "name": "User 41295",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:a0ab4d",
                        "marker": {
                            "color": "#c00049"
                        }
                    },
                    {
                        "name": "User 41725",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:756648",
                        "marker": {
                            "color": "#d2322b"
                        }
                    },
                    {
                        "name": "User 40167",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:756648",
                        "marker": {
                            "color": "#b05700"
                        }
                    },
                    {
                        "name": "User 39932",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#7f6f00"
                        }
                    },
                    {
                        "name": "User 41424",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#3e7d00"
                        }
                    },
                    {
                        "name": "User 40006",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#3d9600"
                        }
                    },
                    {
                        "name": "User 41056",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#7ebc00"
                        }
                    },
                    {
                        "name": "User 40486",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#c1e000"
                        }
                    },
                    {
                        "name": "User 42343",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#fff300"
                        }
                    },
                    {
                        "name": "User 41675",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#ff7d00"
                        }
                    },
                    {
                        "name": "User 40076",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#ff0077"
                        }
                    },
                    {
                        "name": "User 41306",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#af00e2"
                        }
                    },
                    {
                        "name": "User 39924",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#c900c8"
                        }
                    },
                    {
                        "name": "User 41536",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff0071"
                        }
                    },
                    {
                        "name": "User 41717",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff4c2e"
                        }
                    },
                    {
                        "name": "User 41926",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#f69b00"
                        }
                    },
                    {
                        "name": "User 40685",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#c3a800"
                        }
                    },
                    {
                        "name": "User 40872",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#91af1b"
                        }
                    },
                    {
                        "name": "User 40522",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#5daf45"
                        }
                    },
                    {
                        "name": "User 40335",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#70bd4a"
                        }
                    },
                    {
                        "name": "User 36225",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#a2d041"
                        }
                    },
                    {
                        "name": "User 40133",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#d6e03b"
                        }
                    },
                    {
                        "name": "User 40182",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ffd82f"
                        }
                    },
                    {
                        "name": "User 4001",
                        "type": "bar",
                        "xsrc": "aaioanei:21:40a00e",
                        "ysrc": "aaioanei:21:4e4814",
                        "marker": {
                            "color": "#ff8844"
                        }
                    },
                    {
                        "name": "User 41346",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff3378"
                        }
                    },
                    {
                        "name": "User 41393",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#b71da8"
                        }
                    },
                    {
                        "name": "User 516",
                        "type": "bar",
                        "xsrc": "aaioanei:21:f33f77",
                        "ysrc": "aaioanei:21:b449ed",
                        "marker": {
                            "color": "#884cc9"
                        }
                    },
                    {
                        "name": "User 42337",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#686ce0"
                        }
                    },
                    {
                        "name": "User 40050",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#4086ee"
                        }
                    },
                    {
                        "name": "User 41792",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#628ae5"
                        }
                    },
                    {
                        "name": "User 40131",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df28b4",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#a16aa9"
                        }
                    },
                    {
                        "name": "User 40481",
                        "type": "bar",
                        "xsrc": "aaioanei:21:5ae02b",
                        "ysrc": "aaioanei:21:a0ab4d",
                        "marker": {
                            "color": "#9f5a6e"
                        }
                    },
                    {
                        "name": "User 31029",
                        "type": "bar",
                        "xsrc": "aaioanei:21:5ae02b",
                        "ysrc": "aaioanei:21:756648",
                        "marker": {
                            "color": "#7f564b"
                        }
                    },
                    {
                        "name": "User 40790",
                        "type": "bar",
                        "xsrc": "aaioanei:21:5ae02b",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#805962"
                        }
                    },
                    {
                        "name": "User 4497",
                        "type": "bar",
                        "xsrc": "aaioanei:21:a6b8a3",
                        "ysrc": "aaioanei:21:8fe7e0",
                        "marker": {
                            "color": "#77667e"
                        }
                    },
                    {
                        "name": "User 40751",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:fbe1f6",
                        "marker": {
                            "color": "#65758b"
                        }
                    },
                    {
                        "name": "User 40728",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#577d98"
                        }
                    },
                    {
                        "name": "User 38616",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#6c74b5"
                        }
                    },
                    {
                        "name": "User 9327",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#b257aa"
                        }
                    },
                    {
                        "name": "User 40734",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#e7226b"
                        }
                    },
                    {
                        "name": "User 40785",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#fa5742"
                        }
                    },
                    {
                        "name": "User 31652",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#f78f1f"
                        }
                    },
                    {
                        "name": "User 41652",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#e1c21b"
                        }
                    },
                    {
                        "name": "User 40750",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#a8de52"
                        }
                    },
                    {
                        "name": "User 40047",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ffb05",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#50da8d"
                        }
                    },
                    {
                        "name": "User 39968",
                        "type": "bar",
                        "xsrc": "aaioanei:21:a018ba",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#00cebd"
                        }
                    },
                    {
                        "name": "User 42058",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#00bdd4"
                        }
                    },
                    {
                        "name": "User 42084",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#00cbb2"
                        }
                    },
                    {
                        "name": "User 41765",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#6cd36f"
                        }
                    },
                    {
                        "name": "User 42138",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#cecc24"
                        }
                    },
                    {
                        "name": "User 42161",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ffb300"
                        }
                    },
                    {
                        "name": "User 41866",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff9600"
                        }
                    },
                    {
                        "name": "User 42011",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff7811"
                        }
                    },
                    {
                        "name": "User 42165",
                        "type": "bar",
                        "xsrc": "aaioanei:21:df2831",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#fe5823"
                        }
                    },
                    {
                        "name": "User 35698",
                        "type": "bar",
                        "xsrc": "aaioanei:21:ca7244",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#e9724a"
                        }
                    },
                    {
                        "name": "User 36035",
                        "type": "bar",
                        "xsrc": "aaioanei:21:ca7244",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#d0866d"
                        }
                    },
                    {
                        "name": "User 35738",
                        "type": "bar",
                        "xsrc": "aaioanei:21:ca7244",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#b0978f"
                        }
                    },
                    {
                        "name": "User 35854",
                        "type": "bar",
                        "xsrc": "aaioanei:21:ca7244",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#94a0ac"
                        }
                    },
                    {
                        "name": "User 35714",
                        "type": "bar",
                        "xsrc": "aaioanei:21:ca7244",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#7ea3c4"
                        }
                    },
                    {
                        "name": "User 40412",
                        "type": "bar",
                        "xsrc": "aaioanei:21:3c1ced",
                        "ysrc": "aaioanei:21:a0ab4d",
                        "marker": {
                            "color": "#5ba6dd"
                        }
                    },
                    {
                        "name": "User 40032",
                        "type": "bar",
                        "xsrc": "aaioanei:21:3c1ced",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#00abf4"
                        }
                    },
                    {
                        "name": "User 40735",
                        "type": "bar",
                        "xsrc": "aaioanei:21:d94aa8",
                        "ysrc": "aaioanei:21:756648",
                        "marker": {
                            "color": "#00bcde"
                        }
                    },
                    {
                        "name": "User 42231",
                        "type": "bar",
                        "xsrc": "aaioanei:21:4e7c94",
                        "ysrc": "aaioanei:21:756648",
                        "marker": {
                            "color": "#00c5a6"
                        }
                    },
                    {
                        "name": "User 36293",
                        "type": "bar",
                        "xsrc": "aaioanei:21:f003a9",
                        "ysrc": "aaioanei:21:4f2d13",
                        "marker": {
                            "color": "#66c562"
                        }
                    },
                    {
                        "name": "User 42178",
                        "type": "bar",
                        "xsrc": "aaioanei:21:6ea528",
                        "ysrc": "aaioanei:21:7cf37d",
                        "marker": {
                            "color": "#a0b314"
                        }
                    },
                    {
                        "name": "User 35109",
                        "type": "bar",
                        "xsrc": "aaioanei:21:f6dc96",
                        "ysrc": "aaioanei:21:16398e",
                        "marker": {
                            "color": "#c49300"
                        }
                    },
                    {
                        "name": "User 41907",
                        "type": "bar",
                        "xsrc": "aaioanei:21:38a0cf",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#e76400"
                        }
                    },
                    {
                        "name": "User 41705",
                        "type": "bar",
                        "xsrc": "aaioanei:21:4df645",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff2800"
                        }
                    },
                    {
                        "name": "User 41830",
                        "type": "bar",
                        "xsrc": "aaioanei:21:4df645",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ee8200"
                        }
                    },
                    {
                        "name": "User 42344",
                        "type": "bar",
                        "xsrc": "aaioanei:21:906458",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#c0bf00"
                        }
                    },
                    {
                        "name": "User 42254",
                        "type": "bar",
                        "xsrc": "aaioanei:21:906458",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#65f100"
                        }
                    },
                    {
                        "name": "User 41621",
                        "type": "bar",
                        "xsrc": "aaioanei:21:42f339",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#c6e900"
                        }
                    },
                    {
                        "name": "User 41653",
                        "type": "bar",
                        "xsrc": "aaioanei:21:42f339",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ffc54b"
                        }
                    },
                    {
                        "name": "User 42169",
                        "type": "bar",
                        "xsrc": "aaioanei:21:307c41",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ffb7a1"
                        }
                    },
                    {
                        "name": "User 42260",
                        "type": "bar",
                        "xsrc": "aaioanei:21:307c41",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ffbcc6"
                        }
                    },
                    {
                        "name": "User 40489",
                        "type": "bar",
                        "xsrc": "aaioanei:21:07c4fa",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ffa9b0"
                        }
                    },
                    {
                        "name": "User 38585",
                        "type": "bar",
                        "xsrc": "aaioanei:21:07c4fa",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff9696"
                        }
                    },
                    {
                        "name": "User 40620",
                        "type": "bar",
                        "xsrc": "aaioanei:21:58dbe7",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#fc8479"
                        }
                    },
                    {
                        "name": "User 35776",
                        "type": "bar",
                        "xsrc": "aaioanei:21:8f3bd9",
                        "ysrc": "aaioanei:21:cb8b9f",
                        "marker": {
                            "color": "#ff9361"
                        }
                    }
                ],
                "layout": {
                    "title": "Interactions per Property",
                    "xaxis": {
                        "title": "Properties",
                        "tickangle": -45
                    },
                    "yaxis": {
                        "title": "Number of Interactions"
                    },
                    "barmode": "stack"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~aaioanei",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.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": "2024-04-12 15:02:09",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "aaioanei",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}