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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTEwKzEzJTNBMjclM0E0OS4wMzg3MzQlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xMCsxMyUzQTMxJTNBMTcuNDg3MzQ0JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2024-04-10T13:31:17.487344Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/696.embed",
            "fid": "gbs24:696",
            "filename": "Aircraft_Old_Type238",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/696/9_13T2KHJ60BJ56R51S00W2SCN81DVT4.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/696/2_6DQF446M3HABAJL29W74B28L2NQF5A.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/696/8_UXT0OKL7ZCTB3K0UVK8YQTVACDHREI.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/696/9_13T2KHJ60BJ56R51S00W2SCN81DVT4.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:696",
                "plots": "https://api.plotly.com/v2/plots/gbs24:696",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/696/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:31:17.497Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/696/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:695:070c08",
                        "ysrc": "gbs24:695:71ee05",
                        "zsrc": "gbs24:695:580584",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:31:13.792901Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/694.embed",
            "fid": "gbs24:694",
            "filename": "Aircraft_New_Type237",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/694/9_M8ZQD3E3QF80W3C6RCS6KDCKOTMOBS.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/694/2_8DRAMRL89F77M911CTCJ6RNUWPA2R0.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/694/8_OLXNYND3VIE3J5JAB4M19E88EXPDR3.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/694/9_M8ZQD3E3QF80W3C6RCS6KDCKOTMOBS.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:694",
                "plots": "https://api.plotly.com/v2/plots/gbs24:694",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~gbs24/694/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:31:13.803Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/694/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:693:640655",
                        "ysrc": "gbs24:693:c44cad",
                        "zsrc": "gbs24:693:9a27b1",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:31:10.739307Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/692.embed",
            "fid": "gbs24:692",
            "filename": "Aircraft_Old_Type237",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/692/9_7N9WP2UZCML0YMLGUXW6ZB6VRKQLIZ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/692/2_IWNJ0CRWFV35FPSN491X0RX4HSN04D.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/692/8_VVSJNOYWG1TO1QZPJUQPLK8QCX9UEP.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/692/9_7N9WP2UZCML0YMLGUXW6ZB6VRKQLIZ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:692",
                "plots": "https://api.plotly.com/v2/plots/gbs24:692",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/692/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:31:10.750Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/692/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:691:5d0f19",
                        "ysrc": "gbs24:691:e3dd9b",
                        "zsrc": "gbs24:691:6a6329",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:28:10.933433Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/690.embed",
            "fid": "gbs24:690",
            "filename": "PartA_New_Type253",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/690/9_0FFE4WFIG5NPVXPGNUN80NXH9LG0JD.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/690/2_V4PYJ2DC4OUNFFUHF6097WOMAR5B8N.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/690/8_7KNJ2ZUIZM7PQL5OXULHTBLSL8YQ4M.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/690/9_0FFE4WFIG5NPVXPGNUN80NXH9LG0JD.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:690",
                "plots": "https://api.plotly.com/v2/plots/gbs24:690",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/690/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:28:10.945Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/690/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:689:ed09ad",
                        "ysrc": "gbs24:689:c0350f",
                        "zsrc": "gbs24:689:4286fa",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:28:07.374435Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/688.embed",
            "fid": "gbs24:688",
            "filename": "PartA_Old_Type253",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/688/9_UMTN02SUP55WVYULATVDGIT8VODFAJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/688/2_VV26KJWEKKRHKX2ZHUYQF4B4NWSWV1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/688/8_2V0D3JGTI4X8VL5F4DZDXS44HE8W6F.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/688/9_UMTN02SUP55WVYULATVDGIT8VODFAJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:688",
                "plots": "https://api.plotly.com/v2/plots/gbs24:688",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~gbs24/688/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:28:07.385Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/688/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:687:e1de24",
                        "ysrc": "gbs24:687:428897",
                        "zsrc": "gbs24:687:94c757",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:28:03.962761Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/686.embed",
            "fid": "gbs24:686",
            "filename": "PartA_New_Type252",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/686/9_1X1D99XLEW4UZHHX6RR2KPQ2TTARSM.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/686/2_90C3UUH4SYZ1TSG9VW8DM17C452O98.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/686/8_6WAQK8QJ1KV33ASV4T75PH59ODIDGB.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/686/9_1X1D99XLEW4UZHHX6RR2KPQ2TTARSM.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:686",
                "plots": "https://api.plotly.com/v2/plots/gbs24:686",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~gbs24/686/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:28:03.973Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/686/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:685:b3f383",
                        "ysrc": "gbs24:685:dd8a33",
                        "zsrc": "gbs24:685:27cf4a",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:28:00.134988Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/684.embed",
            "fid": "gbs24:684",
            "filename": "PartA_Old_Type252",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/684/9_RTUI3QI3KXIRIIOPH07IUHE5LE8HIK.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/684/2_PJVHS3EKRUP8D3L0RDECSWZ4JAF7WM.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/684/8_F6WEE8MGMHI7MMI54BUEC935F73B1Z.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/684/9_RTUI3QI3KXIRIIOPH07IUHE5LE8HIK.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:684",
                "plots": "https://api.plotly.com/v2/plots/gbs24:684",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/684/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:28:00.144Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/684/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:683:9167cb",
                        "ysrc": "gbs24:683:9be1b8",
                        "zsrc": "gbs24:683:bfc69d",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:27:56.554426Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/682.embed",
            "fid": "gbs24:682",
            "filename": "PartA_New_Type251",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/682/9_0PBBAOPTT3496LKMUXFRDCEWN1J2KE.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/682/2_CM88LI9VAXPDPKPPST38KMLIYRLMZ3.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/682/8_GNYFS8GXW3IIF4JWC3U707ECZYJR22.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/682/9_0PBBAOPTT3496LKMUXFRDCEWN1J2KE.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:682",
                "plots": "https://api.plotly.com/v2/plots/gbs24:682",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/682/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:27:56.564Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/682/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:681:5022f3",
                        "ysrc": "gbs24:681:2d2c58",
                        "zsrc": "gbs24:681:a1663b",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:27:52.686115Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/680.embed",
            "fid": "gbs24:680",
            "filename": "PartA_Old_Type251",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/680/9_UYTBGA1MP5YG9GVENPLQNB9W0JPGPN.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/680/2_IMIQWR9AR0U3FKZA3Z1UHC0CPDDP82.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/680/8_BB1GSNVXWX7B33G93MUHXS3HYMZWPK.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/680/9_UYTBGA1MP5YG9GVENPLQNB9W0JPGPN.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:680",
                "plots": "https://api.plotly.com/v2/plots/gbs24:680",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/680/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:27:52.695Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/680/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:679:e17760",
                        "ysrc": "gbs24:679:09e7c9",
                        "zsrc": "gbs24:679:f913df",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2024-04-10T13:27:49.038734Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~gbs24/678.embed",
            "fid": "gbs24:678",
            "filename": "PartA_New_Type250",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/gbs24/678/9_V6LWRKG9GCA1E4FVH8AAHKZ0JJTHEV.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/gbs24/678/2_X5Z6WSLK7IH67SXO6Y4F2TRCZS4OSZ.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/678/8_RY5QCDRY00NV8AGPTZ2KG69EW4LM91.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/gbs24/678/9_V6LWRKG9GCA1E4FVH8AAHKZ0JJTHEV.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/gbs24:678",
                "plots": "https://api.plotly.com/v2/plots/gbs24:678",
                "parent": "https://api.plotly.com/v2/folders/home?user=gbs24"
            },
            "owner": "gbs24",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~gbs24/678/",
            "world_readable": true,
            "date_modified": "2024-04-10T13:27:49.050Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~gbs24/678/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgba(31,119,180,1)"
                        },
                        "type": "contour",
                        "xsrc": "gbs24:677:9e67fc",
                        "ysrc": "gbs24:677:519fa2",
                        "zsrc": "gbs24:677:c9f1e5",
                        "frame": null,
                        "xaxis": "x",
                        "yaxis": "y",
                        "colorbar": {
                            "y": 1,
                            "len": 0.5,
                            "title": "conc",
                            "lenmode": "fraction",
                            "ticklen": 2,
                            "yanchor": "top"
                        },
                        "showscale": true,
                        "colorscale": "Jet"
                    }
                ],
                "layout": {
                    "scene": {
                        "zaxis": {
                            "title": "conc"
                        }
                    },
                    "xaxis": {
                        "title": "x",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "yaxis": {
                        "title": "y",
                        "domain": [
                            0,
                            1
                        ],
                        "automargin": true
                    },
                    "legend": {
                        "y": 0.5,
                        "yanchor": "top"
                    },
                    "margin": {
                        "b": 40,
                        "l": 60,
                        "r": 10,
                        "t": 25
                    },
                    "hovermode": "closest",
                    "showlegend": false
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~gbs24",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/30.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": "2019-05-28 09:57:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "gbs24",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}