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=cj0xJnA9MjAyNS0wNi0wOCsxNiUzQTIwJTNBMjUuODQxNDkzJTJCMDAlM0EwMA%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=cD0yMDI1LTA2LTA4KzE2JTNBMjElM0EwNS40ODc3NzglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wNi0wOCsxOSUzQTU3JTNBMzAuNDY5NzM3JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-06-08T19:57:30.469737Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Piptiak/9.embed",
            "fid": "Piptiak:9",
            "filename": "Cought",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Piptiak:9/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Piptiak:9/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Piptiak/9/8_24QNJ0TKPFXPNYITVM1P9TBTCCKZV1.png",
                "list-thumb": "https://api.plotly.com/v2/files/Piptiak:9/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Piptiak:9",
                "plots": "https://api.plotly.com/v2/plots/Piptiak:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=Piptiak"
            },
            "owner": "Piptiak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Piptiak/9/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:57:30.480Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Piptiak/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Initial</b>",
                        "type": "box",
                        "ysrc": "Piptiak:8:4d2157",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "<b>Control</b>",
                        "type": "box",
                        "ysrc": "Piptiak:8:46b9a7",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<b>Cough</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "autorange": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            280
                        ],
                        "title": {
                            "text": "<b>mmHg</b>"
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false
                    },
                    "boxgap": 0.5,
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Piptiak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2025-06-08 18:28:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Piptiak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T19:55:46.326471Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Piptiak/7.embed",
            "fid": "Piptiak:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Piptiak:7/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Piptiak:7/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Piptiak/7/8_ZWI9SHA71VPWFCCD7NXFGHM3HVFLUY.png",
                "list-thumb": "https://api.plotly.com/v2/files/Piptiak:7/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Piptiak:7",
                "plots": "https://api.plotly.com/v2/plots/Piptiak:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=Piptiak"
            },
            "owner": "Piptiak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Piptiak/7/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:55:46.338Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Piptiak/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Initial</b>",
                        "type": "box",
                        "ysrc": "Piptiak:6:bf1fcf",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "<b>Control</b>",
                        "type": "box",
                        "ysrc": "Piptiak:6:1541ef",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<b>Maximum voluntary pressure</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "autorange": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            280
                        ],
                        "title": {
                            "text": "<b>mmHg</b>"
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false
                    },
                    "boxgap": 0.5,
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Piptiak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2025-06-08 18:28:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Piptiak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T19:51:56.196212Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Piptiak/5.embed",
            "fid": "Piptiak:5",
            "filename": "Rest maximum pressure",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Piptiak:5/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Piptiak:5/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Piptiak/5/8_IOBUAFIVSTSPR0AOTMW62513Y8Q9S9.png",
                "list-thumb": "https://api.plotly.com/v2/files/Piptiak:5/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Piptiak:5",
                "plots": "https://api.plotly.com/v2/plots/Piptiak:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=Piptiak"
            },
            "owner": "Piptiak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Piptiak/5/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:51:56.205Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Piptiak/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Initial</b>",
                        "type": "box",
                        "ysrc": "Piptiak:4:c1672b",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "<b>Control</b>",
                        "type": "box",
                        "ysrc": "Piptiak:4:bfc130",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<b>Rest maximum pressure</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "autorange": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            200
                        ],
                        "title": {
                            "text": "<b>mmHg</b>"
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false
                    },
                    "boxgap": 0.5,
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Piptiak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2025-06-08 18:28:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Piptiak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T19:45:18.345735Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Aelamin2010/3.embed",
            "fid": "Aelamin2010:3",
            "filename": "With and Without Energy drink",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Aelamin2010:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Aelamin2010:3/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/Aelamin2010:3/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Aelamin2010:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Aelamin2010:3",
                "plots": "https://api.plotly.com/v2/plots/Aelamin2010:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Aelamin2010"
            },
            "owner": "Aelamin2010",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Aelamin2010/3/",
            "world_readable": true,
            "date_modified": "2025-06-08T20:18:43.277Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Aelamin2010/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 0, 0)",
                            "shape": "spline",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "Without Energy Drink",
                        "type": "scatter",
                        "xsrc": "Aelamin2010:2:edc6c3",
                        "ysrc": "Aelamin2010:2:838443"
                    },
                    {
                        "line": {
                            "color": "rgb(176, 176, 176)",
                            "shape": "spline",
                            "width": 4,
                            "smoothing": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D"
                            }
                        },
                        "mode": "lines",
                        "name": "Without Energy Drink 40 minutes after",
                        "type": "scatter",
                        "xsrc": "Aelamin2010:2:e63ce4",
                        "ysrc": "Aelamin2010:2:62bbfa",
                        "xaxis": "x"
                    },
                    {
                        "line": {
                            "color": "rgb(194, 164, 0)",
                            "shape": "spline",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "F"
                            }
                        },
                        "mode": "lines",
                        "name": "With Energy Drink",
                        "type": "scatter",
                        "ysrc": "Aelamin2010:2:b3bb3a",
                        "xaxis": "x2"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 216, 0)",
                            "shape": "spline",
                            "width": 4
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "H"
                            }
                        },
                        "mode": "lines",
                        "name": "With Energy Drink 40 minutes after",
                        "type": "scatter",
                        "ysrc": "Aelamin2010:2:eb0dc5",
                        "xaxis": "x2"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Open Sans"
                    },
                    "title": {
                        "x": 0.5,
                        "text": "                                                                              With and Without Energy Drink"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0,
                            12
                        ],
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "Date"
                        },
                        "nticks": 0,
                        "zeroline": false,
                        "autorange": true,
                        "fixedrange": false,
                        "rangeslider": {
                            "range": [
                                0,
                                12
                            ],
                            "yaxis": {},
                            "visible": false,
                            "autorange": true
                        },
                        "zerolinecolor": "rgb(41, 89, 162)",
                        "zerolinewidth": 14
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            150,
                            167.5
                        ],
                        "title": {
                            "text": "Reaction Speed (ms)"
                        },
                        "autorange": false,
                        "fixedrange": true
                    },
                    "legend": {
                        "x": 0.35,
                        "y": -0.5800000000000001,
                        "font": {
                            "family": "Open Sans"
                        },
                        "title": {
                            "text": "<br>"
                        },
                        "valign": "bottom",
                        "xanchor": "left",
                        "orientation": "v"
                    },
                    "xaxis2": {
                        "side": "top",
                        "type": "multicategory",
                        "dtick": 0,
                        "range": [
                            0,
                            4
                        ],
                        "tick0": 0,
                        "title": {
                            "text": ""
                        },
                        "nticks": 9,
                        "tickson": "labels",
                        "tickmode": "linear",
                        "autorange": true,
                        "fixedrange": false,
                        "overlaying": "x"
                    },
                    "autosize": true,
                    "dragmode": "pan",
                    "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": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Aelamin2010",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/10.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": "2025-05-18 21:47:43",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Aelamin2010",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T19:22:36.369899Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Piptiak/3.embed",
            "fid": "Piptiak:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Piptiak:3/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Piptiak:3/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Piptiak/3/8_SEB2F2D1EELD0FS35I7CBJY5WJE271.png",
                "list-thumb": "https://api.plotly.com/v2/files/Piptiak:3/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Piptiak:3",
                "plots": "https://api.plotly.com/v2/plots/Piptiak:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Piptiak"
            },
            "owner": "Piptiak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Piptiak/3/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:22:36.380Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Piptiak/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Initial</b>",
                        "type": "box",
                        "ysrc": "Piptiak:2:e26d5f",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "y": "B"
                            }
                        },
                        "name": "<b>Control</b>",
                        "type": "box",
                        "ysrc": "Piptiak:2:b31869",
                        "jitter": 0.1,
                        "boxmean": "sd",
                        "pointpos": 0,
                        "boxpoints": "all",
                        "whiskerwidth": 0.3
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "<b>Rest mean pressure</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "title": {
                            "text": "<br>"
                        },
                        "autorange": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            122.42222222222222
                        ],
                        "title": {
                            "text": "<b>mmHg</b>"
                        },
                        "showgrid": false,
                        "showline": false,
                        "zeroline": false,
                        "autorange": false
                    },
                    "boxgap": 0.5,
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "autosize": true,
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Piptiak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2025-06-08 18:28:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Piptiak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T19:08:41.406176Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Jana0511/4.embed",
            "fid": "Jana0511:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Jana0511:4/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Jana0511:4/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jana0511/4/8_P2CVM871NF7WND2ADB7FJMY4STRWFO.png",
                "list-thumb": "https://api.plotly.com/v2/files/Jana0511:4/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Jana0511:4",
                "plots": "https://api.plotly.com/v2/plots/Jana0511:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=Jana0511"
            },
            "owner": "Jana0511",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Jana0511/4/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:38:44.493Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Jana0511/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "x",
                                "y": "y",
                                "z": "z",
                                "text": "text"
                            }
                        },
                        "mode": "markers+text",
                        "type": "scatter3d",
                        "xsrc": "Jana0511:2:9efc5a",
                        "ysrc": "Jana0511:2:94e596",
                        "zsrc": "Jana0511:2:cb6862",
                        "textsrc": "Jana0511:2:cb9de7"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "C",
                                "z": "D",
                                "text": "A"
                            }
                        },
                        "mode": "markers+text",
                        "type": "scatter3d",
                        "xsrc": "Jana0511:3:0da471",
                        "ysrc": "Jana0511:3:8acefe",
                        "zsrc": "Jana0511:3:030564",
                        "marker": {
                            "color": "rgb(240, 169, 241)",
                            "symbol": "circle",
                            "opacity": 1
                        },
                        "opacity": 0.78,
                        "textsrc": "Jana0511:3:3018e5",
                        "hoverinfo": "x+y+z+text",
                        "hoverlabel": {
                            "align": "auto"
                        },
                        "hovertemplate": "<br>"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "C",
                                "z": "D"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "Jana0511:3:0da471",
                        "ysrc": "Jana0511:3:8acefe",
                        "zsrc": "Jana0511:3:030564"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "family": "Arial"
                    },
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                10
                            ],
                            "ticks": "",
                            "title": {
                                "text": "Personalisierung"
                            },
                            "showgrid": true,
                            "zeroline": true,
                            "autorange": false,
                            "showticklabels": true
                        },
                        "yaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                10
                            ],
                            "title": {
                                "text": "Wohlfühlen"
                            },
                            "autorange": false
                        },
                        "zaxis": {
                            "type": "linear",
                            "range": [
                                0,
                                10
                            ],
                            "title": {
                                "text": "Vorschlag"
                            },
                            "autorange": false
                        },
                        "camera": {
                            "up": {
                                "x": 0.12584747418039743,
                                "y": -0.1996420593314462,
                                "z": 0.9717538069842142
                            },
                            "eye": {
                                "x": -2.017475610026787,
                                "y": 0.4575644294588679,
                                "z": 0.08711429731232567
                            },
                            "center": {
                                "x": 0.10010538081263193,
                                "y": -0.5188313928564827,
                                "z": -0.38771985146370996
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "domain": {
                            "x": [
                                0,
                                1
                            ],
                            "y": [
                                0,
                                1
                            ]
                        },
                        "dragmode": "orbit",
                        "aspectmode": "cube",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "font": {
                            "size": 12
                        },
                        "text": "Wettbewerbsanalyse"
                    },
                    "xaxis": {
                        "range": [
                            10,
                            10
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            10,
                            10
                        ],
                        "autorange": 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"
                    },
                    "colorscale": {
                        "diverging": [
                            [
                                0,
                                "#9e0142"
                            ],
                            [
                                0.1,
                                "#d53e4f"
                            ],
                            [
                                0.2,
                                "#f46d43"
                            ],
                            [
                                0.3,
                                "#fdae61"
                            ],
                            [
                                0.4,
                                "#fee08b"
                            ],
                            [
                                0.5,
                                "#ffffbf"
                            ],
                            [
                                0.6,
                                "#e6f598"
                            ],
                            [
                                0.7,
                                "#abdda4"
                            ],
                            [
                                0.8,
                                "#66c2a5"
                            ],
                            [
                                0.9,
                                "#3288bd"
                            ],
                            [
                                1,
                                "#5e4fa2"
                            ]
                        ],
                        "sequential": [
                            [
                                0,
                                "#00224e"
                            ],
                            [
                                0.1111111111111111,
                                "#123570"
                            ],
                            [
                                0.2222222222222222,
                                "#3b496c"
                            ],
                            [
                                0.3333333333333333,
                                "#575d6d"
                            ],
                            [
                                0.4444444444444444,
                                "#707173"
                            ],
                            [
                                0.5555555555555556,
                                "#8a8678"
                            ],
                            [
                                0.6666666666666666,
                                "#a59c74"
                            ],
                            [
                                0.7777777777777778,
                                "#c3b369"
                            ],
                            [
                                0.8888888888888888,
                                "#e1cc55"
                            ],
                            [
                                1,
                                "#fee838"
                            ]
                        ]
                    },
                    "hoverlabel": {
                        "font": {
                            "size": 12
                        }
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Jana0511",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-05 18:53:13",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Jana0511",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T18:57:09.773226Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Piptiak/1.embed",
            "fid": "Piptiak:1",
            "filename": "Maximum rest pressure",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Piptiak:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Piptiak:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Piptiak/1/8_SBZR4WW8466R3V3TNQXDMVBZZ8Y4Z5.png",
                "list-thumb": "https://api.plotly.com/v2/files/Piptiak:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Piptiak:1",
                "plots": "https://api.plotly.com/v2/plots/Piptiak:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Piptiak"
            },
            "owner": "Piptiak",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Piptiak/1/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:00:30.884Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Piptiak/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Initial</b>",
                        "type": "box",
                        "ysrc": "Piptiak:0:cf1855",
                        "width": 0,
                        "boxmean": true,
                        "opacity": 1,
                        "bandwidth": 0,
                        "boxpoints": false,
                        "showlegend": false,
                        "orientation": "v",
                        "whiskerwidth": 0.35,
                        "hovertemplate": ""
                    },
                    {
                        "line": {
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "<b>Control</b>",
                        "type": "box",
                        "ysrc": "Piptiak:0:c63113",
                        "width": 0,
                        "boxmean": true,
                        "hoveron": "boxes+points",
                        "opacity": 1,
                        "bandwidth": 0,
                        "boxpoints": false,
                        "hoverinfo": "x+y+name",
                        "showlegend": false,
                        "stackgroup": null,
                        "orientation": "v",
                        "whiskerwidth": 0.35,
                        "hovertemplate": "",
                        "autocolorscale": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 27
                        },
                        "text": "<b>Maximum rest pressure</b>"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "category",
                        "range": [
                            -0.5,
                            1.5
                        ],
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "autorange": false,
                        "showspikes": false,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            0,
                            164.18333333333334
                        ],
                        "title": {
                            "text": "<b>mmHg</b>"
                        },
                        "anchor": "free",
                        "domain": [
                            0,
                            1
                        ],
                        "showgrid": false,
                        "zeroline": false,
                        "autorange": false,
                        "showspikes": false,
                        "zerolinewidth": 0
                    },
                    "boxgap": 0.5,
                    "autosize": true,
                    "dragmode": "pan",
                    "boxgroupgap": 0.35
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Piptiak",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/98.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": "2025-06-08 18:28:27",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Piptiak",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T18:38:14.852132Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Smjames388/217.embed",
            "fid": "Smjames388:217",
            "filename": "Procedure vs Characteristics",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Smjames388:217/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/Smjames388:217/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Smjames388/217/8_2VSY4GHX6815CEH6TZK795BMUDQ86Z.png",
                "list-thumb": "https://api.plotly.com/v2/files/Smjames388:217/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Smjames388:217",
                "plots": "https://api.plotly.com/v2/plots/Smjames388:217",
                "parent": "https://api.plotly.com/v2/folders/home?user=Smjames388"
            },
            "owner": "Smjames388",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~Smjames388/217/",
            "world_readable": true,
            "date_modified": "2025-06-08T19:06:55.122Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Smjames388/217/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "asrc": "Smjames388:171:e74aab",
                        "bsrc": "Smjames388:171:59d0e1",
                        "csrc": "Smjames388:171:a9d2c9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Preventative - Procedure General]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:175:423b63",
                        "bsrc": "Smjames388:175:c90cf5",
                        "csrc": "Smjames388:175:61047b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Mechanical methods]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:178:61be92",
                        "bsrc": "Smjames388:178:f6c983",
                        "csrc": "Smjames388:178:4a8be2",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Air Abrasion]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:180:dfd3e0",
                        "bsrc": "Smjames388:180:edc129",
                        "csrc": "Smjames388:180:237680",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Consolidation]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:189:a41454",
                        "bsrc": "Smjames388:189:8a0ca3",
                        "csrc": "Smjames388:189:aceed2",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Coating]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "legendgroup": 1,
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:193:6018eb",
                        "bsrc": "Smjames388:193:8a191d",
                        "csrc": "Smjames388:193:8d03d5",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Desalination]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(99, 214, 190)",
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:197:b5fc52",
                        "bsrc": "Smjames388:197:9f0480",
                        "csrc": "Smjames388:197:de795b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Eletrochemcial treatment]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(212, 232, 44)",
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:201:036ca7",
                        "bsrc": "Smjames388:201:8d29f9",
                        "csrc": "Smjames388:201:9196f5",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Solvent]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(243, 157, 243)",
                            "symbol": "diamond-tall"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:161:a70037",
                        "bsrc": "Smjames388:161:7594b6",
                        "csrc": "Smjames388:161:d189be",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Preventative - Procedure 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:165:4c556a",
                        "bsrc": "Smjames388:165:5c59e4",
                        "csrc": "Smjames388:165:275f7b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Mechanical methods]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:168:24e5b5",
                        "bsrc": "Smjames388:168:923752",
                        "csrc": "Smjames388:168:203ad4",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Air Abrasion]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "circle"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:172:57564d",
                        "bsrc": "Smjames388:172:35f5f1",
                        "csrc": "Smjames388:172:7ed025",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Consolidation]",
                        "type": "scatterternary",
                        "marker": {
                            "line": {
                                "width": 0
                            },
                            "size": 20,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "circle"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:176:ededfe",
                        "bsrc": "Smjames388:176:ca1a23",
                        "csrc": "Smjames388:176:9eba37",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Coating]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "circle"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:179:5cd7d7",
                        "bsrc": "Smjames388:179:104fcf",
                        "csrc": "Smjames388:179:76f620",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Desalination]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(99, 214, 190)",
                            "symbol": "circle"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:186:92b61f",
                        "bsrc": "Smjames388:186:3f3d9a",
                        "csrc": "Smjames388:186:b80091",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Eletrochemcial treatment]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(212, 232, 44)",
                            "symbol": "circle"
                        },
                        "visible": "legendonly",
                        "selectedpoints": [
                            0
                        ]
                    },
                    {
                        "asrc": "Smjames388:173:a3927b",
                        "bsrc": "Smjames388:173:62d135",
                        "csrc": "Smjames388:173:87f82d",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Solvent]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(243, 157, 243)"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:177:04886a",
                        "bsrc": "Smjames388:177:22be61",
                        "csrc": "Smjames388:177:778bcd",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Other]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(63, 59, 55)"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:183:64e7ee",
                        "bsrc": "Smjames388:183:9cb05a",
                        "csrc": "Smjames388:183:dcb947",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Preventative - Procedure 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:187:989953",
                        "bsrc": "Smjames388:187:85e00d",
                        "csrc": "Smjames388:187:33fe61",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Mechanical methods]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:190:e2e2d4",
                        "bsrc": "Smjames388:190:e22a53",
                        "csrc": "Smjames388:190:8e358c",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Air Abrasion]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:194:505318",
                        "bsrc": "Smjames388:194:14cb58",
                        "csrc": "Smjames388:194:430787",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Consolidation]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:198:4a6566",
                        "bsrc": "Smjames388:198:2d9137",
                        "csrc": "Smjames388:198:7e16b7",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Coating]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:202:71307d",
                        "bsrc": "Smjames388:202:928aa3",
                        "csrc": "Smjames388:202:70c68f",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Desalination]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 22,
                            "color": "rgb(99, 214, 190)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:163:4321ff",
                        "bsrc": "Smjames388:163:02e328",
                        "csrc": "Smjames388:163:4fefbc",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Eletrochemcial treatment]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(212, 232, 44)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:166:a9dbca",
                        "bsrc": "Smjames388:166:3943cd",
                        "csrc": "Smjames388:166:fbc965",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Solvent]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(243, 157, 243)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:169:9f0502",
                        "bsrc": "Smjames388:169:747706",
                        "csrc": "Smjames388:169:7a881b",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Other]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(63, 59, 55)",
                            "symbol": "star-triangle-up"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:174:a5f05e",
                        "bsrc": "Smjames388:174:2b3562",
                        "csrc": "Smjames388:174:aeb037",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Preventative - Procedure 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:206:7c1b5f",
                        "bsrc": "Smjames388:206:28e573",
                        "csrc": "Smjames388:206:a2d290",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Mechanical methods]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:184:ff4546",
                        "bsrc": "Smjames388:184:a284c1",
                        "csrc": "Smjames388:184:7fac6c",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Air Abrasion]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:205:797f24",
                        "bsrc": "Smjames388:205:6433da",
                        "csrc": "Smjames388:205:302886",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Consolidation]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "x",
                            "opacity": 0.99
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:191:dccf9b",
                        "bsrc": "Smjames388:191:cd867c",
                        "csrc": "Smjames388:191:ada84c",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Coating]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:195:81deb1",
                        "bsrc": "Smjames388:195:3e85ac",
                        "csrc": "Smjames388:195:ff92fc",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Desalination]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(99, 214, 190)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:199:ee431a",
                        "bsrc": "Smjames388:199:37e3db",
                        "csrc": "Smjames388:199:abf73d",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Eletrochemcial treatment]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(212, 232, 44)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:207:525c20",
                        "bsrc": "Smjames388:207:95f97e",
                        "csrc": "Smjames388:207:a301a0",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Solvent]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(243, 157, 243)",
                            "symbol": "x"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:167:4b5a1b",
                        "bsrc": "Smjames388:167:a372a0",
                        "csrc": "Smjames388:167:0b1f08",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Preventative - Procedure Average]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(31, 119, 180)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:170:3cc125",
                        "bsrc": "Smjames388:170:3e027f",
                        "csrc": "Smjames388:170:3f56fd",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Mechanical methods]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(255, 127, 14)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:181:ad8784",
                        "bsrc": "Smjames388:181:3362c3",
                        "csrc": "Smjames388:181:541918",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Air Abrasion]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:182:345c81",
                        "bsrc": "Smjames388:182:928acc",
                        "csrc": "Smjames388:182:236a92",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Consolidation]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:185:5bfe5e",
                        "bsrc": "Smjames388:185:f9af3d",
                        "csrc": "Smjames388:185:c901b1",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Coating]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(148, 103, 189)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:188:9c95b6",
                        "bsrc": "Smjames388:188:9714fb",
                        "csrc": "Smjames388:188:ba8b40",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Desalination]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(99, 214, 190)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:192:7de43e",
                        "bsrc": "Smjames388:192:ce5b9f",
                        "csrc": "Smjames388:192:9be099",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Eletrochemcial treatment]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(212, 232, 44)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:196:9b21be",
                        "bsrc": "Smjames388:196:08991f",
                        "csrc": "Smjames388:196:2f5825",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Solvent]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(243, 157, 243)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:200:4d7281",
                        "bsrc": "Smjames388:200:15367d",
                        "csrc": "Smjames388:200:95ebc9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Other]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(63, 59, 55)",
                            "symbol": "circle-open-dot"
                        },
                        "visible": "legendonly"
                    },
                    {
                        "asrc": "Smjames388:208:7a78ca",
                        "bsrc": "Smjames388:208:1c3acf",
                        "csrc": "Smjames388:208:05f9e5",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Experience- Procedures 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20
                        }
                    },
                    {
                        "asrc": "Smjames388:209:e3d89f",
                        "bsrc": "Smjames388:209:72019c",
                        "csrc": "Smjames388:209:ad54d1",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "diamond-tall"
                        }
                    },
                    {
                        "asrc": "Smjames388:210:7ca5d8",
                        "bsrc": "Smjames388:210:94fdfc",
                        "csrc": "Smjames388:210:4300ad",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 22,
                            "color": "rgb(214, 39, 40)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:211:f82704",
                        "bsrc": "Smjames388:211:b84685",
                        "csrc": "Smjames388:211:ec1238",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Occupation - Procedures 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20
                        }
                    },
                    {
                        "asrc": "Smjames388:212:47b054",
                        "bsrc": "Smjames388:212:be6a40",
                        "csrc": "Smjames388:212:cad7a2",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(227, 119, 194)",
                            "symbol": "diamond-tall"
                        }
                    },
                    {
                        "asrc": "Smjames388:213:4fcfc8",
                        "bsrc": "Smjames388:213:a891c6",
                        "csrc": "Smjames388:213:1c9a38",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(227, 119, 194)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:214:d5200e",
                        "bsrc": "Smjames388:214:162790",
                        "csrc": "Smjames388:214:dcaf3c",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Organisation - Procedures 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20
                        }
                    },
                    {
                        "asrc": "Smjames388:215:2e18d7",
                        "bsrc": "Smjames388:215:c13f11",
                        "csrc": "Smjames388:215:a235b0",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(23, 190, 207)",
                            "symbol": "diamond-tall"
                        }
                    },
                    {
                        "asrc": "Smjames388:216:b9304a",
                        "bsrc": "Smjames388:216:569310",
                        "csrc": "Smjames388:216:8c9255",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(23, 190, 207)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:226:697d4d",
                        "bsrc": "Smjames388:226:277a4d",
                        "csrc": "Smjames388:226:1ae087",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Retreat - Procedures 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20
                        }
                    },
                    {
                        "asrc": "Smjames388:218:4b598c",
                        "bsrc": "Smjames388:218:e2a080",
                        "csrc": "Smjames388:218:b2bb7d",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "diamond-tall"
                        }
                    },
                    {
                        "asrc": "Smjames388:219:9d0008",
                        "bsrc": "Smjames388:219:bc6690",
                        "csrc": "Smjames388:219:995fc9",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(44, 160, 44)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:220:8fd677",
                        "bsrc": "Smjames388:220:47154c",
                        "csrc": "Smjames388:220:b78e70",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Volume - Procedures 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20
                        }
                    },
                    {
                        "asrc": "Smjames388:221:9f685b",
                        "bsrc": "Smjames388:221:131332",
                        "csrc": "Smjames388:221:22b557",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "diamond-tall"
                        }
                    },
                    {
                        "asrc": "Smjames388:222:e4ef92",
                        "bsrc": "Smjames388:222:da469c",
                        "csrc": "Smjames388:222:e0cbd4",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(140, 86, 75)",
                            "symbol": "star-triangle-up"
                        }
                    },
                    {
                        "asrc": "Smjames388:223:3d12d4",
                        "bsrc": "Smjames388:223:6a5533",
                        "csrc": "Smjames388:223:3e5285",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Duration - Procedures 1]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20
                        }
                    },
                    {
                        "asrc": "Smjames388:224:b58bae",
                        "bsrc": "Smjames388:224:8a9349",
                        "csrc": "Smjames388:224:ebe92c",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 2]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(188, 189, 34)",
                            "symbol": "diamond-tall"
                        }
                    },
                    {
                        "asrc": "Smjames388:225:97f447",
                        "bsrc": "Smjames388:225:a7052e",
                        "csrc": "Smjames388:225:e195e0",
                        "meta": {
                            "columnNames": {
                                "a": "A",
                                "b": "B",
                                "c": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "[Procedures 3]",
                        "type": "scatterternary",
                        "marker": {
                            "size": 20,
                            "color": "rgb(188, 189, 34)",
                            "symbol": "star-triangle-up"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "polar": {
                        "radialaxis": {
                            "range": [
                                0,
                                1
                            ],
                            "autorange": true
                        },
                        "angularaxis": {
                            "rotation": 116.58459722702896
                        }
                    },
                    "scene": {
                        "camera": {
                            "up": {
                                "x": 0,
                                "y": 0,
                                "z": 1
                            },
                            "eye": {
                                "x": 0.2215703595523317,
                                "y": 0.8310321144135479,
                                "z": 2.245149866500332
                            },
                            "center": {
                                "x": 0,
                                "y": 0,
                                "z": 0
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "zoom",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 1,
                            "y": 1,
                            "z": 1
                        }
                    },
                    "title": {
                        "text": "Graph"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            0.13331328490516506,
                            0.13868399209130208
                        ],
                        "autorange": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            1.168099279835391e-16,
                            1.4285813492063493e-16
                        ],
                        "autorange": false
                    },
                    "legend": {
                        "x": -0.034475317907224766,
                        "y": 0.6396229354214803,
                        "itemsizing": "constant",
                        "traceorder": "grouped",
                        "tracegroupgap": 0
                    },
                    "mapbox": {},
                    "ternary": {
                        "sum": 100,
                        "aaxis": {
                            "min": 41.34530678884343,
                            "type": "multicategory",
                            "dtick": 5,
                            "tick0": 5,
                            "title": {
                                "font": {
                                    "size": 20,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>Chi-Squared (</b><i><b>x</b></i><b>2)</b>"
                            },
                            "tickfont": {
                                "size": 19
                            },
                            "tickmode": "linear"
                        },
                        "baxis": {
                            "min": 1.502684855583968,
                            "type": "multicategory",
                            "dtick": 5,
                            "tick0": 5,
                            "title": {
                                "font": {
                                    "size": 18,
                                    "family": "Times New Roman"
                                },
                                "text": "<i><b>p</b></i><b>-value</b>"
                            },
                            "tickfont": {
                                "size": 19
                            },
                            "tickmode": "linear"
                        },
                        "caxis": {
                            "min": 12.701701483341605,
                            "type": "multicategory",
                            "dtick": 5,
                            "tick0": 5,
                            "title": {
                                "font": {
                                    "size": 18,
                                    "family": "Times New Roman"
                                },
                                "text": "<b>Cramer's </b><i><b>V</b></i>"
                            },
                            "tickfont": {
                                "size": 19
                            },
                            "tickmode": "linear"
                        }
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "themeRef": "PLOTLY_CLASSIC"
                    },
                    "hovermode": false,
                    "colorscale": {
                        "sequentialminus": [
                            [
                                0,
                                "#050aac"
                            ],
                            [
                                0.2,
                                "#283cbe"
                            ],
                            [
                                0.4,
                                "#4664f5"
                            ],
                            [
                                0.6,
                                "#5a78f5"
                            ],
                            [
                                0.8,
                                "#6a89f7"
                            ],
                            [
                                1,
                                "#dcdcdc"
                            ]
                        ]
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Smjames388",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.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": "2025-05-27 12:55:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Smjames388",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T16:45:46.852281Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~nanot/2.embed",
            "fid": "nanot:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/nanot:2/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/nanot:2/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nanot/2/8_YJ89CSFEEWGC2MOYXTC0F1RWQH5T1H.png",
                "list-thumb": "https://api.plotly.com/v2/files/nanot:2/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/nanot:2",
                "plots": "https://api.plotly.com/v2/plots/nanot:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=nanot"
            },
            "owner": "nanot",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~nanot/2/",
            "world_readable": true,
            "date_modified": "2025-06-08T16:45:46.864Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~nanot/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "z": "C"
                            }
                        },
                        "type": "contour",
                        "xsrc": "nanot:0:6b9398",
                        "ysrc": "nanot:0:362ab3",
                        "zsrc": "nanot:0:17ded9",
                        "contours": {
                            "end": 92,
                            "size": 2,
                            "start": 78
                        },
                        "transpose": true,
                        "colorscale": "Jet",
                        "autocontour": true
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "クリックしてプロットタイトルを入力"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            500,
                            1800
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            4.2967,
                            6.2967
                        ],
                        "autorange": true
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~nanot",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-08 16:23:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "nanot",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-06-08T16:21:05.487778Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~LTrudelle/1.embed",
            "fid": "LTrudelle:1",
            "filename": "Test-Chart-Bar-One",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/LTrudelle:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/LTrudelle:1/image?image_name=default",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LTrudelle/1/8_6J1KJHY7NHSCBFOU2V7XFWCLBBTUQJ.png",
                "list-thumb": "https://api.plotly.com/v2/files/LTrudelle:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/LTrudelle:1",
                "plots": "https://api.plotly.com/v2/plots/LTrudelle:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=LTrudelle"
            },
            "owner": "LTrudelle",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~LTrudelle/1/",
            "world_readable": true,
            "date_modified": "2025-06-08T16:21:11.636Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~LTrudelle/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "X-DATA",
                                "y": "Y-DATA"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "LTrudelle:0:c6024d",
                        "ysrc": "LTrudelle:0:aaf41a",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "font": {
                            "size": 14
                        }
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.0955056179775281,
                            -0.0955056179775281
                        ],
                        "title": {
                            "font": {
                                "size": 12
                            },
                            "text": "Months"
                        },
                        "autorange": false,
                        "automargin": true,
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            54.58015267175573,
                            54.58015267175573
                        ],
                        "title": {
                            "font": {
                                "size": 12
                            },
                            "text": "$ Funded"
                        },
                        "autorange": false
                    },
                    "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/~LTrudelle",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-06-06 14:06:02",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "LTrudelle",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}