Plots List
Plots
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=cj0xJnA9MjAyNS0wOS0xNSsxMCUzQTU5JTNBNTkuNjI1MzgzJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA5LTE1KzExJTNBMDIlM0ExNC40MTA1MjklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOS0xNSsxMSUzQTU3JTNBMDQuNDMwMDQ3JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-09-15T11:57:04.430047Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lauraosoriomon/10.embed", "fid": "lauraosoriomon:10", "filename": "MUT 2-densité", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/10/9_6G2X47ZB9536JE16CZT0OVERRGLBFI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/10/2_2IJNV1WDXWKMWVP7T3LQKGF8VM4HAD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/10/8_99TO7P9P5SXZ01OWX4CCJ80FWL9XF5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/10/9_6G2X47ZB9536JE16CZT0OVERRGLBFI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lauraosoriomon:10", "plots": "https://api.plotly.com/v2/plots/lauraosoriomon:10", "parent": "https://api.plotly.com/v2/folders/home?user=lauraosoriomon" }, "owner": "lauraosoriomon", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lauraosoriomon/10/", "world_readable": true, "date_modified": "2025-09-16T15:19:57.250Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lauraosoriomon/10/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "88e44b", "isrc": "lauraosoriomon:9:bc1050", "meta": { "columnNames": { "i": "densité", "x": "G-C-D", "y": "A-M-D", "z": "Etage", "text": "densité", "marker": { "color": "Temperature (°C)" } } }, "mode": "markers+text", "name": "y", "type": "scatter3d", "xsrc": "lauraosoriomon:9:ae0ea2", "ysrc": "lauraosoriomon:9:97eeab", "zsrc": "lauraosoriomon:9:3c0246", "marker": { "cmax": 7.717, "cmin": 7.582, "meta": { "columnNames": { "color": "densité" } }, "size": 13, "cauto": false, "symbol": "circle", "opacity": 1, "colorbar": { "title": { "text": "Densité (g/cm<sup>3</sup>)" }, "tickfont": { "size": 7 } }, "colorsrc": "lauraosoriomon:9:bc1050", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "opacity": 1, "textsrc": "lauraosoriomon:9:bc1050", "textfont": { "size": 10 }, "alphahull": 15, "hoverinfo": "x+y+z+name", "textposition": "middle center", "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "Gauche-Centre-Droite" }, "showgrid": true, "zeroline": false, "autorange": true, "showticklabels": false }, "yaxis": { "type": "linear", "title": { "text": "Avant-Mileu-Derrière" }, "zeroline": false, "showticklabels": false }, "zaxis": { "type": "linear", "title": { "text": "Etage" }, "zeroline": false }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 1.8768694718607293, "y": -3.68680438359447, "z": 1.0006783395079757 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "manual", "aspectratio": { "x": 2, "y": 2, "z": 1.5646236905016087 } }, "title": { "text": "<b>MUT 2 - densité</b>" }, "width": 1188, "height": 620, "autosize": true, "colorway": [ "#8dd3c7", "#ffffb3", "#bebada", "#fb8072", "#80b1d3", "#fdb462", "#b3de69", "#fccde5", "#d9d9d9", "#bc80bd", "#ccebc5", "#ffed6f" ], "colorscale": { "diverging": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "sequential": [ [ 0, "#fcfbfd" ], [ 0.125, "#efedf5" ], [ 0.25, "#dadaeb" ], [ 0.375, "#bcbddc" ], [ 0.5, "#9e9ac8" ], [ 0.625, "#807dba" ], [ 0.75, "#6a51a3" ], [ 0.875, "#54278f" ], [ 1, "#3f007d" ] ], "sequentialminus": [ [ 0, "#f7fcfd" ], [ 0.125, "#e0ecf4" ], [ 0.25, "#bfd3e6" ], [ 0.375, "#9ebcda" ], [ 0.5, "#8c96c6" ], [ 0.625, "#8c6bb1" ], [ 0.75, "#88419d" ], [ 0.875, "#810f7c" ], [ 1, "#4d004b" ] ] }, "showlegend": false } }, "height": 620, "width": 1188, "user": { "profile_url": "https://chart-studio.plotly.com/~lauraosoriomon", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-10 07:52:49", "mapbox_access_tokens": null, "has_password": null, "username": "lauraosoriomon", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:48:45.735154Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srivallijanani_04/15.embed", "fid": "srivallijanani_04:15", "filename": "plot 7", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/15/9_Q5V3X5A2L6XI7U7HA5DOQQSHPQ2ZH1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/15/2_HDR1LW1X5QBTO5RBQYN9O8RXBY5D34.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/15/8_B81IXVPO16WWID54173KW1LKGYWFQM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/15/9_Q5V3X5A2L6XI7U7HA5DOQQSHPQ2ZH1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srivallijanani_04:15", "plots": "https://api.plotly.com/v2/plots/srivallijanani_04:15", "parent": "https://api.plotly.com/v2/folders/home?user=srivallijanani_04" }, "owner": "srivallijanani_04", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srivallijanani_04/15/", "world_readable": true, "date_modified": "2025-09-15T11:48:45.754Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srivallijanani_04/15/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "srivallijanani_04:14:c30e9c", "ysrc": "srivallijanani_04:14:676aac" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-03-14 11:49:26", "2025-03-21 23:40:26" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 157706.93060056042, 260469.0300573714 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~srivallijanani_04", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-15 10:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "srivallijanani_04", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:47:13.055521Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pradrai/1.embed", "fid": "pradrai:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pradrai/1/9_6HUNQG7389X0FYRTEU45GS8KBSDLJF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pradrai/1/2_IWL66X395MD2A1YG0F1PT0O38TVGSL.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pradrai/1/8_3IFQNVAFQXUP5KUZLLIEQULDTDYRDD.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pradrai/1/9_6HUNQG7389X0FYRTEU45GS8KBSDLJF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pradrai:1", "plots": "https://api.plotly.com/v2/plots/pradrai:1", "parent": "https://api.plotly.com/v2/folders/home?user=pradrai" }, "owner": "pradrai", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~pradrai/1/", "world_readable": true, "date_modified": "2025-09-15T11:47:13.067Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pradrai/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 1 }, "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "lines", "name": "Control", "type": "scatter", "xsrc": "pradrai:0:e8e202", "ysrc": "pradrai:0:d2cd62" }, { "meta": { "columnNames": { "x": "B", "y": "D" } }, "mode": "lines", "name": "Case I", "type": "scatter", "xsrc": "pradrai:0:e8e202", "ysrc": "pradrai:0:41f97e", "stackgroup": null }, { "line": { "width": 1 }, "meta": { "columnNames": { "x": "B", "y": "E" } }, "mode": "lines", "name": "Case II", "type": "scatter", "xsrc": "pradrai:0:e8e202", "ysrc": "pradrai:0:6f7436", "stackgroup": null }, { "line": { "width": 1 }, "meta": { "columnNames": { "x": "B", "y": "F" } }, "mode": "lines", "name": "Father", "type": "scatter", "xsrc": "pradrai:0:e8e202", "ysrc": "pradrai:0:b1aaaf", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 620 ], "title": { "text": "Distance (in pixels)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 42.22222222222222, 237.77777777777777 ], "title": { "text": "Optical Density (in a.u.)" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pradrai", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-15 11:34:19", "mapbox_access_tokens": null, "has_password": null, "username": "pradrai", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:42:12.373917Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lauraosoriomon/8.embed", "fid": "lauraosoriomon:8", "filename": "MUT 2- delta densité", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/8/9_1XG31O894KG0BT0CZT1RLJJN1SKJ2B.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/8/2_2WM3Z6PJN6P1ILAZY9OV58499RDF2N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/8/8_ESG906W1UXJNYDNUXQ3DW75MU7YNA3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/lauraosoriomon/8/9_1XG31O894KG0BT0CZT1RLJJN1SKJ2B.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lauraosoriomon:8", "plots": "https://api.plotly.com/v2/plots/lauraosoriomon:8", "parent": "https://api.plotly.com/v2/folders/home?user=lauraosoriomon" }, "owner": "lauraosoriomon", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~lauraosoriomon/8/", "world_readable": true, "date_modified": "2025-09-15T11:57:16.716Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lauraosoriomon/8/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "88e44b", "isrc": "lauraosoriomon:7:bc1050", "meta": { "columnNames": { "i": "Temperature (°C)", "x": "G-C-D", "y": "A-M-D", "z": "Etage", "text": "Temperature (°C)", "marker": { "color": "Temperature (°C)" } } }, "mode": "markers+text", "name": "y", "type": "scatter3d", "xsrc": "lauraosoriomon:7:ae0ea2", "ysrc": "lauraosoriomon:7:97eeab", "zsrc": "lauraosoriomon:7:3c0246", "marker": { "cmin": -10, "meta": { "columnNames": { "color": "Temperature (°C)" } }, "size": 13, "cauto": false, "symbol": "circle", "opacity": 1, "colorbar": { "title": { "text": "ΔTempératue" }, "tickfont": { "size": 7 } }, "colorsrc": "lauraosoriomon:7:bc1050", "showscale": true, "colorscale": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "reversescale": true }, "opacity": 1, "textsrc": "lauraosoriomon:7:bc1050", "textfont": { "size": 13 }, "alphahull": 15, "hoverinfo": "x+y+z+name", "textposition": "middle center", "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "type": "linear", "title": { "text": "Gauche-Centre-Droite" }, "showgrid": true, "zeroline": false, "autorange": true, "showticklabels": false }, "yaxis": { "type": "linear", "title": { "text": "Avant-Mileu-Derrière" }, "zeroline": false, "showticklabels": false }, "zaxis": { "type": "linear", "title": { "text": "Etage" }, "zeroline": false }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 2.252592825602413, "y": -4.477275426107109, "z": 2.1814558933795984 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "manual", "aspectratio": { "x": 2, "y": 2, "z": 1.5646236905016087 } }, "title": { "text": "<b>MUT 2 - ΔT PTCR</b>" }, "width": 1188, "height": 620, "autosize": true, "colorway": [ "#8dd3c7", "#ffffb3", "#bebada", "#fb8072", "#80b1d3", "#fdb462", "#b3de69", "#fccde5", "#d9d9d9", "#bc80bd", "#ccebc5", "#ffed6f" ], "colorscale": { "diverging": [ [ 0, "#a50026" ], [ 0.1, "#d73027" ], [ 0.2, "#f46d43" ], [ 0.3, "#fdae61" ], [ 0.4, "#fee090" ], [ 0.5, "#ffffbf" ], [ 0.6, "#e0f3f8" ], [ 0.7, "#abd9e9" ], [ 0.8, "#74add1" ], [ 0.9, "#4575b4" ], [ 1, "#313695" ] ], "sequential": [ [ 0, "#fcfbfd" ], [ 0.125, "#efedf5" ], [ 0.25, "#dadaeb" ], [ 0.375, "#bcbddc" ], [ 0.5, "#9e9ac8" ], [ 0.625, "#807dba" ], [ 0.75, "#6a51a3" ], [ 0.875, "#54278f" ], [ 1, "#3f007d" ] ], "sequentialminus": [ [ 0, "#f7fcfd" ], [ 0.125, "#e0ecf4" ], [ 0.25, "#bfd3e6" ], [ 0.375, "#9ebcda" ], [ 0.5, "#8c96c6" ], [ 0.625, "#8c6bb1" ], [ 0.75, "#88419d" ], [ 0.875, "#810f7c" ], [ 1, "#4d004b" ] ] }, "showlegend": false } }, "height": 620, "width": 1188, "user": { "profile_url": "https://chart-studio.plotly.com/~lauraosoriomon", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/55.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-10 07:52:49", "mapbox_access_tokens": null, "has_password": null, "username": "lauraosoriomon", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:37:19.879432Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srivallijanani_04/13.embed", "fid": "srivallijanani_04:13", "filename": "plot 6", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/13/9_E8DYKQW2RNSHKCCWIQMVBFRFJ86C7T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/13/2_TJUWUZHIU0K14M3LXG1MNJIFDQCMYX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/13/8_2572N1SXZ5HNUZPIZXO18Z0NU8DQCM.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/13/9_E8DYKQW2RNSHKCCWIQMVBFRFJ86C7T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srivallijanani_04:13", "plots": "https://api.plotly.com/v2/plots/srivallijanani_04:13", "parent": "https://api.plotly.com/v2/folders/home?user=srivallijanani_04" }, "owner": "srivallijanani_04", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~srivallijanani_04/13/", "world_readable": true, "date_modified": "2025-09-15T11:37:19.895Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srivallijanani_04/13/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "srivallijanani_04:12:ac7915", "ysrc": "srivallijanani_04:12:764f59" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-03-07 12:03:15", "2025-03-14 23:46:37" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 151204.80894898882, 260228.676822941 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~srivallijanani_04", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-15 10:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "srivallijanani_04", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:26:52.550120Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srivallijanani_04/11.embed", "fid": "srivallijanani_04:11", "filename": "plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/11/9_Q3JWSOQQYAELQX4JZTKYYOKNZ7ECZD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/11/2_RX2XI2KNA6EQ7V7BF28HCGTS4M3J8Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/11/8_1PG1S187U0RS3283YJ7TXWGLWIMHZY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/11/9_Q3JWSOQQYAELQX4JZTKYYOKNZ7ECZD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srivallijanani_04:11", "plots": "https://api.plotly.com/v2/plots/srivallijanani_04:11", "parent": "https://api.plotly.com/v2/folders/home?user=srivallijanani_04" }, "owner": "srivallijanani_04", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srivallijanani_04/11/", "world_readable": true, "date_modified": "2025-09-15T11:26:52.563Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srivallijanani_04/11/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "srivallijanani_04:10:4615cf", "ysrc": "srivallijanani_04:10:1b9af1" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-02-28 11:56:49", "2025-03-07 23:45:51" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 151800.14341330915, 260585.85562737647 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~srivallijanani_04", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-15 10:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "srivallijanani_04", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:19:05.100677Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~abhishek.karn025/91.embed", "fid": "abhishek.karn025:91", "filename": "us-patents-–-flow-export-test-57935026-20250915_164900", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/abhishek.karn025/91/9_PZEEE2DC77RWLI08CDEU9QBIAQ10YY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/abhishek.karn025/91/2_XZRFUZI9A4CYHXTMK3KF9ASMVARRPO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/abhishek.karn025/91/8_E63FAUOOML0U9T5UMFM8C5QKX07ATT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/abhishek.karn025/91/9_PZEEE2DC77RWLI08CDEU9QBIAQ10YY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/abhishek.karn025:91", "plots": "https://api.plotly.com/v2/plots/abhishek.karn025:91", "parent": "https://api.plotly.com/v2/folders/home?user=abhishek.karn025" }, "owner": "abhishek.karn025", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~abhishek.karn025/91/", "world_readable": true, "date_modified": "2025-09-15T11:19:05.110Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~abhishek.karn025/91/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "y": { "bdata": "CAYEAwMCAgICAgICAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEB", "dtype": "i1" }, "name": "", "type": "bar", "xsrc": "abhishek.karn025:90:7b4653", "xaxis": "x", "yaxis": "y", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "v", "textposition": "auto", "hovertemplate": "assignee_organization=%{x}<br>patent_id=%{y}<extra></extra>", "alignmentgroup": "True" }, { "x": { "bdata": "AAAAAADgbkAAAAAAAMB/QAAAAAAAIGpAAAAAAAAAQkAAAAAAAMBiQAAAAAAAkHdAAAAAAADAWkAAAAAAAICDQAAAAAAAwF9AAAAAAABgeEAAAAAAAIB1QAAAAAAAsHNAAAAAAABAXEAAAAAAAIBaQAAAAAAAgFpAAAAAAAAASUAAAAAAAAB9QAAAAAAA8IJAAAAAAAAgaUAAAAAAAAAYQAAAAAAAoHxAAAAAAAAAWUAAAAAAAIB2QAAAAAAAAGRAAAAAAABAakAAAAAAAGBxQAAAAAAAAF1AAAAAAABAaUAAAAAAAMBbQAAAAAAAwG9AAAAAAABQcEAAAAAAAOBiQAAAAAAAAGZAAAAAAACQckAAAAAAAEBfQAAAAAAAAGBAAAAAAACARUAAAAAAAADwPwAAAAAAYGtAAAAAAABQhUAAAAAAADCAQAAAAAAAgEBAAAAAAACAaEAAAAAAAECBQAAAAAAAQGlAAAAAAAAgfkAAAAAAAAA9QAAAAAAAoIBAAAAAAADAX0AAAAAAAKB1QAAAAAAA8I1AAAAAAADQdUAAAAAAABB7QAAAAAAAUHNAAAAAAABoj0AAAAAAAOiAQAAAAAAAMHBAAAAAAACAXkAAAAAAAGBqQAAAAAAAADFAAAAAAACwckAAAAAAAABBQAAAAAAAwGFAAAAAAAAALkA=", "dtype": "f8" }, "name": "", "type": "histogram", "xaxis": "x2", "yaxis": "y2", "marker": { "color": "#636efa", "pattern": { "shape": "" } }, "nbinsx": 20, "bingroup": "x", "histfunc": "count", "showlegend": false, "legendgroup": "", "offsetgroup": "", "orientation": "v", "hovertemplate": "patent_term_extension=%{x}<br>count=%{y}<extra></extra>", "alignmentgroup": "True" } ], "layout": { "title": { "x": 0.5, "font": { "size": 22 }, "text": "US Patents – Flow Export Test", "xanchor": "center" }, "width": 1180, "xaxis": { "anchor": "y", "domain": [ 0.0, 0.46 ], "categoryorder": "total descending" }, "yaxis": { "type": "linear", "anchor": "x", "domain": [ 0.0, 1.0 ], "autorange": true }, "height": 680, "legend": { "x": 0.5, "y": -0.1, "xanchor": "center", "yanchor": "top", "orientation": "h" }, "margin": { "b": 110, "l": 70, "r": 40, "t": 96 }, "xaxis2": { "anchor": "y2", "domain": [ 0.54, 1.0 ], "categoryorder": "total descending" }, "yaxis2": { "type": "linear", "anchor": "x2", "domain": [ 0.0, 1.0 ], "autorange": true }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermap": [ { "type": "scattermap", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "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": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "annotations": [ { "x": 0.23, "y": 1.0, "font": { "size": 15 }, "text": "Number of Patents by Assignee Organization", "xref": "paper", "yref": "paper", "yshift": 12, "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.77, "y": 1.0, "font": { "size": 15 }, "text": "Distribution of Patent Term Extensions", "xref": "paper", "yref": "paper", "yshift": 12, "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": 680, "width": 1180, "user": { "profile_url": "https://chart-studio.plotly.com/~abhishek.karn025", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/8.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-08-19 08:26:37", "mapbox_access_tokens": null, "has_password": null, "username": "abhishek.karn025", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:15:09.814153Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srivallijanani_04/9.embed", "fid": "srivallijanani_04:9", "filename": "plot4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/9/9_P2YELEC3ARXWW2DBE0ITF53SKZW8XJ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/9/2_IPFRKXOOBXUHHWK5CQIE7RC61J1GJK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/9/8_KUR6VP43UVEP2VOIOCQ00824TMADOL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/9/9_P2YELEC3ARXWW2DBE0ITF53SKZW8XJ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srivallijanani_04:9", "plots": "https://api.plotly.com/v2/plots/srivallijanani_04:9", "parent": "https://api.plotly.com/v2/folders/home?user=srivallijanani_04" }, "owner": "srivallijanani_04", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srivallijanani_04/9/", "world_readable": true, "date_modified": "2025-09-15T11:15:09.825Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srivallijanani_04/9/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "srivallijanani_04:8:24d3a0", "ysrc": "srivallijanani_04:8:c4248a" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-02-21 12:05:38", "2025-02-28 23:37:43" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 148919.3754506885, 261435.28487119605 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~srivallijanani_04", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-15 10:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "srivallijanani_04", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:11:30.467631Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~srivallijanani_04/7.embed", "fid": "srivallijanani_04:7", "filename": "plot2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/7/9_4ED9B006WTBIPNZX5BIAAI8G0F0D52.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/7/2_FKJNJBYL4DP7LJOM3X7L9RWQWKVPL8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/7/8_F1LGXIH24N4NJAFPQDLN6MG5K1ELAA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/srivallijanani_04/7/9_4ED9B006WTBIPNZX5BIAAI8G0F0D52.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/srivallijanani_04:7", "plots": "https://api.plotly.com/v2/plots/srivallijanani_04:7", "parent": "https://api.plotly.com/v2/folders/home?user=srivallijanani_04" }, "owner": "srivallijanani_04", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~srivallijanani_04/7/", "world_readable": true, "date_modified": "2025-09-15T11:11:30.477Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~srivallijanani_04/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "srivallijanani_04:6:3820f9", "ysrc": "srivallijanani_04:6:21c7e2" } ], "frames": [], "layout": { "xaxis": { "type": "date", "range": [ "2025-02-07 11:40:48", "2025-02-14 23:49:13" ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 142607.1415470557, 262160.45423341566 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~srivallijanani_04", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-09-15 10:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "srivallijanani_04", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2025-09-15T11:02:14.410529Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ThadLee/246.embed", "fid": "ThadLee:246", "filename": "Plot 246", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ThadLee/246/9_ETBY6LTTCAIACOZXBMFRCM05UFSMI1.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ThadLee/246/2_I8N4BWMQFRJ5L0EEG4R22YBR12PJEP.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ThadLee/246/8_2H8H0LDSVNJM2GIIMQ9KJ1LEPM7JIJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ThadLee/246/9_ETBY6LTTCAIACOZXBMFRCM05UFSMI1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ThadLee:246", "plots": "https://api.plotly.com/v2/plots/ThadLee:246", "parent": "https://api.plotly.com/v2/folders/home?user=ThadLee" }, "owner": "ThadLee", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~ThadLee/246/", "world_readable": true, "date_modified": "2025-09-18T08:27:53.776Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ThadLee/246/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "c2683d", "line": { "color": "rgb(0, 0, 5)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "0%", "type": "scatter", "xsrc": "ThadLee:245:b60b71", "ysrc": "ThadLee:245:d4c725" }, { "uid": "e76e85", "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "2%", "type": "scatter", "xsrc": "ThadLee:245:b60b71", "ysrc": "ThadLee:245:33c52c", "stackgroup": null }, { "uid": "aebf66", "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "3%", "type": "scatter", "xsrc": "ThadLee:245:b60b71", "ysrc": "ThadLee:245:898281", "opacity": 1, "visible": true, "stackgroup": null }, { "uid": "47ea46", "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "4%", "type": "scatter", "xsrc": "ThadLee:245:b60b71", "ysrc": "ThadLee:245:fd25f3", "stackgroup": null }, { "uid": "5b0585", "line": { "dash": "dot", "width": 1 }, "showlegend": false, "transforms": [ { "rms": 0, "type": "fit", "xmid": 3.0000000000000018, "ymid": 11.868429629629631, "inputUid": "c2683d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 2.2469334198925624e-13, "value": 84.12674999999994 }, { "hold": false, "name": "b", "error": 9.327480448399905e-13, "value": -281.8244974999997 } ], "regressand": "y", "correlation": 0.999858627856548, "fitfunction": "m*x + b", "inputxrange": [ 4.05, 4.25 ], "outputxrange": [ 3, 7 ], "interpolation": 50 } ] }, { "uid": "58b727", "line": { "dash": "dot", "width": 1 }, "showlegend": false, "transforms": [ { "rms": 9.947598300641403e-14, "type": "fit", "xmid": 3.0000000000000018, "ymid": -10.535868158759314, "inputUid": "e76e85", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 5.024295867777169e-14, "value": 47.619050000000016 }, { "hold": false, "name": "b", "error": 2.186146131476893e-13, "value": -163.65082250000006 } ], "regressand": "y", "correlation": 1, "fitfunction": "m*x + b", "inputxrange": [ 4.25, 4.45 ], "outputxrange": [ 3, 7 ], "interpolation": 50 } ] }, { "uid": "b90079", "line": { "dash": "dot", "width": 1 }, "showlegend": false, "transforms": [ { "rms": 0, "type": "fit", "xmid": 3.0000000000000018, "ymid": 11.23238049504939, "inputUid": "aebf66", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 1.4210854715178156e-13, "value": 50.79375000000003 }, { "hold": false, "name": "b", "error": 6.183355016930796e-13, "value": -176.66708750000015 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [ 4.25, 4.45 ], "outputxrange": [ 3, 7 ], "interpolation": 50 } ] }, { "uid": "ef45a9", "line": { "dash": "dot", "width": 1 }, "showlegend": false, "transforms": [ { "rms": 7.105427357601002e-15, "type": "fit", "xmid": 3.0000000000000018, "ymid": 3.54948494382036, "inputUid": "47ea46", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 1.1234667099468378e-13, "value": 57.93650000000008 }, { "hold": false, "name": "b", "error": 4.4391153862562656e-13, "value": -185.5952250000003 } ], "regressand": "y", "correlation": 1, "fitfunction": "m*x + b", "inputxrange": [ 3.85, 4.05 ], "outputxrange": [ 3, 7 ], "interpolation": 50 } ] }, { "uid": "a7a4ab", "mode": "markers", "type": "scatter", "xaxis": "x2", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 0, 7 ], "ticks": "outside", "title": { "font": { "size": 20 }, "text": "Binding energy (eV)" }, "domain": [ 0, 0.375 ], "showgrid": false, "tickfont": { "size": 16 }, "autorange": false, "zerolinecolor": "rgb(1, 9, 23)", "zerolinewidth": 1 }, "yaxis": { "side": "left", "type": "linear", "range": [ 0, 130 ], "title": { "font": { "size": 20 }, "text": "CPS (a.u)" }, "domain": [ 0, 1 ], "nticks": 1, "showgrid": false, "zeroline": true, "autorange": false, "zerolinecolor": "rgb(0, 2, 5)", "zerolinewidth": 1, "showticklabels": false }, "legend": { "x": 0.027169481759884904, "y": 0.9631578947368421 }, "xaxis2": { "side": "top", "range": [ -1, 6 ], "showgrid": false, "showline": true, "zeroline": false, "autorange": true, "linecolor": "rgb(1, 10, 25)", "overlaying": "x", "showticklabels": false }, "yaxis2": { "side": "right", "range": [ -1, 4 ], "title": { "text": "<br>" }, "anchor": "x", "showgrid": false, "showline": true, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 4, 10)", "overlaying": "y", "showticklabels": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 3.349966017917825, "y": 0, "ax": -83, "ay": -238, "font": { "color": "rgb(0, 1, 8)" }, "text": "3.35", "arrowcolor": "rgb(0, 1, 9)", "arrowwidth": 0.5 }, { "x": 3.44, "y": 0, "ax": -46, "ay": -257, "font": { "color": "rgb(239, 85, 59)" }, "text": "3.44", "arrowcolor": "rgb(239, 85, 59)", "arrowwidth": 0.5 }, { "x": 3.48, "y": 0, "ax": -3, "ay": -255, "font": { "color": "rgb(0, 204, 150)" }, "text": "3.48", "arrowcolor": "rgb(0, 204, 150)", "arrowwidth": 0.5 }, { "x": 3.2, "y": 0, "ax": -108, "ay": -213, "font": { "color": "rgb(171, 99, 250)" }, "text": "3.20", "arrowcolor": "rgb(171, 99, 250)", "arrowwidth": 0.5 } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ThadLee", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-08-26 05:56:46", "mapbox_access_tokens": null, "has_password": null, "username": "ThadLee", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "