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

{
    "next": "https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA3LTA4KzA2JTNBMDYlM0E0Ny44ODg3ODAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNy0wOCswOSUzQTQ1JTNBMzQuODQ5NDQ2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-07-08T09:45:34.849446Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~agnesuwc/7.embed",
            "fid": "agnesuwc:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/9_YNVY96HKQ3NXVBN4MAKYAI7FLM9TH8.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/2_JD4DVPN6L5Y6CNK06A4AXAZ0QFZDTN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/8_G8MYEG9JF4O2AZ4EHYDQMSEEJVCLRJ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/agnesuwc/7/9_YNVY96HKQ3NXVBN4MAKYAI7FLM9TH8.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/agnesuwc:7",
                "plots": "https://api.plotly.com/v2/plots/agnesuwc:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=agnesuwc"
            },
            "owner": "agnesuwc",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~agnesuwc/7/",
            "world_readable": true,
            "date_modified": "2025-07-11T20:10:48.529Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~agnesuwc/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "B",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:0:3bed34",
                        "ysrc": "agnesuwc:0:57a533",
                        "zsrc": "agnesuwc:0:27434f",
                        "marker": {
                            "size": 5,
                            "color": "rgb(150, 75, 0)"
                        },
                        "showlegend": true,
                        "legendgroup": 1
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "BY",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:2:d4df3c",
                        "ysrc": "agnesuwc:2:34f9ac",
                        "zsrc": "agnesuwc:2:14aa85",
                        "marker": {
                            "size": 5,
                            "color": "rgb(202, 170, 50)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "Y",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:4:f12ae6",
                        "ysrc": "agnesuwc:4:0252b9",
                        "zsrc": "agnesuwc:4:53ac74",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255, 255, 0)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "GY",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:5:db7a24",
                        "ysrc": "agnesuwc:5:a683d4",
                        "zsrc": "agnesuwc:5:063ddb",
                        "marker": {
                            "size": 5,
                            "color": "rgb(204, 255, 0)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "R",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:1:64a760",
                        "ysrc": "agnesuwc:1:77208b",
                        "zsrc": "agnesuwc:1:367d7e",
                        "marker": {
                            "size": 5,
                            "color": "rgb(255, 0, 0)"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "GMP Batch",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:3:044b8f",
                        "ysrc": "agnesuwc:3:9f6028",
                        "zsrc": "agnesuwc:3:204fd9",
                        "marker": {
                            "size": 4,
                            "color": "rgb(20, 109, 244)",
                            "symbol": "diamond"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "C",
                                "y": "D",
                                "z": "E"
                            }
                        },
                        "mode": "markers",
                        "name": "Pilot Batch",
                        "type": "scatter3d",
                        "xsrc": "agnesuwc:6:a3a5dc",
                        "ysrc": "agnesuwc:6:d25982",
                        "zsrc": "agnesuwc:6:bff0c5",
                        "marker": {
                            "size": 4,
                            "color": "rgb(254, 82, 224)",
                            "symbol": "square"
                        }
                    }
                ],
                "frames": [],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "type": "linear",
                            "title": {
                                "text": "L*"
                            }
                        },
                        "yaxis": {
                            "type": "linear",
                            "title": {
                                "text": "a*"
                            }
                        },
                        "zaxis": {
                            "type": "linear",
                            "title": {
                                "text": "b*"
                            }
                        },
                        "camera": {
                            "up": {
                                "x": 0.03737940364576969,
                                "y": 0.9984079901178907,
                                "z": 0.04224056642423617
                            },
                            "eye": {
                                "x": -0.9819902848056147,
                                "y": 0.13842491598551795,
                                "z": -2.402863870242268
                            },
                            "center": {
                                "x": -4.440892098500626e-16,
                                "y": -1.6653345369377348e-16,
                                "z": -3.3306690738754696e-16
                            },
                            "projection": {
                                "type": "perspective"
                            }
                        },
                        "dragmode": "zoom",
                        "aspectmode": "auto",
                        "aspectratio": {
                            "x": 0.5890824892472847,
                            "y": 1.1096670146286056,
                            "z": 1.5297878596731806
                        }
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "shapes": [],
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "showlegend": true,
                    "annotations": [
                        {
                            "x": 0.6122881355932204,
                            "y": 0.7913223140495865,
                            "ax": 49,
                            "ay": -50,
                            "font": {
                                "color": "rgb(238, 66, 26)"
                            },
                            "text": "R1",
                            "showarrow": false
                        },
                        {
                            "x": 0.7266949152542372,
                            "y": 0.5826446280991735,
                            "font": {
                                "color": "rgb(150, 75, 0)"
                            },
                            "text": "B1",
                            "showarrow": false
                        },
                        {
                            "x": 0.625,
                            "y": 0.4793388429752066,
                            "font": {
                                "color": "rgb(202, 170, 50)"
                            },
                            "text": "BY1<br>",
                            "showarrow": false
                        },
                        {
                            "x": 0.5953389830508474,
                            "y": 0.3987603305785124,
                            "font": {
                                "color": "rgb(218, 218, 14)"
                            },
                            "text": "Y1",
                            "showarrow": false
                        },
                        {
                            "x": 0.5529661016949152,
                            "y": 0.2975206611570248,
                            "font": {
                                "color": "rgb(159, 191, 31)"
                            },
                            "text": "GY1",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~agnesuwc",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 08:46:11",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "agnesuwc",
                "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-07-08T09:23:33.041878Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~marta.podgorny/54.embed",
            "fid": "marta.podgorny:54",
            "filename": "Plot 54",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/9_9TLMSNINES7F0593AR3HD543U400U3.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/2_GQSRUZ1SOXKIMHW9RDHWIRLU1X7HN0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/8_ROMXYK1UYAE6FAXGLI5MG3FSAKYLGZ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/marta.podgorny/54/9_9TLMSNINES7F0593AR3HD543U400U3.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/marta.podgorny:54",
                "plots": "https://api.plotly.com/v2/plots/marta.podgorny:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=marta.podgorny"
            },
            "owner": "marta.podgorny",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~marta.podgorny/54/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:23:33.052Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~marta.podgorny/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(0, 42, 255)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "127 K (deposition)",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:53:55bec5",
                        "ysrc": "marta.podgorny:53:c45bea"
                    },
                    {
                        "line": {
                            "color": "rgb(6, 194, 62)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "129 K (deposition)",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:52:662fc4",
                        "ysrc": "marta.podgorny:52:d59ac0",
                        "yaxis": "y2",
                        "stackgroup": null
                    },
                    {
                        "line": {
                            "color": "rgb(255, 0, 84)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "name": "127 K (annealing)",
                        "type": "scatter",
                        "xsrc": "marta.podgorny:51:3c442f",
                        "ysrc": "marta.podgorny:51:1aaebe",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            3600,
                            2800
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 23
                            },
                            "text": "Wavenumber / cm<sup>-1</sup>"
                        },
                        "domain": [
                            0,
                            0.5
                        ],
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0.04,
                            1.06
                        ],
                        "ticks": "inside",
                        "title": {
                            "font": {
                                "size": 23
                            },
                            "text": "Absorbance"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": "ticks",
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "zeroline": false,
                        "autorange": false,
                        "linecolor": "rgb(0, 0, 0)",
                        "showspikes": false
                    },
                    "legend": {
                        "x": 0.3586322846828262,
                        "y": 0.9653846153846154,
                        "font": {
                            "size": 23
                        }
                    },
                    "shapes": [
                        {
                            "x0": 1142.7,
                            "x1": 1142.7,
                            "y0": -0.2,
                            "y1": 2,
                            "line": {
                                "dash": "dash",
                                "color": "#444444",
                                "width": 1
                            },
                            "type": "line",
                            "opacity": 1,
                            "fillcolor": "#7f7f7f"
                        }
                    ],
                    "yaxis2": {
                        "side": "right",
                        "type": "linear",
                        "range": [
                            0.12,
                            1.0555555555555556
                        ],
                        "autorange": false,
                        "overlaying": "y",
                        "showticklabels": false
                    },
                    "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"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~marta.podgorny",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-05-19 09:26:50",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "marta.podgorny",
                "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-07-08T09:18:52.936945Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~minolike/4.embed",
            "fid": "minolike:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/minolike/4/9_WC7TM7HLLXGYC7DAWDMZKYJBO58ITA.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/minolike/4/2_L6LJD9K7HCLT3W33MCT5RSQ151WZ3I.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/4/8_72ADK74MCJER7MZL0ZOA3DBYH8ZLTK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/4/9_WC7TM7HLLXGYC7DAWDMZKYJBO58ITA.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/minolike:4",
                "plots": "https://api.plotly.com/v2/plots/minolike:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=minolike"
            },
            "owner": "minolike",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~minolike/4/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:20:13.495Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~minolike/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "baa313",
                        "meta": {
                            "columnNames": {
                                "x": "Col1"
                            }
                        },
                        "name": "Col2",
                        "type": "bar",
                        "xsrc": "minolike:3:88c7da",
                        "ysrc": "minolike:3:"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Favorite Social Media"
                    },
                    "width": 787,
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.6666666666666667,
                            12.666666666666666
                        ],
                        "title": {
                            "text": "Type of Social Media"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.5,
                            39.5
                        ],
                        "title": {
                            "text": "Frequency"
                        },
                        "autorange": true
                    },
                    "height": 508,
                    "autosize": true
                }
            },
            "height": 508,
            "width": 787,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~minolike",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/XVW6XLRMWLUWQ82ELTHL8H2HRJINIX.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Minolike - Đơn vị tăng tương tác MXH chuyên nghiệp tại Việt Nam",
                "nickname": "Minolike",
                "website": "https://minolike.net",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "minolike",
                "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-07-08T09:18:20.877325Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~minolike/2.embed",
            "fid": "minolike:2",
            "filename": "Plot 2",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/minolike/2/9_OR1U6HLE9H0ZTBHW7DLBU4EEYZTZKU.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/minolike/2/2_2OOCU8V1B06YFZ5LJBMDR4LZ202ABF.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/2/8_S8V3SCH0SKBZO4GWRKO7PWSFT6T08P.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/minolike/2/9_OR1U6HLE9H0ZTBHW7DLBU4EEYZTZKU.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/minolike:2",
                "plots": "https://api.plotly.com/v2/plots/minolike:2",
                "parent": "https://api.plotly.com/v2/folders/home?user=minolike"
            },
            "owner": "minolike",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~minolike/2/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:18:20.889Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~minolike/2/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": false,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "b03ecf",
                        "meta": {
                            "columnNames": {
                                "x": "    _x",
                                "y": "    _% answering \"yes\""
                            }
                        },
                        "name": "    ",
                        "text": "",
                        "type": "bar",
                        "xsrc": "minolike:0:5eecfb",
                        "ysrc": "minolike:0:4b34b9",
                        "marker": {
                            "line": {
                                "color": "#000",
                                "width": 0
                            },
                            "color": "rgb(60, 120, 216)",
                            "opacity": 1
                        },
                        "error_x": {},
                        "error_y": {},
                        "opacity": 1,
                        "visible": true,
                        "textfont": {},
                        "showlegend": true
                    },
                    {
                        "uid": "0f86c2",
                        "meta": {
                            "columnNames": {
                                "x": "trace1_x",
                                "y": "trace1_% answering \"yes\""
                            }
                        },
                        "name": "    ",
                        "text": "",
                        "type": "bar",
                        "xsrc": "minolike:0:6c54b1",
                        "ysrc": "minolike:0:0d19e6",
                        "marker": {
                            "line": {
                                "color": "#000",
                                "width": 0.5
                            },
                            "color": "rgb(204, 65, 37)",
                            "opacity": 1
                        },
                        "error_x": {},
                        "error_y": {},
                        "opacity": 1,
                        "visible": true,
                        "textfont": {},
                        "showlegend": true
                    },
                    {
                        "uid": "636df0",
                        "meta": {
                            "columnNames": {
                                "x": "trace2_x",
                                "y": "trace2_% answering \"yes\""
                            }
                        },
                        "name": "    ",
                        "text": "",
                        "type": "bar",
                        "xsrc": "minolike:0:bd5569",
                        "ysrc": "minolike:0:db7b56",
                        "marker": {
                            "line": {
                                "color": "#000",
                                "width": 0.5
                            },
                            "color": "rgb(60, 120, 216)",
                            "opacity": 1
                        },
                        "error_x": {},
                        "error_y": {},
                        "opacity": 1,
                        "visible": true,
                        "textfont": {},
                        "showlegend": true
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 12,
                        "color": "rgb(33, 33, 33)",
                        "family": "\"Georgia\", serif"
                    },
                    "smith": false,
                    "title": {
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "text": "Yes or No? <br> \"Human beings, as we know them, developed from earlier species of animals.\""
                    },
                    "width": 875,
                    "xaxis": {
                        "type": "category",
                        "dtick": 1,
                        "range": [
                            -0.5,
                            33.5
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 0,
                                "color": "rgb(33, 33, 33)",
                                "family": ""
                            },
                            "text": ""
                        },
                        "anchor": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 0,
                        "ticklen": 1,
                        "position": 0,
                        "showgrid": false,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "rgb(33, 33, 33)",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": true,
                        "gridcolor": "#ddd",
                        "gridwidth": 1,
                        "linecolor": "rgb(33, 33, 33)",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": -50,
                        "tickcolor": "#000",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showexponent": "all",
                        "zerolinecolor": "#000",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "dtick": 10,
                        "range": [
                            0,
                            100.5
                        ],
                        "tick0": 0,
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 0,
                                "color": "rgb(33, 33, 33)",
                                "family": ""
                            },
                            "text": "% answering \"yes\""
                        },
                        "anchor": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "mirror": false,
                        "nticks": 14,
                        "ticklen": 1,
                        "position": 0,
                        "showgrid": true,
                        "showline": true,
                        "tickfont": {
                            "size": 0,
                            "color": "rgb(33, 33, 33)",
                            "family": ""
                        },
                        "tickmode": "auto",
                        "zeroline": false,
                        "autorange": false,
                        "gridcolor": "rgba(102, 102, 102, 0.4)",
                        "gridwidth": 1,
                        "linecolor": "rgb(33, 33, 33)",
                        "linewidth": 1,
                        "rangemode": "normal",
                        "tickangle": "auto",
                        "tickcolor": "#000",
                        "tickwidth": 1,
                        "overlaying": false,
                        "showexponent": "all",
                        "zerolinecolor": "rgb(33, 33, 33)",
                        "zerolinewidth": 1,
                        "exponentformat": "e",
                        "showticklabels": true
                    },
                    "bargap": 0.3,
                    "boxgap": 0.3,
                    "height": 625,
                    "legend": {
                        "x": 0.98,
                        "y": 0.98,
                        "font": {
                            "size": 0,
                            "color": "",
                            "family": ""
                        },
                        "bgcolor": "#fff",
                        "traceorder": "normal",
                        "bordercolor": "#000",
                        "borderwidth": 1
                    },
                    "margin": {
                        "b": 137,
                        "l": 80,
                        "r": 80,
                        "t": 100,
                        "pad": 0,
                        "autoexpand": true
                    },
                    "barmode": "stack",
                    "boxmode": "overlay",
                    "autosize": false,
                    "dragmode": "zoom",
                    "hovermode": "x",
                    "separators": ".,",
                    "showlegend": false,
                    "annotations": [
                        {
                            "x": 0.1,
                            "y": 0.3,
                            "ax": 183,
                            "ay": 214,
                            "tag": "",
                            "font": {
                                "size": 0,
                                "color": "",
                                "family": ""
                            },
                            "text": "Miller, J.D., E.C. Scott, and S. Okamoto. 2006. Public acceptance of evolution. Science 313: 765-66.",
                            "xref": "paper",
                            "yref": "paper",
                            "align": "center",
                            "bgcolor": "rgba(0, 0, 0, 0)",
                            "opacity": 1,
                            "xanchor": "auto",
                            "yanchor": "auto",
                            "arrowhead": 1,
                            "arrowsize": 1,
                            "borderpad": 1,
                            "showarrow": true,
                            "arrowcolor": "rgba(0, 0, 0, 0)",
                            "arrowwidth": 0,
                            "bordercolor": "",
                            "borderwidth": 1
                        }
                    ],
                    "bargroupgap": 0,
                    "boxgroupgap": 0.3,
                    "hidesources": false,
                    "plot_bgcolor": "rgba(217, 217, 217, 0.25)",
                    "paper_bgcolor": "rgba(217, 217, 217, 0.25)"
                }
            },
            "height": 625,
            "width": 875,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~minolike",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/XVW6XLRMWLUWQ82ELTHL8H2HRJINIX.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "Minolike - Đơn vị tăng tương tác MXH chuyên nghiệp tại Việt Nam",
                "nickname": "Minolike",
                "website": "https://minolike.net",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:11:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "minolike",
                "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-07-08T09:11:41.953045Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Darius7979/1.embed",
            "fid": "Darius7979:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/9_OZD13OA036XHKF78OG47WQ98RGULD1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/2_N4X5MZ7VH6YB66LVCPMLJEXJORGEKO.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/8_G6B2LIWYXGQBUGLA0B38HSPEJDABAA.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Darius7979/1/9_OZD13OA036XHKF78OG47WQ98RGULD1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Darius7979:1",
                "plots": "https://api.plotly.com/v2/plots/Darius7979:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Darius7979"
            },
            "owner": "Darius7979",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Darius7979/1/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:11:41.962Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Darius7979/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Darius7979:0:1979fb",
                        "ysrc": "Darius7979:0:b2ed85"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            80
                        ],
                        "title": {
                            "text": "Temperature"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            12.444444444444443,
                            103.55555555555556
                        ],
                        "title": {
                            "text": "%Transmission"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Darius7979",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-08 09:10:14",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Darius7979",
                "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-07-08T09:01:48.497535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~smoh/71.embed",
            "fid": "smoh:71",
            "filename": "Plot 71",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/smoh/71/9_441P58LM6PK84JXWU3WKSP6PFIXUX2.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/smoh/71/2_14XAE4FHCCUX5K4EG5XD3LOL0W2IFC.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/smoh/71/8_F2GVMSUNBPPI3GSPEUWQ4X9XZK2YVQ.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/smoh/71/9_441P58LM6PK84JXWU3WKSP6PFIXUX2.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/smoh:71",
                "plots": "https://api.plotly.com/v2/plots/smoh:71",
                "parent": "https://api.plotly.com/v2/folders/home?user=smoh"
            },
            "owner": "smoh",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~smoh/71/",
            "world_readable": true,
            "date_modified": "2025-07-08T09:01:48.652Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~smoh/71/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "smoh:70:c59247",
                        "ysrc": "smoh:70:791fdb",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.5,
                            58.5
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            61.05263157894737
                        ],
                        "autorange": true
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~smoh",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2024-07-18 00:04:56",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "smoh",
                "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-07-08T07:54:53.880203Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Gestirn/9.embed",
            "fid": "Gestirn:9",
            "filename": "Plot 9",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Gestirn/9/9_REUPZH0787WA3ENZC7FMQTJJPH5R5Q.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Gestirn/9/2_XXKUYEUBWTN8PCINXB2R5A4HHUGGW6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Gestirn/9/8_BI8AVD2QKKYG22JB6BBAAYWHY99GZ2.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Gestirn/9/9_REUPZH0787WA3ENZC7FMQTJJPH5R5Q.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Gestirn:9",
                "plots": "https://api.plotly.com/v2/plots/Gestirn:9",
                "parent": "https://api.plotly.com/v2/folders/home?user=Gestirn"
            },
            "owner": "Gestirn",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 18,
            "web_url": "https://chart-studio.plotly.com/~Gestirn/9/",
            "world_readable": true,
            "date_modified": "2025-07-08T07:56:01.618Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Gestirn/9/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "#636EFA",
                            "width": 4.596842909197556
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 0, lat",
                                "lon": "Trace 0, lon"
                            }
                        },
                        "mode": "lines",
                        "text": "<b>China ↔ USA</b><br>合作: 10篇<br>机构:<br>Rutgers State Univ<br> Univ Calif San Francisco<br> Univ Missouri<br> Virginia Commonwealth Univ<br> Harvard Med Sch<br> Univ Texas Austin<br> Univ Mississippi<br> Univ Maryland<br> Texas Tech Univ<br> Stanford Univ",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:675745",
                        "lonsrc": "Gestirn:8:6e6e19",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "#EF553B",
                            "width": 3.0794415416798357
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 1, lat",
                                "lon": "Trace 1, lon"
                            }
                        },
                        "mode": "lines",
                        "text": "<b>China ↔ United Kingdom</b><br>合作: 3篇<br>机构:<br>UCL<br> Cardiff Univ<br> Nottingham Trent Univ",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:d70430",
                        "lonsrc": "Gestirn:8:d0fbd8",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "#00CC96",
                            "width": 2.6479184330021646
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 2, lat",
                                "lon": "Trace 2, lon"
                            }
                        },
                        "mode": "lines",
                        "text": "<b>China ↔ Canada</b><br>合作: 2篇<br>机构:<br>McGill Univ<br> Univ Alberta",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:096323",
                        "lonsrc": "Gestirn:8:174c06",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "#AB63FA",
                            "width": 2.039720770839918
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 3, lat",
                                "lon": "Trace 3, lon"
                            }
                        },
                        "mode": "lines",
                        "text": "<b>China ↔ Netherlands</b><br>合作: 1篇<br>机构:<br>Radboud Univ Nijmegen",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:417edf",
                        "lonsrc": "Gestirn:8:7de8a6",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "#FFA15A",
                            "width": 2.039720770839918
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 4, lat",
                                "lon": "Trace 4, lon"
                            }
                        },
                        "mode": "lines",
                        "text": "<b>China ↔ Denmark</b><br>合作: 1篇<br>机构:<br>Univ Copenhagen",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:d2fe7a",
                        "lonsrc": "Gestirn:8:8c9bc9",
                        "hoverinfo": "text"
                    },
                    {
                        "line": {
                            "color": "#19D3F3",
                            "width": 2.039720770839918
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 5, lat",
                                "lon": "Trace 5, lon"
                            }
                        },
                        "mode": "lines",
                        "text": "<b>China ↔ Brazil</b><br>合作: 1篇<br>机构:<br>Univ Fed Triangulo Mineiro",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:7ee655",
                        "lonsrc": "Gestirn:8:69a604",
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 6, lat",
                                "lon": "Trace 6, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>China</b><br>总合作: 18篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:f9c5a7",
                        "lonsrc": "Gestirn:8:a31baf",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 35.55551183333152,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 7, lat",
                                "lon": "Trace 7, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>USA</b><br>总合作: 10篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:7b1b36",
                        "lonsrc": "Gestirn:8:15403f",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 27.183162182386965,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 8, lat",
                                "lon": "Trace 8, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>United Kingdom</b><br>总合作: 3篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:2b0a07",
                        "lonsrc": "Gestirn:8:ccb45e",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 19.090354888959126,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 9, lat",
                                "lon": "Trace 9, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>Canada</b><br>总合作: 2篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:212092",
                        "lonsrc": "Gestirn:8:5520a4",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 16.78889830934488,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 10, lat",
                                "lon": "Trace 10, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>Netherlands</b><br>总合作: 1篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:42ec17",
                        "lonsrc": "Gestirn:8:52cde7",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 13.545177444479563,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 11, lat",
                                "lon": "Trace 11, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>Denmark</b><br>总合作: 1篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:afdca9",
                        "lonsrc": "Gestirn:8:fafa34",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 13.545177444479563,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 12, lat",
                                "lon": "Trace 12, lon"
                            }
                        },
                        "mode": "markers",
                        "text": "<b>Brazil</b><br>总合作: 1篇",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:8:92b83e",
                        "lonsrc": "Gestirn:8:0cdfc1",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 13.545177444479563,
                            "color": "#1f77b4",
                            "opacity": 0.9
                        },
                        "hoverinfo": "text"
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "world",
                        "center": {
                            "lat": 0.5618893206900799,
                            "lon": 111.58465365987155
                        },
                        "showland": true,
                        "landcolor": "rgb(235, 235, 235)",
                        "projection": {
                            "type": "natural earth",
                            "rotation": {
                                "lon": 111.58465365987155
                            }
                        },
                        "countrycolor": "rgb(215, 215, 215)"
                    },
                    "font": {
                        "family": "Arial, sans-serif"
                    },
                    "title": {
                        "x": 0.5,
                        "text": "<b>魏高峡学者 国际论文合作网络地图</b>"
                    },
                    "margin": {
                        "b": 10,
                        "l": 10,
                        "r": 10,
                        "t": 50
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermap": [
                                {
                                    "type": "scattermap",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Gestirn",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 17:36:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Gestirn",
                "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-07-08T07:51:21.303709Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Gestirn/7.embed",
            "fid": "Gestirn:7",
            "filename": "Plot 7",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Gestirn/7/9_SLZTH545MTFXAHXT7OA7VC3VV70AP0.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Gestirn/7/2_X1PWMW798QUOJIIMSCCMF58BFD4AEP.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Gestirn/7/8_HE242U2IJ9ZRYH4IJ2MGY4I9J8X4AW.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Gestirn/7/9_SLZTH545MTFXAHXT7OA7VC3VV70AP0.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Gestirn:7",
                "plots": "https://api.plotly.com/v2/plots/Gestirn:7",
                "parent": "https://api.plotly.com/v2/folders/home?user=Gestirn"
            },
            "owner": "Gestirn",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 22,
            "web_url": "https://chart-studio.plotly.com/~Gestirn/7/",
            "world_readable": true,
            "date_modified": "2025-07-08T07:53:31.576Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Gestirn/7/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "核心单位, lat; 数据联盟合作, lat; 常规合作, lat",
                                "lon": "核心单位, lon; 数据联盟合作, lon; 常规合作, lon"
                            }
                        },
                        "mode": "markers",
                        "name": "核心单位",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:0d2db6",
                        "lonsrc": "Gestirn:6:7d35a6",
                        "marker": {
                            "size": 10,
                            "color": "#d62728",
                            "symbol": "star"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "核心单位, lat; 数据联盟合作, lat; 常规合作, lat",
                                "lon": "核心单位, lon; 数据联盟合作, lon; 常规合作, lon"
                            }
                        },
                        "mode": "markers",
                        "name": "数据联盟合作",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:0d2db6",
                        "lonsrc": "Gestirn:6:7d35a6",
                        "marker": {
                            "size": 8,
                            "color": "#2ca02c"
                        }
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "核心单位, lat; 数据联盟合作, lat; 常规合作, lat",
                                "lon": "核心单位, lon; 数据联盟合作, lon; 常规合作, lon"
                            }
                        },
                        "mode": "markers",
                        "name": "常规合作",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:0d2db6",
                        "lonsrc": "Gestirn:6:7d35a6",
                        "marker": {
                            "size": 8,
                            "color": "#FF7F0E"
                        }
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 3, lat; Trace 5, lat",
                                "lon": "Trace 3, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:767b47",
                        "lonsrc": "Gestirn:6:a3bf9e",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 4, lat; Trace 6, lat",
                                "lon": "Trace 4, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:f84deb",
                        "lonsrc": "Gestirn:6:d4f146",
                        "marker": {
                            "size": 14.158883083359672,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Fujian (常规合作)</b><br>论文合作: 1篇<br>---<br>合作单位:<br>厦门大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 3, lat; Trace 5, lat",
                                "lon": "Trace 5, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:767b47",
                        "lonsrc": "Gestirn:6:c7ac85",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 4, lat; Trace 6, lat",
                                "lon": "Trace 6, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:f84deb",
                        "lonsrc": "Gestirn:6:5d0d7b",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Fujian (数据联盟合作)</b><br>---<br>合作单位:<br>福建师范大学<br> 厦门大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 7, lat; Trace 9, lat",
                                "lon": "Trace 7, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:384b55",
                        "lonsrc": "Gestirn:6:c0578a",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 8, lat; Trace 10, lat",
                                "lon": "Trace 8, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:b5f494",
                        "lonsrc": "Gestirn:6:a4721d",
                        "marker": {
                            "size": 24.387371636790224,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Guangdong (常规合作)</b><br>论文合作: 10篇<br>---<br>合作单位:<br>深圳大学<br> 广州体育学院<br> Shenzhen Hlth Dev Res Ctr",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 7, lat; Trace 9, lat",
                                "lon": "Trace 9, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:384b55",
                        "lonsrc": "Gestirn:6:9dc06b",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 8, lat; Trace 10, lat",
                                "lon": "Trace 10, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:b5f494",
                        "lonsrc": "Gestirn:6:8e0e02",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Guangdong (数据联盟合作)</b><br>---<br>合作单位:<br>广州体育学院<br> 华南师范大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 11, lat",
                                "lon": "Trace 11, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:750a0a",
                        "lonsrc": "Gestirn:6:16e462",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 12, lat",
                                "lon": "Trace 12, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:ae8ae0",
                        "lonsrc": "Gestirn:6:988c63",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Hebei (数据联盟合作)</b><br>---<br>合作单位:<br>廊坊师范学院",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 13, lat; Trace 15, lat",
                                "lon": "Trace 13, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:c461f2",
                        "lonsrc": "Gestirn:6:99b855",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 14, lat; Trace 16, lat",
                                "lon": "Trace 14, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:cab740",
                        "lonsrc": "Gestirn:6:c4e7e2",
                        "marker": {
                            "size": 14.158883083359672,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Henan (常规合作)</b><br>论文合作: 1篇<br>---<br>合作单位:<br>河南大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 13, lat; Trace 15, lat",
                                "lon": "Trace 15, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:c461f2",
                        "lonsrc": "Gestirn:6:0088f3",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 14, lat; Trace 16, lat",
                                "lon": "Trace 16, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:cab740",
                        "lonsrc": "Gestirn:6:a7e4a1",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Henan (数据联盟合作)</b><br>---<br>合作单位:<br>河南大学<br> 郑州大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 17, lat",
                                "lon": "Trace 17, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:27ce34",
                        "lonsrc": "Gestirn:6:00dbc2",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 18, lat",
                                "lon": "Trace 18, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:c0fa71",
                        "lonsrc": "Gestirn:6:13e6ab",
                        "marker": {
                            "size": 26.24830120661326,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Hong Kong (常规合作)</b><br>论文合作: 14篇<br>---<br>合作单位:<br>香港中文大学<br> Hong Kong Metropolitan Univ<br> 香港教育大学<br> 香港大学<br> Hong Kong Sports Inst",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 19, lat; Trace 21, lat",
                                "lon": "Trace 19, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:d96966",
                        "lonsrc": "Gestirn:6:c45888",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 20, lat; Trace 22, lat",
                                "lon": "Trace 20, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:8e59f3",
                        "lonsrc": "Gestirn:6:2702c2",
                        "marker": {
                            "size": 16.59167373200866,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Hubei (常规合作)</b><br>论文合作: 2篇<br>---<br>合作单位:<br>华中科技大学<br> 武汉体育学院",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 19, lat; Trace 21, lat",
                                "lon": "Trace 21, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:d96966",
                        "lonsrc": "Gestirn:6:3331fa",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 20, lat; Trace 22, lat",
                                "lon": "Trace 22, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:8e59f3",
                        "lonsrc": "Gestirn:6:175b60",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Hubei (数据联盟合作)</b><br>---<br>合作单位:<br>华中科技大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 23, lat; Trace 25, lat",
                                "lon": "Trace 23, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:f08808",
                        "lonsrc": "Gestirn:6:135cfc",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 24, lat; Trace 26, lat",
                                "lon": "Trace 24, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:2ccd43",
                        "lonsrc": "Gestirn:6:7947cb",
                        "marker": {
                            "size": 20.75055681536833,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Jiangsu (常规合作)</b><br>论文合作: 5篇<br>---<br>合作单位:<br>南京体育学院<br> 扬州大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 23, lat; Trace 25, lat",
                                "lon": "Trace 25, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:f08808",
                        "lonsrc": "Gestirn:6:3bb753",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 24, lat; Trace 26, lat",
                                "lon": "Trace 26, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:2ccd43",
                        "lonsrc": "Gestirn:6:1f40e0",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Jiangsu (数据联盟合作)</b><br>---<br>合作单位:<br>南京体育学院<br> 扬州大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 27, lat",
                                "lon": "Trace 27, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:741749",
                        "lonsrc": "Gestirn:6:302a7c",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 28, lat",
                                "lon": "Trace 28, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:0e97a9",
                        "lonsrc": "Gestirn:6:726af7",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Jilin (数据联盟合作)</b><br>---<br>合作单位:<br>吉林体育学院",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 29, lat",
                                "lon": "Trace 29, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:998078",
                        "lonsrc": "Gestirn:6:33f389",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 30, lat",
                                "lon": "Trace 30, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:96fbce",
                        "lonsrc": "Gestirn:6:72293e",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Liaoning (数据联盟合作)</b><br>---<br>合作单位:<br>辽宁师范大学<br> 沈阳师范大学<br> 东北师范大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 31, lat",
                                "lon": "Trace 31, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:82dd01",
                        "lonsrc": "Gestirn:6:d1585e",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 32, lat",
                                "lon": "Trace 32, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:94a74d",
                        "lonsrc": "Gestirn:6:70af23",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Shaanxi (数据联盟合作)</b><br>---<br>合作单位:<br>西安体育学院",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 33, lat; Trace 35, lat",
                                "lon": "Trace 33, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:1e4814",
                        "lonsrc": "Gestirn:6:ef1766",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 34, lat; Trace 36, lat",
                                "lon": "Trace 34, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:3e7703",
                        "lonsrc": "Gestirn:6:b21280",
                        "marker": {
                            "size": 20.75055681536833,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Shanghai (常规合作)</b><br>论文合作: 5篇<br>---<br>合作单位:<br>华东师范大学<br> 上海交通大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 33, lat; Trace 35, lat",
                                "lon": "Trace 35, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:1e4814",
                        "lonsrc": "Gestirn:6:52cf9c",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 34, lat; Trace 36, lat",
                                "lon": "Trace 36, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:3e7703",
                        "lonsrc": "Gestirn:6:1cb5c8",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Shanghai (数据联盟合作)</b><br>---<br>合作单位:<br>上海健康医学院<br> 上海交通大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 37, lat; Trace 39, lat",
                                "lon": "Trace 37, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:1aaad5",
                        "lonsrc": "Gestirn:6:0d6ff4",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 38, lat; Trace 40, lat",
                                "lon": "Trace 38, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:744dbb",
                        "lonsrc": "Gestirn:6:fe09d8",
                        "marker": {
                            "size": 19.6566274746046,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Sichuan (常规合作)</b><br>论文合作: 4篇<br>---<br>合作单位:<br>四川师范大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 37, lat; Trace 39, lat",
                                "lon": "Trace 39, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:1aaad5",
                        "lonsrc": "Gestirn:6:3ffb07",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 38, lat; Trace 40, lat",
                                "lon": "Trace 40, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:744dbb",
                        "lonsrc": "Gestirn:6:fa3494",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Sichuan (数据联盟合作)</b><br>---<br>合作单位:<br>西南大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 41, lat",
                                "lon": "Trace 41, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:6aa9aa",
                        "lonsrc": "Gestirn:6:de2852",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 42, lat",
                                "lon": "Trace 42, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:a2050e",
                        "lonsrc": "Gestirn:6:c00faa",
                        "marker": {
                            "size": 16.59167373200866,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Taiwan (常规合作)</b><br>论文合作: 2篇<br>---<br>合作单位:<br>国立台湾师范大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 43, lat; Trace 45, lat",
                                "lon": "Trace 43, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:5dabdc",
                        "lonsrc": "Gestirn:6:472617",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 44, lat; Trace 46, lat",
                                "lon": "Trace 44, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:7c6a83",
                        "lonsrc": "Gestirn:6:10f09f",
                        "marker": {
                            "size": 14.158883083359672,
                            "color": "#FF7F0E",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Tianjin (常规合作)</b><br>论文合作: 1篇<br>---<br>合作单位:<br>天津体育学院",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 43, lat; Trace 45, lat",
                                "lon": "Trace 45, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:5dabdc",
                        "lonsrc": "Gestirn:6:271d06",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 44, lat; Trace 46, lat",
                                "lon": "Trace 46, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:7c6a83",
                        "lonsrc": "Gestirn:6:bb2a34",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Tianjin (数据联盟合作)</b><br>---<br>合作单位:<br>天津师范大学",
                        "showlegend": false
                    },
                    {
                        "line": {
                            "color": "rgba(150, 150, 150, 0.6)",
                            "width": 1
                        },
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 47, lat",
                                "lon": "Trace 47, lon"
                            }
                        },
                        "mode": "lines",
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:6f5b66",
                        "lonsrc": "Gestirn:6:055be4",
                        "hoverinfo": "none",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 48, lat",
                                "lon": "Trace 48, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:619233",
                        "lonsrc": "Gestirn:6:68f61a",
                        "marker": {
                            "size": 12,
                            "color": "#2ca02c",
                            "sizemode": "area"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Zhejiang (数据联盟合作)</b><br>---<br>合作单位:<br>宁波大学",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "lat": "Trace 49, lat",
                                "lon": "Trace 49, lon"
                            }
                        },
                        "type": "scattergeo",
                        "latsrc": "Gestirn:6:17e994",
                        "lonsrc": "Gestirn:6:1e5778",
                        "marker": {
                            "line": {
                                "color": "white",
                                "width": 1
                            },
                            "size": 18,
                            "color": "#d62728",
                            "symbol": "star"
                        },
                        "hoverinfo": "text",
                        "hovertext": "<b>Beijing (核心)</b><br>中国科学院心理研究所<br>---<br><b>市内合作:</b><br><i>常规合作:</i> 北京师范大学; 中国中医科学院; 首都师范大学; 首都体育学院; 北京体育大学; 北京回龙观医院<br><i>数据联盟合作:</i> 北京体育大学; 首都师范大学; 首都体育学院; 北京大学; 北京语言大学",
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "geo": {
                        "scope": "asia",
                        "center": {
                            "lat": 34.94602249105167,
                            "lon": 110.93312318633052
                        },
                        "projection": {
                            "scale": 2.29739670999407
                        }
                    },
                    "font": {
                        "family": "Arial, sans-serif"
                    },
                    "title": {
                        "x": 0.5,
                        "text": "<b>国内合作网络地图</b>"
                    },
                    "legend": {
                        "x": 0.99,
                        "y": 0.01,
                        "font": {
                            "size": 10
                        },
                        "bgcolor": "rgba(255, 255, 255, 0.7)",
                        "xanchor": "right",
                        "yanchor": "bottom"
                    },
                    "margin": {
                        "b": 10,
                        "l": 10,
                        "r": 10,
                        "t": 50
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    },
                                    "error_x": {
                                        "color": "#2a3f5f"
                                    },
                                    "error_y": {
                                        "color": "#2a3f5f"
                                    }
                                }
                            ],
                            "pie": [
                                {
                                    "type": "pie",
                                    "automargin": true
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "white",
                                        "linecolor": "white",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "white",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "fillpattern": {
                                        "size": 10,
                                        "fillmode": "overlay",
                                        "solidity": 0.2
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "barpolar": [
                                {
                                    "type": "barpolar",
                                    "marker": {
                                        "line": {
                                            "color": "#E5ECF6",
                                            "width": 0.5
                                        },
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "pattern": {
                                            "size": 10,
                                            "fillmode": "overlay",
                                            "solidity": 0.2
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermap": [
                                {
                                    "type": "scattermap",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "colorscale": [
                                        [
                                            0,
                                            "#0d0887"
                                        ],
                                        [
                                            0.1111111111111111,
                                            "#46039f"
                                        ],
                                        [
                                            0.2222222222222222,
                                            "#7201a8"
                                        ],
                                        [
                                            0.3333333333333333,
                                            "#9c179e"
                                        ],
                                        [
                                            0.4444444444444444,
                                            "#bd3786"
                                        ],
                                        [
                                            0.5555555555555556,
                                            "#d8576b"
                                        ],
                                        [
                                            0.6666666666666666,
                                            "#ed7953"
                                        ],
                                        [
                                            0.7777777777777778,
                                            "#fb9f3a"
                                        ],
                                        [
                                            0.8888888888888888,
                                            "#fdca26"
                                        ],
                                        [
                                            1,
                                            "#f0f921"
                                        ]
                                    ]
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "#E5ECF6",
                                "showlakes": true,
                                "subunitcolor": "white"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "#E5ECF6",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "gridwidth": 2,
                                    "linecolor": "white",
                                    "zerolinecolor": "white",
                                    "showbackground": true,
                                    "backgroundcolor": "#E5ECF6"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "title": {
                                    "standoff": 15
                                },
                                "gridcolor": "white",
                                "linecolor": "white",
                                "automargin": true,
                                "zerolinecolor": "white",
                                "zerolinewidth": 2
                            },
                            "mapbox": {
                                "style": "light"
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "white",
                                    "linecolor": "white"
                                },
                                "bgcolor": "#E5ECF6"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#FFA15A",
                                "#19d3f3",
                                "#FF6692",
                                "#B6E880",
                                "#FF97FF",
                                "#FECB52"
                            ],
                            "coloraxis": {
                                "colorbar": {
                                    "ticks": "",
                                    "outlinewidth": 0
                                }
                            },
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0d0887"
                                    ],
                                    [
                                        0.1111111111111111,
                                        "#46039f"
                                    ],
                                    [
                                        0.2222222222222222,
                                        "#7201a8"
                                    ],
                                    [
                                        0.3333333333333333,
                                        "#9c179e"
                                    ],
                                    [
                                        0.4444444444444444,
                                        "#bd3786"
                                    ],
                                    [
                                        0.5555555555555556,
                                        "#d8576b"
                                    ],
                                    [
                                        0.6666666666666666,
                                        "#ed7953"
                                    ],
                                    [
                                        0.7777777777777778,
                                        "#fb9f3a"
                                    ],
                                    [
                                        0.8888888888888888,
                                        "#fdca26"
                                    ],
                                    [
                                        1,
                                        "#f0f921"
                                    ]
                                ]
                            },
                            "hoverlabel": {
                                "align": "left"
                            },
                            "plot_bgcolor": "#E5ECF6",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "color": "#2a3f5f"
                                }
                            },
                            "autotypenumbers": "strict",
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#2a3f5f",
                                "arrowwidth": 1
                            }
                        }
                    },
                    "showlegend": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Gestirn",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-06 17:36:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Gestirn",
                "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-07-08T07:39:12.410232Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~andriakalandadze/1.embed",
            "fid": "andriakalandadze:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/andriakalandadze/1/9_3Z6D2JXLOVCDKD8N9N05IJT77I0X1D.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/andriakalandadze/1/2_7ZH09Q608FCA0CYXIE1DATSK4LV6N9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/andriakalandadze/1/8_F1JQ2ANBQ269TKZW4AN3M9KM7ZYG54.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/andriakalandadze/1/9_3Z6D2JXLOVCDKD8N9N05IJT77I0X1D.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/andriakalandadze:1",
                "plots": "https://api.plotly.com/v2/plots/andriakalandadze:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=andriakalandadze"
            },
            "owner": "andriakalandadze",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~andriakalandadze/1/",
            "world_readable": true,
            "date_modified": "2025-07-08T07:39:12.422Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~andriakalandadze/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "A",
                                "text": "A"
                            }
                        },
                        "mode": "markers",
                        "name": "Optimized",
                        "type": "bar",
                        "ysrc": "andriakalandadze:0:dce97e",
                        "xaxis": "x",
                        "yaxis": "y",
                        "marker": {
                            "line": {
                                "color": "rgb(255, 0, 0)"
                            },
                            "color": "rgb(52, 211, 153)"
                        },
                        "textsrc": "andriakalandadze:0:dce97e",
                        "textfont": {
                            "color": "rgb(0, 0, 0)",
                            "family": "Arial"
                        },
                        "cliponaxis": true,
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "",
                                "y": "B",
                                "text": "B"
                            }
                        },
                        "name": "Original",
                        "type": "bar",
                        "ysrc": "andriakalandadze:0:c679a7",
                        "marker": {
                            "color": "rgb(112, 128, 144)"
                        },
                        "textsrc": "andriakalandadze:0:c679a7",
                        "textfont": {
                            "color": "rgb(0, 0, 0)",
                            "family": "Arial"
                        },
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Whitespace PreTokenizer Speed Comparison (Optimized vs Original)"
                    },
                    "xaxis": {
                        "range": [
                            -2,
                            4
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Input Type"
                        },
                        "showline": false,
                        "autorange": false,
                        "fixedrange": false,
                        "showticklabels": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.01586117461181491,
                            70.53004818769587
                        ],
                        "title": {
                            "text": "Execution Time (µs)"
                        },
                        "autorange": false
                    },
                    "autosize": true,
                    "colorway": [
                        "#636efa",
                        "#EF553B",
                        "#00cc96",
                        "#ab63fa",
                        "#19d3f3",
                        "#e763fa",
                        "#fecb52",
                        "#ffa15a",
                        "#ff6692",
                        "#b6e880"
                    ],
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    },
                    "plot_bgcolor": "rgb(255, 255, 255)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~andriakalandadze",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/93.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-07-08 07:37:58",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "andriakalandadze",
                "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-07-08T06:06:47.888780Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~P76124354/4.embed",
            "fid": "P76124354:4",
            "filename": "Plot 4",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/P76124354/4/9_52VBQFFXZ0YZ4AU87FI4TRJO8VYJWS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/P76124354/4/2_PBAB1IYKSM8GTYR101JWKOXN4GRVXJ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/P76124354/4/8_9V1286BYCKVF3PY8VDV5QHADNB5DFN.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/P76124354/4/9_52VBQFFXZ0YZ4AU87FI4TRJO8VYJWS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/P76124354:4",
                "plots": "https://api.plotly.com/v2/plots/P76124354:4",
                "parent": "https://api.plotly.com/v2/folders/home?user=P76124354"
            },
            "owner": "P76124354",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~P76124354/4/",
            "world_readable": true,
            "date_modified": "2025-07-08T06:06:47.900Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~P76124354/4/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Analysis - Method",
                                "y": "score",
                                "marker": {
                                    "color": "D"
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "P76124354:3:d64fae,a32a23*",
                        "ysrc": "P76124354:3:2b252a",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "D"
                                }
                            },
                            "colorsrc": "P76124354:3:4612eb"
                        },
                        "opacity": 1,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Click to enter Plot title"
                    },
                    "xaxis": {
                        "type": "multicategory",
                        "range": [
                            -0.5,
                            23.5
                        ],
                        "title": {
                            "text": "Analysis"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -0.3656055555555556,
                            0.6965055555555555
                        ],
                        "title": {
                            "text": "Score"
                        },
                        "autorange": true
                    },
                    "bargap": 0.19999999999999996,
                    "barmode": "group",
                    "barnorm": "",
                    "modebar": {
                        "orientation": "h"
                    },
                    "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/~P76124354",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/81.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-07-03 04:58:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "P76124354",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}