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

{
    "next": "https://api.plot.ly/v2/plots?cursor=cD0yMDE5LTA2LTE3KzEzJTNBMjMlM0EwNy42NjEyODglMkIwMCUzQTAw&format=api",
    "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAxOS0wNi0xNysxMyUzQTI3JTNBMDAuODQ0ODE2JTJCMDAlM0EwMA%3D%3D&format=api",
    "results": [
        {
            "creation_time": "2019-06-17T13:27:00.844816Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Harkness526/33.embed",
            "fid": "Harkness526:33",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Harkness526:33/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Harkness526/33/2_GL2HET2G8ODO70W1OL1EBODEP647R8.png",
                "block-thumb": "https://api.plotly.com/v2/files/Harkness526:33/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/Harkness526:33/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Harkness526:33",
                "plots": "https://api.plotly.com/v2/plots/Harkness526:33",
                "parent": "https://api.plotly.com/v2/folders/home?user=Harkness526"
            },
            "owner": "Harkness526",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 7,
            "web_url": "https://chart-studio.plotly.com/~Harkness526/33/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:27:01.541Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Harkness526/33/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "1757c914-f507-4207-aed9-c200be63e785",
                        "type": "surface",
                        "xsrc": "Harkness526:34:50fa1d,310b64,448b1e,1f233e,2f2667,b9bbed,4f5d99,23ffe4,33a0f2,4a9e3a,e58eac,0a8c89,a16bdc,8f42b2,f59e0e,408905,53fd6c,d6337f,ad27df,6f4b35,15c21a,f331bd,426cec,787465,2369e2,eac197,839aa2,dec645,d96386,1c11ea,9a08b5,a75446,f8c115,367596,49a050,7635c7,920679,30a0f3,3d767b,c2be96,d739d5,b8b2ed,0283e3,955b1d,9567fb,1f2126,8340dc,629b9c,55b9c3,3c319f,9a3399,fac0dc,bd14f4,516e45,b333a1,857895,aad332,937913,38690e,7dbf13,09b6cd,f5ba6f,130ef1,ff2aa2,a882b1,7e19dd,e739e6,4934ec,f17b6c,e768c1,dd349b,67ab99,3bbd80,94eb31,6d36d4,23b7e9,9ba52f,dddbb7,3a538d,a2e9a0,8d83b3,247086,3dafcd,5a814d,18f280,be0a1e,4876b0,431a30,af4b20,e08a65,e1e57d,498984,e8f18e,5ed1b9,4a7540,725662,9b905a,85d42c,c38b36,a75ce8",
                        "ysrc": "Harkness526:34:6c3fd4,ba9b37,928e58,b119f9,c4e889,091e80,d415d7,f85851,d71d79,54ef21,608ee8,364460,de55c8,ee5a21,1f3393,f43c6f,7441e5,27cfbb,ee28fa,fb838c,8d01e2,25e0a4,85651e,3a744b,133dbb,9a70d5,c860ca,76a85f,d556ec,5c20ef,d431d5,cdde74,7113c5,035285,6538f1,e748aa,eae10f,c4d45b,8e3ec1,38767d,23ac21,a9c2e5,49e6e9,ccc461,c894fd,d02c94,1779ac,8b4dad,facaed,165745,163019,611c4f,5fc63f,f9ea6b,9e8517,fe1144,749a2b,63579c,2178f6,9910a2,70932d,aff108,64099a,40581c,c30e2c,9d48dd,d306ab,0bf968,6c0e7b,a93853,b614b1,f5fb00,b104a4,b0d153,b7a0e9,ff767d,0045ec,2edef4,cce328,3e3959,d06857,bd327f,a67abe,cb56cc,09ca12,a56c78,42f5ad,a95e8d,7f5fc6,ead378,409d83,45c45b,72346b,738026,b4c371,2b22d8,540374,2d7e05,0a2d5d,60593f",
                        "zsrc": "Harkness526:34:0ecfe5,210671,0f47ec,8a6035,cd1d02,74697c,e6976b,71e52b,f4b998,85bad6,414dd3,7bb4e3,1287e9,6168cd,680b96,81295d,5d4e3a,c55524,4df7d3,499d8d,e9fbfc,b89c87,659857,5d143e,783874,e3b793,3077a2,34d074,9a8831,da1b83,c3f41c,7f4b0f,fab473,c4e72d,136e01,259d13,f68a20,0dd02c,1638fc,56b40d,e702bd,61772c,c01448,1e902c,8b989d,d12582,85e41b,29cacf,1ff65a,531c04,0289a1,f4343c,a44335,9451e7,fabb56,b1e850,4ac661,e6e3f4,a85b73,ae2855,85fe7a,b73b9a,98493f,1480a5,26138b,77d2c6,7ff9d8,8c63a2,e9bc36,8b75af,8ee81d,6c540e,06b3f1,1e1fce,4b36e4,846796,ce7c67,1e7485,77953d,0a57ad,f3acff,5221e2,ca0965,843bd6,80eab8,a02643,5574fd,f7be7c,2ed89f,3db343,ec186c,545e15,f14e3d,874813,a2844d,ae4f28,f622fb,6cc657,cad43a,e61e7d"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Harkness526",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/89.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-05-13 11:30:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Harkness526",
                "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": "2019-06-17T13:26:53.681057Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Wifkan/41.embed",
            "fid": "Wifkan:41",
            "filename": "plot from API (10)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Wifkan:41/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/41/2_YAIKNTW55MERJRLA8UW1E0B5R6AS5N.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/41/8_LBOMRFRJKN7M5W7JNVNQNUQX341OG5.png",
                "list-thumb": "https://api.plotly.com/v2/files/Wifkan:41/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Wifkan:41",
                "plots": "https://api.plotly.com/v2/plots/Wifkan:41",
                "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan"
            },
            "owner": "Wifkan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Wifkan/41/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:26:54.137Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/41/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "f9da5857-c50f-445a-ae4c-c512d45480ab",
                        "type": "mesh3d",
                        "xsrc": "Wifkan:42:1516ab",
                        "ysrc": "Wifkan:42:919142",
                        "zsrc": "Wifkan:42:b12edd",
                        "opacity": 0.9,
                        "colorbar": {
                            "title": {
                                "text": "VMG"
                            }
                        },
                        "showscale": true,
                        "colorscale": "Viridis",
                        "facecolorsrc": "Wifkan:42:92464c"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Wifkan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-08 18:35:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Wifkan",
                "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": "2019-06-17T13:26:20.502612Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/36.embed",
            "fid": "rajdeep.sarkar:36",
            "filename": "Complaint Generated Jan 1973--Jan 2019",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/rajdeep.sarkar:36/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/rajdeep.sarkar/36/2_EGX395S362Q8VSJAVS77SENKJ2FFK1.png",
                "block-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:36/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/rajdeep.sarkar:36/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/rajdeep.sarkar:36",
                "plots": "https://api.plotly.com/v2/plots/rajdeep.sarkar:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=rajdeep.sarkar"
            },
            "owner": "rajdeep.sarkar",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Complaint Generated Jan 1973--Jan 2019",
            "views": 25,
            "web_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/36/complaint-generated-jan-1973-jan-2019/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:26:20.942Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~rajdeep.sarkar/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "7d9bc146-9103-11e9-92c2-9cad9789cfee",
                        "line": {
                            "dash": "solid",
                            "color": "rgba(255, 153, 51, 1.0)",
                            "shape": "linear",
                            "width": 1.3
                        },
                        "mode": "lines",
                        "name": "Frequency",
                        "text": "",
                        "type": "scatter",
                        "xsrc": "rajdeep.sarkar:37:9ff1c5",
                        "ysrc": "rajdeep.sarkar:37:d8e88b"
                    }
                ],
                "layout": {
                    "title": "Complaint Generated Jan 1973--Jan 2019",
                    "xaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "yaxis": {
                        "title": "",
                        "showgrid": true,
                        "tickfont": {
                            "color": "#4D5663"
                        },
                        "gridcolor": "#E1E5ED",
                        "titlefont": {
                            "color": "#4D5663"
                        },
                        "zerolinecolor": "#E1E5ED"
                    },
                    "legend": {
                        "font": {
                            "color": "#4D5663"
                        },
                        "bgcolor": "#F5F6F9"
                    },
                    "titlefont": {
                        "color": "#4D5663"
                    },
                    "plot_bgcolor": "#F5F6F9",
                    "paper_bgcolor": "#F5F6F9"
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~rajdeep.sarkar",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2017-11-27 18:17:46",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "rajdeep.sarkar",
                "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": "2019-06-17T13:26:16.184449Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~hannes3120/1.embed",
            "fid": "hannes3120:1",
            "filename": "Circle-Packing",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/hannes3120:1/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/hannes3120/1/2_P2LKVZ1CH2UAXURSO3TJZ6POBD4JA5.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hannes3120/1/8_PRTYO04DLIRTB00D0EYFKY2YL9LPVN.png",
                "list-thumb": "https://api.plotly.com/v2/files/hannes3120:1/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/hannes3120:1",
                "plots": "https://api.plotly.com/v2/plots/hannes3120:1",
                "parent": "https://api.plotly.com/v2/folders/home?user=hannes3120"
            },
            "owner": "hannes3120",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~hannes3120/1/",
            "world_readable": true,
            "date_modified": "2019-07-01T08:56:04.804Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~hannes3120/1/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Grid-Size (n*n)",
                                "y": "Square-Packing"
                            }
                        },
                        "mode": "lines",
                        "name": "Square-Packing",
                        "type": "scatter",
                        "xsrc": "hannes3120:0:aeab41",
                        "ysrc": "hannes3120:0:bd4d37",
                        "yaxis": "y",
                        "orientation": "v",
                        "autocolorscale": true
                    },
                    {
                        "meta": {
                            "columnNames": {
                                "x": "Grid-Size (n*n)",
                                "y": "Diagonal-Packing"
                            }
                        },
                        "mode": "lines",
                        "name": "Diagonal-Packing",
                        "type": "scatter",
                        "xsrc": "hannes3120:0:aeab41",
                        "ysrc": "hannes3120:0:f8f014",
                        "stackgroup": null
                    }
                ],
                "frames": [],
                "layout": {
                    "xaxis": {
                        "type": "linear",
                        "range": [
                            6,
                            76
                        ],
                        "title": {
                            "text": "Grid-Size (n*n)"
                        },
                        "autorange": true
                    },
                    "yaxis": {
                        "type": "linear",
                        "range": [
                            -16.277777777777775,
                            329.27777777777777
                        ],
                        "title": {
                            "text": "Number of Circles"
                        },
                        "autorange": true
                    },
                    "autosize": true,
                    "dragmode": "zoom",
                    "template": {
                        "data": {
                            "bar": [
                                {
                                    "type": "bar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "table": [
                                {
                                    "type": "table",
                                    "cells": {
                                        "fill": {
                                            "color": "#EBF0F8"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    },
                                    "header": {
                                        "fill": {
                                            "color": "#C8D4E3"
                                        },
                                        "line": {
                                            "color": "white"
                                        }
                                    }
                                }
                            ],
                            "carpet": [
                                {
                                    "type": "carpet",
                                    "aaxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    },
                                    "baxis": {
                                        "gridcolor": "#C8D4E3",
                                        "linecolor": "#C8D4E3",
                                        "endlinecolor": "#2a3f5f",
                                        "minorgridcolor": "#C8D4E3",
                                        "startlinecolor": "#2a3f5f"
                                    }
                                }
                            ],
                            "mesh3d": [
                                {
                                    "type": "mesh3d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "contour": [
                                {
                                    "type": "contour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "heatmap": [
                                {
                                    "type": "heatmap",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatter": [
                                {
                                    "type": "scatter",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "surface": [
                                {
                                    "type": "surface",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "heatmapgl": [
                                {
                                    "type": "heatmapgl",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "histogram": [
                                {
                                    "type": "histogram",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "parcoords": [
                                {
                                    "line": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    },
                                    "type": "parcoords"
                                }
                            ],
                            "scatter3d": [
                                {
                                    "type": "scatter3d",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattergl": [
                                {
                                    "type": "scattergl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "choropleth": [
                                {
                                    "type": "choropleth",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattergeo": [
                                {
                                    "type": "scattergeo",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2d": [
                                {
                                    "type": "histogram2d",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ],
                            "scatterpolar": [
                                {
                                    "type": "scatterpolar",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "contourcarpet": [
                                {
                                    "type": "contourcarpet",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    }
                                }
                            ],
                            "scattercarpet": [
                                {
                                    "type": "scattercarpet",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scattermapbox": [
                                {
                                    "type": "scattermapbox",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterpolargl": [
                                {
                                    "type": "scatterpolargl",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "scatterternary": [
                                {
                                    "type": "scatterternary",
                                    "marker": {
                                        "colorbar": {
                                            "ticks": "",
                                            "outlinewidth": 0
                                        }
                                    }
                                }
                            ],
                            "histogram2dcontour": [
                                {
                                    "type": "histogram2dcontour",
                                    "colorbar": {
                                        "ticks": "",
                                        "outlinewidth": 0
                                    },
                                    "autocolorscale": true
                                }
                            ]
                        },
                        "layout": {
                            "geo": {
                                "bgcolor": "white",
                                "showland": true,
                                "lakecolor": "white",
                                "landcolor": "white",
                                "showlakes": true,
                                "subunitcolor": "#C8D4E3"
                            },
                            "font": {
                                "color": "#2a3f5f"
                            },
                            "polar": {
                                "bgcolor": "white",
                                "radialaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                },
                                "angularaxis": {
                                    "ticks": "",
                                    "gridcolor": "#EBF0F8",
                                    "linecolor": "#EBF0F8"
                                }
                            },
                            "scene": {
                                "xaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "yaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                },
                                "zaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "gridwidth": 2,
                                    "linecolor": "#EBF0F8",
                                    "zerolinecolor": "#EBF0F8",
                                    "showbackground": true,
                                    "backgroundcolor": "white"
                                }
                            },
                            "title": {
                                "x": 0.05
                            },
                            "xaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "yaxis": {
                                "ticks": "",
                                "gridcolor": "#EBF0F8",
                                "linecolor": "#EBF0F8",
                                "automargin": true,
                                "zerolinecolor": "#EBF0F8",
                                "zerolinewidth": 2
                            },
                            "ternary": {
                                "aaxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "baxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "caxis": {
                                    "ticks": "",
                                    "gridcolor": "#DFE8F3",
                                    "linecolor": "#A2B1C6"
                                },
                                "bgcolor": "white"
                            },
                            "colorway": [
                                "#636efa",
                                "#EF553B",
                                "#00cc96",
                                "#ab63fa",
                                "#19d3f3",
                                "#e763fa",
                                "#fecb52",
                                "#ffa15a",
                                "#ff6692",
                                "#b6e880"
                            ],
                            "hovermode": "closest",
                            "colorscale": {
                                "diverging": [
                                    [
                                        0,
                                        "#8e0152"
                                    ],
                                    [
                                        0.1,
                                        "#c51b7d"
                                    ],
                                    [
                                        0.2,
                                        "#de77ae"
                                    ],
                                    [
                                        0.3,
                                        "#f1b6da"
                                    ],
                                    [
                                        0.4,
                                        "#fde0ef"
                                    ],
                                    [
                                        0.5,
                                        "#f7f7f7"
                                    ],
                                    [
                                        0.6,
                                        "#e6f5d0"
                                    ],
                                    [
                                        0.7,
                                        "#b8e186"
                                    ],
                                    [
                                        0.8,
                                        "#7fbc41"
                                    ],
                                    [
                                        0.9,
                                        "#4d9221"
                                    ],
                                    [
                                        1,
                                        "#276419"
                                    ]
                                ],
                                "sequential": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ],
                                "sequentialminus": [
                                    [
                                        0,
                                        "#0508b8"
                                    ],
                                    [
                                        0.0893854748603352,
                                        "#1910d8"
                                    ],
                                    [
                                        0.1787709497206704,
                                        "#3c19f0"
                                    ],
                                    [
                                        0.2681564245810056,
                                        "#6b1cfb"
                                    ],
                                    [
                                        0.3575418994413408,
                                        "#981cfd"
                                    ],
                                    [
                                        0.44692737430167595,
                                        "#bf1cfd"
                                    ],
                                    [
                                        0.5363128491620112,
                                        "#dd2bfd"
                                    ],
                                    [
                                        0.6256983240223464,
                                        "#f246fe"
                                    ],
                                    [
                                        0.7150837988826816,
                                        "#fc67fd"
                                    ],
                                    [
                                        0.8044692737430168,
                                        "#fe88fc"
                                    ],
                                    [
                                        0.8938547486033519,
                                        "#fea5fd"
                                    ],
                                    [
                                        0.9832402234636871,
                                        "#febefe"
                                    ],
                                    [
                                        1,
                                        "#fec3fe"
                                    ]
                                ]
                            },
                            "plot_bgcolor": "white",
                            "paper_bgcolor": "white",
                            "shapedefaults": {
                                "line": {
                                    "width": 0
                                },
                                "opacity": 0.4,
                                "fillcolor": "#506784"
                            },
                            "annotationdefaults": {
                                "arrowhead": 0,
                                "arrowcolor": "#506784",
                                "arrowwidth": 1
                            }
                        },
                        "themeRef": "PLOTLY_WHITE"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~hannes3120",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.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": "2019-06-17 13:25:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "hannes3120",
                "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": "2019-06-17T13:26:02.301055Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~eliasgander/11.embed",
            "fid": "eliasgander:11",
            "filename": "churn_rate_example_table",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/eliasgander:11/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/eliasgander/11/2_15DGDJ7ZTD0ZNX4Q9RH59NLR56MYE9.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/eliasgander/11/8_SEHV4ONOWYSWZQYJYYF6OTRBG1I3Q8.png",
                "list-thumb": "https://api.plotly.com/v2/files/eliasgander:11/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/eliasgander:11",
                "plots": "https://api.plotly.com/v2/plots/eliasgander:11",
                "parent": "https://api.plotly.com/v2/folders/home?user=eliasgander"
            },
            "owner": "eliasgander",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~eliasgander/11/",
            "world_readable": true,
            "date_modified": "2019-07-15T09:13:32.607Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~eliasgander/11/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": false,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "meta": {
                            "columnNames": {
                                "cells": {
                                    "font": {
                                        "color": "X - Y - Z - AA - AB"
                                    }
                                },
                                "columnwidth": "AC"
                            }
                        },
                        "mode": "markers",
                        "type": "table",
                        "cells": {
                            "fill": {
                                "color": "rgb(255, 255, 255)"
                            },
                            "font": {
                                "meta": {
                                    "columnNames": {
                                        "color": "X - Y - Z - AA - AB"
                                    }
                                },
                                "colorsrc": "eliasgander:9:c8ab0d,2c5976,67eeb1,c07016,267c3a*"
                            },
                            "line": {
                                "width": 1
                            },
                            "meta": {
                                "columnNames": {
                                    "values": "F - G - H - I - J"
                                }
                            },
                            "height": 28,
                            "valuessrc": "eliasgander:9:581370,f7102f,309718,7b0a8e,e077d1*"
                        },
                        "header": {
                            "fill": {
                                "color": "rgb(196, 196, 196)"
                            },
                            "font": {
                                "color": "rgb(0, 0, 0)"
                            },
                            "line": {
                                "width": 0
                            },
                            "meta": {
                                "columnNames": {
                                    "values": "E"
                                }
                            },
                            "valuessrc": "eliasgander:9:13f9c7"
                        },
                        "columnwidthsrc": "eliasgander:9:90d440"
                    }
                ],
                "frames": [],
                "layout": {
                    "font": {
                        "size": 16
                    },
                    "xaxis": {
                        "range": [
                            -1,
                            6
                        ],
                        "autorange": true
                    },
                    "yaxis": {
                        "range": [
                            -1,
                            4
                        ],
                        "autorange": true
                    },
                    "margin": {
                        "b": 0,
                        "l": 0,
                        "r": 1,
                        "t": 0,
                        "pad": 0
                    },
                    "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/~eliasgander",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/64.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-04 13:47:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "eliasgander",
                "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": "2019-06-17T13:25:57.414264Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~winston107/38.embed",
            "fid": "winston107:38",
            "filename": "plot from API (18)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/winston107:38/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/winston107:38/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/winston107:38/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/winston107:38/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/winston107:38",
                "plots": "https://api.plotly.com/v2/plots/winston107:38",
                "parent": "https://api.plotly.com/v2/folders/home?user=winston107"
            },
            "owner": "winston107",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "ETH Price",
            "views": 2,
            "web_url": "https://chart-studio.plotly.com/~winston107/38/eth-price/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:25:58.032Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~winston107/38/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5436f900-9103-11e9-8c70-b8ee6588e387",
                        "mode": "lines",
                        "name": "Actual Close Price",
                        "type": "scatter",
                        "xsrc": "winston107:39:c3c0f0",
                        "ysrc": "winston107:39:67a532",
                        "marker": {
                            "color": "rgba(16, 112, 2, 0.8)"
                        }
                    },
                    {
                        "uid": "5436f901-9103-11e9-ab94-b8ee6588e387",
                        "mode": "lines+markers",
                        "name": "25 Days",
                        "type": "scatter",
                        "xsrc": "winston107:39:c3c0f0",
                        "ysrc": "winston107:39:e76975",
                        "marker": {
                            "color": "rgba(80, 26, 80, 0.8)"
                        }
                    },
                    {
                        "uid": "5436f902-9103-11e9-acb8-b8ee6588e387",
                        "mode": "lines+markers",
                        "name": "5 Days",
                        "type": "scatter",
                        "xsrc": "winston107:39:c3c0f0",
                        "ysrc": "winston107:39:28cfc9",
                        "marker": {
                            "color": "rgba(255, 0, 0, 0.8)"
                        }
                    }
                ],
                "layout": {
                    "title": "ETH Price",
                    "xaxis": {
                        "title": "World Rank",
                        "ticklen": 5,
                        "zeroline": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~winston107",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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": "2018-10-20 13:53:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "winston107",
                "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": "2019-06-17T13:25:44.183069Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~winston107/36.embed",
            "fid": "winston107:36",
            "filename": "plot from API (18)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/winston107:36/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/winston107:36/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/winston107:36/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/winston107:36/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/winston107:36",
                "plots": "https://api.plotly.com/v2/plots/winston107:36",
                "parent": "https://api.plotly.com/v2/folders/home?user=winston107"
            },
            "owner": "winston107",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "ETH Price",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~winston107/36/eth-price/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:26:09.272Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~winston107/36/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "5436f900-9103-11e9-8c70-b8ee6588e387",
                        "mode": "lines",
                        "name": "Actual Close Price",
                        "type": "scatter",
                        "xsrc": "winston107:37:ec3700",
                        "ysrc": "winston107:37:193a03",
                        "marker": {
                            "color": "rgba(16, 112, 2, 0.8)"
                        }
                    },
                    {
                        "uid": "5436f901-9103-11e9-ab94-b8ee6588e387",
                        "mode": "lines+markers",
                        "name": "25 Days",
                        "type": "scatter",
                        "xsrc": "winston107:37:ec3700",
                        "ysrc": "winston107:37:de8bf3",
                        "marker": {
                            "color": "rgba(80, 26, 80, 0.8)"
                        }
                    },
                    {
                        "uid": "5436f902-9103-11e9-acb8-b8ee6588e387",
                        "mode": "lines+markers",
                        "name": "5 Days",
                        "type": "scatter",
                        "xsrc": "winston107:37:ec3700",
                        "ysrc": "winston107:37:ce84d3",
                        "marker": {
                            "color": "rgba(255, 0, 0, 0.8)"
                        }
                    }
                ],
                "layout": {
                    "title": "ETH Price",
                    "xaxis": {
                        "title": "World Rank",
                        "ticklen": 5,
                        "zeroline": false
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~winston107",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/78.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": "2018-10-20 13:53:33",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "winston107",
                "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": "2019-06-17T13:25:32.417359Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Wifkan/39.embed",
            "fid": "Wifkan:39",
            "filename": "plot from API (9)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Wifkan:39/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/39/2_9C3PVEC7G9PQCBT8JRPD95FS7MQFLN.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/39/8_CSYZU1ONWXOQ3M8ND2JLG4MJ9ITH1T.png",
                "list-thumb": "https://api.plotly.com/v2/files/Wifkan:39/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Wifkan:39",
                "plots": "https://api.plotly.com/v2/plots/Wifkan:39",
                "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan"
            },
            "owner": "Wifkan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Wifkan/39/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:25:32.940Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/39/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "85de5c82-4a3c-4bfb-9834-581b6ea31530",
                        "type": "mesh3d",
                        "xsrc": "Wifkan:40:fca672",
                        "ysrc": "Wifkan:40:111ca1",
                        "zsrc": "Wifkan:40:34e347",
                        "opacity": 0.9,
                        "colorbar": {
                            "title": {
                                "text": "VMG"
                            }
                        },
                        "alphahull": -1,
                        "showscale": true,
                        "colorscale": "Viridis",
                        "facecolorsrc": "Wifkan:40:fcbc73"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Wifkan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-08 18:35:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Wifkan",
                "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": "2019-06-17T13:24:56.146323Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~Wifkan/37.embed",
            "fid": "Wifkan:37",
            "filename": "plot from API (8)",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/Wifkan:37/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://storage.googleapis.com/plotly-prod-images/Wifkan/37/2_QSZCH81V69CHMFV6IGXJ0JIBK9NAEG.png",
                "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Wifkan/37/8_0OX3W4OIEOCZF27X9CABDSRWHB9DFG.png",
                "list-thumb": "https://api.plotly.com/v2/files/Wifkan:37/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/Wifkan:37",
                "plots": "https://api.plotly.com/v2/plots/Wifkan:37",
                "parent": "https://api.plotly.com/v2/folders/home?user=Wifkan"
            },
            "owner": "Wifkan",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "",
            "views": 1,
            "web_url": "https://chart-studio.plotly.com/~Wifkan/37/",
            "world_readable": true,
            "date_modified": "2019-06-17T13:24:56.574Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~Wifkan/37/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "9a0b3aca-f30b-4793-ab42-345d7b834e48",
                        "type": "mesh3d",
                        "xsrc": "Wifkan:38:b19b89",
                        "ysrc": "Wifkan:38:25ec2e",
                        "zsrc": "Wifkan:38:3b96c2",
                        "opacity": 0.9,
                        "colorbar": {
                            "title": {
                                "text": "VMG"
                            }
                        },
                        "alphahull": -1,
                        "showscale": true,
                        "colorscale": "Viridis",
                        "facecolorsrc": "Wifkan:38:d790c1"
                    }
                ],
                "layout": {}
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~Wifkan",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/20.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-02-08 18:35:37",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "Wifkan",
                "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": "2019-06-17T13:23:07.661288Z",
            "comments": {
                "results": [],
                "count": 0
            },
            "parented": true,
            "embed_url": "https://chart-studio.plotly.com/~thomaslv02/54.embed",
            "fid": "thomaslv02:54",
            "filename": "fminfmaxlumfreqfiltercomp",
            "filetype": "plot",
            "img_url": "https://api.plotly.com/v2/files/thomaslv02:54/image?image_name=list-thumb",
            "image_urls": {
                "default": "https://api.plotly.com/v2/files/thomaslv02:54/image?image_name=default",
                "block-thumb": "https://api.plotly.com/v2/files/thomaslv02:54/image?image_name=block-thumb",
                "list-thumb": "https://api.plotly.com/v2/files/thomaslv02:54/image?image_name=list-thumb"
            },
            "api_urls": {
                "files": "https://api.plotly.com/v2/files/thomaslv02:54",
                "plots": "https://api.plotly.com/v2/plots/thomaslv02:54",
                "parent": "https://api.plotly.com/v2/folders/home?user=thomaslv02"
            },
            "owner": "thomaslv02",
            "parent": -1,
            "preview": "",
            "referencers": [],
            "references": [],
            "title": "Données théoriques avec fréquence filtrée (fmin, fmax, luminosité)",
            "views": 0,
            "web_url": "https://chart-studio.plotly.com/~thomaslv02/54/donnees-theoriques-avec-frequence-filtree-fmin-fmax-luminosite/",
            "world_readable": true,
            "date_modified": "2019-06-26T11:26:51.051Z",
            "stars": {
                "results": [],
                "count": 0
            },
            "collaborators": {
                "results": [],
                "count": 0
            },
            "subfolder_count": null,
            "refresh_interval": null,
            "organize_view_url": "https://chart-studio.plotly.com/~thomaslv02/54/",
            "current_user_permission": "read",
            "is_theme": null,
            "is_template": null,
            "autosize": true,
            "caption": "",
            "figure": {
                "data": [
                    {
                        "uid": "11e8a87f-5f47-4dcd-b06d-fcaf66fb03e3",
                        "mode": "markers",
                        "type": "scatter3d",
                        "xsrc": "thomaslv02:55:ed57dc",
                        "ysrc": "thomaslv02:55:229285",
                        "zsrc": "thomaslv02:55:6c1f80",
                        "marker": {
                            "line": {
                                "color": "black",
                                "width": 0.5
                            },
                            "size": 2,
                            "opacity": 0.8,
                            "colorbar": {
                                "x": 0,
                                "y": 0.5,
                                "title": {
                                    "text": "Masse (M/Msol)"
                                }
                            },
                            "colorsrc": "thomaslv02:55:95d4af",
                            "colorscale": "Viridis"
                        }
                    },
                    {
                        "uid": "384d5c9c-ff36-4983-aa42-0eb9f8f790ea",
                        "type": "surface",
                        "xsrc": "thomaslv02:55:544b10,457f2c,e703e8,e04fec,b5dc8b,2e7205,8a966a,66477c,226bb3,4077d2,f7ae1d,4056c0,9da854,102cd7,f1766a,fa58a9,3e6cba,7773b5,467b1a,1fb69a,fa79c6,242fe0,dc226c,a1c784,662319,ebc77e,c4c182,727609,014cb1,eaf4ac,245545,5e13f2,ab880f,2ef5c9,cbc998,1b08ad,cb1154,8fd3b9,98b950,7ad530,18c6dc,c6e5cb,4aa0ef,fb2623,f77560,41b605,78f867,00c619,11344b,c13060,8c2f00,72997f,638864,bfd0a0,62b43a,309870,ab49e4,e3a274,2d0170,6664c6,d392c5,090261,abfb9b,7124cc,4a49f9,3dd12f,dbe05c,2372c4,0a1772,dbac58,dc4bc7,acb1a7,3ccc2a,9567af,b09d56,eed9d4,95f6da,51c1a3,5ad1cd,ac47e9,9451dd,db11f9,88d80a,a65fe0,cc6a40,15111d,640fa3,4b6c34,600a66,9f7cb1,8da985,b2ddb8,beefba,97c461,215151,930ca6,03cacb,761082,289519,92b380,d5766f,875da1,a44f45,cc1887,8d85b6,5ec42e,e46990,951a81,0025a3,c46a0a,33a8a0,37a8bd,b900b9,40f01e,355c3e,82f30a,259186,84b1c6,cceadf,ea8333,a64c59,9245cc,f9e5b7,0bfa78,b7a893,3e83f6,f53e7d,82c3c4,3a3ca5,57f29f,52ffc0,15a610,742b1c,010547,5d7b08,16e612,97054d,98ac97,40604d,7dccb4,8b4008,a66c0a,d38ac9,32316c,f22c14,6f9b29,411837,851dab,4cfd8d,cbb70c",
                        "ysrc": "thomaslv02:55:7ac37c,13f33f,a5ade0,7b1355,97fcbe,5e431f,4ac0f9,67cdb6,69e9cf,b7aebb,7faa8c,51a2d5,11c032,bb6b59,0e07e2,550101,4e04dc,1fb484,aeda64,47cd67,042069,ce5b69,48b944,f52d19,70ac7a,784771,80b447,f537dd,57f6b4,ad6215,37dcc5,e722f2,0083d3,37f4da,12f5b4,1a4d43,459f8d,b9901f,fb4900,342542,c064f8,71aa76,99f125,0efec9,6f9f7e,0b936a,4cdb2b,49397d,e73291,219d38,0f4671,237d23,278b54,90cdf2,266e5a,f7015b,d52874,6c317d,ac1b06,cdb49e,051cb6,fc3ddc,63418a,8f8295,18c6ed,fb442a,3a2603,32ad6b,9e9080,cabf28,c65550,40d870,4e1961,d585c8,715d03,c7040e,dd65d6,48780b,ae5c3f,8befba,38d011,aeb594,72f0ac,7fa218,f8a466,0c577c,ef2133,2076f9,226692,270aab,384bdf,9c1056,6000b8,72ca3c,f4e719,48cf01,e38ce0,47cd21,a6f728,08a1c9,a79a09,0beabf,561f33,ea9c4a,fdd113,26c415,7860b7,c225f1,d9f6c7,b87205,8c2f93,1ab659,bb6a8c,93e178,5ad348,bcaf76,c9d4ed,83c87c,bdd2f5,183622,8b209c,c27957,9d82ee,66d725,3cdeee,a5db38,660070,d4e268,b5b19f,fb93b6,ac681e,c27c60,383517,9c8efe,c07e32,cea879,d33f1f,7d9ee0,474151,f5606f,8e9550,69792b,68d55b,a2ef2c,c19644,8293ea,ca9102,febbca,5e4a6a,9cbcb3",
                        "zsrc": "thomaslv02:55:eb41b1,ac5485,a7c3c4,bc4352,edb4b2,ecc7fd,7cca59,1d2fdd,a70cc3,199028,ea07c1,e3a45c,e475ca,b7a93d,f24793,32f3c4,1937c4,30cfdc,1c39b0,6aab56,175828,fc87aa,00d9fe,039afd,0e7655,a40d8f,3882e1,cf3dfe,006648,09bae2,fc7ed9,8b3a6f,5a7cb8,0661e3,17fbcd,f54670,43036b,bea92d,ebc571,562f93,d103d8,7565f4,701cde,747473,7259fc,17ab98,e05f75,83e7bf,e21df1,34c3f3,ae57bb,7ac76b,df920a,b5dfcf,3f6071,be2bed,2bf988,9b5c74,d0e463,a0b5cb,7b4808,351da1,721c11,010e98,fc36aa,db8e8a,8f2457,38d4d0,72d38f,812214,d4e7a9,ab81c5,ed61b1,7874e7,25806d,b470b3,3cecf9,f1d6a0,250fb0,8cdd5f,1a0ba1,83d6d4,0199d7,4fb4ee,fc297b,00570c,9a4104,3e9705,e62557,114ced,ae517a,a0e91c,d5ca7a,090a82,638392,958e89,cf29c8,3332c4,0d58a0,6cc6cb,e90cc0,775738,61236e,6ea389,594b10,82bc09,32c25c,410bce,3e03bc,7e3c73,d7d921,75638a,3bbfb5,1e3a02,d5de86,5f0195,8b8b0a,15764e,aac870,b4b9df,1d266e,d7d3ad,e6a664,564ea7,ff0690,5eebcf,36b880,d9e1ec,e40a92,cdd8cf,2e52c4,1cf638,57217f,3f4f3b,9e33ee,257b83,3c7cf8,d700a2,9eb474,97c44a,751731,a475dc,3c379b,078c2a,4aa5d5,20dc1e,1d84fb,ad4f8c,16b610,feeeee",
                        "opacity": 0.7,
                        "colorbar": {
                            "x": 1,
                            "y": 0.5,
                            "title": {
                                "text": "luminosité (logl/ls)"
                            }
                        },
                        "colorscale": "RdBu"
                    }
                ],
                "layout": {
                    "scene": {
                        "xaxis": {
                            "title": {
                                "text": "fmin (microHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204, 204)"
                        },
                        "yaxis": {
                            "title": {
                                "text": "fmax (microHz)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        },
                        "zaxis": {
                            "range": [
                                0.6937,
                                1.398
                            ],
                            "title": {
                                "text": "luminosité (loglsl)"
                            },
                            "gridcolor": "rgb(255, 255, 255)",
                            "zerolinecolor": "rgb(255, 255, 255)",
                            "showbackground": true,
                            "backgroundcolor": "rgb(204, 204,204)"
                        }
                    },
                    "title": {
                        "text": "Données théoriques avec fréquence filtrée (fmin, fmax, luminosité)"
                    }
                }
            },
            "height": null,
            "width": null,
            "user": {
                "profile_url": "https://chart-studio.plotly.com/~thomaslv02",
                "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg",
                "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg",
                "bio": "",
                "nickname": "",
                "website": "",
                "stream_tokens": null,
                "feature_set_id": null,
                "csrf_token": null,
                "date_joined": "2019-06-07 15:25:19",
                "mapbox_access_tokens": null,
                "has_password": null,
                "username": "thomaslv02",
                "email": null,
                "is_active": null,
                "readonly": null,
                "is_dash_creator": null,
                "dash_created_count": null,
                "is_chart_creator": null,
                "charts_created_count": null
            }
        }
    ]
}