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=cj0xJnA9MjAyNC0wNC0wNysxNyUzQTMxJTNBMjQuMTY3ODc5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTA3KzE4JTNBMDUlM0ExMy41ODYwNTAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0wNysxOSUzQTM0JTNBMzIuMTYzNTQyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-07T19:34:32.163542Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Mitchgreer/4.embed", "fid": "Mitchgreer:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Mitchgreer/4/9_OOW2EN7HN8WM8C8TY60ISEI7RILBXU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Mitchgreer/4/2_9MEZ0LINY687JTYGFTSZVRHDLPA46Z.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Mitchgreer/4/8_H62YIO30S3MGEEOV6JB2X2LV2APFX2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Mitchgreer/4/9_OOW2EN7HN8WM8C8TY60ISEI7RILBXU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Mitchgreer:4", "plots": "https://api.plotly.com/v2/plots/Mitchgreer:4", "parent": "https://api.plotly.com/v2/folders/home?user=Mitchgreer" }, "owner": "Mitchgreer", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Mitchgreer/4/", "world_readable": true, "date_modified": "2024-04-07T19:34:32.174Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Mitchgreer/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:42b8a5", "ysrc": "Mitchgreer:3:356b6f", "frame": "2019", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:d1c5e5" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:7cd049", "ysrc": "Mitchgreer:3:940e17", "frame": "2019", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:f8af70" } ], "frames": [ { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:3f6354", "ysrc": "Mitchgreer:3:aed8ff", "frame": "2019", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:0c5494" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:e11e37", "ysrc": "Mitchgreer:3:ccdb16", "frame": "2019", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:6356c5" } ], "name": "2019", "traces": [ 0, 1 ] }, { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:15facf", "ysrc": "Mitchgreer:3:a0aacc", "frame": "2020", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:f520c7" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:b95227", "ysrc": "Mitchgreer:3:bb83ce", "frame": "2020", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:b47002" } ], "name": "2020", "traces": [ 0, 1 ] }, { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:c12897", "ysrc": "Mitchgreer:3:a31535", "frame": "2021", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:1fe23a" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:771117", "ysrc": "Mitchgreer:3:81d581", "frame": "2021", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:3bb56d" } ], "name": "2021", "traces": [ 0, 1 ] }, { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:d8d22c", "ysrc": "Mitchgreer:3:6e0069", "frame": "2022", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:bac065" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:4693f0", "ysrc": "Mitchgreer:3:072ce0", "frame": "2022", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:dcf70d" } ], "name": "2022", "traces": [ 0, 1 ] }, { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:63c229", "ysrc": "Mitchgreer:3:3ad019", "frame": "2023", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:9847d6" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:da5ec1", "ysrc": "Mitchgreer:3:79b188", "frame": "2023", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:c48aa4" } ], "name": "2023", "traces": [ 0, 1 ] }, { "data": [ { "mode": "markers", "name": "Weekly Return", "type": "scatter", "xsrc": "Mitchgreer:3:05b22d", "ysrc": "Mitchgreer:3:76375c", "frame": "2024", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:12cb40" }, { "mode": "lines", "name": "Linear Fit", "type": "scatter", "xsrc": "Mitchgreer:3:37bcf3", "ysrc": "Mitchgreer:3:2bc8f2", "frame": "2024", "xaxis": "x", "yaxis": "y", "visible": true, "hoverinfosrc": "Mitchgreer:3:9c6e18" } ], "name": "2024", "traces": [ 0, 1 ] } ], "layout": { "title": { "text": "Static Fit by Year <br />" }, "xaxis": { "range": [ -0.3231752770346038, 0.36459567938310067 ], "title": "GOOS.TO", "domain": [ 0, 1 ], "automargin": true }, "yaxis": { "range": [ -0.15877612344002373, 0.13423417083298156 ], "title": "SPY", "domain": [ 0, 1 ], "automargin": true }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "sliders": [ { "pad": { "t": 40 }, "steps": [ { "args": [ [ "2019" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 } } ], "label": "2019", "value": "2019", "method": "animate" }, { "args": [ [ "2020" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 } } ], "label": "2020", "value": "2020", "method": "animate" }, { "args": [ [ "2021" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 } } ], "label": "2021", "value": "2021", "method": "animate" }, { "args": [ [ "2022" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 } } ], "label": "2022", "value": "2022", "method": "animate" }, { "args": [ [ "2023" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 } } ], "label": "2023", "value": "2023", "method": "animate" }, { "args": [ [ "2024" ], { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 } } ], "label": "2024", "value": "2024", "method": "animate" } ], "visible": true, "currentvalue": { "font": { "size": 16, "color": "rgba(204,204,204,1)" }, "prefix": "year: ", "xanchor": "right" } } ], "hovermode": "closest", "showlegend": true, "updatemenus": [ { "x": 0, "y": 0, "pad": { "r": 5, "t": 60 }, "type": "buttons", "buttons": [ { "args": [ null, { "mode": "immediate", "frame": { "redraw": true, "duration": 3000 }, "transition": { "easing": "elastic", "duration": 3000 }, "fromcurrent": true } ], "label": "Play", "method": "animate" } ], "xanchor": "right", "yanchor": "top", "direction": "right", "showactive": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Mitchgreer", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/59.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-25 23:00:32", "mapbox_access_tokens": null, "has_password": null, "username": "Mitchgreer", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T19:32:49.877126Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tylutz14/3.embed", "fid": "tylutz14:3", "filename": "Plot 3", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tylutz14/3/9_1OZI9QS2N2D5H7Z3BDT00ZTD9ZHFXD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tylutz14/3/2_KUMBVQNWZZO7EK634Y5HO47MIWDLSC.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tylutz14/3/8_Z0ECM2ED0SG2QXMQUECPDF1OA39RL5.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tylutz14/3/9_1OZI9QS2N2D5H7Z3BDT00ZTD9ZHFXD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tylutz14:3", "plots": "https://api.plotly.com/v2/plots/tylutz14:3", "parent": "https://api.plotly.com/v2/folders/home?user=tylutz14" }, "owner": "tylutz14", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~tylutz14/3/", "world_readable": true, "date_modified": "2024-04-07T19:38:25.839Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tylutz14/3/", "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": "tylutz14:2:fd36da", "ysrc": "tylutz14:2:33134d" }, { "meta": { "columnNames": { "x": "", "y": "" } }, "mode": "lines", "type": "scatter", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 16, "color": "rgb(232, 14, 31)" }, "title": { "font": { "size": 26, "color": "rgb(243, 14, 14)" }, "text": "NBA Total Points Per Season" }, "xaxis": { "type": "linear", "range": [ 2000, 2024 ], "title": { "text": "Year" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 185508.83333333334, 287212.1666666667 ], "title": { "text": "Total Points Per Season" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" }, "plot_bgcolor": "rgb(238, 238, 244)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tylutz14", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/86.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-23 00:01:02", "mapbox_access_tokens": null, "has_password": null, "username": "tylutz14", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T19:27:34.365409Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sagmorg/4.embed", "fid": "sagmorg:4", "filename": "Plot 4", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sagmorg/4/9_NUFV7D4I9I63JGJRFAHLVJ017HANVU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sagmorg/4/2_GSZFNHIRR91SY1M4E1P9PLFP5DK1GU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sagmorg/4/8_V7DRIM2EQFDIJQPS27CJCFN4A4YVIW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sagmorg/4/9_NUFV7D4I9I63JGJRFAHLVJ017HANVU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sagmorg:4", "plots": "https://api.plotly.com/v2/plots/sagmorg:4", "parent": "https://api.plotly.com/v2/folders/home?user=sagmorg" }, "owner": "sagmorg", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sagmorg/4/", "world_readable": true, "date_modified": "2024-04-07T19:27:34.376Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sagmorg/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "markers+lines", "name": "Organism A", "type": "scatter", "xsrc": "sagmorg:2:e1632a", "ysrc": "sagmorg:2:eb90f1" }, { "line": { "color": "rgb(239, 59, 236)" }, "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "markers+lines", "name": "Organism B", "type": "scatter", "xsrc": "sagmorg:3:2ef737", "ysrc": "sagmorg:3:704303", "marker": { "size": 8, "symbol": "circle-open" }, "stackgroup": null } ], "frames": [], "layout": { "title": { "font": { "size": 15 }, "text": "<b>Two organisms D-Value vs temperature in °F</b>" }, "xaxis": { "type": "log", "range": [ 1.98276262302998, 2.296507685865595 ], "title": { "text": "<b>Temperature (°F)</b>" }, "autorange": true }, "yaxis": { "type": "log", "range": [ -1.6024851214442295, 3.146553165794505 ], "title": { "text": "<b>D-Value (mins.)</b>" }, "autorange": true }, "legend": { "title": { "text": "<i>Legend:</i>" }, "borderwidth": 1 }, "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": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "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": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_GRAY" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~sagmorg", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/32.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": "2024-04-07 01:55:07", "mapbox_access_tokens": null, "has_password": null, "username": "sagmorg", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T19:20:57.073159Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~veselinavolik/5.embed", "fid": "veselinavolik:5", "filename": "Plot 5", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/veselinavolik/5/9_RLJTOXB18G6E6XT4O2DCV5Q4WPSTBW.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/veselinavolik/5/2_IQ4WXKLQVUIZO7N8SMNPG7AWFNSQKK.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/veselinavolik/5/8_A81G42B1D3A3UVN3ICGYX7ANPPHWKO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/veselinavolik/5/9_RLJTOXB18G6E6XT4O2DCV5Q4WPSTBW.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/veselinavolik:5", "plots": "https://api.plotly.com/v2/plots/veselinavolik:5", "parent": "https://api.plotly.com/v2/folders/home?user=veselinavolik" }, "owner": "veselinavolik", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~veselinavolik/5/", "world_readable": true, "date_modified": "2024-04-07T19:20:57.087Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~veselinavolik/5/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "y": "A" } }, "mode": "markers", "name": "High Appeal WSCT", "type": "box", "ysrc": "veselinavolik:4:aadf5a", "boxpoints": false }, { "meta": { "columnNames": { "y": "B" } }, "name": "Low Appeal WSCT ", "type": "box", "ysrc": "veselinavolik:4:fc4c8c", "boxpoints": false } ], "frames": [], "layout": { "title": { "text": "High vs Low visual appeal WSCT food-related words generated results" }, "xaxis": { "type": "category", "range": [ -0.5, 1.5 ], "title": { "text": "Category of advertisement (low visual appeal and high visual appeal)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.2222222222222222, 4.222222222222222 ], "title": { "text": "Number of food-related words generated on the WSCT" }, "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/~veselinavolik", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.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": "2023-01-05 04:52:26", "mapbox_access_tokens": null, "has_password": null, "username": "veselinavolik", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T19:01:42.802519Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~szorathgera/3.embed", "fid": "szorathgera:3", "filename": "network_plot_circle", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/szorathgera:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/szorathgera:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/szorathgera:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/szorathgera:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/szorathgera:3", "plots": "https://api.plotly.com/v2/plots/szorathgera:3", "parent": "https://api.plotly.com/v2/folders/home?user=szorathgera" }, "owner": "szorathgera", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~szorathgera/3/", "world_readable": true, "date_modified": "2024-04-07T19:01:42.811Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~szorathgera/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "#ff1a75", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8ee0b5", "ysrc": "szorathgera:2:f2c7db", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9940829767206449 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fdc185", "ysrc": "szorathgera:2:19ce4b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:437947", "ysrc": "szorathgera:2:a8def1", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8971244253902011 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7af6a8", "ysrc": "szorathgera:2:47feb9", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7862184426205541 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f13fe4", "ysrc": "szorathgera:2:6aa997", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5040382069129318 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:899cce", "ysrc": "szorathgera:2:e47741", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8066138102796494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:010e32", "ysrc": "szorathgera:2:5c9e33", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:08b2b7", "ysrc": "szorathgera:2:a1856a", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bff6c2", "ysrc": "szorathgera:2:ff83ad", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6828070955109343 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4f180f", "ysrc": "szorathgera:2:d82326", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:440db7", "ysrc": "szorathgera:2:fd5a5b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6971843766816919 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:26f0e7", "ysrc": "szorathgera:2:ce5e72", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ad0a1c", "ysrc": "szorathgera:2:f8020f", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5064055898135057 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a75aed", "ysrc": "szorathgera:2:f115e7", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7200584752537791 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2a58b9", "ysrc": "szorathgera:2:17d4cd", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9893466682679117 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:463720", "ysrc": "szorathgera:2:eca342", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:83d8c9", "ysrc": "szorathgera:2:2babd8", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8134100259436499 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:45c4de", "ysrc": "szorathgera:2:d92f2e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2f42fc", "ysrc": "szorathgera:2:dbc170", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7713477859049696 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4a59ac", "ysrc": "szorathgera:2:0c3693", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ba1742", "ysrc": "szorathgera:2:e662b5", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 1.7399431154097924 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:217eaa", "ysrc": "szorathgera:2:2eedf9", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:69e015", "ysrc": "szorathgera:2:bdc59f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a49350", "ysrc": "szorathgera:2:4b25c5", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.700823007883457 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:365030", "ysrc": "szorathgera:2:158693", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3577397000409437 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:75e592", "ysrc": "szorathgera:2:710308", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.397778138359885 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:09cb8b", "ysrc": "szorathgera:2:e42d09", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b97f2c", "ysrc": "szorathgera:2:f02407", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b2f23c", "ysrc": "szorathgera:2:b5cd2a", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7700051331007738 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:118af8", "ysrc": "szorathgera:2:d18d10", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7272190875555283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:09d09d", "ysrc": "szorathgera:2:bbcf5a", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:277a4d", "ysrc": "szorathgera:2:5dfa17", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6756066017366988 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6dff6f", "ysrc": "szorathgera:2:0dacc7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9cb4d3", "ysrc": "szorathgera:2:d6fa49", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3cdbda", "ysrc": "szorathgera:2:693c86", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7749985432580702 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1b9904", "ysrc": "szorathgera:2:5ffec0", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d67c4b", "ysrc": "szorathgera:2:ff71db", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5039163994746176 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:38889c", "ysrc": "szorathgera:2:508604", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8500246173095685 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6e6ded", "ysrc": "szorathgera:2:cfc66f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e2f959", "ysrc": "szorathgera:2:4122ec", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f70c45", "ysrc": "szorathgera:2:c21288", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:98c1ae", "ysrc": "szorathgera:2:57d553", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f30b5b", "ysrc": "szorathgera:2:7d16eb", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b8c1ec", "ysrc": "szorathgera:2:b53689", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:355f45", "ysrc": "szorathgera:2:ac535d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.4064887680981006 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:97e599", "ysrc": "szorathgera:2:173c8a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e94962", "ysrc": "szorathgera:2:ec9d17", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3c27fd", "ysrc": "szorathgera:2:ef9a0f", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b4d4d5", "ysrc": "szorathgera:2:373730", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8deb08", "ysrc": "szorathgera:2:2627ba", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8085008867480228 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:53580a", "ysrc": "szorathgera:2:d625d6", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:44315b", "ysrc": "szorathgera:2:b0c15c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7873089566743485 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c35531", "ysrc": "szorathgera:2:9656fd", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4b490f", "ysrc": "szorathgera:2:6adf07", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.50137373744043 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d83e44", "ysrc": "szorathgera:2:7b73b5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.782411699618144 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:723ba9", "ysrc": "szorathgera:2:d159dc", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.409148233258489 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fc9d86", "ysrc": "szorathgera:2:77e227", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fc4de2", "ysrc": "szorathgera:2:54a92f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7772322986178344 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:53e5de", "ysrc": "szorathgera:2:005d92", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6887138009004933 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0a906f", "ysrc": "szorathgera:2:d3d040", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7597154485084494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3987ce", "ysrc": "szorathgera:2:f630f6", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5040369909891621 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c5456b", "ysrc": "szorathgera:2:28b817", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8385908601164523 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3300c9", "ysrc": "szorathgera:2:578ffd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4ebc9b", "ysrc": "szorathgera:2:d0b922", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7868783045985379 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:341cba", "ysrc": "szorathgera:2:3433ff", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9e4f6f", "ysrc": "szorathgera:2:01f3c1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:161466", "ysrc": "szorathgera:2:934949", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:de822a", "ysrc": "szorathgera:2:18dbfb", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9007422452708471 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cb5573", "ysrc": "szorathgera:2:494887", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6948452371260944 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:59fe8f", "ysrc": "szorathgera:2:076b33", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:592fa1", "ysrc": "szorathgera:2:4b24c6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:376148", "ysrc": "szorathgera:2:2f9d4f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9787689296802343 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d90455", "ysrc": "szorathgera:2:67959d", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bf246e", "ysrc": "szorathgera:2:1fd48b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6943197471320446 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9544cc", "ysrc": "szorathgera:2:6b0480", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:62d5de", "ysrc": "szorathgera:2:186453", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8d8c0c", "ysrc": "szorathgera:2:735202", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7675587895994835 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d5b324", "ysrc": "szorathgera:2:e7163d", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:928e29", "ysrc": "szorathgera:2:f23936", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7700051331007738 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1912b1", "ysrc": "szorathgera:2:d6c0df", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:860c55", "ysrc": "szorathgera:2:9ad93b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7615577674018725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:526e37", "ysrc": "szorathgera:2:3012d0", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.567441414538769 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3ddd28", "ysrc": "szorathgera:2:62c827", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6797014483640036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e5ab36", "ysrc": "szorathgera:2:c753fc", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7311466908991665 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fd37d1", "ysrc": "szorathgera:2:d954fb", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5015930338416648 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a67eef", "ysrc": "szorathgera:2:71038c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:94d49e", "ysrc": "szorathgera:2:913dfe", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5064055898135057 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d28908", "ysrc": "szorathgera:2:6cc80f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.380165238544286 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:70f6d9", "ysrc": "szorathgera:2:86904d", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7314677526754916 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a492b5", "ysrc": "szorathgera:2:5639b7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.1592264799750116 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4af45d", "ysrc": "szorathgera:2:3d9ebe", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6191799056279745 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:abaa34", "ysrc": "szorathgera:2:8b6107", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6877644208556786 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8a391b", "ysrc": "szorathgera:2:d6cf13", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bd6cad", "ysrc": "szorathgera:2:a45425", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:807d4e", "ysrc": "szorathgera:2:fbaf08", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.506462791996017 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a34971", "ysrc": "szorathgera:2:b80501", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:56b713", "ysrc": "szorathgera:2:86fafd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e65baa", "ysrc": "szorathgera:2:16837c", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6152249067773625 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:12b47d", "ysrc": "szorathgera:2:04e951", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0ab2b8", "ysrc": "szorathgera:2:1786af", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5035886128954031 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f0d367", "ysrc": "szorathgera:2:cdf981", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:401583", "ysrc": "szorathgera:2:715882", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 1.4133174869760663 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:97f373", "ysrc": "szorathgera:2:54a7f8", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.031605648081161 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d6f308", "ysrc": "szorathgera:2:750ae0", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f891c3", "ysrc": "szorathgera:2:a9bc77", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:383390", "ysrc": "szorathgera:2:44ca25", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9502903861702297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:24313f", "ysrc": "szorathgera:2:98f19c", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:22e23d", "ysrc": "szorathgera:2:5ef8cf", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7387934245610761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0be0a6", "ysrc": "szorathgera:2:1906fc", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:870379", "ysrc": "szorathgera:2:37be1f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:154c2f", "ysrc": "szorathgera:2:472c93", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b622f6", "ysrc": "szorathgera:2:b753ce", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.424160656759709 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a4e648", "ysrc": "szorathgera:2:2431a6", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7869026809750632 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ad4ac9", "ysrc": "szorathgera:2:71972a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c0a37", "ysrc": "szorathgera:2:cda466", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0019574851638162 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d2cc7d", "ysrc": "szorathgera:2:91f648", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6725293881813208 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f9a102", "ysrc": "szorathgera:2:971280", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e7e226", "ysrc": "szorathgera:2:13af46", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6267de", "ysrc": "szorathgera:2:a285c4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9088570640903336 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fc593e", "ysrc": "szorathgera:2:650dfc", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:216b4d", "ysrc": "szorathgera:2:09485e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:81847e", "ysrc": "szorathgera:2:253e4a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8202758098176149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:679f1d", "ysrc": "szorathgera:2:720e73", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3450808127981861 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8f7c4a", "ysrc": "szorathgera:2:b6be96", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:255842", "ysrc": "szorathgera:2:789f71", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b497ad", "ysrc": "szorathgera:2:0ba13a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:683261", "ysrc": "szorathgera:2:3dbf57", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8012727824054664 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:26dfbe", "ysrc": "szorathgera:2:6b62e6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9664037169784181 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5980d6", "ysrc": "szorathgera:2:ee97f1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6b4b7e", "ysrc": "szorathgera:2:24884b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6866000497723644 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:53e6b4", "ysrc": "szorathgera:2:ba5bd7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.0838642195443797 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:09a2dc", "ysrc": "szorathgera:2:156842", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6715160522005393 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e4a12e", "ysrc": "szorathgera:2:60d71f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f7fcbe", "ysrc": "szorathgera:2:c2fa7f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7445677596915463 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:40388d", "ysrc": "szorathgera:2:9b75b7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.439593545873322 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:281795", "ysrc": "szorathgera:2:a16c33", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:79e956", "ysrc": "szorathgera:2:c4bf66", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.3785973627444272 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cc9f49", "ysrc": "szorathgera:2:c39a1b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:167651", "ysrc": "szorathgera:2:42f498", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.57221244299166 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b36f77", "ysrc": "szorathgera:2:0d0726", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a665ee", "ysrc": "szorathgera:2:6bc841", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e8c095", "ysrc": "szorathgera:2:2164e9", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5077981203070289 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7bf7f9", "ysrc": "szorathgera:2:66655d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:40e061", "ysrc": "szorathgera:2:2331da", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5235264499461061 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bf808e", "ysrc": "szorathgera:2:f80eec", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.087876842428607 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a5f7c1", "ysrc": "szorathgera:2:2da246", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9895043868153826 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:db9288", "ysrc": "szorathgera:2:c68093", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f82d0", "ysrc": "szorathgera:2:f1a72d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7386834703116187 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bf5c5b", "ysrc": "szorathgera:2:ae1455", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b458d3", "ysrc": "szorathgera:2:565809", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c04d7c", "ysrc": "szorathgera:2:ba83d5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7105694351058318 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5fd3b6", "ysrc": "szorathgera:2:fea398", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7794647263873603 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0983bc", "ysrc": "szorathgera:2:c97622", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9005174399904925 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:14376f", "ysrc": "szorathgera:2:56345f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5895b3", "ysrc": "szorathgera:2:66a6ae", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a3498d", "ysrc": "szorathgera:2:b88e16", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e70360", "ysrc": "szorathgera:2:4da770", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8105314380854222 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:390668", "ysrc": "szorathgera:2:6bdc5a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8325040284413816 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6a3392", "ysrc": "szorathgera:2:6069e0", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7734913726592019 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c687e5", "ysrc": "szorathgera:2:96889d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:83b893", "ysrc": "szorathgera:2:89ace4", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7703219143291342 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7ddcf8", "ysrc": "szorathgera:2:f5bd25", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6657426062660232 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0e089c", "ysrc": "szorathgera:2:b7f076", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7454710152811188 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:50c141", "ysrc": "szorathgera:2:98fab5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bbc464", "ysrc": "szorathgera:2:fdaf69", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:90c5e4", "ysrc": "szorathgera:2:a4d7b1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6991892199165324 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c7a3fe", "ysrc": "szorathgera:2:b03002", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c091d", "ysrc": "szorathgera:2:1b84d3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:98687d", "ysrc": "szorathgera:2:9a1f10", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bf019e", "ysrc": "szorathgera:2:ee557e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0209930323331107 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5673fb", "ysrc": "szorathgera:2:58ad34", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7454710152811188 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b946f4", "ysrc": "szorathgera:2:2e544c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9359627407447841 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f20c0", "ysrc": "szorathgera:2:fd3c87", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7454710152811188 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e1b338", "ysrc": "szorathgera:2:c71e55", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7843321602248466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a24c9a", "ysrc": "szorathgera:2:789f0c", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bb4964", "ysrc": "szorathgera:2:51d5fb", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7815971589021137 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ea9b66", "ysrc": "szorathgera:2:c37d94", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7454710152811188 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:290e92", "ysrc": "szorathgera:2:3a3972", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b1301a", "ysrc": "szorathgera:2:255901", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0019574851638162 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:40bc1d", "ysrc": "szorathgera:2:28eb7d", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bb55d9", "ysrc": "szorathgera:2:7e9508", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c4235e", "ysrc": "szorathgera:2:4dcf01", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8301712249239308 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f390f7", "ysrc": "szorathgera:2:dd0852", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.781655221330013 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0ca43f", "ysrc": "szorathgera:2:d0d7f6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.798022109466334 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:978494", "ysrc": "szorathgera:2:eec6a8", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7740934658507409 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bb63d9", "ysrc": "szorathgera:2:aa56f8", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8133512273442165 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a36592", "ysrc": "szorathgera:2:9a65e0", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5063298096392482 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7fd3ad", "ysrc": "szorathgera:2:6b562e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8419613056826925 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:99d89f", "ysrc": "szorathgera:2:6cd148", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b1b127", "ysrc": "szorathgera:2:43bacc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9849413185492615 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a640fa", "ysrc": "szorathgera:2:7d075d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7785196475694859 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ab11ac", "ysrc": "szorathgera:2:e4082a", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9534818345230298 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6fcb87", "ysrc": "szorathgera:2:1ee7ec", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8a87b9", "ysrc": "szorathgera:2:e0582c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5664ee", "ysrc": "szorathgera:2:3fecb6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5014070967639883 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:61729d", "ysrc": "szorathgera:2:50bdb7", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3dd280", "ysrc": "szorathgera:2:a66f78", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:75bc90", "ysrc": "szorathgera:2:e40442", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9477975315168521 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b68594", "ysrc": "szorathgera:2:70f4f4", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c671d0", "ysrc": "szorathgera:2:ad0d73", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.781615004858121 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0f199a", "ysrc": "szorathgera:2:8b358d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5817064998591058 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:012798", "ysrc": "szorathgera:2:d1c44f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5861666075053427 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:014058", "ysrc": "szorathgera:2:326e26", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6446039080115307 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cc2ddd", "ysrc": "szorathgera:2:72ddf2", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0628894972953973 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6fdbd6", "ysrc": "szorathgera:2:f62ef2", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7917963109389343 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:03a08d", "ysrc": "szorathgera:2:e44d1c", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7838147846608516 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:27f250", "ysrc": "szorathgera:2:ad1535", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.1000833150415539 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e81bf8", "ysrc": "szorathgera:2:11d7d3", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7631113457579499 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2695aa", "ysrc": "szorathgera:2:395b62", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9005503898703326 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:44d4c9", "ysrc": "szorathgera:2:dd2eaf", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7804506875401436 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7bfce7", "ysrc": "szorathgera:2:db9d9c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9208998171170691 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:549a4a", "ysrc": "szorathgera:2:c2e208", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9399111822922097 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3b3018", "ysrc": "szorathgera:2:fe004b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7804506875401436 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bdf767", "ysrc": "szorathgera:2:6269e7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6640179217936231 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:427d0e", "ysrc": "szorathgera:2:8cc39d", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8096457492856854 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:829304", "ysrc": "szorathgera:2:62fed3", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9435481881264869 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:088a06", "ysrc": "szorathgera:2:d50765", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0293590097195515 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c4fbae", "ysrc": "szorathgera:2:ba0c14", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9056426248523783 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2fd780", "ysrc": "szorathgera:2:73d037", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7804506875401436 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9fec22", "ysrc": "szorathgera:2:aa9104", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9220261347493467 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e925e4", "ysrc": "szorathgera:2:631893", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9410693869049777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4f02a2", "ysrc": "szorathgera:2:0b8ae3", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9504625427785165 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c52359", "ysrc": "szorathgera:2:815159", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7862184426205541 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ba89e3", "ysrc": "szorathgera:2:d62292", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9504603094491437 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2d77d9", "ysrc": "szorathgera:2:6c73eb", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7865483549984679 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:276bd6", "ysrc": "szorathgera:2:61528e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7754941149101139 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6e8d9d", "ysrc": "szorathgera:2:5d901b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7919228000973411 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:18322b", "ysrc": "szorathgera:2:4cc3f9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6361579815693363 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8eedd8", "ysrc": "szorathgera:2:3c859e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5679793325971991 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cc7f25", "ysrc": "szorathgera:2:60074f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.507696735425091 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f2e287", "ysrc": "szorathgera:2:c9c3b5", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7862184426205541 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:403a54", "ysrc": "szorathgera:2:a315a4", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9450819436164826 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:105fa1", "ysrc": "szorathgera:2:829d9e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9384833197008489 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4cba9b", "ysrc": "szorathgera:2:48b85b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5590908512607959 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8188ea", "ysrc": "szorathgera:2:d14c2e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7817319899593076 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e6ddeb", "ysrc": "szorathgera:2:a70bab", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5903440707762628 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:311a2c", "ysrc": "szorathgera:2:2292fc", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5007873189124523 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5801c6", "ysrc": "szorathgera:2:5c0645", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b861aa", "ysrc": "szorathgera:2:e6362c", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8371410364529249 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:31b7d9", "ysrc": "szorathgera:2:3ffc14", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:48af2a", "ysrc": "szorathgera:2:06ecfd", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:929aeb", "ysrc": "szorathgera:2:070801", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:775a7c", "ysrc": "szorathgera:2:0d562d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:168566", "ysrc": "szorathgera:2:5eb936", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f1abc", "ysrc": "szorathgera:2:3a934c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:235ec1", "ysrc": "szorathgera:2:21f500", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7443298315332286 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:598b28", "ysrc": "szorathgera:2:bd2114", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f07df3", "ysrc": "szorathgera:2:d17c7f", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5036301900438946 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f6dd95", "ysrc": "szorathgera:2:f80137", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:76dd8e", "ysrc": "szorathgera:2:5d1a09", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3214338416460527 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0295f3", "ysrc": "szorathgera:2:2a181e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dccc3d", "ysrc": "szorathgera:2:9d25b9", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:007fb8", "ysrc": "szorathgera:2:0fcec2", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5961160857256623 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d43c38", "ysrc": "szorathgera:2:a1fe3a", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7579632816773777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d6e4d4", "ysrc": "szorathgera:2:9f2992", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8066138102796494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d291c8", "ysrc": "szorathgera:2:f1974b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8130388424660846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:09ac8f", "ysrc": "szorathgera:2:bda9ca", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:992c3f", "ysrc": "szorathgera:2:b1d00d", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7c8bbc", "ysrc": "szorathgera:2:755c3c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:108880", "ysrc": "szorathgera:2:fd9068", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9730835224167556 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:99d1f1", "ysrc": "szorathgera:2:09d3cd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a4099b", "ysrc": "szorathgera:2:6c7167", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8066138102796494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dad086", "ysrc": "szorathgera:2:c3a404", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5015757172674348 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fcc643", "ysrc": "szorathgera:2:5c46b3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5194293327672722 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7f021f", "ysrc": "szorathgera:2:29862f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8202758098176149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6165b0", "ysrc": "szorathgera:2:32ecdc", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7584954220300044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9dff4a", "ysrc": "szorathgera:2:7cf221", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7bf08c", "ysrc": "szorathgera:2:e53be8", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5683773118914437 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cdeb91", "ysrc": "szorathgera:2:208fa6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2481e6", "ysrc": "szorathgera:2:ded70e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8066138102796494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0abe28", "ysrc": "szorathgera:2:2e280d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0019574851638162 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c10c15", "ysrc": "szorathgera:2:32d0bc", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.811334770796637 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a8ec06", "ysrc": "szorathgera:2:b64dcb", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7f66d7", "ysrc": "szorathgera:2:5dd992", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8005364247606668 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c7412", "ysrc": "szorathgera:2:b043f2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8583483310055255 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2cbc91", "ysrc": "szorathgera:2:97d4b6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6896206897860917 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:07f71f", "ysrc": "szorathgera:2:3d6d04", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8066138102796494 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:32d624", "ysrc": "szorathgera:2:b7a009", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.712741645698193 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f37921", "ysrc": "szorathgera:2:19b57b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.57221244299166 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:18f4b1", "ysrc": "szorathgera:2:d17078", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bd64bf", "ysrc": "szorathgera:2:a77710", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2910d8", "ysrc": "szorathgera:2:2ce266", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7736415227015757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e94789", "ysrc": "szorathgera:2:a87794", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:193cf9", "ysrc": "szorathgera:2:f8a853", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ab347e", "ysrc": "szorathgera:2:60030d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fa5503", "ysrc": "szorathgera:2:fc6c8e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5015528173697726 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bb95bb", "ysrc": "szorathgera:2:608d81", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9583014957909126 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7cb080", "ysrc": "szorathgera:2:6d7d57", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6569753244060492 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1f0504", "ysrc": "szorathgera:2:db6368", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7556998354443398 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ab95d0", "ysrc": "szorathgera:2:005d56", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c86d5d", "ysrc": "szorathgera:2:5fc9eb", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5235334228967036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:eeff1a", "ysrc": "szorathgera:2:f33a0e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:31788a", "ysrc": "szorathgera:2:6d04dc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9208835138126472 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c52539", "ysrc": "szorathgera:2:9504aa", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7796835637153352 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b20d57", "ysrc": "szorathgera:2:17ecf7", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9183159666991326 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:49e0e8", "ysrc": "szorathgera:2:c9c499", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9201891799822137 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e20f51", "ysrc": "szorathgera:2:82cd58", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9285405993697796 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:db9c44", "ysrc": "szorathgera:2:e6909d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8da083", "ysrc": "szorathgera:2:0f0ff4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9316246369871304 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fc5d5c", "ysrc": "szorathgera:2:e8d24b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9267378807147735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:28ef19", "ysrc": "szorathgera:2:c3ed54", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9582504683505377 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3e4c4f", "ysrc": "szorathgera:2:1133c7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8137010453041148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e54e70", "ysrc": "szorathgera:2:3d0d3b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0876674512567202 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:86c14d", "ysrc": "szorathgera:2:082eaa", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ee3c9b", "ysrc": "szorathgera:2:e6558e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7182458141472686 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:870f9e", "ysrc": "szorathgera:2:73e138", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7bd56f", "ysrc": "szorathgera:2:5e551e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9286839832513126 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2eba3d", "ysrc": "szorathgera:2:258530", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9355254982794261 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c815d3", "ysrc": "szorathgera:2:4a70f8", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e30bb4", "ysrc": "szorathgera:2:f83530", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0959214271751119 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f186e", "ysrc": "szorathgera:2:31eaa3", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8ee63d", "ysrc": "szorathgera:2:bc6720", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5121797471047851 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:90c03f", "ysrc": "szorathgera:2:4402cc", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6566099682638289 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c0947", "ysrc": "szorathgera:2:a2739f", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7980089617736001 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4d2fd2", "ysrc": "szorathgera:2:dfb458", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9152601972415293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:076ca7", "ysrc": "szorathgera:2:4a9ac3", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6975230610810869 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:91ee72", "ysrc": "szorathgera:2:63f071", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7721968191524253 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:821e65", "ysrc": "szorathgera:2:02bfc7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.1013289751782454 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:82eec9", "ysrc": "szorathgera:2:ad019f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7820759681764755 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9616ff", "ysrc": "szorathgera:2:eaa99b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7971374546153811 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c20065", "ysrc": "szorathgera:2:acefaa", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:43a712", "ysrc": "szorathgera:2:d170d9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:353950", "ysrc": "szorathgera:2:3179f2", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d63a63", "ysrc": "szorathgera:2:b5e364", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7539669166038261 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:808ca5", "ysrc": "szorathgera:2:0bd431", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5106247046772299 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:77caec", "ysrc": "szorathgera:2:ce8241", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:518525", "ysrc": "szorathgera:2:4586ad", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5d7974", "ysrc": "szorathgera:2:904b29", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6250165589195379 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:adce24", "ysrc": "szorathgera:2:f6906d", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1369e4", "ysrc": "szorathgera:2:488d1b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7772322986178344 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1fe8ae", "ysrc": "szorathgera:2:e1bfcb", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9901807837023159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bb3d09", "ysrc": "szorathgera:2:e85d9c", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.984758106960579 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2fae2a", "ysrc": "szorathgera:2:dfb626", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:06a5f8", "ysrc": "szorathgera:2:0c3013", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7dbbeb", "ysrc": "szorathgera:2:255675", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9611135552485996 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c9fce7", "ysrc": "szorathgera:2:d888fa", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8160244274802482 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:729cc3", "ysrc": "szorathgera:2:0a4dd4", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:be8018", "ysrc": "szorathgera:2:4c6aae", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c77fcc", "ysrc": "szorathgera:2:fa73b8", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:70a201", "ysrc": "szorathgera:2:091af5", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7940212963451148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d63024", "ysrc": "szorathgera:2:d6dadd", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2d0946", "ysrc": "szorathgera:2:64d99c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d17498", "ysrc": "szorathgera:2:cc85c1", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 1.211308060085431 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3114c4", "ysrc": "szorathgera:2:f11135", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6816734823360387 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9546c5", "ysrc": "szorathgera:2:4804a4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8a199d", "ysrc": "szorathgera:2:75a4ce", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6816734823360387 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3e5c21", "ysrc": "szorathgera:2:a17ab6", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6600120278480806 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0d9755", "ysrc": "szorathgera:2:44dabc", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6221918356571476 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:39c865", "ysrc": "szorathgera:2:fe1874", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7634554645921523 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:838da4", "ysrc": "szorathgera:2:07d44d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:718fe9", "ysrc": "szorathgera:2:ceb4ba", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7565603620664756 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6538b8", "ysrc": "szorathgera:2:974f4b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8202758098176149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5be83e", "ysrc": "szorathgera:2:d692ec", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c41a08", "ysrc": "szorathgera:2:1bf6db", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:29b497", "ysrc": "szorathgera:2:ae2e9e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8202758098176149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:598f4c", "ysrc": "szorathgera:2:fbbb25", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c1c7d0", "ysrc": "szorathgera:2:81aa10", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:41e2dd", "ysrc": "szorathgera:2:536324", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:63ab5f", "ysrc": "szorathgera:2:b8b59d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9fd9b4", "ysrc": "szorathgera:2:90e71f", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9bf100", "ysrc": "szorathgera:2:50369f", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.5011084675404752 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e90478", "ysrc": "szorathgera:2:42d4b9", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7499609688929467 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:eddf0f", "ysrc": "szorathgera:2:49016b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7584954220300044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:795ce2", "ysrc": "szorathgera:2:640b7c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7589474520308674 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:12a899", "ysrc": "szorathgera:2:4e3c38", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7560347893565231 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cd19bf", "ysrc": "szorathgera:2:a73245", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f90aef", "ysrc": "szorathgera:2:3912b1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8202758098176149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3e69e1", "ysrc": "szorathgera:2:d5a465", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0019574851638162 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:72de74", "ysrc": "szorathgera:2:fd280f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8202758098176149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dab099", "ysrc": "szorathgera:2:7dc5ca", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7649721744024993 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7c11d6", "ysrc": "szorathgera:2:f04d23", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:79848e", "ysrc": "szorathgera:2:a2497a", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.8255441841786626 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:51bea7", "ysrc": "szorathgera:2:78db71", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d42bae", "ysrc": "szorathgera:2:b624f3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3d6f35", "ysrc": "szorathgera:2:cd42d4", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9837586548440655 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:614f55", "ysrc": "szorathgera:2:1c8181", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:07d9ad", "ysrc": "szorathgera:2:672d4d", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9d949f", "ysrc": "szorathgera:2:e86e57", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:725faa", "ysrc": "szorathgera:2:a59bac", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7fb8d9", "ysrc": "szorathgera:2:460f6c", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e90f72", "ysrc": "szorathgera:2:b15588", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.8296625510728997 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c73724", "ysrc": "szorathgera:2:fc7955", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6650028862197789 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9d1604", "ysrc": "szorathgera:2:ee6f03", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7984240591239082 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8cdfa5", "ysrc": "szorathgera:2:3b533f", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:451e14", "ysrc": "szorathgera:2:0b61ee", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ea7704", "ysrc": "szorathgera:2:520ee1", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:59bd67", "ysrc": "szorathgera:2:426b2b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5102571772425638 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9a7284", "ysrc": "szorathgera:2:4a9315", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8231d2", "ysrc": "szorathgera:2:bb394a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:95b6c4", "ysrc": "szorathgera:2:194caa", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:28d6d0", "ysrc": "szorathgera:2:1c671a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e1ef32", "ysrc": "szorathgera:2:ad768d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.762135738568287 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:967e3c", "ysrc": "szorathgera:2:dc8dab", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.968398576403803 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4071d5", "ysrc": "szorathgera:2:03806f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9511023544216862 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4da9d8", "ysrc": "szorathgera:2:fd958b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8327741785795955 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7be209", "ysrc": "szorathgera:2:822509", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.835104430311448 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:222a6c", "ysrc": "szorathgera:2:a51de2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d2c3c2", "ysrc": "szorathgera:2:634bf5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8309351641864853 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ee85f6", "ysrc": "szorathgera:2:869f02", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:49db00", "ysrc": "szorathgera:2:363cf8", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0caee0", "ysrc": "szorathgera:2:0fd97e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8277955952478577 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d0311e", "ysrc": "szorathgera:2:e518b2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:32166c", "ysrc": "szorathgera:2:bf552d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8343847151062713 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3d64dd", "ysrc": "szorathgera:2:37509a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d162dc", "ysrc": "szorathgera:2:e833b5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4165ce", "ysrc": "szorathgera:2:ffe2ec", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8336877054163856 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b8dd64", "ysrc": "szorathgera:2:500353", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8258314027433984 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a06e52", "ysrc": "szorathgera:2:357160", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8440956323916177 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:12f5b5", "ysrc": "szorathgera:2:401c32", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:28beb6", "ysrc": "szorathgera:2:868a31", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:00630a", "ysrc": "szorathgera:2:766c74", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ac5abb", "ysrc": "szorathgera:2:7f9aa9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.833302050791643 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4aa985", "ysrc": "szorathgera:2:975695", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8264000332165007 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b89ca7", "ysrc": "szorathgera:2:0ab0b9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8346350465141987 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c9c828", "ysrc": "szorathgera:2:8efa1b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:42ad78", "ysrc": "szorathgera:2:a1c62b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:822158", "ysrc": "szorathgera:2:df58e2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1c2f7e", "ysrc": "szorathgera:2:aa5fac", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ce1fd8", "ysrc": "szorathgera:2:7f0d1f", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5977520697998034 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d98fa6", "ysrc": "szorathgera:2:a5fe67", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:562db3", "ysrc": "szorathgera:2:d9951a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7588119096169104 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7c9902", "ysrc": "szorathgera:2:6ae06c", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8149189356443725 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:90de63", "ysrc": "szorathgera:2:b0a636", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e7f14d", "ysrc": "szorathgera:2:2fa27f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:149f40", "ysrc": "szorathgera:2:b636ed", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:018e34", "ysrc": "szorathgera:2:72033e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:92c1f6", "ysrc": "szorathgera:2:12f0b3", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7677378488498506 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9119ef", "ysrc": "szorathgera:2:ab568e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6037242820485047 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4ded40", "ysrc": "szorathgera:2:c9c77d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:184da2", "ysrc": "szorathgera:2:fd5908", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9882846208920311 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:487e25", "ysrc": "szorathgera:2:44e8d1", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7772322986178344 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d902ff", "ysrc": "szorathgera:2:489832", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5079033928363935 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dd5012", "ysrc": "szorathgera:2:fa9366", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:78e4e1", "ysrc": "szorathgera:2:733840", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7032115908698926 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f8f7c4", "ysrc": "szorathgera:2:d8acfa", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3a81e9", "ysrc": "szorathgera:2:6678d9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1da4ee", "ysrc": "szorathgera:2:7a4e37", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:696077", "ysrc": "szorathgera:2:90be1d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1affbd", "ysrc": "szorathgera:2:4a2e4f", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5629268881001466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:98266e", "ysrc": "szorathgera:2:e47382", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ea3d24", "ysrc": "szorathgera:2:5d28fd", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:95968e", "ysrc": "szorathgera:2:9c0654", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6f1629", "ysrc": "szorathgera:2:c10018", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7796835637153352 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:969aed", "ysrc": "szorathgera:2:de817f", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 1.4605908454279461 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:02cb96", "ysrc": "szorathgera:2:9d03ab", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7898694853435191 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:887102", "ysrc": "szorathgera:2:d40bbe", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f88697", "ysrc": "szorathgera:2:ddf8c2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7919596417604031 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:635a55", "ysrc": "szorathgera:2:2ac0ff", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7947977484558502 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fe5baf", "ysrc": "szorathgera:2:99efe5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7435891561183081 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:715ec7", "ysrc": "szorathgera:2:d91ca7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9495394333043989 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d2ce84", "ysrc": "szorathgera:2:c40d27", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8385908601164523 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5e7ab5", "ysrc": "szorathgera:2:abc3e5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6657691105091454 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:da9ac9", "ysrc": "szorathgera:2:1b61ec", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e2c62d", "ysrc": "szorathgera:2:fb86de", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bbd3c1", "ysrc": "szorathgera:2:71be18", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:97a85a", "ysrc": "szorathgera:2:a301e3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:016335", "ysrc": "szorathgera:2:9eff92", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7773235259869209 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f54a58", "ysrc": "szorathgera:2:21f26c", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9744365932888961 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:637bb4", "ysrc": "szorathgera:2:1a37ad", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5035555761638653 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2e932a", "ysrc": "szorathgera:2:6673a4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5050008545885394 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:564fee", "ysrc": "szorathgera:2:40d6eb", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7102855706709503 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b43416", "ysrc": "szorathgera:2:b6a4c8", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4aab56", "ysrc": "szorathgera:2:b3103c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7853044029451673 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7ec44c", "ysrc": "szorathgera:2:cee2cc", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a8d1e1", "ysrc": "szorathgera:2:e5d886", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7718454626767368 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6450a5", "ysrc": "szorathgera:2:c23116", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7804078779247019 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a055ab", "ysrc": "szorathgera:2:017461", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1aea7d", "ysrc": "szorathgera:2:63a261", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:131fee", "ysrc": "szorathgera:2:2d6db3", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7750522837800535 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c59ff", "ysrc": "szorathgera:2:996f10", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6865865629444294 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1f815c", "ysrc": "szorathgera:2:4daade", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4ab8dc", "ysrc": "szorathgera:2:e81dee", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7796835637153352 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:079134", "ysrc": "szorathgera:2:4c2ad6", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5014078494787029 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e7beea", "ysrc": "szorathgera:2:8695bf", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9391716855789027 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d5c2b8", "ysrc": "szorathgera:2:4ee2db", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5034999786698664 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c5cee1", "ysrc": "szorathgera:2:e70b2c", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:80781e", "ysrc": "szorathgera:2:c2643b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ef6e45", "ysrc": "szorathgera:2:820ea0", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7035162873048686 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bce3a0", "ysrc": "szorathgera:2:712ae1", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7912979889831259 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:259e8f", "ysrc": "szorathgera:2:6cd904", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:585a0b", "ysrc": "szorathgera:2:612a32", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6556e3", "ysrc": "szorathgera:2:0a911d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.872370103362279 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:51de05", "ysrc": "szorathgera:2:7db44f", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:642e9f", "ysrc": "szorathgera:2:4191fa", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5168845490701803 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3a3dd3", "ysrc": "szorathgera:2:845749", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:21835d", "ysrc": "szorathgera:2:b97e83", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5015691785753265 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a5111b", "ysrc": "szorathgera:2:9111f5", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7868509752642863 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:167f7d", "ysrc": "szorathgera:2:ae9321", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6223465722963262 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e58fdf", "ysrc": "szorathgera:2:aaa878", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5721574203731847 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8e28f1", "ysrc": "szorathgera:2:3eb836", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:407ce0", "ysrc": "szorathgera:2:3d03f8", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:afea7d", "ysrc": "szorathgera:2:b2a890", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7854295355627698 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d3680c", "ysrc": "szorathgera:2:b7ba43", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fbda50", "ysrc": "szorathgera:2:6b8172", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:22498d", "ysrc": "szorathgera:2:f4af25", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c5ea42", "ysrc": "szorathgera:2:fbcea7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7584954220300044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:051e76", "ysrc": "szorathgera:2:5cf5c2", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ddf938", "ysrc": "szorathgera:2:49a72a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:730cbf", "ysrc": "szorathgera:2:616b1d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:448264", "ysrc": "szorathgera:2:9bdff6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5079330464875109 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9f886c", "ysrc": "szorathgera:2:39abc6", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3ff6ba", "ysrc": "szorathgera:2:b45240", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8564935468255658 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5fbb9d", "ysrc": "szorathgera:2:a191f1", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cef9e2", "ysrc": "szorathgera:2:4abe4d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c10faa", "ysrc": "szorathgera:2:953c74", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6894823846609843 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dae55f", "ysrc": "szorathgera:2:283867", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:43f624", "ysrc": "szorathgera:2:c672c3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:01c41e", "ysrc": "szorathgera:2:34b77b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9751768675316886 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5a14ac", "ysrc": "szorathgera:2:707216", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9577445696180422 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:832b0c", "ysrc": "szorathgera:2:1346e5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.750543694155869 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ed628f", "ysrc": "szorathgera:2:b5759a", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6917808983009713 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b05279", "ysrc": "szorathgera:2:5b4e0b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3b57b9", "ysrc": "szorathgera:2:5bc712", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d5a0e0", "ysrc": "szorathgera:2:b77127", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b60838", "ysrc": "szorathgera:2:09ad01", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4122280358216215 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4d8170", "ysrc": "szorathgera:2:aaa8b7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5035060169307634 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1b6606", "ysrc": "szorathgera:2:dfac87", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:62de72", "ysrc": "szorathgera:2:22501f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:59d1a4", "ysrc": "szorathgera:2:4decaf", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f37600", "ysrc": "szorathgera:2:56f3e0", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7791787899191163 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:19d743", "ysrc": "szorathgera:2:04db1f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8534091576656285 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ed41c5", "ysrc": "szorathgera:2:048d32", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7744550253330273 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:859297", "ysrc": "szorathgera:2:87736b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7117467760426891 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5310a6", "ysrc": "szorathgera:2:5779f3", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9221825132991938 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e191f5", "ysrc": "szorathgera:2:c15a74", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:796245", "ysrc": "szorathgera:2:b696cb", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6863951045802478 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:55d561", "ysrc": "szorathgera:2:99d35b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7796835637153352 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:41455a", "ysrc": "szorathgera:2:a40692", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:47f0c6", "ysrc": "szorathgera:2:6b700d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.797488550535976 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4796eb", "ysrc": "szorathgera:2:723c79", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7910433604840532 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3b6cbe", "ysrc": "szorathgera:2:e93a13", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7909293159332074 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:aecb23", "ysrc": "szorathgera:2:f63ace", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9983544135286211 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:473902", "ysrc": "szorathgera:2:549b9a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7947977484558502 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6ee0e5", "ysrc": "szorathgera:2:8c5b95", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7088680020736804 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:35f90a", "ysrc": "szorathgera:2:d26121", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7744550253330273 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1e7d50", "ysrc": "szorathgera:2:15511a", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:13fad9", "ysrc": "szorathgera:2:14a92c", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5979076625485749 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5cca03", "ysrc": "szorathgera:2:1db788", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7744550253330273 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b37355", "ysrc": "szorathgera:2:3016be", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.747010165915868 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c9105", "ysrc": "szorathgera:2:8066dd", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7f6e6a", "ysrc": "szorathgera:2:799ac9", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9391716855789027 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c48d9b", "ysrc": "szorathgera:2:4d4720", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5036480939010338 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6c6216", "ysrc": "szorathgera:2:099fa6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4ff069", "ysrc": "szorathgera:2:bc3712", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7424740795772073 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e92616", "ysrc": "szorathgera:2:f2a07b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.819517619310298 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0ae3bd", "ysrc": "szorathgera:2:ff8ca4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.837088875804683 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:327ebb", "ysrc": "szorathgera:2:2d51c7", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8125988228142933 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:83e6bd", "ysrc": "szorathgera:2:796299", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:860614", "ysrc": "szorathgera:2:e78e62", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8003781809672139 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ce0a52", "ysrc": "szorathgera:2:34d30b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9664032041398214 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b7cb5a", "ysrc": "szorathgera:2:8737e2", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5598032295654032 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:738cbe", "ysrc": "szorathgera:2:e74d8f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.1220378898739054 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8668d5", "ysrc": "szorathgera:2:f8a604", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.685191724677221 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bd96a6", "ysrc": "szorathgera:2:76a549", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7941053253627689 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:55d34f", "ysrc": "szorathgera:2:e91114", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:66e389", "ysrc": "szorathgera:2:88d8dc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ced834", "ysrc": "szorathgera:2:012429", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 1.1542179907086532 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3fc295", "ysrc": "szorathgera:2:4493da", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9285285704096297 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:24a4a5", "ysrc": "szorathgera:2:097ec5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:683e6f", "ysrc": "szorathgera:2:fd42c8", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:db97d3", "ysrc": "szorathgera:2:83e42c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6604504965766962 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9086d9", "ysrc": "szorathgera:2:1f1f86", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.4296403123510197 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:63bd63", "ysrc": "szorathgera:2:d24ad2", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3570244142723564 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:af2773", "ysrc": "szorathgera:2:ba33b6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5269ff", "ysrc": "szorathgera:2:e91e96", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5020748498390897 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b714bf", "ysrc": "szorathgera:2:45d17e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8172c7", "ysrc": "szorathgera:2:1515a4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1d14be", "ysrc": "szorathgera:2:7db492", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:00f904", "ysrc": "szorathgera:2:3d5665", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:85f69c", "ysrc": "szorathgera:2:058862", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:575b10", "ysrc": "szorathgera:2:71fcde", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:24b371", "ysrc": "szorathgera:2:e8c544", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9020092750610006 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:63a7ff", "ysrc": "szorathgera:2:0fb4ff", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.4101616850415342 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:24f2f9", "ysrc": "szorathgera:2:55b09d", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:729bec", "ysrc": "szorathgera:2:cb0359", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8064128313150674 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f30e42", "ysrc": "szorathgera:2:46adb1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a69421", "ysrc": "szorathgera:2:105872", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9586717445787774 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d30a95", "ysrc": "szorathgera:2:086ab6", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.848675872479139 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5ee3a0", "ysrc": "szorathgera:2:3f8e12", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8112156102672092 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:60c77c", "ysrc": "szorathgera:2:ebc8b6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6657691105091454 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c92b52", "ysrc": "szorathgera:2:1db62e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5083164140175438 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a6c16a", "ysrc": "szorathgera:2:03f1c3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2eeb30", "ysrc": "szorathgera:2:5f3efd", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:04d9f4", "ysrc": "szorathgera:2:db69f6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6409098323401866 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a985ee", "ysrc": "szorathgera:2:67401c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7365524977325479 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:199f56", "ysrc": "szorathgera:2:93bba5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5079722083316437 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:70c521", "ysrc": "szorathgera:2:476150", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ffc748", "ysrc": "szorathgera:2:0cc877", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f38ec9", "ysrc": "szorathgera:2:1f0742", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 1.4078462270488794 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1c3ad2", "ysrc": "szorathgera:2:d3a25d", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4ad500", "ysrc": "szorathgera:2:f218bd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6665545124805528 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f4c39f", "ysrc": "szorathgera:2:4273fa", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8719629550102204 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d95858", "ysrc": "szorathgera:2:ed15ee", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3746696229195496 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:eb26de", "ysrc": "szorathgera:2:417b4b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5062734015294029 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:98caaf", "ysrc": "szorathgera:2:a2932d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7032115908698926 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1b9209", "ysrc": "szorathgera:2:3015d2", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7507950719199655 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1f7e77", "ysrc": "szorathgera:2:e4c92b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8305938576929748 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2560f0", "ysrc": "szorathgera:2:806e65", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.789101513680708 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7f01d6", "ysrc": "szorathgera:2:a620d6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.682852051604051 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8dfb25", "ysrc": "szorathgera:2:a7e017", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7850116589581312 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2fbd9c", "ysrc": "szorathgera:2:b9d8bd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c24753", "ysrc": "szorathgera:2:87cafd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.4698641666374503 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:75d874", "ysrc": "szorathgera:2:9ceae0", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5018652394700609 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b021d5", "ysrc": "szorathgera:2:fda490", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5049941794151916 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5eaff8", "ysrc": "szorathgera:2:05c1be", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0f257c", "ysrc": "szorathgera:2:221b64", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.1811781556149736 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c564f7", "ysrc": "szorathgera:2:48900a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:31e053", "ysrc": "szorathgera:2:dd7b94", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.978685705074734 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8de78f", "ysrc": "szorathgera:2:14c585", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.4247653348232072 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:806367", "ysrc": "szorathgera:2:05200a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5d3f0b", "ysrc": "szorathgera:2:a3ce29", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9925478853688205 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0ecc52", "ysrc": "szorathgera:2:965326", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6679585611635266 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:812b68", "ysrc": "szorathgera:2:0c6879", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:78bc73", "ysrc": "szorathgera:2:ffcb4a", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.733636323768134 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6f68d2", "ysrc": "szorathgera:2:3618d4", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9560166261390757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:002c5a", "ysrc": "szorathgera:2:a0bb9d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3732509831513395 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4d7557", "ysrc": "szorathgera:2:3bc37d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9569331679705192 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3eeddd", "ysrc": "szorathgera:2:f77b13", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0550098397872831 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:74502d", "ysrc": "szorathgera:2:ff76ec", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0019574851638162 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f0cc45", "ysrc": "szorathgera:2:001a6d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5866086578325451 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:57ac78", "ysrc": "szorathgera:2:fe01fc", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.0019574851638162 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:82f907", "ysrc": "szorathgera:2:bca8a1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.4067482520206616 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:118ff3", "ysrc": "szorathgera:2:4cad28", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.507907210175303 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5dc002", "ysrc": "szorathgera:2:22c5f0", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9359627407447841 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:504620", "ysrc": "szorathgera:2:1cf1be", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4a32f5", "ysrc": "szorathgera:2:a3a4ad", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9504576335896915 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:15256c", "ysrc": "szorathgera:2:b6c1f0", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9131904840599971 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:77fbd1", "ysrc": "szorathgera:2:b38d66", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:be5c91", "ysrc": "szorathgera:2:15a8e4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.062598188429273 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:609c96", "ysrc": "szorathgera:2:ca728d", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:002f80", "ysrc": "szorathgera:2:0a1854", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0317947407705255 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e2ab69", "ysrc": "szorathgera:2:b30551", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6381427455187968 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3b7f62", "ysrc": "szorathgera:2:e73223", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:eb240a", "ysrc": "szorathgera:2:b25283", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2dbae7", "ysrc": "szorathgera:2:ffb2c8", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9359627407447841 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6d1e9e", "ysrc": "szorathgera:2:698623", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6755982970600679 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fda36e", "ysrc": "szorathgera:2:9ac998", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7894260060990974 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ab81e7", "ysrc": "szorathgera:2:986e82", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7985581622811584 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:08bb4a", "ysrc": "szorathgera:2:875256", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7945344844165357 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a71a47", "ysrc": "szorathgera:2:6cdb62", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3c229d", "ysrc": "szorathgera:2:39a573", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9676491579179671 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a2246d", "ysrc": "szorathgera:2:189887", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8ea54c", "ysrc": "szorathgera:2:cd7371", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5014882038423796 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3a81cb", "ysrc": "szorathgera:2:c702e7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5020147195136229 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4a86af", "ysrc": "szorathgera:2:d0f561", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1cd9b0", "ysrc": "szorathgera:2:54941d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7843321602248466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c7ecfc", "ysrc": "szorathgera:2:27f374", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7772322986178344 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c7e34e", "ysrc": "szorathgera:2:275b7b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:126a71", "ysrc": "szorathgera:2:e4b00b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c08fc1", "ysrc": "szorathgera:2:fabe9c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1e555d", "ysrc": "szorathgera:2:0f3291", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5565405338698135 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b86beb", "ysrc": "szorathgera:2:565f96", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4f70af", "ysrc": "szorathgera:2:4fbe1a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8249b4", "ysrc": "szorathgera:2:78a5a5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9a116e", "ysrc": "szorathgera:2:3fceb7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5049429534566503 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9ea2b4", "ysrc": "szorathgera:2:ebfb03", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c05b39", "ysrc": "szorathgera:2:ab87fd", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:677000", "ysrc": "szorathgera:2:4a291e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0b3281", "ysrc": "szorathgera:2:908942", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8283ee", "ysrc": "szorathgera:2:7c676b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7875254448706868 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:15b319", "ysrc": "szorathgera:2:ee39b0", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.984681483084114 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:341c99", "ysrc": "szorathgera:2:852b7a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7867402145347775 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:78c621", "ysrc": "szorathgera:2:6fbe59", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9486820788371316 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b36055", "ysrc": "szorathgera:2:dda53c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8240860827211727 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:79c09b", "ysrc": "szorathgera:2:dbcaab", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7324166736470463 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:032e58", "ysrc": "szorathgera:2:628890", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7843321602248466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0ddf94", "ysrc": "szorathgera:2:4a2ccc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7843321602248466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9ffc78", "ysrc": "szorathgera:2:5000e6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7843321602248466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1c7633", "ysrc": "szorathgera:2:809637", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8321649552772439 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f544c", "ysrc": "szorathgera:2:8bb83c", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8300304465933327 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:07e2a3", "ysrc": "szorathgera:2:f1f7ea", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.786612079329907 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:916a49", "ysrc": "szorathgera:2:e02155", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 1.3593238088367072 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9d0d42", "ysrc": "szorathgera:2:187cb9", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7556559339789825 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f6c28e", "ysrc": "szorathgera:2:fbcc68", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7457600556636116 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:32f2a9", "ysrc": "szorathgera:2:6cc6aa", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6288641677136761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:676036", "ysrc": "szorathgera:2:6eff7f", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7843321602248466 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8895fe", "ysrc": "szorathgera:2:7bd7d3", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8412466154686048 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3e755a", "ysrc": "szorathgera:2:89a0ed", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6911543501527995 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:06e9e3", "ysrc": "szorathgera:2:a581a9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8050247013075678 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f6540", "ysrc": "szorathgera:2:27b08a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e7927e", "ysrc": "szorathgera:2:1ec893", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b8718b", "ysrc": "szorathgera:2:125ca8", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.963807463310872 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:27fd03", "ysrc": "szorathgera:2:8be369", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a7752f", "ysrc": "szorathgera:2:f00aaa", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7852515929770894 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d12231", "ysrc": "szorathgera:2:7a91ac", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7945940646812496 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dc2c5b", "ysrc": "szorathgera:2:bfc027", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7983992608962791 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:50de7f", "ysrc": "szorathgera:2:0d0f08", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5050655218812693 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:28af96", "ysrc": "szorathgera:2:5e5849", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3cb6bf", "ysrc": "szorathgera:2:2423a3", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:735da2", "ysrc": "szorathgera:2:42f3c2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f75ecc", "ysrc": "szorathgera:2:f079a5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5016131048554546 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:664c19", "ysrc": "szorathgera:2:747c9a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e6a7bf", "ysrc": "szorathgera:2:175aea", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7457600556636116 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:526f28", "ysrc": "szorathgera:2:7f22f9", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0e1003", "ysrc": "szorathgera:2:6dd29e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9401311238774857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:788439", "ysrc": "szorathgera:2:ffaf9b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a82631", "ysrc": "szorathgera:2:3bbae3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8a7fca", "ysrc": "szorathgera:2:36bcb2", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.767266401290829 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:616f9f", "ysrc": "szorathgera:2:14bbfd", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:56f54e", "ysrc": "szorathgera:2:a93832", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:469e10", "ysrc": "szorathgera:2:f34aa5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7916558696756397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b9f271", "ysrc": "szorathgera:2:ec53cc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7647392278094217 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:32fcd7", "ysrc": "szorathgera:2:8ba3e6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dda156", "ysrc": "szorathgera:2:62195a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f0fdc7", "ysrc": "szorathgera:2:0967a7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.507897065069837 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ab40fe", "ysrc": "szorathgera:2:81053f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.024205858610963 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8daed1", "ysrc": "szorathgera:2:3d5d10", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5020944824585952 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fae3e6", "ysrc": "szorathgera:2:618581", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dfc431", "ysrc": "szorathgera:2:6d08ef", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:061eaa", "ysrc": "szorathgera:2:51711b", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5036764613198643 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:be25be", "ysrc": "szorathgera:2:9109a8", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9980810540133824 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dc8f9f", "ysrc": "szorathgera:2:18f430", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.890843972330093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e99093", "ysrc": "szorathgera:2:1630bf", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.865313526987149 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c4710c", "ysrc": "szorathgera:2:be7320", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f56c65", "ysrc": "szorathgera:2:a6deb5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9b59e9", "ysrc": "szorathgera:2:051915", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6944647646526559 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:391619", "ysrc": "szorathgera:2:9f66b5", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:57981a", "ysrc": "szorathgera:2:2603c2", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4866c9", "ysrc": "szorathgera:2:98cce2", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5058380677334996 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f3c009", "ysrc": "szorathgera:2:d6c73b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7864217996673388 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:178ca2", "ysrc": "szorathgera:2:21c565", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bea595", "ysrc": "szorathgera:2:4ae590", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:44f554", "ysrc": "szorathgera:2:8c41c8", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5020898627754294 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:84ec57", "ysrc": "szorathgera:2:12feae", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7567719079876276 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:84e684", "ysrc": "szorathgera:2:b20d0c", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d98eaa", "ysrc": "szorathgera:2:d08aef", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:566227", "ysrc": "szorathgera:2:6859b7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6832753750508825 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:56867f", "ysrc": "szorathgera:2:968344", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7272190875555283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f5df31", "ysrc": "szorathgera:2:6bdc38", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8e98f6", "ysrc": "szorathgera:2:d22d96", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7806645370991856 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5528b2", "ysrc": "szorathgera:2:c0b710", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9131904840599971 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7fa77d", "ysrc": "szorathgera:2:de0211", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e867f8", "ysrc": "szorathgera:2:0069b5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5034885680110891 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f5f17b", "ysrc": "szorathgera:2:6548dc", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5020999168934025 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e0c20a", "ysrc": "szorathgera:2:346601", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 1.3437016616019246 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0d1d9a", "ysrc": "szorathgera:2:72c600", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7904531452961417 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dd5dab", "ysrc": "szorathgera:2:6d10e6", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:80394e", "ysrc": "szorathgera:2:e1b8d2", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5049046849442668 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6dd92e", "ysrc": "szorathgera:2:3ffacc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8260978678881472 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7ad448", "ysrc": "szorathgera:2:df0e19", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.77020079550071 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0e034b", "ysrc": "szorathgera:2:4fb79a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6499247656128405 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:046b29", "ysrc": "szorathgera:2:884177", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6112612434359428 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c80a17", "ysrc": "szorathgera:2:a3730c", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7584954220300044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9b4ec1", "ysrc": "szorathgera:2:251a21", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7584954220300044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bcca58", "ysrc": "szorathgera:2:595e55", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7584954220300044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:275017", "ysrc": "szorathgera:2:372107", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7457600556636116 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d56d68", "ysrc": "szorathgera:2:349cd2", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6051165064931878 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6577ac", "ysrc": "szorathgera:2:6bbbcb", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:440841", "ysrc": "szorathgera:2:c87091", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7628684629170606 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8a71e6", "ysrc": "szorathgera:2:7b03d3", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:66672d", "ysrc": "szorathgera:2:d1146e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7947977484558502 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f457a3", "ysrc": "szorathgera:2:18fd62", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7706562437362521 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:354fa2", "ysrc": "szorathgera:2:979ca0", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:067ce6", "ysrc": "szorathgera:2:022d97", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9749884572485215 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:22b804", "ysrc": "szorathgera:2:306d06", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7275438963622456 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5837f3", "ysrc": "szorathgera:2:530ca0", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6051165064931878 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ac0eb3", "ysrc": "szorathgera:2:efcbbc", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7876205598871999 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c54cd4", "ysrc": "szorathgera:2:37a0c4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7272190875555283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:20b2d6", "ysrc": "szorathgera:2:75f494", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.987741992162942 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:765707", "ysrc": "szorathgera:2:28963b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cd98c4", "ysrc": "szorathgera:2:662807", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7805224104993735 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bbcbc4", "ysrc": "szorathgera:2:f0caef", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5013907066078687 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2e7ee8", "ysrc": "szorathgera:2:8d1de6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7794647263873603 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:472f93", "ysrc": "szorathgera:2:54f8c6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 1.3987453230027556 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:34c21c", "ysrc": "szorathgera:2:06a95a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5689551196939505 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:641404", "ysrc": "szorathgera:2:de9f4e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5077484328642777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3729fc", "ysrc": "szorathgera:2:f8e26b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7772322986178344 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4e9f9b", "ysrc": "szorathgera:2:989c1e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7123514127482362 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:181447", "ysrc": "szorathgera:2:2c9227", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9660815840311531 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9fc340", "ysrc": "szorathgera:2:ec4a96", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9802996412250107 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:12914c", "ysrc": "szorathgera:2:d992af", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6899799663094637 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0caa15", "ysrc": "szorathgera:2:d33d11", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7196199072660802 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7c9124", "ysrc": "szorathgera:2:2d2e4d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a0e491", "ysrc": "szorathgera:2:43a12d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:98423f", "ysrc": "szorathgera:2:08f822", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7629906591201174 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:56cf4e", "ysrc": "szorathgera:2:dbe295", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9930292050708293 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6d2eda", "ysrc": "szorathgera:2:7f32f4", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7376143052323109 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3736ed", "ysrc": "szorathgera:2:644983", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5781222088696187 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:59396c", "ysrc": "szorathgera:2:b2664a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5443753158133374 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:eef417", "ysrc": "szorathgera:2:24ca00", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:af7031", "ysrc": "szorathgera:2:c2b1be", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6288641677136761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3e55fc", "ysrc": "szorathgera:2:94172b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:60bb2d", "ysrc": "szorathgera:2:3c02e7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:66ef6f", "ysrc": "szorathgera:2:af23a9", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:39d15f", "ysrc": "szorathgera:2:263ae4", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7779660920696504 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:26a916", "ysrc": "szorathgera:2:7e8ac6", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:00e437", "ysrc": "szorathgera:2:c37377", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7804078779247019 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:89f68d", "ysrc": "szorathgera:2:909100", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c68324", "ysrc": "szorathgera:2:d3e95d", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.793439884197148 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5b924b", "ysrc": "szorathgera:2:db20e1", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:db5e9e", "ysrc": "szorathgera:2:ecb8f7", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7804078779247019 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:001b4d", "ysrc": "szorathgera:2:e1b781", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:06e221", "ysrc": "szorathgera:2:f188b0", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:66e2ad", "ysrc": "szorathgera:2:808e16", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f0733d", "ysrc": "szorathgera:2:91d984", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8385908601164523 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6fbb6b", "ysrc": "szorathgera:2:1a59f7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7820759681764755 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ab90d1", "ysrc": "szorathgera:2:f03418", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d1d9f6", "ysrc": "szorathgera:2:913b28", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7804078779247019 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ec895d", "ysrc": "szorathgera:2:40208a", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f96417", "ysrc": "szorathgera:2:662f84", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9366841454222734 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7d17bb", "ysrc": "szorathgera:2:aada6d", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1aaa3f", "ysrc": "szorathgera:2:f13549", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7275438963622456 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bf55da", "ysrc": "szorathgera:2:c2d9a3", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.690825310427659 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a1398d", "ysrc": "szorathgera:2:c834c0", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9666107590186681 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b50c4f", "ysrc": "szorathgera:2:61eb81", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7098091601577668 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:df6664", "ysrc": "szorathgera:2:5b1488", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6793175473163983 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ace022", "ysrc": "szorathgera:2:7eb2f3", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6840466884361627 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e5fd4c", "ysrc": "szorathgera:2:6b1a12", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6975195497910174 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5c2928", "ysrc": "szorathgera:2:acb3e3", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7242928222509851 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b28f3f", "ysrc": "szorathgera:2:732b10", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.1499002247235754 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6d2859", "ysrc": "szorathgera:2:95eed3", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6569696666383046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6f1c6a", "ysrc": "szorathgera:2:4bb901", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7448250185563248 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:549254", "ysrc": "szorathgera:2:f301da", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7c8c08", "ysrc": "szorathgera:2:084342", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9491906658364648 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2360ec", "ysrc": "szorathgera:2:8071cd", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6141561097838216 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e93e2f", "ysrc": "szorathgera:2:49698f", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8098196636069046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:36a5ad", "ysrc": "szorathgera:2:881a24", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9355256182174849 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4fbb3e", "ysrc": "szorathgera:2:471c64", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9282116919900836 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cd6608", "ysrc": "szorathgera:2:559785", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9502571261057546 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6493f3", "ysrc": "szorathgera:2:4088fb", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9037116159001841 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ec6033", "ysrc": "szorathgera:2:3de5b0", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9496431921327442 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:db983b", "ysrc": "szorathgera:2:1eb293", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8066802476926971 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:da7c93", "ysrc": "szorathgera:2:d5c828", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5007909708195565 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fbbed3", "ysrc": "szorathgera:2:6e082b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.6826427266048866 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6627b8", "ysrc": "szorathgera:2:d3bfbc", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6826427266048866 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9be611", "ysrc": "szorathgera:2:5c1f76", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6426552991831398 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8f0d4e", "ysrc": "szorathgera:2:6e49ec", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7013365412937717 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e11c12", "ysrc": "szorathgera:2:e4ec2e", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:14455b", "ysrc": "szorathgera:2:10c754", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7560347893565231 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6023e0", "ysrc": "szorathgera:2:073f8a", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.9661940156218964 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:75f222", "ysrc": "szorathgera:2:5a1e76", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6826427266048866 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bedb34", "ysrc": "szorathgera:2:7608fb", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5706211709987226 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:acb550", "ysrc": "szorathgera:2:c91a0e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f5dd43", "ysrc": "szorathgera:2:a60781", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7296582595880545 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7970e7", "ysrc": "szorathgera:2:5cd7a0", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7822370077674397 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f967f5", "ysrc": "szorathgera:2:d4f707", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7947977484558502 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5e03fc", "ysrc": "szorathgera:2:ccf51e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7296582595880545 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3a6b76", "ysrc": "szorathgera:2:2695b8", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7af54b", "ysrc": "szorathgera:2:0ef7e1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6991892199165324 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:32cecc", "ysrc": "szorathgera:2:4fbeb8", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7761449153609572 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6eb0f3", "ysrc": "szorathgera:2:350025", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7024516591928238 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e913a4", "ysrc": "szorathgera:2:de1c96", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:caae47", "ysrc": "szorathgera:2:82d00d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7918630585366171 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7b9acb", "ysrc": "szorathgera:2:24f0b6", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7919596417604031 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:95cc33", "ysrc": "szorathgera:2:121011", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8209304317431629 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1a6129", "ysrc": "szorathgera:2:f89c54", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5040007779669606 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:aae97e", "ysrc": "szorathgera:2:3cb676", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:233bf0", "ysrc": "szorathgera:2:2053f4", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7660101411112069 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0d4c11", "ysrc": "szorathgera:2:21c739", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b863f0", "ysrc": "szorathgera:2:c1f559", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7154762168982319 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:54f2e5", "ysrc": "szorathgera:2:1d259e", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5038532748334731 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:31fbc8", "ysrc": "szorathgera:2:a8a7b5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8325040284413816 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:18a11d", "ysrc": "szorathgera:2:7a6971", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.1121989573217475 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3076e4", "ysrc": "szorathgera:2:d06425", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.616061946218927 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e1e2f5", "ysrc": "szorathgera:2:11ae89", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8028141767090765 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7fc3d0", "ysrc": "szorathgera:2:36a3f1", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7894260060990974 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:553cc6", "ysrc": "szorathgera:2:e17eed", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e27c48", "ysrc": "szorathgera:2:f916da", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7938935561086795 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:416e35", "ysrc": "szorathgera:2:145fd8", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9611135552485996 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c2143c", "ysrc": "szorathgera:2:736167", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5064055898135057 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d46b0d", "ysrc": "szorathgera:2:b39555", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5040344226603833 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:356f41", "ysrc": "szorathgera:2:78af4a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5014067328140165 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b3134a", "ysrc": "szorathgera:2:8fddf9", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7820759681764755 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:471c44", "ysrc": "szorathgera:2:cea090", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9428687721091049 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:134227", "ysrc": "szorathgera:2:564c25", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7849736923587924 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e7375a", "ysrc": "szorathgera:2:012143", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:81fefe", "ysrc": "szorathgera:2:41bc43", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6157403591966198 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4e8020", "ysrc": "szorathgera:2:d448a1", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7848819521511093 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cca697", "ysrc": "szorathgera:2:9c2a5b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1177f2", "ysrc": "szorathgera:2:07ebe7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7725097251407442 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b2316f", "ysrc": "szorathgera:2:8f19ee", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7294979768476001 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1ce2c2", "ysrc": "szorathgera:2:f7ec5d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9641556848538482 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3b62f2", "ysrc": "szorathgera:2:86601b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9f604e", "ysrc": "szorathgera:2:bff78b", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.3637445602564402 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9a194d", "ysrc": "szorathgera:2:6e7413", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.0919961357409542 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0f9ac1", "ysrc": "szorathgera:2:930a6c", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7472532927686704 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cbef86", "ysrc": "szorathgera:2:02af49", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.502097877946401 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bb2bfc", "ysrc": "szorathgera:2:a39ce7", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3d1cc3", "ysrc": "szorathgera:2:333852", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9173392697274516 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c11c6e", "ysrc": "szorathgera:2:27a81d", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9886370981682011 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d9ffa3", "ysrc": "szorathgera:2:827e64", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7911123869048553 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:601b37", "ysrc": "szorathgera:2:747a29", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7682785833847678 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1be9c5", "ysrc": "szorathgera:2:8ec700", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:44afc7", "ysrc": "szorathgera:2:418df5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.0102384016517167 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a0f516", "ysrc": "szorathgera:2:a1f7ca", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7201656047551592 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4d66f3", "ysrc": "szorathgera:2:fbaa6e", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f7889", "ysrc": "szorathgera:2:394015", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9219064696529125 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fac1a0", "ysrc": "szorathgera:2:233f24", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9131904840599971 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1f407b", "ysrc": "szorathgera:2:448853", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7636594047860511 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e1a2f1", "ysrc": "szorathgera:2:677ddb", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:39b830", "ysrc": "szorathgera:2:252381", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a1cd4c", "ysrc": "szorathgera:2:1d9512", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5049416093232314 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ee6de3", "ysrc": "szorathgera:2:6822bf", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.9536665846275026 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2a39ec", "ysrc": "szorathgera:2:8945e6", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3571379625277862 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9b0017", "ysrc": "szorathgera:2:7dd08b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.803270392134616 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c903d6", "ysrc": "szorathgera:2:d21804", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7039546898607622 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d0201d", "ysrc": "szorathgera:2:9588b4", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.771008621753339 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e61c0b", "ysrc": "szorathgera:2:a173b3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.8190800894071781 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8b28f1", "ysrc": "szorathgera:2:a4ed19", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8f85e4", "ysrc": "szorathgera:2:c47636", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7114769939902421 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fdbe83", "ysrc": "szorathgera:2:1c2222", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6929768213653699 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c2f4a7", "ysrc": "szorathgera:2:7cced9", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7091933940275117 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bc2973", "ysrc": "szorathgera:2:ef4795", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e5d6e9", "ysrc": "szorathgera:2:fd158e", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1d4dd3", "ysrc": "szorathgera:2:3c2262", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9073308688338445 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b64a55", "ysrc": "szorathgera:2:382b63", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4114586083589231 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:34dba5", "ysrc": "szorathgera:2:47fa53", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:64dd89", "ysrc": "szorathgera:2:e81f32", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.782411699618144 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e9a560", "ysrc": "szorathgera:2:650546", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d809ab", "ysrc": "szorathgera:2:a92237", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:516481", "ysrc": "szorathgera:2:6fc18e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5166810224557951 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d595cc", "ysrc": "szorathgera:2:f7883e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7864187929442757 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:79973d", "ysrc": "szorathgera:2:edea0e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:503e65", "ysrc": "szorathgera:2:7aa3e6", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a04367", "ysrc": "szorathgera:2:d1a1ad", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b9f92d", "ysrc": "szorathgera:2:c722b7", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7094168014091107 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8b5a0c", "ysrc": "szorathgera:2:1ee5f5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:afec81", "ysrc": "szorathgera:2:d1d180", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5736138530373377 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e8f4d5", "ysrc": "szorathgera:2:71214a", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5077981203070289 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:40612c", "ysrc": "szorathgera:2:4159ba", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:01fa65", "ysrc": "szorathgera:2:d49ba4", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b00a56", "ysrc": "szorathgera:2:6650f5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7747918000290187 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c65d54", "ysrc": "szorathgera:2:ee46b9", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.57221244299166 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e33919", "ysrc": "szorathgera:2:d91797", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.674547581762857 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9e115d", "ysrc": "szorathgera:2:73427e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7200497445902492 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fd0dd5", "ysrc": "szorathgera:2:95783e", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6991892199165324 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:efcd80", "ysrc": "szorathgera:2:d80acb", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9dcb58", "ysrc": "szorathgera:2:45dc64", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:166597", "ysrc": "szorathgera:2:e78512", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7626394722120295 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d19f00", "ysrc": "szorathgera:2:34fc8a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.3568730441704178 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d3f587", "ysrc": "szorathgera:2:4c91c8", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7089101540976956 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:bac47c", "ysrc": "szorathgera:2:a51e38", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:99badc", "ysrc": "szorathgera:2:11b846", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7309342185599044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:82f71c", "ysrc": "szorathgera:2:01be7a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7703219143291342 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:fb746c", "ysrc": "szorathgera:2:af98e7", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e2a22e", "ysrc": "szorathgera:2:0c1c75", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5040411061053214 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1c1103", "ysrc": "szorathgera:2:e532bc", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7272190875555283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ec2b0b", "ysrc": "szorathgera:2:9b965e", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7674917649035269 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:94738a", "ysrc": "szorathgera:2:5b73c2", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a561d8", "ysrc": "szorathgera:2:d9d251", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5007795808397548 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ec04d0", "ysrc": "szorathgera:2:bc9e5d", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ccf85a", "ysrc": "szorathgera:2:e89617", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7481713503690306 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d31f0f", "ysrc": "szorathgera:2:336bdf", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6756066017366988 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6cb805", "ysrc": "szorathgera:2:e64a49", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5738439025059234 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3aa7e0", "ysrc": "szorathgera:2:1aadcc", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.664971441769368 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:068b55", "ysrc": "szorathgera:2:1897a0", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9611135552485996 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3fe920", "ysrc": "szorathgera:2:c1c383", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5016041798095534 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:90846e", "ysrc": "szorathgera:2:615c62", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7605003727955186 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7992cb", "ysrc": "szorathgera:2:524bb7", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9292913826680098 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8eace3", "ysrc": "szorathgera:2:5db5a3", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b71b17", "ysrc": "szorathgera:2:46736d", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9337381234243706 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:803626", "ysrc": "szorathgera:2:a2b7ac", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7729962352656474 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:4a8159", "ysrc": "szorathgera:2:158251", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9051526902891036 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:82e7f3", "ysrc": "szorathgera:2:fd1459", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e51e40", "ysrc": "szorathgera:2:d01bc2", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a0f263", "ysrc": "szorathgera:2:c02f57", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7143544858627591 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:32ab52", "ysrc": "szorathgera:2:a1e93a", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:82fd7c", "ysrc": "szorathgera:2:7b906c", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 1.4091171817086159 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:691df1", "ysrc": "szorathgera:2:c83b83", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9391716855789027 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:adbd54", "ysrc": "szorathgera:2:8f9040", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7582982479969465 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6af1b9", "ysrc": "szorathgera:2:af7870", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8271470405337729 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3cbb98", "ysrc": "szorathgera:2:c10fee", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8271470405337729 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cca597", "ysrc": "szorathgera:2:70b59a", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8399316476770423 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:05f9f9", "ysrc": "szorathgera:2:2aa2cd", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.5979671807763618 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:55490e", "ysrc": "szorathgera:2:bbc648", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6657691105091454 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2c27f4", "ysrc": "szorathgera:2:f263a4", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6942560269364006 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b46885", "ysrc": "szorathgera:2:aa6090", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6657691105091454 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9c9c21", "ysrc": "szorathgera:2:51b941", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6904953484202037 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:413b32", "ysrc": "szorathgera:2:01da09", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7875254448706868 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:75690c", "ysrc": "szorathgera:2:2cb34b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8050910022393758 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:90bbe5", "ysrc": "szorathgera:2:66a869", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ffbeff", "ysrc": "szorathgera:2:6f8121", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a4da9d", "ysrc": "szorathgera:2:971efb", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6300284147231362 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:95df55", "ysrc": "szorathgera:2:61cc48", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6762327859348989 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8c74d0", "ysrc": "szorathgera:2:f04862", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7560347893565231 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8a974a", "ysrc": "szorathgera:2:21133b", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6936629084203043 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5c0adf", "ysrc": "szorathgera:2:a8ea7a", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6739478956040864 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5f11da", "ysrc": "szorathgera:2:5b0212", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.763760119669177 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2b86c9", "ysrc": "szorathgera:2:429451", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7793860863107671 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3352a7", "ysrc": "szorathgera:2:2db8be", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7808453375193045 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:68818f", "ysrc": "szorathgera:2:c175bb", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:02203f", "ysrc": "szorathgera:2:b51c6f", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7845680535719579 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:200b9a", "ysrc": "szorathgera:2:8519b0", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.9834352728866698 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:96522f", "ysrc": "szorathgera:2:dbdb6b", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.6587234733121473 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c2f11b", "ysrc": "szorathgera:2:629297", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8326512710197755 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6b1a2d", "ysrc": "szorathgera:2:12dfae", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.9297861933337488 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f73bc1", "ysrc": "szorathgera:2:86866a", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7703219143291342 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c32542", "ysrc": "szorathgera:2:0e6139", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7703219143291342 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3c3414", "ysrc": "szorathgera:2:40badb", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ff5f30", "ysrc": "szorathgera:2:ddaa95", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7919596417604031 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:02dc16", "ysrc": "szorathgera:2:df243b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:98df92", "ysrc": "szorathgera:2:2e06ad", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7275438963622456 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:34df0d", "ysrc": "szorathgera:2:0ce02d", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7947977484558502 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d94213", "ysrc": "szorathgera:2:d7420a", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7272190875555283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b39304", "ysrc": "szorathgera:2:fc1750", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7275438963622456 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:597dba", "ysrc": "szorathgera:2:fae29f", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8514415159080266 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b6cd9c", "ysrc": "szorathgera:2:f51c49", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:469327", "ysrc": "szorathgera:2:7ca64b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8009978595596667 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3e295e", "ysrc": "szorathgera:2:1b2ee9", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.5077981203070289 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f71f7a", "ysrc": "szorathgera:2:b2e15e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3f401d", "ysrc": "szorathgera:2:22420f", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9488816268165972 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:59e81b", "ysrc": "szorathgera:2:2335f7", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7272190875555283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a59e4f", "ysrc": "szorathgera:2:c8f1c9", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.6990416754250937 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:91f56d", "ysrc": "szorathgera:2:7067c3", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 1.407389775883017 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:88e1ea", "ysrc": "szorathgera:2:113a37", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7368346168618826 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:54b53e", "ysrc": "szorathgera:2:c066f5", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7966857720213092 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5fdb72", "ysrc": "szorathgera:2:c3c1ae", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ef641d", "ysrc": "szorathgera:2:5f60aa", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7499609688929467 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d192d2", "ysrc": "szorathgera:2:6a4376", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7368346168618826 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:354731", "ysrc": "szorathgera:2:346716", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.8729498922106553 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9d00f4", "ysrc": "szorathgera:2:5d6070", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.782411699618144 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:0f0f85", "ysrc": "szorathgera:2:78b478", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7981951924927311 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:45f4ff", "ysrc": "szorathgera:2:739470", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7567719079876276 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:904720", "ysrc": "szorathgera:2:d98a97", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7667100251787116 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1aaf57", "ysrc": "szorathgera:2:d3ce29", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7956004938841557 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b5677a", "ysrc": "szorathgera:2:c5e79e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8331021512695911 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6c46bd", "ysrc": "szorathgera:2:494bbb", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7870880307698305 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:72d2b9", "ysrc": "szorathgera:2:36328e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.57221244299166 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:dbe63e", "ysrc": "szorathgera:2:3bd253", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7406807739919283 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:5e274c", "ysrc": "szorathgera:2:edac7d", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.6145761700882917 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a818d2", "ysrc": "szorathgera:2:0c943e", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.3750056438668776 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:144f3f", "ysrc": "szorathgera:2:780641", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.8239817469494061 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:34d846", "ysrc": "szorathgera:2:a75cdb", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7221442808141811 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d9a6d7", "ysrc": "szorathgera:2:7cff1b", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.505646485295464 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:16d766", "ysrc": "szorathgera:2:41b059", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7560347893565231 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:44034d", "ysrc": "szorathgera:2:705959", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5039603836558777 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:385c58", "ysrc": "szorathgera:2:210cd5", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.7852136573962141 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c9031a", "ysrc": "szorathgera:2:70ff08", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7873089566743485 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9dc5e1", "ysrc": "szorathgera:2:72850b", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.75311818113362 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b7d0fe", "ysrc": "szorathgera:2:8a0003", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.6874541410972703 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8fb3be", "ysrc": "szorathgera:2:2f38aa", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:8723a1", "ysrc": "szorathgera:2:396521", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 1.0891774176531 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1b3076", "ysrc": "szorathgera:2:89d2d5", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:35c74a", "ysrc": "szorathgera:2:11a02b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:360e50", "ysrc": "szorathgera:2:929534", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.789906781944046 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e2d29b", "ysrc": "szorathgera:2:38d326", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6822743265174471 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:9e37cf", "ysrc": "szorathgera:2:c32cb3", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7499609688929467 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ad6a17", "ysrc": "szorathgera:2:58719b", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7586590340855426 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:ca7cd9", "ysrc": "szorathgera:2:e0b6fe", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7789513708162363 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:7ea801", "ysrc": "szorathgera:2:45485e", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7785276916910233 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c7040a", "ysrc": "szorathgera:2:045a5b", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.5871507695872422 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b0f7c4", "ysrc": "szorathgera:2:7f420f", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.5014083292309386 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:306939", "ysrc": "szorathgera:2:d5e554", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7641027889071846 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:641f2b", "ysrc": "szorathgera:2:16f763", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6162846050216065 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:29efde", "ysrc": "szorathgera:2:622e24", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7424008098305968 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:643cca", "ysrc": "szorathgera:2:ee8e85", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.7181626226281295 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f8dc89", "ysrc": "szorathgera:2:5e17ee", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6210584499509845 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e34c85", "ysrc": "szorathgera:2:0df415", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.664971441769368 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:2fba78", "ysrc": "szorathgera:2:cc9e6a", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.756255744211607 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:e72523", "ysrc": "szorathgera:2:14be75", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7649721744024993 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:03e48e", "ysrc": "szorathgera:2:d0bd6f", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.6756066017366988 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3993c9", "ysrc": "szorathgera:2:46a95c", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6837329346098411 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:81499d", "ysrc": "szorathgera:2:3a8148", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5087039545648678 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:09fca2", "ysrc": "szorathgera:2:ccc918", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.5013984322731807 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:10db13", "ysrc": "szorathgera:2:00c1b6", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7820759681764755 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:6da64d", "ysrc": "szorathgera:2:b814be", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9037116159001841 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3a6e79", "ysrc": "szorathgera:2:e7fa84", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7137272429010044 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:a71130", "ysrc": "szorathgera:2:885892", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.9727246470655118 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:c967ee", "ysrc": "szorathgera:2:1bd6ea", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7740611197969907 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:d2cdd9", "ysrc": "szorathgera:2:d6e859", "hoverinfo": "none" }, { "line": { "color": "#FF8C00", "width": 0.7701873272838531 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3c9543", "ysrc": "szorathgera:2:217780", "hoverinfo": "none" }, { "line": { "color": "#99ff66", "width": 0.7275438963622456 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:b13243", "ysrc": "szorathgera:2:55ee80", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7589474520308674 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:3c02fc", "ysrc": "szorathgera:2:19f1d0", "hoverinfo": "none" }, { "line": { "color": "#4dffff", "width": 0.592568293128241 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:aca2ce", "ysrc": "szorathgera:2:006934", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.7873089566743485 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:947f29", "ysrc": "szorathgera:2:9e496b", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.7770047854256152 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:11c645", "ysrc": "szorathgera:2:138123", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.6305964248269682 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:934ee4", "ysrc": "szorathgera:2:01cc40", "hoverinfo": "none" }, { "line": { "color": "#ff1a75", "width": 0.643362819996361 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:f70a1d", "ysrc": "szorathgera:2:150612", "hoverinfo": "none" }, { "line": { "color": "#ffff00", "width": 0.6288641677136761 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:cb825e", "ysrc": "szorathgera:2:cb3689", "hoverinfo": "none" }, { "line": { "color": "#800080", "width": 0.8450954257112298 }, "mode": "lines", "type": "scatter", "xsrc": "szorathgera:2:1ba743", "ysrc": "szorathgera:2:dbe09f", "hoverinfo": "none" }, { "mode": "markers", "type": "scatter", "xsrc": "szorathgera:2:e16e04", "ysrc": "szorathgera:2:0c0480", "marker": { "line": { "color": "white", "width": 1.5 }, "color": "red", "sizesrc": "szorathgera:2:e1ecb6" }, "textsrc": "szorathgera:2:a1437f", "hoverinfo": "text" } ], "layout": { "width": 1000, "xaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "zeroline": false, "showticklabels": false }, "height": 800, "margin": { "b": 0, "l": 0, "r": 0, "t": 0 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#f2f5fa" }, "error_y": { "color": "#f2f5fa" } } ], "pie": [ { "type": "pie", "automargin": true } ], "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "line": { "color": "#283442" } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "rgb(17,17,17)", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "line": { "color": "#283442" } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "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": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "mapbox": { "style": "dark" }, "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", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "color": "#f2f5fa" } }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } } }, "hovermode": "closest", "showlegend": false } }, "height": 800, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~szorathgera", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/29.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-04 17:57:55", "mapbox_access_tokens": null, "has_password": null, "username": "szorathgera", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T18:47:43.542345Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kaygens/1.embed", "fid": "kaygens:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kaygens/1/9_D9RG6Z2KN0MUF50HJN6Y7BB9R8ZFP3.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kaygens/1/2_Z8PKNJFXZ5DD3KEU3V55MOY1TN0N5L.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kaygens/1/8_DHE98KN26O6O1ISHCOX04OPQ6M7EUU.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kaygens/1/9_D9RG6Z2KN0MUF50HJN6Y7BB9R8ZFP3.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kaygens:1", "plots": "https://api.plotly.com/v2/plots/kaygens:1", "parent": "https://api.plotly.com/v2/folders/home?user=kaygens" }, "owner": "kaygens", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kaygens/1/", "world_readable": true, "date_modified": "2024-04-07T18:47:43.552Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kaygens/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers", "type": "bar", "xsrc": "kaygens:0:8c3ab7", "ysrc": "kaygens:0:a571b6", "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Chegadas de turistas internacionais ao Brasil, por vias de acesso, segundo Unidades da\nFederação - 2020" }, "xaxis": { "type": "category", "range": [ 1.5962463907603468, 19.596246390760342 ], "title": { "text": "Unidades da Federação" }, "autorange": false }, "yaxis": { "type": "linear", "range": [ 2555418.3251514137, 72282.5356777301 ], "title": { "text": "Chegada de turistas em 2020(mil)" }, "autorange": false }, "autosize": true, "dragmode": "pan", "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/~kaygens", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/58.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-04-07 18:47:22", "mapbox_access_tokens": null, "has_password": null, "username": "kaygens", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T18:29:42.515150Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Anreas/3.embed", "fid": "Anreas:3", "filename": "Dwell Time", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Anreas/3/9_RXV5VBEKBAPD7UDWXJ9O5DFWW5CH7Y.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Anreas/3/2_8OARSBRLVM54BKBN0D5RFW5ZCBIJ5A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Anreas/3/8_7FNOLQC0CJLVW7V601ENTCHUZX12BR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Anreas/3/9_RXV5VBEKBAPD7UDWXJ9O5DFWW5CH7Y.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Anreas:3", "plots": "https://api.plotly.com/v2/plots/Anreas:3", "parent": "https://api.plotly.com/v2/folders/home?user=Anreas" }, "owner": "Anreas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Anreas/3/", "world_readable": true, "date_modified": "2024-04-07T18:29:42.526Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Anreas/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "Dwelltime" } }, "mode": "markers", "name": "Dwell Time<br>", "type": "box", "xsrc": "Anreas:2:c09948", "ysrc": "Anreas:2:1eafe1", "marker": { "color": "rgb(0, 49, 255)" }, "visible": true, "boxpoints": "outliers" } ], "frames": [], "layout": { "title": { "x": 0.5, "text": "Boxplot Dwell Time AOI" }, "xaxis": { "type": "category", "range": [ 1.5, 4.5 ], "title": { "text": "AOIs" }, "showline": false, "autorange": true }, "yaxis": { "type": "linear", "range": [ -266.7633333333333, 5568.103333333333 ], "title": { "text": "Dwell Time (ms)" }, "showline": false, "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": "closest" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Anreas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-07 18:04:37", "mapbox_access_tokens": null, "has_password": null, "username": "Anreas", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T18:26:47.935031Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Bonnykk/4.embed", "fid": "Bonnykk:4", "filename": "123123", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Bonnykk/4/9_LT4BCRTL0VOO24SA19FDSVMP6NZGC2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Bonnykk/4/2_XRM9SP99AN82DYK60GKQ5C4WNO2UL8.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Bonnykk/4/8_NOV87HCIU5T2B50R3NHQ09MLN0VHRI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Bonnykk/4/9_LT4BCRTL0VOO24SA19FDSVMP6NZGC2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Bonnykk:4", "plots": "https://api.plotly.com/v2/plots/Bonnykk:4", "parent": "https://api.plotly.com/v2/folders/home?user=Bonnykk" }, "owner": "Bonnykk", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Bonnykk/4/", "world_readable": true, "date_modified": "2024-04-07T18:26:47.954Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Bonnykk/4/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "markers", "name": "V1", "type": "bar", "xsrc": "Bonnykk:0:f243d6", "ysrc": "Bonnykk:0:b25ba9", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "name": "V2", "type": "bar", "xsrc": "Bonnykk:0:f243d6", "ysrc": "Bonnykk:0:c28667", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "name": "BLCBAM", "type": "bar", "xsrc": "Bonnykk:0:f243d6", "ysrc": "Bonnykk:0:685c98", "visible": true, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "side": "bottom", "type": "category", "range": [ -0.5, 19.02565564424173 ], "ticks": "", "title": { "text": "<br>" }, "mirror": "ticks", "showgrid": false, "showline": true, "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "showspikes": false, "zerolinecolor": "rgb(5, 5, 5)", "zerolinewidth": 1 }, "yaxis": { "type": "linear", "range": [ 0, 105.08421052631579 ], "title": { "text": "<br>" }, "mirror": "ticks", "showgrid": false, "showline": true, "zeroline": false, "autorange": false, "linecolor": "rgb(0, 0, 0)", "showspikes": false, "zerolinecolor": "rgb(0, 0, 0)", "zerolinewidth": 1 }, "legend": { "x": 0.6153096770083456, "y": 0.9642857142857143 }, "autosize": true, "dragmode": "pan", "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/~Bonnykk", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/94.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-26 16:09:00", "mapbox_access_tokens": null, "has_password": null, "username": "Bonnykk", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T18:21:05.725781Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nardiuto001/122.embed", "fid": "nardiuto001:122", "filename": "Plot 24 copy copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/122/9_P5XPSM60RCESRPF6MPRKECTRX5ESOI.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/122/2_24SE40DHQ525EDOG4WJ93OYNKTCERX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/122/8_1R2730I7999MJLZ6MF6IVFU69CRNZ7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/nardiuto001/122/9_P5XPSM60RCESRPF6MPRKECTRX5ESOI.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nardiuto001:122", "plots": "https://api.plotly.com/v2/plots/nardiuto001:122", "parent": "https://api.plotly.com/v2/folders/home?user=nardiuto001" }, "owner": "nardiuto001", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~nardiuto001/122/", "world_readable": true, "date_modified": "2024-04-07T18:27:21.124Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nardiuto001/122/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines", "name": "Theoretical Efficiency of Typical Class H Amplifier with Class AB Operating Region (VDDL=1.2V)", "type": "scatter", "xsrc": "nardiuto001:121:1cf750", "ysrc": "nardiuto001:121:acc3f5", "visible": true }, { "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "markers+lines", "name": "Theoretical Efficiency of the Proposed Class H Amplifier without Class AB Operating Region", "type": "scatter", "xsrc": "nardiuto001:121:1cf750", "ysrc": "nardiuto001:121:fd9e49", "visible": true } ], "frames": [], "layout": { "title": { "text": "Class H Theoretical Efficiency Comparison" }, "xaxis": { "type": "linear", "range": [ -0.2859245931598643, 4.686924593159865 ], "title": { "text": "Output Voltage (Vpp)" }, "domain": [ 0, 0.375 ], "nticks": 16, "autorange": false }, "yaxis": { "type": "linear", "range": [ -6.987241379310345, 92.52724137931034 ], "title": { "text": "Efficiency(%)" }, "domain": [ 0.375, 1 ], "autorange": true }, "legend": { "x": -0.01041474654377876, "y": -0.08000000000000007, "font": { "size": 14 } }, "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/~nardiuto001", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-07-04 20:30:52", "mapbox_access_tokens": null, "has_password": null, "username": "nardiuto001", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-07T18:05:13.586050Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Anreas/1.embed", "fid": "Anreas:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Anreas/1/9_1PPO61KE5RO801GUE6AWC39S84UMNM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Anreas/1/2_32D2EQ20NANORF5WVSZP04VC5BHFTV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Anreas/1/8_6WDKVYBU1Q5KWS5HF9BZ6VUKW926EA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Anreas/1/9_1PPO61KE5RO801GUE6AWC39S84UMNM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Anreas:1", "plots": "https://api.plotly.com/v2/plots/Anreas:1", "parent": "https://api.plotly.com/v2/folders/home?user=Anreas" }, "owner": "Anreas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Anreas/1/", "world_readable": true, "date_modified": "2024-04-09T18:05:56.748Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Anreas/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "Q" } }, "mode": "markers", "type": "box", "xsrc": "Anreas:0:b76929", "ysrc": "Anreas:0:c65cec", "boxpoints": "outliers" } ], "frames": [], "layout": { "title": { "x": 0.5, "text": "Boxplot Test" }, "xaxis": { "type": "category", "range": [ 1.5, 8.5 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -266.7633333333333, 5568.103333333333 ], "title": { "text": "Dwell Time (ms)" }, "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/~Anreas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-1.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-07 18:04:37", "mapbox_access_tokens": null, "has_password": null, "username": "Anreas", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "