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=cD0yMDI0LTAzLTMxKzAwJTNBNTIlM0EwNi4zOTk1NTElMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTMwKzIyJTNBMjElM0E1My42NDU5MjQlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0zMSswMCUzQTQ3JTNBNTcuMTEyMzA5JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-31T00:47:57.112309Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jacobscoll/27.embed", "fid": "Jacobscoll:27", "filename": "Plot 27", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/27/9_9HLYVMJCVW3Y6CSMNEPWXU6CPDE8VN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/27/2_ZMBJV0XI7KPHL08ZQ3XZ87M1NK3939.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/27/8_ZHP5JF7ECN3GX3GHHPPKL5LSQZBAA6.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/27/9_9HLYVMJCVW3Y6CSMNEPWXU6CPDE8VN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jacobscoll:27", "plots": "https://api.plotly.com/v2/plots/Jacobscoll:27", "parent": "https://api.plotly.com/v2/folders/home?user=Jacobscoll" }, "owner": "Jacobscoll", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 13, "web_url": "https://chart-studio.plotly.com/~Jacobscoll/27/", "world_readable": true, "date_modified": "2024-03-31T00:47:57.122Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jacobscoll/27/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "5bf9d6", "meta": { "columnNames": { "x": "nm", "y": "A" } }, "mode": "lines", "name": "A", "type": "scatter", "xsrc": "Jacobscoll:26:99b7d0", "ysrc": "Jacobscoll:26:f1fecb" }, { "uid": "572f9c", "meta": { "columnNames": { "x": "nm", "y": "B" } }, "mode": "lines", "name": "B", "type": "scatter", "xsrc": "Jacobscoll:26:99b7d0", "ysrc": "Jacobscoll:26:e45fc8", "stackgroup": null }, { "uid": "103cbc", "meta": { "columnNames": { "x": "nm", "y": "C" } }, "mode": "lines", "name": "C", "type": "scatter", "xsrc": "Jacobscoll:26:99b7d0", "ysrc": "Jacobscoll:26:478f9d", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "Spectral Reflectance Curve" }, "xaxis": { "type": "linear", "range": [ 400, 700 ], "title": { "text": "Wavelength (nm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 34.55555555555556, 103.44444444444444 ], "title": { "text": "Reflectance Percentage (%)" }, "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/~Jacobscoll", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.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": "2024-02-18 20:32:29", "mapbox_access_tokens": null, "has_password": null, "username": "Jacobscoll", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-31T00:15:59.794927Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/35.embed", "fid": "akshaynayakkolgar97:35", "filename": "Line single trend", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/35/9_2VDDVR9T8M6U58IG8JA6S98ZIF5ZZL.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/35/2_PC7C98O8NKDF68MGL1XVVB9VZNRPPC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/35/8_0GTVA4LL6LI5QY29V97QZNBVE62GR1.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/35/9_2VDDVR9T8M6U58IG8JA6S98ZIF5ZZL.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/akshaynayakkolgar97:35", "plots": "https://api.plotly.com/v2/plots/akshaynayakkolgar97:35", "parent": "https://api.plotly.com/v2/folders/home?user=akshaynayakkolgar97" }, "owner": "akshaynayakkolgar97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/35/", "world_readable": true, "date_modified": "2024-06-30T23:47:04.938Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/35/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(9, 9, 9)", "width": 1 }, "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "SM", "type": "box", "ysrc": "akshaynayakkolgar97:34:47bfda", "marker": { "color": "rgb(66, 75, 76)" }, "boxpoints": "outliers", "fillcolor": "rgb(186, 225, 228)" }, { "line": { "color": "rgb(17, 17, 17)", "width": 1 }, "meta": { "columnNames": { "y": "B" } }, "name": "TBL<br>", "type": "box", "ysrc": "akshaynayakkolgar97:34:d39653", "boxpoints": false, "fillcolor": "rgb(89, 176, 194)" }, { "line": { "color": "rgb(12, 12, 12)", "width": 1 }, "meta": { "columnNames": { "y": "C" } }, "name": "SC", "type": "box", "ysrc": "akshaynayakkolgar97:34:fb15dd", "boxpoints": false, "fillcolor": "rgb(33, 114, 150)" }, { "line": { "color": "rgb(17, 17, 17)", "width": 1 }, "meta": { "columnNames": { "y": "D" } }, "name": "SCC", "type": "box", "ysrc": "akshaynayakkolgar97:34:72380c", "boxpoints": false, "fillcolor": "rgb(205, 233, 247)" }, { "line": { "color": "rgb(12, 12, 12)", "width": 1 }, "meta": { "columnNames": { "y": "E" } }, "name": "SCCF", "type": "box", "ysrc": "akshaynayakkolgar97:34:38047c", "boxpoints": "outliers", "fillcolor": "rgb(92, 166, 201)" } ], "frames": [], "layout": { "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "title": { "font": { "size": 39 }, "text": "Line Multi trend" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "font": { "size": 28 }, "text": "Condition" }, "domain": [ 0.25, 0.625 ], "nticks": 9, "showgrid": false, "showline": false, "tickfont": { "size": 28 }, "autorange": true, "gridcolor": "rgb(210, 210, 212)", "gridwidth": 3 }, "yaxis": { "type": "linear", "range": [ 100, 600 ], "title": { "font": { "size": 28 }, "text": "Completion Time" }, "domain": [ 0, 1 ], "nticks": 9, "showgrid": true, "showline": false, "autorange": false, "gridcolor": "rgb(210, 210, 212)", "gridwidth": 3 }, "legend": { "font": { "size": 12 } }, "margin": { "pad": 10 }, "shapes": [ { "x0": 0.25, "x1": 0.6263866877971473, "y0": 0.0027733755942948024, "y1": 1.0218292186748685, "line": { "color": "rgb(20, 20, 20)", "width": 4 }, "xref": "paper", "yref": "paper", "opacity": 0.11, "fillcolor": "rgb(255, 255, 255)" } ], "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/~akshaynayakkolgar97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.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": "2023-12-08 07:44:36", "mapbox_access_tokens": null, "has_password": null, "username": "akshaynayakkolgar97", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-31T00:09:27.750527Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~danielraymond/1.embed", "fid": "danielraymond:1", "filename": "Test plot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/danielraymond/1/9_PT6L1HZS1LU5Q96108Q76U6JK1B1TA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/danielraymond/1/2_O3XTH4KFEH0LFOYVX3W8O6BBRSVZF7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/danielraymond/1/8_LMMV1R0JKYJPAE0PECZTFM5VJ3M84B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/danielraymond/1/9_PT6L1HZS1LU5Q96108Q76U6JK1B1TA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/danielraymond:1", "plots": "https://api.plotly.com/v2/plots/danielraymond:1", "parent": "https://api.plotly.com/v2/folders/home?user=danielraymond" }, "owner": "danielraymond", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~danielraymond/1/", "world_readable": true, "date_modified": "2024-03-31T00:09:27.759Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~danielraymond/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "danielraymond:0:ea0bff", "ysrc": "danielraymond:0:18c6c6" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1, 3 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 1.8333333333333333, 5.166666666666667 ], "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/~danielraymond", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/88.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": "2024-03-31 00:07:59", "mapbox_access_tokens": null, "has_password": null, "username": "danielraymond", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T23:57:11.329198Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/33.embed", "fid": "akshaynayakkolgar97:33", "filename": "Bar Compute", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/33/9_1AJHQ9H1MH6U8XOQRLEZNIY458LG2G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/33/2_7PT8BN9MAXQX1I0W5TW4PVRM1CDE5Y.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/33/8_9P4OUSL92ZL2SDCRS8JX2SPXU9GM8W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/33/9_1AJHQ9H1MH6U8XOQRLEZNIY458LG2G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/akshaynayakkolgar97:33", "plots": "https://api.plotly.com/v2/plots/akshaynayakkolgar97:33", "parent": "https://api.plotly.com/v2/folders/home?user=akshaynayakkolgar97" }, "owner": "akshaynayakkolgar97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/33/", "world_readable": true, "date_modified": "2024-03-31T00:14:42.355Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/33/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(9, 9, 9)", "width": 1 }, "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "SM", "type": "box", "ysrc": "akshaynayakkolgar97:32:47bfda", "marker": { "color": "rgb(66, 75, 76)" }, "boxpoints": "outliers", "fillcolor": "rgb(186, 225, 228)" }, { "line": { "color": "rgb(17, 17, 17)", "width": 1 }, "meta": { "columnNames": { "y": "B" } }, "name": "TBL<br>", "type": "box", "ysrc": "akshaynayakkolgar97:32:d39653", "boxpoints": false, "fillcolor": "rgb(89, 176, 194)" }, { "line": { "color": "rgb(12, 12, 12)", "width": 1 }, "meta": { "columnNames": { "y": "C" } }, "name": "SC", "type": "box", "ysrc": "akshaynayakkolgar97:32:fb15dd", "boxpoints": false, "fillcolor": "rgb(33, 114, 150)" }, { "line": { "color": "rgb(17, 17, 17)", "width": 1 }, "meta": { "columnNames": { "y": "D" } }, "name": "SCC", "type": "box", "ysrc": "akshaynayakkolgar97:32:72380c", "boxpoints": false, "fillcolor": "rgb(205, 233, 247)" }, { "line": { "color": "rgb(12, 12, 12)", "width": 1 }, "meta": { "columnNames": { "y": "E" } }, "name": "SCCF", "type": "box", "ysrc": "akshaynayakkolgar97:32:38047c", "boxpoints": false, "fillcolor": "rgb(92, 166, 201)" } ], "frames": [], "layout": { "font": { "size": 28, "color": "rgb(68, 68, 68)" }, "title": { "font": { "size": 39 }, "text": "Bar Filtration LR" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "font": { "size": 28 }, "text": "Condition" }, "domain": [ 0.25, 0.625 ], "nticks": 9, "showgrid": false, "showline": false, "tickfont": { "size": 28 }, "autorange": true, "gridcolor": "rgb(210, 210, 212)", "gridwidth": 3 }, "yaxis": { "type": "linear", "range": [ 9.594444444444443, 41.705555555555556 ], "title": { "font": { "size": 28 }, "text": "Completion Time" }, "domain": [ 0, 1 ], "nticks": 9, "showgrid": true, "showline": false, "autorange": true, "gridcolor": "rgb(210, 210, 212)", "gridwidth": 3 }, "legend": { "font": { "size": 12 } }, "margin": { "pad": 10 }, "shapes": [ { "x0": 0.25, "x1": 0.6263866877971473, "y0": 0.0027733755942948024, "y1": 0.9877179080824089, "line": { "color": "rgb(20, 20, 20)", "width": 4 }, "xref": "paper", "yref": "paper", "opacity": 0.11, "fillcolor": "rgb(255, 255, 255)" } ], "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/~akshaynayakkolgar97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.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": "2023-12-08 07:44:36", "mapbox_access_tokens": null, "has_password": null, "username": "akshaynayakkolgar97", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T22:46:17.561942Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~frustratedprogrammer/2.embed", "fid": "frustratedprogrammer:2", "filename": "HoH image size", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/frustratedprogrammer/2/9_DB0LDJTP9FW4E2HIUHVQSSLOZ8Y8WR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/frustratedprogrammer/2/2_7RTYVMSI7DE3GT19J8RJMD2M2C8NE2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/frustratedprogrammer/2/8_IHLPV5VKBYBUTM27G4GSH7DKOJDMUX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/frustratedprogrammer/2/9_DB0LDJTP9FW4E2HIUHVQSSLOZ8Y8WR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/frustratedprogrammer:2", "plots": "https://api.plotly.com/v2/plots/frustratedprogrammer:2", "parent": "https://api.plotly.com/v2/folders/home?user=frustratedprogrammer" }, "owner": "frustratedprogrammer", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Exception Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Noah, Noah Connector, Burk, Burk Connector, Noah, Noah Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Noah, Noah Connector, Exception Connector, Burk, Burk Connector, Tobi, Tobi Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Tobi, Tobi Connector, Burk, Burk Connector, Noah, Noah Connector, Exception Connector, Noah, Noah Connector, Burk, Burk Connector, Tobi, Tobi Connector, Noah, Noah Connector, Held, Exception, Exception, Exception", "views": 16, "web_url": "https://chart-studio.plotly.com/~frustratedprogrammer/2/burk-burk-connector-noah-noah-connector-tobi-tobi-connector-exception-connector-/", "world_readable": true, "date_modified": "2024-03-31T00:58:43.534Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~frustratedprogrammer/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk, x", "y": "Burk, y", "text": "Burk, text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:010971", "ysrc": "frustratedprogrammer:3:aa00be", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:77be45", "showlegend": true, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector, x", "y": "Burk Connector, y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:a3be24", "ysrc": "frustratedprogrammer:3:4bf450", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah, x", "y": "Noah, y", "text": "Noah, text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:09236e", "ysrc": "frustratedprogrammer:3:31ff98", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:1594d8", "showlegend": true, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector, x", "y": "Noah Connector, y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:7cabbf", "ysrc": "frustratedprogrammer:3:2bed28", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi, x", "y": "Tobi, y", "text": "Tobi, text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:1de493", "ysrc": "frustratedprogrammer:3:88956e", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:ef9283", "showlegend": true, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector, x", "y": "Tobi Connector, y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:386803", "ysrc": "frustratedprogrammer:3:dacce0", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Exception Connector, x", "y": "Exception Connector, y" } }, "mode": "lines", "name": "Exception Connector", "text": [], "xsrc": "frustratedprogrammer:3:8858e6", "ysrc": "frustratedprogrammer:3:58747e", "marker": { "color": "#000000" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (1), x", "y": "Burk (1), y", "text": "Burk (1), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:a0b9e6", "ysrc": "frustratedprogrammer:3:4098c1", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:a9d595", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (1), x", "y": "Burk Connector (1), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:54e865", "ysrc": "frustratedprogrammer:3:bbc2e8", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (1), x", "y": "Noah (1), y", "text": "Noah (1), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:3bec0e", "ysrc": "frustratedprogrammer:3:5b9f67", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:f7b652", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (1), x", "y": "Noah Connector (1), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:101081", "ysrc": "frustratedprogrammer:3:3ae83d", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (1), x", "y": "Tobi (1), y", "text": "Tobi (1), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:95b9db", "ysrc": "frustratedprogrammer:3:e4cea7", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:b1bd64", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (1), x", "y": "Tobi Connector (1), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:11f83c", "ysrc": "frustratedprogrammer:3:47880a", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (2), x", "y": "Burk (2), y", "text": "Burk (2), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:b2bc29", "ysrc": "frustratedprogrammer:3:82c9bf", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:3d7a7a", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (2), x", "y": "Burk Connector (2), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:d3ef16", "ysrc": "frustratedprogrammer:3:38f99c", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (2), x", "y": "Noah (2), y", "text": "Noah (2), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:289d61", "ysrc": "frustratedprogrammer:3:1fb4bc", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:e0e8a8", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (2), x", "y": "Noah Connector (2), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:248b30", "ysrc": "frustratedprogrammer:3:1a5217", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (2), x", "y": "Tobi (2), y", "text": "Tobi (2), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:e7dda8", "ysrc": "frustratedprogrammer:3:9e8386", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:e36200", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (2), x", "y": "Tobi Connector (2), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:e55457", "ysrc": "frustratedprogrammer:3:3235e7", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (3), x", "y": "Burk (3), y", "text": "Burk (3), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:9a32b7", "ysrc": "frustratedprogrammer:3:2a9a05", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:b1a8b2", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (3), x", "y": "Burk Connector (3), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:682189", "ysrc": "frustratedprogrammer:3:aec4dc", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (3), x", "y": "Noah (3), y", "text": "Noah (3), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:16350a", "ysrc": "frustratedprogrammer:3:9af786", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:7ce336", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (3), x", "y": "Noah Connector (3), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:06a871", "ysrc": "frustratedprogrammer:3:e8c7f3", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (3), x", "y": "Tobi (3), y", "text": "Tobi (3), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:3f6172", "ysrc": "frustratedprogrammer:3:664670", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:4e3085", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (3), x", "y": "Tobi Connector (3), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:827996", "ysrc": "frustratedprogrammer:3:4b62be", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (4), x", "y": "Burk (4), y", "text": "Burk (4), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:b776c2", "ysrc": "frustratedprogrammer:3:2870a8", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:62786a", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (4), x", "y": "Burk Connector (4), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:6f3b92", "ysrc": "frustratedprogrammer:3:546a2e", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (4), x", "y": "Noah (4), y", "text": "Noah (4), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:bc7dc0", "ysrc": "frustratedprogrammer:3:8c11ad", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:48d58a", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (4), x", "y": "Noah Connector (4), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:e25af1", "ysrc": "frustratedprogrammer:3:a69fb2", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (4), x", "y": "Tobi (4), y", "text": "Tobi (4), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:18c3c5", "ysrc": "frustratedprogrammer:3:3920f5", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:91fe9c", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (4), x", "y": "Tobi Connector (4), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:f94ae0", "ysrc": "frustratedprogrammer:3:b137c1", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (5), x", "y": "Burk (5), y", "text": "Burk (5), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:c75e34", "ysrc": "frustratedprogrammer:3:1495b5", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:0f92bd", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (5), x", "y": "Burk Connector (5), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:086539", "ysrc": "frustratedprogrammer:3:0b4e7e", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (5), x", "y": "Noah (5), y", "text": "Noah (5), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:ef51b2", "ysrc": "frustratedprogrammer:3:69f606", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:fdd633", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (5), x", "y": "Noah Connector (5), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:f36954", "ysrc": "frustratedprogrammer:3:955beb", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (5), x", "y": "Tobi (5), y", "text": "Tobi (5), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:69292c", "ysrc": "frustratedprogrammer:3:88c174", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:ed711e", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (5), x", "y": "Tobi Connector (5), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:1982c2", "ysrc": "frustratedprogrammer:3:a92c56", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (6), x", "y": "Burk (6), y", "text": "Burk (6), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:1d6dda", "ysrc": "frustratedprogrammer:3:44ec8d", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:61a9d2", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (6), x", "y": "Burk Connector (6), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:0ea8cd", "ysrc": "frustratedprogrammer:3:d99b5a", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (6), x", "y": "Noah (6), y", "text": "Noah (6), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:aad31d", "ysrc": "frustratedprogrammer:3:b73e35", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:2b3b05", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (6), x", "y": "Noah Connector (6), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:a11cf7", "ysrc": "frustratedprogrammer:3:1f3149", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (6), x", "y": "Tobi (6), y", "text": "Tobi (6), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:e72ee1", "ysrc": "frustratedprogrammer:3:3349b0", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:e76fc2", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (6), x", "y": "Tobi Connector (6), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:7bb5fb", "ysrc": "frustratedprogrammer:3:95c544", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (7), x", "y": "Burk (7), y", "text": "Burk (7), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:686f85", "ysrc": "frustratedprogrammer:3:622dd4", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:e51749", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (7), x", "y": "Burk Connector (7), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:eff670", "ysrc": "frustratedprogrammer:3:ec745e", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (7), x", "y": "Tobi (7), y", "text": "Tobi (7), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:ecb82c", "ysrc": "frustratedprogrammer:3:0b9f13", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:171c5b", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (7), x", "y": "Tobi Connector (7), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:020704", "ysrc": "frustratedprogrammer:3:856422", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (8), x", "y": "Burk (8), y", "text": "Burk (8), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:3e4f9c", "ysrc": "frustratedprogrammer:3:a948b2", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:43861d", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (8), x", "y": "Burk Connector (8), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:e079ad", "ysrc": "frustratedprogrammer:3:5897d1", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (7), x", "y": "Noah (7), y", "text": "Noah (7), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:5f7149", "ysrc": "frustratedprogrammer:3:c7866c", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:a6b869", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (7), x", "y": "Noah Connector (7), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:407942", "ysrc": "frustratedprogrammer:3:d78f62", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (9), x", "y": "Burk (9), y", "text": "Burk (9), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:725ac5", "ysrc": "frustratedprogrammer:3:c3fdb8", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:54559c", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (9), x", "y": "Burk Connector (9), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:12bdbc", "ysrc": "frustratedprogrammer:3:bddc2d", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (8), x", "y": "Tobi (8), y", "text": "Tobi (8), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:448c7d", "ysrc": "frustratedprogrammer:3:f6bec9", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:81f069", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (8), x", "y": "Tobi Connector (8), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:8cdee4", "ysrc": "frustratedprogrammer:3:bce758", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (8), x", "y": "Noah (8), y", "text": "Noah (8), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:007032", "ysrc": "frustratedprogrammer:3:675988", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:cd3b16", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (8), x", "y": "Noah Connector (8), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:fb9e01", "ysrc": "frustratedprogrammer:3:538d82", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (9), x", "y": "Tobi (9), y", "text": "Tobi (9), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:233852", "ysrc": "frustratedprogrammer:3:f0626d", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:f04c4b", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (9), x", "y": "Tobi Connector (9), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:0918c2", "ysrc": "frustratedprogrammer:3:522cba", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (10), x", "y": "Burk (10), y", "text": "Burk (10), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:d6b6b6", "ysrc": "frustratedprogrammer:3:4c7ceb", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:a27cfc", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (10), x", "y": "Burk Connector (10), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:cc79ca", "ysrc": "frustratedprogrammer:3:6ff7ee", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (9), x", "y": "Noah (9), y", "text": "Noah (9), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:c53ff1", "ysrc": "frustratedprogrammer:3:abed32", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:65a705", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (9), x", "y": "Noah Connector (9), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:314742", "ysrc": "frustratedprogrammer:3:7ac6cc", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (11), x", "y": "Burk (11), y", "text": "Burk (11), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:59dfb2", "ysrc": "frustratedprogrammer:3:187b31", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:c3c456", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (11), x", "y": "Burk Connector (11), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:2eacf6", "ysrc": "frustratedprogrammer:3:bb35c8", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (10), x", "y": "Tobi (10), y", "text": "Tobi (10), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:c8132c", "ysrc": "frustratedprogrammer:3:8195f7", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:d443e0", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (10), x", "y": "Tobi Connector (10), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:bc1120", "ysrc": "frustratedprogrammer:3:1e2b46", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (10), x", "y": "Noah (10), y", "text": "Noah (10), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:18643f", "ysrc": "frustratedprogrammer:3:d919ac", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:7b5d3f", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (10), x", "y": "Noah Connector (10), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:ed3243", "ysrc": "frustratedprogrammer:3:f134da", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (12), x", "y": "Burk (12), y", "text": "Burk (12), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:05a7e5", "ysrc": "frustratedprogrammer:3:41c7e8", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:6c2134", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (12), x", "y": "Burk Connector (12), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:344201", "ysrc": "frustratedprogrammer:3:07ef98", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (11), x", "y": "Tobi (11), y", "text": "Tobi (11), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:022ff6", "ysrc": "frustratedprogrammer:3:88be27", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:d65f57", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (11), x", "y": "Tobi Connector (11), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:56c0dd", "ysrc": "frustratedprogrammer:3:6fb309", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (11), x", "y": "Noah (11), y", "text": "Noah (11), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:d9ff39", "ysrc": "frustratedprogrammer:3:b4fc63", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:525555", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (11), x", "y": "Noah Connector (11), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:4bdf8b", "ysrc": "frustratedprogrammer:3:bfa2c0", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (13), x", "y": "Burk (13), y", "text": "Burk (13), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:3d835a", "ysrc": "frustratedprogrammer:3:0ea320", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:6a5041", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (13), x", "y": "Burk Connector (13), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:d6c16b", "ysrc": "frustratedprogrammer:3:12fe5e", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (12), x", "y": "Noah (12), y", "text": "Noah (12), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:653f4b", "ysrc": "frustratedprogrammer:3:26b0d7", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:478464", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (12), x", "y": "Noah Connector (12), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:d867d6", "ysrc": "frustratedprogrammer:3:484a43", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (14), x", "y": "Burk (14), y", "text": "Burk (14), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:000088", "ysrc": "frustratedprogrammer:3:2e25f4", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:480962", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (14), x", "y": "Burk Connector (14), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:981823", "ysrc": "frustratedprogrammer:3:b8f623", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (13), x", "y": "Noah (13), y", "text": "Noah (13), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:255e92", "ysrc": "frustratedprogrammer:3:d04637", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:8fc28e", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (13), x", "y": "Noah Connector (13), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:898035", "ysrc": "frustratedprogrammer:3:0e6c85", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (12), x", "y": "Tobi (12), y", "text": "Tobi (12), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:ce92a8", "ysrc": "frustratedprogrammer:3:28857d", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:78eea6", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (12), x", "y": "Tobi Connector (12), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:f9204b", "ysrc": "frustratedprogrammer:3:f0eb53", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (15), x", "y": "Burk (15), y", "text": "Burk (15), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:00340d", "ysrc": "frustratedprogrammer:3:cd0c5f", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:5771f5", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (15), x", "y": "Burk Connector (15), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:082377", "ysrc": "frustratedprogrammer:3:6c3342", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (14), x", "y": "Noah (14), y", "text": "Noah (14), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:0024dc", "ysrc": "frustratedprogrammer:3:ca3ce3", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:05162c", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (14), x", "y": "Noah Connector (14), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:61f6f2", "ysrc": "frustratedprogrammer:3:a024d9", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (13), x", "y": "Tobi (13), y", "text": "Tobi (13), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:99610e", "ysrc": "frustratedprogrammer:3:c04da3", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:7e07d5", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (13), x", "y": "Tobi Connector (13), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:b03c75", "ysrc": "frustratedprogrammer:3:6b91ff", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (16), x", "y": "Burk (16), y", "text": "Burk (16), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:625d0a", "ysrc": "frustratedprogrammer:3:b9a43b", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:7aaa48", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (16), x", "y": "Burk Connector (16), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:871eb2", "ysrc": "frustratedprogrammer:3:0ec049", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (15), x", "y": "Noah (15), y", "text": "Noah (15), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:47a8ac", "ysrc": "frustratedprogrammer:3:74b562", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:9b6398", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (15), x", "y": "Noah Connector (15), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:f529bd", "ysrc": "frustratedprogrammer:3:3bf1e9", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (14), x", "y": "Tobi (14), y", "text": "Tobi (14), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:82f7e3", "ysrc": "frustratedprogrammer:3:509ebe", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:8cbefd", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (14), x", "y": "Tobi Connector (14), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:bc0ddd", "ysrc": "frustratedprogrammer:3:8c3c29", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (17), x", "y": "Burk (17), y", "text": "Burk (17), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:f357b7", "ysrc": "frustratedprogrammer:3:5825c9", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:d0d4f4", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (17), x", "y": "Burk Connector (17), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:d471ae", "ysrc": "frustratedprogrammer:3:21714b", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (16), x", "y": "Noah (16), y", "text": "Noah (16), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:a7789b", "ysrc": "frustratedprogrammer:3:67b619", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:3f476c", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (16), x", "y": "Noah Connector (16), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:aab5c3", "ysrc": "frustratedprogrammer:3:f376ea", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (15), x", "y": "Tobi (15), y", "text": "Tobi (15), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:6da4ca", "ysrc": "frustratedprogrammer:3:ffd722", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:89bcbd", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (15), x", "y": "Tobi Connector (15), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:9c963c", "ysrc": "frustratedprogrammer:3:3cd490", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (17), x", "y": "Noah (17), y", "text": "Noah (17), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:348f4a", "ysrc": "frustratedprogrammer:3:fe043d", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:334ec1", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (17), x", "y": "Noah Connector (17), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:1163c1", "ysrc": "frustratedprogrammer:3:51b4be", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Exception Connector (1), x", "y": "Exception Connector (1), y" } }, "mode": "lines", "name": "Exception Connector", "text": [], "xsrc": "frustratedprogrammer:3:0a0011", "ysrc": "frustratedprogrammer:3:097ff9", "marker": { "color": "#000000" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (18), x", "y": "Burk (18), y", "text": "Burk (18), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:1787fb", "ysrc": "frustratedprogrammer:3:4fc525", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:63b6ae", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (18), x", "y": "Burk Connector (18), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:974870", "ysrc": "frustratedprogrammer:3:5e9d37", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (16), x", "y": "Tobi (16), y", "text": "Tobi (16), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:27a004", "ysrc": "frustratedprogrammer:3:84252a", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:88ed69", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (16), x", "y": "Tobi Connector (16), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:64c524", "ysrc": "frustratedprogrammer:3:9dd571", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (18), x", "y": "Noah (18), y", "text": "Noah (18), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:49ee46", "ysrc": "frustratedprogrammer:3:20d866", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:2aa0b2", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (18), x", "y": "Noah Connector (18), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:119263", "ysrc": "frustratedprogrammer:3:75dde1", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (19), x", "y": "Burk (19), y", "text": "Burk (19), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:a67824", "ysrc": "frustratedprogrammer:3:859199", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:04a3db", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (19), x", "y": "Burk Connector (19), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:edd9da", "ysrc": "frustratedprogrammer:3:ab71db", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (17), x", "y": "Tobi (17), y", "text": "Tobi (17), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:52b2ba", "ysrc": "frustratedprogrammer:3:fd755c", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:a0ace5", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (17), x", "y": "Tobi Connector (17), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:36f61f", "ysrc": "frustratedprogrammer:3:493054", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (19), x", "y": "Noah (19), y", "text": "Noah (19), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:05ceef", "ysrc": "frustratedprogrammer:3:7c242d", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:736a9c", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (19), x", "y": "Noah Connector (19), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:b86b0b", "ysrc": "frustratedprogrammer:3:cf8910", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (20), x", "y": "Burk (20), y", "text": "Burk (20), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:3acf1c", "ysrc": "frustratedprogrammer:3:1ac25b", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:3c5ba2", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (20), x", "y": "Burk Connector (20), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:003181", "ysrc": "frustratedprogrammer:3:69146d", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (18), x", "y": "Tobi (18), y", "text": "Tobi (18), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:7f7162", "ysrc": "frustratedprogrammer:3:4f0402", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:65d1f1", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (18), x", "y": "Tobi Connector (18), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:0cb7c7", "ysrc": "frustratedprogrammer:3:782067", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (21), x", "y": "Burk (21), y", "text": "Burk (21), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:66b21b", "ysrc": "frustratedprogrammer:3:f7bae2", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:d057f8", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (21), x", "y": "Burk Connector (21), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:f4c665", "ysrc": "frustratedprogrammer:3:0069b4", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (20), x", "y": "Noah (20), y", "text": "Noah (20), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:0f011a", "ysrc": "frustratedprogrammer:3:fa6787", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:38b5d2", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (20), x", "y": "Noah Connector (20), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:5db326", "ysrc": "frustratedprogrammer:3:44d38d", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (22), x", "y": "Burk (22), y", "text": "Burk (22), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:821975", "ysrc": "frustratedprogrammer:3:0136f0", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:82f07a", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (22), x", "y": "Burk Connector (22), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:6ca8f7", "ysrc": "frustratedprogrammer:3:39b747", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (19), x", "y": "Tobi (19), y", "text": "Tobi (19), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:d39a1f", "ysrc": "frustratedprogrammer:3:911136", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:a1bf3c", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (19), x", "y": "Tobi Connector (19), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:0cdc26", "ysrc": "frustratedprogrammer:3:f9f97e", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (23), x", "y": "Burk (23), y", "text": "Burk (23), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:d71dc1", "ysrc": "frustratedprogrammer:3:047ff5", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:d79e4e", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (23), x", "y": "Burk Connector (23), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:288d3c", "ysrc": "frustratedprogrammer:3:c236c3", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (21), x", "y": "Noah (21), y", "text": "Noah (21), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:b57b10", "ysrc": "frustratedprogrammer:3:166c6a", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:4d100d", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (21), x", "y": "Noah Connector (21), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:2966f5", "ysrc": "frustratedprogrammer:3:6fc1db", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (20), x", "y": "Tobi (20), y", "text": "Tobi (20), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:a68b1d", "ysrc": "frustratedprogrammer:3:358790", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:6fb6c3", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (20), x", "y": "Tobi Connector (20), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:acd4c6", "ysrc": "frustratedprogrammer:3:80ef95", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (24), x", "y": "Burk (24), y", "text": "Burk (24), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:94addb", "ysrc": "frustratedprogrammer:3:b46880", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:30f613", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (24), x", "y": "Burk Connector (24), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:36b6d8", "ysrc": "frustratedprogrammer:3:2e92d2", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (22), x", "y": "Noah (22), y", "text": "Noah (22), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:5390e2", "ysrc": "frustratedprogrammer:3:7369e1", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:ce47cc", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (22), x", "y": "Noah Connector (22), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:3a5575", "ysrc": "frustratedprogrammer:3:a559b8", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (21), x", "y": "Tobi (21), y", "text": "Tobi (21), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:ed6916", "ysrc": "frustratedprogrammer:3:a67f3b", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:628266", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (21), x", "y": "Tobi Connector (21), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:047b39", "ysrc": "frustratedprogrammer:3:416ad6", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (25), x", "y": "Burk (25), y", "text": "Burk (25), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:028cc6", "ysrc": "frustratedprogrammer:3:54cb0b", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:3a47cf", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (25), x", "y": "Burk Connector (25), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:2b5b6b", "ysrc": "frustratedprogrammer:3:27523f", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (23), x", "y": "Noah (23), y", "text": "Noah (23), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:f03b70", "ysrc": "frustratedprogrammer:3:51eecf", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:e3cbf3", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (23), x", "y": "Noah Connector (23), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:2930a6", "ysrc": "frustratedprogrammer:3:7635da", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Exception Connector (2), x", "y": "Exception Connector (2), y" } }, "mode": "lines", "name": "Exception Connector", "text": [], "xsrc": "frustratedprogrammer:3:5757e3", "ysrc": "frustratedprogrammer:3:e9d68f", "marker": { "color": "#000000" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (24), x", "y": "Noah (24), y", "text": "Noah (24), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:03f6a3", "ysrc": "frustratedprogrammer:3:c74c29", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:c85764", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (24), x", "y": "Noah Connector (24), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:a461ab", "ysrc": "frustratedprogrammer:3:c38a9b", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk (26), x", "y": "Burk (26), y", "text": "Burk (26), text" } }, "mode": "lines", "name": "Burk", "xsrc": "frustratedprogrammer:3:d5b2e7", "ysrc": "frustratedprogrammer:3:83c269", "marker": { "color": "#A80505" }, "textsrc": "frustratedprogrammer:3:0c07e1", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Burk Connector (26), x", "y": "Burk Connector (26), y" } }, "mode": "lines", "name": "Burk Connector", "text": [], "xsrc": "frustratedprogrammer:3:69eff8", "ysrc": "frustratedprogrammer:3:9f4708", "marker": { "color": "#A80505" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi (22), x", "y": "Tobi (22), y", "text": "Tobi (22), text" } }, "mode": "lines", "name": "Tobi", "xsrc": "frustratedprogrammer:3:5b5245", "ysrc": "frustratedprogrammer:3:f3f134", "marker": { "color": "#7D007C" }, "textsrc": "frustratedprogrammer:3:bd4793", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Tobi Connector (22), x", "y": "Tobi Connector (22), y" } }, "mode": "lines", "name": "Tobi Connector", "text": [], "xsrc": "frustratedprogrammer:3:f31ee2", "ysrc": "frustratedprogrammer:3:00fffe", "marker": { "color": "#7D007C" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah (25), x", "y": "Noah (25), y", "text": "Noah (25), text" } }, "mode": "lines", "name": "Noah", "xsrc": "frustratedprogrammer:3:32af2e", "ysrc": "frustratedprogrammer:3:c97acf", "marker": { "color": "#4460CE" }, "textsrc": "frustratedprogrammer:3:c47216", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Noah Connector (25), x", "y": "Noah Connector (25), y" } }, "mode": "lines", "name": "Noah Connector", "text": [], "xsrc": "frustratedprogrammer:3:ffcc79", "ysrc": "frustratedprogrammer:3:efc592", "marker": { "color": "#4460CE" }, "hoverinfo": "none", "showlegend": false, "hovertemplate": "" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Held, x", "y": "Held, y", "text": "Held, text" } }, "mode": "lines", "name": "Held", "xsrc": "frustratedprogrammer:3:840304", "ysrc": "frustratedprogrammer:3:500d2c", "marker": { "color": "#C65075" }, "textsrc": "frustratedprogrammer:3:996496", "showlegend": true, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Exception, x", "y": "Exception, y", "text": "Exception, text" } }, "mode": "lines", "name": "Exception", "xsrc": "frustratedprogrammer:3:651059", "ysrc": "frustratedprogrammer:3:43f8cb", "marker": { "color": "#000000" }, "textsrc": "frustratedprogrammer:3:ee5e1e", "showlegend": true, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Exception (1), x", "y": "Exception (1), y", "text": "Exception (1), text" } }, "mode": "lines", "name": "Exception", "xsrc": "frustratedprogrammer:3:579fa4", "ysrc": "frustratedprogrammer:3:2c6916", "marker": { "color": "#000000" }, "textsrc": "frustratedprogrammer:3:b4cee9", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" }, { "fill": "tozeroy", "meta": { "columnNames": { "x": "Exception (2), x", "y": "Exception (2), y", "text": "Exception (2), text" } }, "mode": "lines", "name": "Exception", "xsrc": "frustratedprogrammer:3:1be05d", "ysrc": "frustratedprogrammer:3:b3e9c9", "marker": { "color": "#000000" }, "textsrc": "frustratedprogrammer:3:193a19", "showlegend": false, "hovertemplate": "<i>Page</i>: %{x}<br><i>Size</i>: %{text}" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1, 3777 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 2420482.1052631577 ], "autorange": true }, "annotations": [ { "x": 0.05, "y": 0.95, "font": { "size": 15, "color": "rgb(255, 173, 0)", "family": "Overpass" }, "text": "Average File Size: <i><b>167.62KB</b></i>", "xref": "paper", "yref": "paper", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~frustratedprogrammer", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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": "2024-03-30 22:19:12", "mapbox_access_tokens": null, "has_password": null, "username": "frustratedprogrammer", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T22:33:48.475530Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~214400003/328.embed", "fid": "214400003:328", "filename": "Plot 328", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/214400003/328/9_X8EDAC3H1RCDNSGNYFH072Q8P8UOEG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/214400003/328/2_G9UOS0Z3JYGAKJDO2NUI4Q6TJEGRDY.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/214400003/328/8_0ESLLAG699O8KNT2BIPRUZOUDN904C.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/214400003/328/9_X8EDAC3H1RCDNSGNYFH072Q8P8UOEG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/214400003:328", "plots": "https://api.plotly.com/v2/plots/214400003:328", "parent": "https://api.plotly.com/v2/folders/home?user=214400003" }, "owner": "214400003", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~214400003/328/", "world_readable": true, "date_modified": "2024-04-04T22:13:01.473Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~214400003/328/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(255, 0, 0)" }, "meta": { "columnNames": { "x": "Timestamp", "y": "F1" } }, "mode": "lines", "name": "<b>Dust and marine source</b>", "type": "scatter", "xsrc": "214400003:329:766afe", "ysrc": "214400003:329:85f5b1" }, { "line": { "color": "rgb(0, 255, 0)" }, "meta": { "columnNames": { "x": "Timestamp", "y": "F3" } }, "mode": "lines", "name": "<b>Traffic and combustion sources</b>", "type": "scatter", "xsrc": "214400003:329:766afe", "ysrc": "214400003:329:f4f624", "xaxis": "x2", "yaxis": "y2", "stackgroup": null }, { "line": { "color": "rgb(0, 0, 255)" }, "meta": { "columnNames": { "x": "Timestamp", "y": "F2" } }, "mode": "lines", "name": "<b>Heavy-Duty Diesel Vehicles (HDDVs)</b>", "type": "scatter", "xsrc": "214400003:329:766afe", "ysrc": "214400003:329:efd412", "xaxis": "x3", "yaxis": "y3", "stackgroup": null } ], "frames": [], "layout": { "xaxis": { "side": "top", "type": "category", "dtick": 1000, "range": [ 0, 9147 ], "tick0": 400, "ticks": "outside", "title": { "text": "Click to enter X axis title" }, "domain": [ 0, 1 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "tickmode": "linear", "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)", "showticklabels": false }, "yaxis": { "type": "linear", "range": [ -1.4016666666666668, 27.23166666666667 ], "ticks": "outside", "domain": [ 0.67, 1 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)" }, "legend": { "x": 0.04371584699453552, "y": 1.1077241175601829, "font": { "size": 16, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "orientation": "h" }, "xaxis2": { "side": "top", "type": "category", "range": [ 0, 9147 ], "ticks": "", "anchor": "y2", "domain": [ 0, 1 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)", "overlaying": false, "showticklabels": false }, "xaxis3": { "side": "bottom", "type": "category", "dtick": 1000, "range": [ 0, 9147 ], "tick0": 400, "ticks": "outside", "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "text": "<b>Timestamp</b>" }, "anchor": "y3", "domain": [ 0, 1 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "tickmode": "linear", "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)", "overlaying": false }, "yaxis2": { "side": "left", "type": "linear", "range": [ -0.6722222222222222, 12.772222222222222 ], "ticks": "outside", "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "text": "<b>Factor Intensity (a.u.)</b>" }, "anchor": "x2", "domain": [ 0.33, 0.67 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)", "overlaying": false }, "yaxis3": { "side": "left", "type": "linear", "range": [ -0.523888888888889, 9.953888888888889 ], "ticks": "outside", "anchor": "x3", "domain": [ 0, 0.33 ], "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)", "overlaying": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~214400003", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.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": "2022-04-14 10:14:27", "mapbox_access_tokens": null, "has_password": null, "username": "214400003", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T22:33:42.418174Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pschroe089/18.embed", "fid": "pschroe089:18", "filename": "SelektivKabel1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pschroe089/18/9_QYFGL8G3MH6846K9T1YJ4LI3COF9MO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pschroe089/18/2_RG49EKTGXUZQS56BVKFHYNKXWIY4Y7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pschroe089/18/8_MB7MIYLXHA739UGTR58BZZ1V9ZWQEJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pschroe089/18/9_QYFGL8G3MH6846K9T1YJ4LI3COF9MO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pschroe089:18", "plots": "https://api.plotly.com/v2/plots/pschroe089:18", "parent": "https://api.plotly.com/v2/folders/home?user=pschroe089" }, "owner": "pschroe089", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~pschroe089/18/", "world_readable": true, "date_modified": "2024-03-31T10:35:21.423Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pschroe089/18/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "10 Byte", "type": "scatter", "xsrc": "pschroe089:16:99338a", "ysrc": "pschroe089:16:31b73f" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "30 Byte", "type": "scatter", "xsrc": "pschroe089:16:99338a", "ysrc": "pschroe089:16:7d607e" }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "50 Byte", "type": "scatter", "xsrc": "pschroe089:16:99338a", "ysrc": "pschroe089:16:5d7623" } ], "frames": [], "layout": { "font": { "size": 24, "family": "Arial" }, "xaxis": { "type": "linear", "range": [ 7, 12 ], "title": { "font": { "size": 25 }, "text": "Spreizfaktor" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 103.5 ], "title": { "font": { "size": 25 }, "text": "Erfolgsrate Jamming-Angriff" }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pschroe089", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/38.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-29 16:16:05", "mapbox_access_tokens": null, "has_password": null, "username": "pschroe089", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T22:27:40.760551Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~214400003/326.embed", "fid": "214400003:326", "filename": "Plot 326", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/214400003/326/9_RKKDIH8452BUC503V81MDS5XZ1RHLB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/214400003/326/2_NHCN5M2KRI6R7CEB61OSK7S14UBV0V.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/214400003/326/8_P5N7SB8LPXC75GC1JQ65GGNJTY596B.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/214400003/326/9_RKKDIH8452BUC503V81MDS5XZ1RHLB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/214400003:326", "plots": "https://api.plotly.com/v2/plots/214400003:326", "parent": "https://api.plotly.com/v2/folders/home?user=214400003" }, "owner": "214400003", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~214400003/326/", "world_readable": true, "date_modified": "2024-03-30T22:27:40.772Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~214400003/326/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "name": "<b>Dust and marine source</b>", "type": "bar", "xsrc": "214400003:325:86a566", "ysrc": "214400003:325:80fd68", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 1 }, "color": "rgb(255, 0, 0)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "name": "<b>Traffic and combustion sources</b>", "type": "bar", "xsrc": "214400003:325:86a566", "ysrc": "214400003:325:bad177", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 1 }, "color": "rgb(0, 255, 0)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "D" } }, "name": "<b>Heavy-Duty Diesel Vehicles (HDDVs)</b>", "type": "bar", "xsrc": "214400003:325:86a566", "ysrc": "214400003:325:c8ee28", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 1 }, "color": "rgb(0, 0, 255)" }, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.5, 14.5 ], "ticks": "outside", "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "text": "<b>Species</b>" }, "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "range": [ 0, 182.99894736842106 ], "ticks": "outside", "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "text": "<b>Explained Variance (a.u.)</b>" }, "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 14, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "zeroline": false, "autorange": true, "linecolor": "rgb(0, 0, 0)", "tickcolor": "rgb(0, 0, 0)" }, "legend": { "x": 0.046994535519125684, "y": 1.1466216216216216, "font": { "size": 16, "color": "rgb(0, 0, 0)", "family": "Overpass" }, "orientation": "h" }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~214400003", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/11.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": "2022-04-14 10:14:27", "mapbox_access_tokens": null, "has_password": null, "username": "214400003", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T22:26:51.388600Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~xenenex1/144.embed", "fid": "xenenex1:144", "filename": "Sweden-YearlyAverage", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/xenenex1/144/9_ZCC3R473500ZMZ5GYHY3CXHNFSONX9.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/xenenex1/144/2_DFSL7U0S0O0IEB15HXBADAOAAO3GR0.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/xenenex1/144/8_5UTM6LFRQBFFU49Z71KG1HOVO4RJTK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/xenenex1/144/9_ZCC3R473500ZMZ5GYHY3CXHNFSONX9.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/xenenex1:144", "plots": "https://api.plotly.com/v2/plots/xenenex1:144", "parent": "https://api.plotly.com/v2/folders/home?user=xenenex1" }, "owner": "xenenex1", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~xenenex1/144/", "world_readable": true, "date_modified": "2024-03-30T22:26:51.400Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~xenenex1/144/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(237, 27, 52)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "S/SAP (S&D)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:2e9e5a", "connectgaps": true }, { "line": { "color": "rgb(176, 0, 0)" }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "V (LEFT)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:defa89", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(0, 197, 84)" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "MP (G/EFA)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:315925", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(1, 156, 219)" }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "M (EPP)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:7bc76d", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(0, 105, 180)" }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "name": "L (RE)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:7c351e", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(57, 148, 74)" }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "lines", "name": "C (RE)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:7aa1cf", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(45, 51, 142)" }, "meta": { "columnNames": { "x": "A", "y": "H" } }, "mode": "lines", "name": "KD (EPP)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:77385c", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(250, 250, 4)" }, "meta": { "columnNames": { "x": "A", "y": "I" } }, "mode": "lines", "name": "NyD (*)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:da5560", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(254, 223, 9)" }, "meta": { "columnNames": { "x": "A", "y": "J" } }, "mode": "lines", "name": "SD (ECR)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:f5c727", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(239, 245, 165)" }, "meta": { "columnNames": { "x": "A", "y": "K" } }, "mode": "lines", "name": "SPI (*)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:3159ba", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(248, 5, 14)" }, "meta": { "columnNames": { "x": "A", "y": "L" } }, "mode": "lines", "name": "NorrBP (*)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:dbe07e", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(255, 153, 0)" }, "meta": { "columnNames": { "x": "A", "y": "M" } }, "mode": "lines", "name": "JL (*)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:51fb02", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(246, 31, 180)" }, "meta": { "columnNames": { "x": "A", "y": "N" } }, "mode": "lines", "name": "Fi (~S&D)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:66e80a", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(135, 43, 231)" }, "meta": { "columnNames": { "x": "A", "y": "O" } }, "mode": "lines", "name": "PP (G/EFA)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:0bad86", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(0, 124, 124)" }, "meta": { "columnNames": { "x": "A", "y": "P" } }, "mode": "lines", "name": "MED (*)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:1a7319", "stackgroup": null, "connectgaps": true }, { "line": { "color": "rgb(0, 0, 149)" }, "meta": { "columnNames": { "x": "A", "y": "Q" } }, "mode": "lines", "name": "AfS (~NI|ID)", "type": "scatter", "xsrc": "xenenex1:143:59ad49", "ysrc": "xenenex1:143:13a66c", "stackgroup": null, "connectgaps": true } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 1967, 2024 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -2.743333333333333, 55.12333333333333 ], "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" }, "hovermode": "x" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~xenenex1", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2020-05-19 14:41:35", "mapbox_access_tokens": null, "has_password": null, "username": "xenenex1", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-30T22:21:53.645924Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~RajasJoshi/1.embed", "fid": "RajasJoshi:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/RajasJoshi/1/9_X0YG6YJSBHHKYRV7BYDRYUCOEYZWCY.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/RajasJoshi/1/2_P46WD4F27VK6WAWRTGZ7792DAMGXX7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/RajasJoshi/1/8_STGLO2K6B5EOPAP8MB91K6HWXFDPUK.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/RajasJoshi/1/9_X0YG6YJSBHHKYRV7BYDRYUCOEYZWCY.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/RajasJoshi:1", "plots": "https://api.plotly.com/v2/plots/RajasJoshi:1", "parent": "https://api.plotly.com/v2/folders/home?user=RajasJoshi" }, "owner": "RajasJoshi", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~RajasJoshi/1/", "world_readable": true, "date_modified": "2024-03-30T22:21:53.656Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~RajasJoshi/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "type": "scatter", "xsrc": "RajasJoshi:0:36b3b5", "ysrc": "RajasJoshi:0:9b17e0" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -2.9851778656126484, 6 ], "autorange": false }, "yaxis": { "type": "linear", "range": [ 1.8333333333333333, 5.166666666666667 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "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": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "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": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~RajasJoshi", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/71.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-30 22:21:27", "mapbox_access_tokens": null, "has_password": null, "username": "RajasJoshi", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "