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

{
    "next": "https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA5LTA0KzAwJTNBMTUlM0EwMS41MDgyNjAlMkIwMCUzQTAw&format=api",
    "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOS0wNCswNSUzQTQ1JTNBMjguOTM0MTUyJTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2025-09-04T05:45:28.934152Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hoapenncho/3.embed",
            "fid": "hoapenncho:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/3/9_KVOGGQF88EL2X13RZ0C4W4C9PQS06B.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/3/2_OXZSCPHNTP3AA0ETXAKGSG5ACZDXQ5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/3/8_I6LEKRM453QGOGVOLIRC1X9C1JSF4U.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hoapenncho/3/9_KVOGGQF88EL2X13RZ0C4W4C9PQS06B.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hoapenncho:3",
                "plots": "https://api.plotly.com/v2/plots/hoapenncho:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=hoapenncho"
            },
            "owner": "hoapenncho",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~hoapenncho/3/",
            "world_readable": true,
            "date_modified": "2025-09-04T05:45:31.085Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hoapenncho/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "rgb(9, 108, 177)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "1.3 M KAc",
                                "y": "Trace 0, y"
                            }
                        },
                        "mode": "lines",
                        "name": "1.3 M KAc",
                        "type": "scatter",
                        "xsrc": "hoapenncho:2:052298",
                        "ysrc": "hoapenncho:2:a37ff1"
                    },
                    {
                        "line": {
                            "color": "rgb(255, 14, 46)"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "1.2 M KAc",
                                "y": "Trace 1, y"
                            }
                        },
                        "mode": "lines",
                        "name": "1.2 M KAc",
                        "type": "scatter",
                        "xsrc": "hoapenncho:2:52a1cf",
                        "ysrc": "hoapenncho:2:6c6ad7"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -74.2887379839492,
                            591.4313431519535
                        ],
                        "title": {
                            "text": "Elusion Time (min)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -71.11111111111117,
                            1281.5458937198068
                        ],
                        "title": {
                            "text": "mAu"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.8457393086043403,
                        "y": 0.9423076923076923
                    },
                    "autosize": true,
                    "dragmode": "zoom"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~hoapenncho",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-21 07:08:22",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hoapenncho",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T03:48:08.413089Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~csep17/5.embed",
            "fid": "csep17:5",
            "filename": "Plot 5",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/csep17/5/9_YNB0KSS1GZ8W5CNTXVILLGJV8MMVEO.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/csep17/5/2_MQ9QPT0JIUZVH0ULMW7U24JN3RVTSL.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/csep17/5/8_BZJ8EF2ZMKNFT0WOJ1OI6MAYI06Q5G.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/csep17/5/9_YNB0KSS1GZ8W5CNTXVILLGJV8MMVEO.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/csep17:5",
                "plots": "https://api.plotly.com/v2/plots/csep17:5",
                "parent": "https://api.plotly.com/v2/folders/home?user=csep17"
            },
            "owner": "csep17",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~csep17/5/",
            "world_readable": true,
            "date_modified": "2025-09-04T13:16:44.459Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~csep17/5/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "csep17:4:2dee12",
                        "ysrc": "csep17:4:11ac8f",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            15.5
                        ],
                        "tickfont": {
                            "size": 17
                        },
                        "tickmode": "auto",
                        "autorange": true,
                        "tickangle": "auto",
                        "showspikes": false
                    },
                    "yaxis": {
                        "range": [
                            0,
                            84.51609822712447
                        ],
                        "tickfont": {
                            "size": 17
                        },
                        "autorange": true,
                        "showspikes": false,
                        "ticksuffix": "%"
                    },
                    "margin": {
                        "b": 93
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "annotations": [
                        {
                            "x": -0.013471901462663588,
                            "y": 78.4422648199446,
                            "ax": 1,
                            "ay": -42,
                            "font": {
                                "size": 17
                            },
                            "text": "75.7%",
                            "showarrow": false
                        },
                        {
                            "x": 0.9842186297151655,
                            "y": 75.62349030470914,
                            "font": {
                                "size": 17
                            },
                            "text": "73.4%",
                            "xref": "x",
                            "axref": "x",
                            "yanchor": "auto",
                            "showarrow": false
                        },
                        {
                            "x": 2.018860662047729,
                            "y": 76.33440443213296,
                            "font": {
                                "size": 17
                            },
                            "text": "74%",
                            "showarrow": false
                        },
                        {
                            "x": 3.016551193225558,
                            "y": 76.33440443213296,
                            "font": {
                                "size": 17
                            },
                            "text": "74.1%",
                            "showarrow": false
                        },
                        {
                            "x": 4.001924557351809,
                            "y": 79.53351800554016,
                            "font": {
                                "size": 17
                            },
                            "text": "77.5%",
                            "showarrow": false
                        },
                        {
                            "x": 4.999615088529638,
                            "y": 80.42216066481994,
                            "font": {
                                "size": 17
                            },
                            "text": "78.3%",
                            "showarrow": false
                        },
                        {
                            "x": 6.009622786759046,
                            "y": 78.64487534626038,
                            "font": {
                                "size": 17
                            },
                            "text": "76.1%",
                            "showarrow": false
                        },
                        {
                            "x": 6.982678983833718,
                            "y": 81.31080332409972,
                            "font": {
                                "size": 17
                            },
                            "text": "79.2%",
                            "showarrow": false
                        },
                        {
                            "x": 8.017321016166282,
                            "y": 82.19944598337949,
                            "font": {
                                "size": 17
                            },
                            "text": "80.2%",
                            "showarrow": false
                        },
                        {
                            "x": 8.978060046189377,
                            "y": 80.77453684390595,
                            "font": {
                                "size": 17
                            },
                            "text": "79.2%",
                            "showarrow": false
                        },
                        {
                            "x": 10.000384911470363,
                            "y": 81.30887777120853,
                            "font": {
                                "size": 17
                            },
                            "text": "79.1%",
                            "showarrow": false
                        },
                        {
                            "x": 11.01039260969977,
                            "y": 82.55567326824787,
                            "font": {
                                "size": 17
                            },
                            "text": "80.1%",
                            "showarrow": false
                        },
                        {
                            "x": 11.983448806774442,
                            "y": 81.30347454045213,
                            "font": {
                                "size": 17
                            },
                            "text": "79.2%",
                            "showarrow": false
                        },
                        {
                            "x": 12.993456505003849,
                            "y": 82.01901667062113,
                            "font": {
                                "size": 17
                            },
                            "text": "80.1%",
                            "showarrow": false
                        },
                        {
                            "x": 14.003464203233257,
                            "y": 79.87239028011415,
                            "font": {
                                "size": 17
                            },
                            "text": "77.3%",
                            "showarrow": false
                        },
                        {
                            "x": 14.988837567359507,
                            "y": 80.40904687774089,
                            "font": {
                                "size": 17
                            },
                            "text": "78.2%",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~csep17",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-04 00:26:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "csep17",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T03:47:57.069588Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~csep17/3.embed",
            "fid": "csep17:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/csep17/3/9_J5E6V22ETC2JD614SF51E8ADMZWPF9.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/csep17/3/2_9OTZY9DPDPCEYXAV1NB46COOWQJ0HE.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/csep17/3/8_FHR0SVRNNYPI57QA98QPO9MD00OEFC.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/csep17/3/9_J5E6V22ETC2JD614SF51E8ADMZWPF9.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/csep17:3",
                "plots": "https://api.plotly.com/v2/plots/csep17:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=csep17"
            },
            "owner": "csep17",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~csep17/3/",
            "world_readable": true,
            "date_modified": "2025-09-04T03:47:57.086Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~csep17/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "A"
                            }
                        },
                        "mode": "markers",
                        "type": "bar",
                        "xsrc": "csep17:2:a5d8ea",
                        "ysrc": "csep17:2:5cbb91",
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": ""
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            15.5
                        ],
                        "tickfont": {
                            "size": 17
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            0,
                            84.42105263157895
                        ],
                        "tickfont": {
                            "size": 17
                        },
                        "autorange": true,
                        "ticksuffix": "%"
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~csep17",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-04 00:26:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "csep17",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T03:40:57.376270Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~MikhailUss/18.embed",
            "fid": "MikhailUss:18",
            "filename": "Plot 18",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/18/9_DVOS5R530F1OO74TO8LZJ3IOJCSI1Y.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/18/2_2DN08RJ24XFS06GEBVU92WDLE88B5T.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/18/8_14H1X1X0JJWCPG3JZ8LACWQ0AE3PAO.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/MikhailUss/18/9_DVOS5R530F1OO74TO8LZJ3IOJCSI1Y.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/MikhailUss:18",
                "plots": "https://api.plotly.com/v2/plots/MikhailUss:18",
                "parent": "https://api.plotly.com/v2/folders/home?user=MikhailUss"
            },
            "owner": "MikhailUss",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~MikhailUss/18/",
            "world_readable": true,
            "date_modified": "2025-09-04T03:40:57.391Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~MikhailUss/18/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B",
                                "text": "B"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:d63346",
                        "marker": {
                            "size": 5
                        },
                        "textsrc": "MikhailUss:17:d63346",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "textposition": "middle center"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C",
                                "text": "C"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:e9df1e",
                        "marker": {
                            "size": 5
                        },
                        "textsrc": "MikhailUss:17:e9df1e",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D",
                                "text": "D"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:e85520",
                        "marker": {
                            "size": 5
                        },
                        "textsrc": "MikhailUss:17:e85520",
                        "textfont": {
                            "size": 10
                        },
                        "cliponaxis": true,
                        "showlegend": false,
                        "stackgroup": null,
                        "textposition": "middle left",
                        "texttemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E",
                                "text": "E"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:6bd745",
                        "marker": {
                            "size": 5
                        },
                        "textsrc": "MikhailUss:17:6bd745",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "stackgroup": null
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "F",
                                "text": "F"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:6b3caa",
                        "marker": {
                            "size": 5,
                            "color": "#19d3f3"
                        },
                        "textsrc": "MikhailUss:17:6b3caa",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "stackgroup": null,
                        "textposition": "top right",
                        "texttemplate": ""
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "G",
                                "text": "G"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:94b9b2",
                        "marker": {
                            "size": 5
                        },
                        "textsrc": "MikhailUss:17:94b9b2",
                        "textfont": {
                            "size": 9
                        },
                        "showlegend": false,
                        "stackgroup": null,
                        "textposition": "top right"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "H",
                                "text": "H"
                            }
                        },
                        "mode": "markers+lines+text",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:d272b9",
                        "marker": {
                            "size": 5
                        },
                        "textsrc": "MikhailUss:17:d272b9",
                        "textfont": {
                            "size": 10
                        },
                        "showlegend": false,
                        "stackgroup": null,
                        "textposition": "bottom center"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "I"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "MikhailUss:17:cb2137",
                        "ysrc": "MikhailUss:17:722ec8",
                        "showlegend": false,
                        "stackgroup": 1
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            -16.41600956853017,
                            191.41600956853017
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "<b>Days</b>"
                        },
                        "nticks": 23,
                        "showgrid": true,
                        "tickfont": {
                            "size": 13
                        },
                        "autorange": false,
                        "gridwidth": 1,
                        "tickangle": "auto",
                        "showspikes": false
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -1.122879768012492,
                            20.14287976801249
                        ],
                        "ticks": "outside",
                        "title": {
                            "font": {
                                "size": 15
                            },
                            "text": "<b>g/l</b>"
                        },
                        "tickfont": {
                            "size": 13
                        },
                        "autorange": true,
                        "gridwidth": 1,
                        "showspikes": false
                    },
                    "autosize": true,
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~MikhailUss",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-08-28 11:37:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "MikhailUss",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T02:52:22.587992Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Leslie_Mariscal/3.embed",
            "fid": "Leslie_Mariscal:3",
            "filename": "Plot 3",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/3/9_VUX4WR6AI874Q0F0B06KJRERFIHUCJ.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/3/2_7WSXO1CDU9K1LC6RML019M1L9LA0U2.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/3/8_7YNMH4E2OHLT0EYUA29LZF5EU80DL5.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/3/9_VUX4WR6AI874Q0F0B06KJRERFIHUCJ.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Leslie_Mariscal:3",
                "plots": "https://api.plotly.com/v2/plots/Leslie_Mariscal:3",
                "parent": "https://api.plotly.com/v2/folders/home?user=Leslie_Mariscal"
            },
            "owner": "Leslie_Mariscal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Leslie_Mariscal/3/",
            "world_readable": true,
            "date_modified": "2025-09-04T02:53:28.592Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Leslie_Mariscal/3/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "C"
                            }
                        },
                        "mode": "lines",
                        "type": "scatter",
                        "xsrc": "Leslie_Mariscal:2:f055fd",
                        "ysrc": "Leslie_Mariscal:2:ca19de",
                        "showlegend": false
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "B",
                                "y": "C"
                            }
                        },
                        "mode": "markers",
                        "name": "trace 1",
                        "type": "scatter",
                        "xsrc": "Leslie_Mariscal:2:f055fd",
                        "ysrc": "Leslie_Mariscal:2:ca19de",
                        "xaxis": "x",
                        "showlegend": false
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "text": "Cilindros"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            0.007549342105263158,
                            0.052450657894736845
                        ],
                        "title": {
                            "text": "D(m)"
                        },
                        "anchor": "y",
                        "autorange": true
                    },
                    "yaxis": {
                        "side": "left",
                        "type": "linear",
                        "range": [
                            1.56882502543235,
                            7.80117497456765
                        ],
                        "title": {
                            "text": "V"
                        },
                        "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/~Leslie_Mariscal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-04 02:33:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Leslie_Mariscal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T02:36:21.563788Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Leslie_Mariscal/1.embed",
            "fid": "Leslie_Mariscal:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/1/9_BPQY5P3PO7ZG53IPKD0KPAHCSSC64O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/1/2_PFGV3PQJP926IVQEC6ZWRE2KMZ3V2K.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/1/8_YW2CQ079DSL4ETLLS2YFIWZP1EXUQL.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Leslie_Mariscal/1/9_BPQY5P3PO7ZG53IPKD0KPAHCSSC64O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Leslie_Mariscal:1",
                "plots": "https://api.plotly.com/v2/plots/Leslie_Mariscal:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=Leslie_Mariscal"
            },
            "owner": "Leslie_Mariscal",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Leslie_Mariscal/1/",
            "world_readable": true,
            "date_modified": "2025-09-04T02:39:49.651Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Leslie_Mariscal/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": "Leslie_Mariscal:0:4ff01a",
                        "ysrc": "Leslie_Mariscal:0:288ed6"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "Leslie_Mariscal:0:4ff01a",
                        "ysrc": "Leslie_Mariscal:0:288ed6",
                        "xaxis": "x"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "family": "Droid Serif"
                    },
                    "title": {
                        "font": {
                            "color": "rgb(27, 50, 84)"
                        },
                        "text": "Placas"
                    },
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            0.026324013157894736,
                            0.09367598684210526
                        ],
                        "title": {
                            "text": "D(m)"
                        },
                        "domain": [
                            0,
                            1
                        ],
                        "autorange": true,
                        "showspikes": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            4.072482197355036,
                            9.427517802644964
                        ],
                        "title": {
                            "text": "V"
                        },
                        "autorange": true,
                        "showspikes": true
                    },
                    "legend": {
                        "title": {
                            "text": "<br>"
                        }
                    },
                    "margin": {
                        "t": 100
                    },
                    "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"
                    },
                    "hovermode": "closest",
                    "showlegend": false,
                    "plot_bgcolor": "rgb(215, 222, 240)",
                    "paper_bgcolor": "rgb(255, 255, 255)"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Leslie_Mariscal",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-04 02:33:48",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Leslie_Mariscal",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T01:49:54.577295Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~qkqxk600/1.embed",
            "fid": "qkqxk600:1",
            "filename": "데이터 총량",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/qkqxk600/1/9_0M1AIILV5DHVLHMIU2OG0B25OWEU0O.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/qkqxk600/1/2_3Q0XVQG6ZFYPSJGC3S5CSEZ6RIM02P.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/qkqxk600/1/8_Y28TTOFAVXWKSEA8KCRMTTM7ZYRBH6.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/qkqxk600/1/9_0M1AIILV5DHVLHMIU2OG0B25OWEU0O.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/qkqxk600:1",
                "plots": "https://api.plotly.com/v2/plots/qkqxk600:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=qkqxk600"
            },
            "owner": "qkqxk600",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~qkqxk600/1/",
            "world_readable": true,
            "date_modified": "2025-09-04T02:14:48.158Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~qkqxk600/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "toll",
                                "text": ""
                            }
                        },
                        "mode": "markers",
                        "name": "toll",
                        "type": "bar",
                        "xsrc": "qkqxk600:0:be2d17",
                        "ysrc": "qkqxk600:0:4010a5",
                        "marker": {
                            "color": "rgb(37, 39, 38)"
                        },
                        "visible": true,
                        "textfont": {
                            "color": "rgb(16, 16, 17)"
                        },
                        "showlegend": true,
                        "orientation": "v",
                        "textposition": "outside"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "manage"
                            }
                        },
                        "name": "manage",
                        "type": "bar",
                        "xsrc": "qkqxk600:0:be2d17",
                        "ysrc": "qkqxk600:0:d9ec9b",
                        "marker": {
                            "color": "rgb(159, 157, 155)"
                        },
                        "visible": true,
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "road"
                            }
                        },
                        "name": "Road",
                        "type": "bar",
                        "xsrc": "qkqxk600:0:be2d17",
                        "ysrc": "qkqxk600:0:b5bc4b",
                        "marker": {
                            "color": "rgb(104, 102, 106)"
                        },
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Year",
                                "y": "traffic",
                                "text": "sum"
                            }
                        },
                        "name": "Traffic",
                        "type": "bar",
                        "xsrc": "qkqxk600:0:be2d17",
                        "ysrc": "qkqxk600:0:ddaae6",
                        "marker": {
                            "color": "rgb(30, 17, 23)"
                        },
                        "textsrc": "qkqxk600:0:3f3c45",
                        "orientation": "v",
                        "textposition": "outside"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 17,
                        "color": "rgb(20, 22, 28)",
                        "family": "PT Sans Narrow"
                    },
                    "xaxis": {
                        "type": "category",
                        "range": [
                            -0.5,
                            3.5
                        ],
                        "zeroline": true,
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            0,
                            892.6315789473684
                        ],
                        "title": {
                            "text": "데이터 규모(TB)"
                        },
                        "autorange": true
                    },
                    "bargap": 0.5900000000000001,
                    "legend": {
                        "x": 1.0072915011914219,
                        "y": 1
                    },
                    "margin": {
                        "b": 80,
                        "l": 300,
                        "r": 300
                    },
                    "barmode": "stack",
                    "autosize": true,
                    "colorway": [
                        "#1b9e77",
                        "#d95f02",
                        "#7570b3",
                        "#e7298a",
                        "#66a61e",
                        "#e6ab02",
                        "#a6761d",
                        "#666666"
                    ],
                    "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/~qkqxk600",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-04 01:42:05",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "qkqxk600",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T01:48:07.491154Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~deligkarisk/23.embed",
            "fid": "deligkarisk:23",
            "filename": "Plot 23",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/deligkarisk/23/9_V5A3C0UIKXABVG5IFUGWZLHJK9NR8K.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/deligkarisk/23/2_870XI3HSF6QZMN8HGBZ0VF31K2BRY1.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/deligkarisk/23/8_SGGNWE1K8X01MWO3WWH6FDH2GDDUFM.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/deligkarisk/23/9_V5A3C0UIKXABVG5IFUGWZLHJK9NR8K.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/deligkarisk:23",
                "plots": "https://api.plotly.com/v2/plots/deligkarisk:23",
                "parent": "https://api.plotly.com/v2/folders/home?user=deligkarisk"
            },
            "owner": "deligkarisk",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~deligkarisk/23/",
            "world_readable": true,
            "date_modified": "2025-09-04T01:48:07.505Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~deligkarisk/23/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Power (mW)",
                                "y": "Inv Latncy ",
                                "marker": {
                                    "color": "Inv Latncy "
                                }
                            }
                        },
                        "mode": "markers",
                        "type": "scatter",
                        "xsrc": "deligkarisk:22:6fa7a5",
                        "ysrc": "deligkarisk:22:02801d",
                        "marker": {
                            "meta": {
                                "columnNames": {
                                    "color": "Inv Latncy "
                                }
                            },
                            "size": 26,
                            "colorsrc": "deligkarisk:22:02801d",
                            "colorscale": [
                                [
                                    0,
                                    "#e41a1c"
                                ],
                                [
                                    0.125,
                                    "#377eb8"
                                ],
                                [
                                    0.25,
                                    "#4daf4a"
                                ],
                                [
                                    0.375,
                                    "#984ea3"
                                ],
                                [
                                    0.5,
                                    "#ff7f00"
                                ],
                                [
                                    0.625,
                                    "#ffff33"
                                ],
                                [
                                    0.75,
                                    "#a65628"
                                ],
                                [
                                    0.875,
                                    "#f781bf"
                                ],
                                [
                                    1,
                                    "#999999"
                                ]
                            ]
                        },
                        "autocolorscale": false
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -72.92329153416934,
                            1597.9232915341693
                        ],
                        "title": {
                            "font": {
                                "size": 19
                            },
                            "text": "Power consumption [mW]"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 6
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -20.49195710455764,
                            306.4919571045576
                        ],
                        "title": {
                            "font": {
                                "size": 19
                            },
                            "text": "Inference Speed"
                        },
                        "showline": true,
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": true,
                        "linecolor": "rgb(0, 0, 0)",
                        "linewidth": 6
                    },
                    "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/~deligkarisk",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/53.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2015-01-21 06:35:01",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "deligkarisk",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T00:34:57.353535Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~csep17/1.embed",
            "fid": "csep17:1",
            "filename": "Plot 1",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/csep17/1/9_YABTFLENKUC5LQHZ0IFI1GH39SEKX1.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/csep17/1/2_RQSNN1CE7COPJ1PXA7GKSGZ93KDZF6.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/csep17/1/8_A2GLQOBRAJ3W3HYDVPPNJFX584RB48.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/csep17/1/9_YABTFLENKUC5LQHZ0IFI1GH39SEKX1.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/csep17:1",
                "plots": "https://api.plotly.com/v2/plots/csep17:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=csep17"
            },
            "owner": "csep17",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~csep17/1/",
            "world_readable": true,
            "date_modified": "2025-09-04T15:22:50.785Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~csep17/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "E"
                            }
                        },
                        "name": "Centros de Formación Técnica Estatales",
                        "type": "bar",
                        "xsrc": "csep17:0:a6acf5",
                        "ysrc": "csep17:0:45b289",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "B"
                            }
                        },
                        "mode": "markers",
                        "name": "Centros de Formación Técnica",
                        "type": "bar",
                        "xsrc": "csep17:0:a6acf5",
                        "ysrc": "csep17:0:61a120",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "C"
                            }
                        },
                        "name": "Institutos Profesionales",
                        "type": "bar",
                        "xsrc": "csep17:0:a6acf5",
                        "ysrc": "csep17:0:a972ac",
                        "orientation": "v"
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "A",
                                "y": "D"
                            }
                        },
                        "name": "Universidades",
                        "type": "bar",
                        "xsrc": "csep17:0:a6acf5",
                        "ysrc": "csep17:0:423567",
                        "marker": {
                            "color": "#00cc96"
                        },
                        "visible": true,
                        "orientation": "v"
                    }
                ],
                "frames": [],
                "layout": {
                    "title": {
                        "x": 0.5,
                        "text": "Evolución de retención de 1er año de carreras de pregrado por tipo de institución"
                    },
                    "xaxis": {
                        "side": "bottom",
                        "type": "linear",
                        "range": [
                            2019.5,
                            2024.5
                        ],
                        "ticks": "",
                        "title": {
                            "text": "Click to enter X axis title"
                        },
                        "showline": false,
                        "tickfont": {
                            "size": 20,
                            "family": "Balto"
                        },
                        "zeroline": false,
                        "autorange": true,
                        "showspikes": false,
                        "tickformat": "",
                        "showticklabels": true
                    },
                    "yaxis": {
                        "side": "left",
                        "range": [
                            0,
                            89.47368421052632
                        ],
                        "nticks": 0,
                        "tickfont": {
                            "size": 20
                        },
                        "autorange": true,
                        "showspikes": false,
                        "ticksuffix": "%"
                    },
                    "bargap": 0.19999999999999996,
                    "legend": {
                        "x": 0,
                        "y": -0.1199999999999999,
                        "font": {
                            "size": 19
                        },
                        "xanchor": "left",
                        "yanchor": "auto",
                        "itemsizing": "trace",
                        "orientation": "h"
                    },
                    "barnorm": "",
                    "autosize": true,
                    "annotations": [
                        {
                            "x": 2019.6943802925325,
                            "y": 66.99248120300751,
                            "font": {
                                "size": 17
                            },
                            "text": "64.5%",
                            "showarrow": false
                        },
                        {
                            "x": 2019.8983833718244,
                            "y": 67.89473684210526,
                            "font": {
                                "size": 17
                            },
                            "text": "66.2%",
                            "showarrow": false
                        },
                        {
                            "x": 2020.1062355658196,
                            "y": 70.75187969924812,
                            "font": {
                                "size": 17
                            },
                            "text": "68.8%",
                            "showarrow": false
                        },
                        {
                            "x": 2020.2986913010006,
                            "y": 86.99248120300751,
                            "font": {
                                "size": 17
                            },
                            "text": "85%",
                            "showarrow": false
                        },
                        {
                            "x": 2020.7028483448805,
                            "y": 66.09022556390977,
                            "font": {
                                "size": 17
                            },
                            "text": "64.5%",
                            "showarrow": false
                        },
                        {
                            "x": 2020.899153194765,
                            "y": 70.90225563909775,
                            "font": {
                                "size": 17
                            },
                            "text": "69.2%",
                            "showarrow": false
                        },
                        {
                            "x": 2021.1031562740568,
                            "y": 72.25563909774436,
                            "font": {
                                "size": 17
                            },
                            "text": "70.5%",
                            "showarrow": false
                        },
                        {
                            "x": 2021.2956120092376,
                            "y": 85.0375939849624,
                            "font": {
                                "size": 17
                            },
                            "text": "83.1%",
                            "showarrow": false
                        },
                        {
                            "x": 2021.695919938414,
                            "y": 70.90225563909775,
                            "font": {
                                "size": 17
                            },
                            "text": "68.9%",
                            "showarrow": false
                        },
                        {
                            "x": 2021.8999230177058,
                            "y": 73.30827067669172,
                            "font": {
                                "size": 17
                            },
                            "text": "71.9%",
                            "showarrow": false
                        },
                        {
                            "x": 2022.0923787528866,
                            "y": 73.60902255639097,
                            "font": {
                                "size": 17
                            },
                            "text": "72%",
                            "showarrow": false
                        },
                        {
                            "x": 2022.3079291762892,
                            "y": 83.23308270676691,
                            "font": {
                                "size": 17
                            },
                            "text": "81.6%",
                            "showarrow": false
                        },
                        {
                            "x": 2022.7005388760583,
                            "y": 71.05263157894737,
                            "font": {
                                "size": 17
                            },
                            "text": "69.5%",
                            "showarrow": false
                        },
                        {
                            "x": 2022.8891454965355,
                            "y": 72.5563909774436,
                            "font": {
                                "size": 17
                            },
                            "text": "71.1%",
                            "showarrow": false
                        },
                        {
                            "x": 2023.0931485758274,
                            "y": 73.75939849624059,
                            "font": {
                                "size": 17
                            },
                            "text": "72.2%",
                            "showarrow": false
                        },
                        {
                            "x": 2023.30869899923,
                            "y": 84.4360902255639,
                            "font": {
                                "size": 17
                            },
                            "text": "82.6%",
                            "showarrow": false
                        },
                        {
                            "x": 2023.7013086989991,
                            "y": 69.69924812030075,
                            "font": {
                                "size": 17
                            },
                            "text": "68.1%",
                            "showarrow": false
                        },
                        {
                            "x": 2023.8899153194764,
                            "y": 73.00751879699247,
                            "font": {
                                "size": 17
                            },
                            "text": "71.3%",
                            "showarrow": false
                        },
                        {
                            "x": 2024.105465742879,
                            "y": 74.51127819548871,
                            "font": {
                                "size": 17
                            },
                            "text": "72.8%",
                            "showarrow": false
                        },
                        {
                            "x": 2024.305619707467,
                            "y": 85.48872180451127,
                            "font": {
                                "size": 17
                            },
                            "text": "84%",
                            "showarrow": false
                        }
                    ]
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~csep17",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/41.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-04 00:26:55",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "csep17",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        },
        {
            "creation_time": "2025-09-04T00:15:01.508260Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~LanZi/11.embed",
            "fid": "LanZi:11",
            "filename": "Plot 11",
            "filetype": "plot",
            "img_url": "https://storage.googleapis.com/plotly-prod-images/LanZi/11/9_1SYU4U6APSVLLMSKL0C0Z4WAHVA0CI.png",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/LanZi/11/2_0GBZFVIA4ATRWISOZKWVJW8O1YS286.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/LanZi/11/8_PZXKSHW760C5WI286PC8GZK9RXD6W7.png",
                "list-thumb": "https://storage.googleapis.com/plotly-prod-images/LanZi/11/9_1SYU4U6APSVLLMSKL0C0Z4WAHVA0CI.png"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/LanZi:11",
                "plots": "https://api.plotly.com/v2/plots/LanZi:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=LanZi"
            },
            "owner": "LanZi",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~LanZi/11/",
            "world_readable": true,
            "date_modified": "2025-09-04T00:15:01.525Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~LanZi/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "line": {
                            "color": "darkred",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Disease, x",
                                "y": "Disease, y",
                                "text": "Disease, text"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Disease",
                        "xsrc": "LanZi:10:4c10c0",
                        "ysrc": "LanZi:10:791898",
                        "textsrc": "LanZi:10:035be7"
                    },
                    {
                        "line": {
                            "color": "darkgreen",
                            "shape": "spline"
                        },
                        "meta": {
                            "columnNames": {
                                "x": "Health, x",
                                "y": "Health, y",
                                "text": "Health, text"
                            }
                        },
                        "mode": "lines+markers",
                        "name": "Health",
                        "xsrc": "LanZi:10:04fc27",
                        "ysrc": "LanZi:10:621c73",
                        "textsrc": "LanZi:10:801cfd"
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            -4.9715982442551,
                            104.9715982442551
                        ],
                        "title": {
                            "text": "Relative abundance (%)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -6.030219587237813,
                            97.539653549502
                        ],
                        "title": {
                            "text": "Percent of samples (%)"
                        },
                        "autorange": true
                    },
                    "legend": {
                        "x": 0.5,
                        "y": 1,
                        "orientation": "h"
                    },
                    "margin": {
                        "b": 50,
                        "l": 80,
                        "r": 60,
                        "t": 30
                    },
                    "autosize": true
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~LanZi",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2025-09-03 14:54:26",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "LanZi",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}