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=cD0yMDI0LTAzLTI2KzE1JTNBNTclM0EzNS41ODA2NTglMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTI2KzE0JTNBMTklM0E0OS44MTA4NDAlMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yNisxNSUzQTI1JTNBNTYuNzQ0MDkzJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-26T15:25:56.744093Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~coillarach/180.embed", "fid": "coillarach:180", "filename": "example", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/coillarach:180/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/coillarach:180/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/coillarach:180/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/coillarach:180/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/coillarach:180", "plots": "https://api.plotly.com/v2/plots/coillarach:180", "parent": "https://api.plotly.com/v2/folders/home?user=coillarach" }, "owner": "coillarach", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~coillarach/180/", "world_readable": true, "date_modified": "2024-03-26T15:40:25.071Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~coillarach/180/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Valid", "type": "scatter", "xsrc": "coillarach:181:cbbce5", "ysrc": "coillarach:181:700ce0", "marker": { "size": 5, "color": "#eee7dd" }, "showlegend": true }, { "mode": "markers", "name": "Rejected", "type": "scatter", "xsrc": "coillarach:181:d35e89", "ysrc": "coillarach:181:3a0b1c", "marker": { "size": 3, "color": "#538dc6" }, "showlegend": true }, { "mode": "lines+markers", "name": "Measured power curve", "type": "scatter", "xsrc": "coillarach:181:514aed", "ysrc": "coillarach:181:fe7fd6", "marker": { "size": 5, "color": "#433522" }, "error_y": { "type": "data", "color": "#000000", "visible": true, "arraysrc": "coillarach:181:94f636", "thickness": 0.5 }, "showlegend": true } ], "layout": { "font": { "size": 18 }, "width": 800, "xaxis": { "range": [ 0, 25 ], "title": { "font": { "size": 20 }, "text": "Wind speed (ms<sup>-1</sup>)" }, "showgrid": true, "tickfont": { "size": 18 }, "zeroline": true, "gridcolor": "#eeeeee", "linecolor": "#333333", "linewidth": 1 }, "yaxis": { "range": [ 0, 2510 ], "title": { "font": { "size": 20 }, "text": "Power (kW)" }, "showgrid": true, "tickfont": { "size": 18 }, "zeroline": true, "gridcolor": "#eeeeee", "linecolor": "#333333", "linewidth": 1 }, "height": 500, "legend": { "x": 0.55, "y": 0.4 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "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": { "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#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": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "plot_bgcolor": "#ffffff" } }, "height": 500, "width": 800, "user": { "profile_url": "https://chart-studio.plotly.com/~coillarach", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-6.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2018-09-09 17:27:11", "mapbox_access_tokens": null, "has_password": null, "username": "coillarach", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T15:10:47.934714Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~rplant/43.embed", "fid": "rplant:43", "filename": "compling_sec_results", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/rplant:43/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/rplant:43/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/rplant/43/8_0BZWGOVBZCZN00VFUE9O4X2I710863.png", "list-thumb": "https://api.plotly.com/v2/files/rplant:43/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/rplant:43", "plots": "https://api.plotly.com/v2/plots/rplant:43", "parent": "https://api.plotly.com/v2/folders/home?user=rplant" }, "owner": "rplant", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~rplant/43/", "world_readable": true, "date_modified": "2024-03-26T15:10:47.945Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~rplant/43/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Dataset", "y": "Baseline" } }, "mode": "markers", "name": "Baseline", "type": "bar", "xsrc": "rplant:42:d93be4", "ysrc": "rplant:42:40b119", "orientation": "v" }, { "meta": { "columnNames": { "x": "Dataset", "y": "Random" } }, "name": "Random", "type": "bar", "xsrc": "rplant:42:d93be4", "ysrc": "rplant:42:edfd5b", "orientation": "v" }, { "meta": { "columnNames": { "x": "Dataset", "y": "GR" } }, "name": "GR", "type": "bar", "xsrc": "rplant:42:d93be4", "ysrc": "rplant:42:14b7f3", "orientation": "v" }, { "meta": { "columnNames": { "x": "Dataset", "y": "CGT" } }, "name": "CGT", "type": "bar", "xsrc": "rplant:42:d93be4", "ysrc": "rplant:42:e52e46", "orientation": "v" }, { "meta": { "columnNames": { "x": "Dataset", "y": "LDP" } }, "name": "LDP", "type": "bar", "xsrc": "rplant:42:d93be4", "ysrc": "rplant:42:072293", "orientation": "v" }, { "meta": { "columnNames": { "x": "Dataset", "y": "CAPE" } }, "name": "CAPE", "type": "bar", "xsrc": "rplant:42:d93be4", "ysrc": "rplant:42:659704", "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 24 }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "text": "Dataset" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 0.8273684210526316 ], "title": { "text": "Attacker Performance (F1 score)" }, "autorange": true }, "bargap": 0.09999999999999998, "legend": { "x": 0.10335140274039405, "y": 1.048913043478261, "font": { "size": 20 }, "borderwidth": 1, "orientation": "h" }, "autosize": true, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "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/~rplant", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/62.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": "2021-04-29 08:19:50", "mapbox_access_tokens": null, "has_password": null, "username": "rplant", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T15:04:46.040787Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~radimj2004/1.embed", "fid": "radimj2004:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/radimj2004:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/radimj2004:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/radimj2004/1/8_Y9ZRO20XC23P9GKB6EZLZKGSO61JV7.png", "list-thumb": "https://api.plotly.com/v2/files/radimj2004:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/radimj2004:1", "plots": "https://api.plotly.com/v2/plots/radimj2004:1", "parent": "https://api.plotly.com/v2/folders/home?user=radimj2004" }, "owner": "radimj2004", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~radimj2004/1/", "world_readable": true, "date_modified": "2024-03-26T15:04:46.051Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~radimj2004/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "MÄ›sÃce", "y": "Srážky v mm" } }, "mode": "lines", "type": "bar", "xsrc": "radimj2004:0:208479", "ysrc": "radimj2004:0:331b64", "marker": { "line": { "width": 5 }, "color": "rgb(242, 243, 247)", "opacity": 1 }, "visible": true, "orientation": "v", "selectedpoints": [ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11 ] }, { "line": { "dash": "solid", "shape": "linear" }, "meta": { "columnNames": { "x": "MÄ›sÃce", "y": "PrůmÄ›rná teplota v C" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "radimj2004:0:208479", "ysrc": "radimj2004:0:397158", "yaxis": "y2", "marker": { "line": { "color": "rgb(0, 0, 0)", "width": 1 }, "size": 17, "color": "rgb(9, 9, 9)", "symbol": "circle", "opacity": 1 }, "visible": true, "connectgaps": true, "orientation": "v", "selectedpoints": [] } ], "frames": [], "layout": { "title": { "text": "Islamabad (Murree) 2126 m n. m. 1717 mm 12.8 °C" }, "xaxis": { "type": "linear", "range": [ 0.8088044100341136, 13.83 ], "title": { "text": "MÄ›sÃce v Roce" }, "autorange": false, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -50.25477972588097, 709.1296251156874 ], "title": { "text": "H [mm]" }, "autorange": false, "showspikes": false }, "bargap": 0.6799999999999999, "yaxis2": { "side": "right", "type": "linear", "range": [ -1.5478378168019988, 22.217536629579637 ], "title": { "text": "t [°C]" }, "autorange": false, "overlaying": "y" }, "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" }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~radimj2004", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/31.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-03-26 13:55:16", "mapbox_access_tokens": null, "has_password": null, "username": "radimj2004", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:57:31.040105Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~pomarede/274.embed", "fid": "pomarede:274", "filename": "Sheet_2MRS1175_Sagitta_2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/pomarede/274/9_DHR51WD92XI1WMJTX930KH5IPLQSHG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/pomarede/274/2_347P9AV0BHSZ7VJBVKKOZXSJ0OCDCV.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/pomarede/274/8_F1J7NLMHD0F48UBOXM3NXYRGSG0D0W.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/pomarede/274/9_DHR51WD92XI1WMJTX930KH5IPLQSHG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/pomarede:274", "plots": "https://api.plotly.com/v2/plots/pomarede:274", "parent": "https://api.plotly.com/v2/folders/home?user=pomarede" }, "owner": "pomarede", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~pomarede/274/", "world_readable": true, "date_modified": "2024-03-26T14:57:31.051Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~pomarede/274/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "h", "y": "galaxies", "text": "galaxies" } }, "mode": "markers", "type": "bar", "xsrc": "pomarede:273:5ef521", "ysrc": "pomarede:273:a99ee6", "marker": { "color": "rgba(131, 134, 189, 0.75)" }, "textsrc": "pomarede:273:a99ee6", "textfont": { "size": 15 }, "orientation": "v", "textposition": "outside" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "dtick": 10, "range": [ -105, 105 ], "ticks": "inside", "title": { "font": { "size": 24 }, "text": "distance h (Mpc)" }, "mirror": "ticks", "ticklen": 9, "showgrid": true, "showline": true, "tickfont": { "size": 20 }, "tickmode": "linear", "autorange": true, "linecolor": "rgb(0, 0, 0)", "linewidth": 2, "tickwidth": 2 }, "yaxis": { "type": "linear", "range": [ 0, 1155.7894736842106 ], "ticks": "inside", "title": { "font": { "size": 24 }, "text": "counts of 2MRS1175_Groups galaxies" }, "mirror": "ticks", "ticklen": 9, "showgrid": true, "showline": true, "tickfont": { "size": 20 }, "autorange": true, "gridcolor": "rgb(235, 240, 248)", "linecolor": "rgb(0, 0, 0)", "linewidth": 2, "tickwidth": 2 }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 6.276136363636369, "y": 1062.4060515661624, "font": { "size": 23, "family": "Arial" }, "text": "Sagitta Sheet", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~pomarede", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/67.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "Cosmographer at University Paris-Saclay", "nickname": "Daniel Pomarède", "website": "https://vimeo.com/pomarede", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2021-05-07 12:32:24", "mapbox_access_tokens": null, "has_password": null, "username": "pomarede", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:51:48.854476Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Maggsy/1.embed", "fid": "Maggsy:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Maggsy:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Maggsy:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Maggsy:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Maggsy:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Maggsy:1", "plots": "https://api.plotly.com/v2/plots/Maggsy:1", "parent": "https://api.plotly.com/v2/folders/home?user=Maggsy" }, "owner": "Maggsy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Maggsy/1/", "world_readable": true, "date_modified": "2024-04-02T10:25:11.284Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Maggsy/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "311b2c", "meta": { "columnNames": { "x": "Date Time", "y": "UU Supply East", "text": "UU Supply East" } }, "mode": "lines", "name": "UU Supply East", "type": "scatter", "xsrc": "Maggsy:0:a2edb2", "ysrc": "Maggsy:0:3d262e", "opacity": 1, "textsrc": "Maggsy:0:3d262e" }, { "uid": "44a163", "meta": { "columnNames": { "x": "Date Time", "y": "Lomandra East", "text": "Lomandra East" } }, "mode": "lines", "name": "Lomandra East", "type": "scatter", "xsrc": "Maggsy:0:a2edb2", "ysrc": "Maggsy:0:4a2cf0", "opacity": 1, "textsrc": "Maggsy:0:4a2cf0", "stackgroup": null }, { "uid": "d492fc", "line": { "width": 2 }, "meta": { "columnNames": { "text": "UU Supply East" } }, "opacity": 1, "textsrc": "Maggsy:0:3d262e", "visible": false, "hoverinfo": "x+y+name", "transforms": [ { "type": "moving-average", "center": true, "inputUid": "311b2c", "windowtype": "boxcar", "windowlength": 1 } ] }, { "uid": "719728", "line": { "width": 2 }, "meta": { "columnNames": { "text": "Lomandra East" } }, "mode": "none", "opacity": 0, "textsrc": "Maggsy:0:4a2cf0", "transforms": [ { "type": "moving-average", "center": true, "inputUid": "44a163", "windowtype": "boxcar", "windowlength": 0.9 } ] }, { "uid": "e837a3", "line": { "color": "rgb(4, 163, 30)", "width": 2 }, "meta": { "columnNames": { "x": "Date Time", "y": "UU East + Lomandra" } }, "mode": "lines", "name": "UU East + Lomandra", "type": "scatter", "xsrc": "Maggsy:2:f42109", "ysrc": "Maggsy:2:82e0f1", "opacity": 1 } ], "frames": [], "layout": { "title": { "text": "BNE Step Test" }, "xaxis": { "type": "category", "dtick": 1, "range": [ 98.93120366590534, 416.86486706036186 ], "tickmode": "auto", "autorange": false, "rangeslider": { "range": [ 0, 480 ], "yaxis": {}, "visible": false, "autorange": true } }, "yaxis": { "type": "linear", "range": [ -1.2374648204536634, 38.486834169624935 ], "nticks": 37, "autorange": false }, "legend": { "x": 0.5878753241593144, "y": 1.2701105346266637, "font": { "family": "Arial" }, "title": { "font": { "family": "Arial" }, "text": "<br>" }, "itemsizing": "trace", "traceorder": "normal", "orientation": "v" }, "shapes": [ { "x0": 109, "x1": 109, "y0": 0, "y1": 36, "line": { "color": "rgb(245, 37, 5)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 124, "x1": 124, "y0": 0, "y1": 36, "line": { "color": "rgb(247, 4, 4)", "width": 2 }, "type": "line", "xref": "x", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 131, "x1": 131, "y0": 0, "y1": 36, "line": { "color": "rgb(4, 179, 4)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 155, "x1": 155, "y0": 0, "y1": 36, "line": { "color": "rgb(255, 6, 6)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 171, "x1": 171, "y0": 0, "y1": 36, "line": { "color": "rgb(28, 163, 2)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 178, "x1": 178, "y0": 0, "y1": 36, "line": { "color": "rgb(247, 5, 5)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 186, "x1": 186, "y0": 0, "y1": 36, "line": { "color": "rgb(8, 171, 3)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 191, "x1": 191, "y0": 0, "y1": 36, "line": { "color": "rgb(245, 5, 5)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 205, "x1": 205, "y0": 0, "y1": 36, "line": { "color": "rgb(36, 168, 4)", "width": 2 }, "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 214, "x1": 214, "y0": 0, "y1": 36, "line": { "color": "rgb(250, 5, 5)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 217, "x1": 217, "y0": 0, "y1": 36, "line": { "color": "rgb(237, 6, 6)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 229, "x1": 229, "y0": 0, "y1": 36, "line": { "color": "rgb(18, 163, 2)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 246, "x1": 246, "y0": 0, "y1": 36, "line": { "color": "rgb(250, 1, 1)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 247, "x1": 247, "y0": 0, "y1": 36, "line": { "color": "rgb(247, 4, 4)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 255, "x1": 255, "y0": 0, "y1": 36, "line": { "color": "rgb(8, 173, 2)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 257, "x1": 257, "y0": 0, "y1": 36, "line": { "color": "rgb(17, 161, 2)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 285, "x1": 285, "y0": 0, "y1": 36, "line": { "color": "rgb(247, 8, 8)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "rgb(255, 249, 249)" }, { "x0": 296, "x1": 296, "y0": 0, "y1": 36, "line": { "color": "rgb(16, 153, 1)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 298, "x1": 298, "y0": 0, "y1": 36, "line": { "color": "rgb(15, 173, 4)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 305, "x1": 305, "y0": 0, "y1": 36, "line": { "color": "rgb(1, 163, 12)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 320, "x1": 320, "y0": 0, "y1": 36, "line": { "color": "rgb(252, 7, 7)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 338, "x1": 338, "y0": 0, "y1": 36, "line": { "color": "rgb(250, 7, 7)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 349, "x1": 349, "y0": 0, "y1": 36, "line": { "color": "rgb(10, 179, 4)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 376, "x1": 376, "y0": 0, "y1": 36, "line": { "color": "rgb(237, 6, 6)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" }, { "x0": 409, "x1": 409, "y0": 0, "y1": 36, "line": { "color": "rgb(6, 201, 38)", "width": 2 }, "type": "line", "opacity": 1, "fillcolor": "#7f7f7f" } ], "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Maggsy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/80.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-02-21 08:04:24", "mapbox_access_tokens": null, "has_password": null, "username": "Maggsy", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:48:11.951836Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kellenharwell/34.embed", "fid": "kellenharwell:34", "filename": "Plot 34", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/34/9_XNEW9HTNDL5VX036TAJCV917YSLLHD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/34/2_D59AO4SJYMQQY14SX80S0PT7DMWQCX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/34/8_9V9MA3TTAHVLBOD33SOXY57KCV4KNO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kellenharwell/34/9_XNEW9HTNDL5VX036TAJCV917YSLLHD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kellenharwell:34", "plots": "https://api.plotly.com/v2/plots/kellenharwell:34", "parent": "https://api.plotly.com/v2/folders/home?user=kellenharwell" }, "owner": "kellenharwell", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~kellenharwell/34/", "world_readable": true, "date_modified": "2024-03-26T14:48:11.963Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kellenharwell/34/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "deepsig_complex_scalar_multiply_fc32_avx", "type": "scatter", "xsrc": "kellenharwell:33:d91432", "ysrc": "kellenharwell:33:39dd14", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512", "type": "scatter", "xsrc": "kellenharwell:33:6f68e2", "ysrc": "kellenharwell:33:f956d1", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_0", "type": "scatter", "xsrc": "kellenharwell:33:025a22", "ysrc": "kellenharwell:33:b7cea4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_1", "type": "scatter", "xsrc": "kellenharwell:33:a967fd", "ysrc": "kellenharwell:33:9cdbb4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_2", "type": "scatter", "xsrc": "kellenharwell:33:14e773", "ysrc": "kellenharwell:33:6a2e8d", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_3", "type": "scatter", "xsrc": "kellenharwell:33:cf326f", "ysrc": "kellenharwell:33:7e4c9d", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_4", "type": "scatter", "xsrc": "kellenharwell:33:c25a44", "ysrc": "kellenharwell:33:99b014", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_5", "type": "scatter", "xsrc": "kellenharwell:33:121088", "ysrc": "kellenharwell:33:c00aa4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_6", "type": "scatter", "xsrc": "kellenharwell:33:389957", "ysrc": "kellenharwell:33:020af6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_0_7", "type": "scatter", "xsrc": "kellenharwell:33:521dcd", "ysrc": "kellenharwell:33:ea4bf8", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_0", "type": "scatter", "xsrc": "kellenharwell:33:e1af89", "ysrc": "kellenharwell:33:976522", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_1", "type": "scatter", "xsrc": "kellenharwell:33:c94eeb", "ysrc": "kellenharwell:33:a0deff", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_2", "type": "scatter", "xsrc": "kellenharwell:33:991bba", "ysrc": "kellenharwell:33:dd2636", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_3", "type": "scatter", "xsrc": "kellenharwell:33:df59c0", "ysrc": "kellenharwell:33:c5c7fc", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_4", "type": "scatter", "xsrc": "kellenharwell:33:2524dc", "ysrc": "kellenharwell:33:56b864", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_5", "type": "scatter", "xsrc": "kellenharwell:33:5a01a8", "ysrc": "kellenharwell:33:9cf1a3", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_6", "type": "scatter", "xsrc": "kellenharwell:33:08620b", "ysrc": "kellenharwell:33:eb5a76", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_1_7", "type": "scatter", "xsrc": "kellenharwell:33:4bb59d", "ysrc": "kellenharwell:33:fe0c52", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_0", "type": "scatter", "xsrc": "kellenharwell:33:b2404f", "ysrc": "kellenharwell:33:9988a9", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_1", "type": "scatter", "xsrc": "kellenharwell:33:ce7db0", "ysrc": "kellenharwell:33:c84f55", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_2", "type": "scatter", "xsrc": "kellenharwell:33:6454ec", "ysrc": "kellenharwell:33:16e9d4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_3", "type": "scatter", "xsrc": "kellenharwell:33:8c05f1", "ysrc": "kellenharwell:33:fd5433", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_4", "type": "scatter", "xsrc": "kellenharwell:33:39f348", "ysrc": "kellenharwell:33:1d42e8", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_5", "type": "scatter", "xsrc": "kellenharwell:33:347cf9", "ysrc": "kellenharwell:33:ceaddc", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_6", "type": "scatter", "xsrc": "kellenharwell:33:915f17", "ysrc": "kellenharwell:33:ee82df", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_2_7", "type": "scatter", "xsrc": "kellenharwell:33:9819be", "ysrc": "kellenharwell:33:611961", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_0", "type": "scatter", "xsrc": "kellenharwell:33:4aa6a7", "ysrc": "kellenharwell:33:ee8bc6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_1", "type": "scatter", "xsrc": "kellenharwell:33:6ce9a6", "ysrc": "kellenharwell:33:c66662", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_2", "type": "scatter", "xsrc": "kellenharwell:33:a5ab3f", "ysrc": "kellenharwell:33:a67df1", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_3", "type": "scatter", "xsrc": "kellenharwell:33:c58d72", "ysrc": "kellenharwell:33:29fd8a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_4", "type": "scatter", "xsrc": "kellenharwell:33:bfc3f3", "ysrc": "kellenharwell:33:4a9732", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_5", "type": "scatter", "xsrc": "kellenharwell:33:178132", "ysrc": "kellenharwell:33:aaad59", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_6", "type": "scatter", "xsrc": "kellenharwell:33:4718b6", "ysrc": "kellenharwell:33:ba14d4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_3_7", "type": "scatter", "xsrc": "kellenharwell:33:2d1f1b", "ysrc": "kellenharwell:33:a9393e", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_0", "type": "scatter", "xsrc": "kellenharwell:33:71c5ce", "ysrc": "kellenharwell:33:d53693", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_1", "type": "scatter", "xsrc": "kellenharwell:33:157377", "ysrc": "kellenharwell:33:8114d2", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_2", "type": "scatter", "xsrc": "kellenharwell:33:0a1cf0", "ysrc": "kellenharwell:33:67a406", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_3", "type": "scatter", "xsrc": "kellenharwell:33:eb99d3", "ysrc": "kellenharwell:33:e81097", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_4", "type": "scatter", "xsrc": "kellenharwell:33:1f5738", "ysrc": "kellenharwell:33:e4c806", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_5", "type": "scatter", "xsrc": "kellenharwell:33:f00fbb", "ysrc": "kellenharwell:33:87f4b5", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_6", "type": "scatter", "xsrc": "kellenharwell:33:2ef340", "ysrc": "kellenharwell:33:91a922", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_4_7", "type": "scatter", "xsrc": "kellenharwell:33:828733", "ysrc": "kellenharwell:33:25a173", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_0", "type": "scatter", "xsrc": "kellenharwell:33:8c3d4c", "ysrc": "kellenharwell:33:ed3c76", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_1", "type": "scatter", "xsrc": "kellenharwell:33:0d9346", "ysrc": "kellenharwell:33:236423", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_2", "type": "scatter", "xsrc": "kellenharwell:33:3cdfaa", "ysrc": "kellenharwell:33:e3c471", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_3", "type": "scatter", "xsrc": "kellenharwell:33:af3201", "ysrc": "kellenharwell:33:f4070e", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_4", "type": "scatter", "xsrc": "kellenharwell:33:f15d71", "ysrc": "kellenharwell:33:b9d4e7", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_5", "type": "scatter", "xsrc": "kellenharwell:33:289087", "ysrc": "kellenharwell:33:c09578", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_6", "type": "scatter", "xsrc": "kellenharwell:33:3370b4", "ysrc": "kellenharwell:33:07b826", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_5_7", "type": "scatter", "xsrc": "kellenharwell:33:b56dbb", "ysrc": "kellenharwell:33:37c3ef", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_0", "type": "scatter", "xsrc": "kellenharwell:33:0390a7", "ysrc": "kellenharwell:33:955a3f", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_1", "type": "scatter", "xsrc": "kellenharwell:33:f03196", "ysrc": "kellenharwell:33:c62742", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_2", "type": "scatter", "xsrc": "kellenharwell:33:ed3a5e", "ysrc": "kellenharwell:33:ea2a1b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_3", "type": "scatter", "xsrc": "kellenharwell:33:4f70bd", "ysrc": "kellenharwell:33:cc64f6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_4", "type": "scatter", "xsrc": "kellenharwell:33:519ea8", "ysrc": "kellenharwell:33:657616", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_5", "type": "scatter", "xsrc": "kellenharwell:33:6b846d", "ysrc": "kellenharwell:33:4b39dc", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_6", "type": "scatter", "xsrc": "kellenharwell:33:eac2e4", "ysrc": "kellenharwell:33:b2a427", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_6_7", "type": "scatter", "xsrc": "kellenharwell:33:8f82ee", "ysrc": "kellenharwell:33:4028df", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_0", "type": "scatter", "xsrc": "kellenharwell:33:28cb26", "ysrc": "kellenharwell:33:0b9d78", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_1", "type": "scatter", "xsrc": "kellenharwell:33:157bc0", "ysrc": "kellenharwell:33:28021d", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_2", "type": "scatter", "xsrc": "kellenharwell:33:384e31", "ysrc": "kellenharwell:33:5b6f33", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_3", "type": "scatter", "xsrc": "kellenharwell:33:ff0fb8", "ysrc": "kellenharwell:33:0a1e4b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_4", "type": "scatter", "xsrc": "kellenharwell:33:958761", "ysrc": "kellenharwell:33:4dfb55", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_5", "type": "scatter", "xsrc": "kellenharwell:33:4c2fb7", "ysrc": "kellenharwell:33:cb7d81", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_6", "type": "scatter", "xsrc": "kellenharwell:33:ab8535", "ysrc": "kellenharwell:33:f1fadb", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx512_7_7", "type": "scatter", "xsrc": "kellenharwell:33:239998", "ysrc": "kellenharwell:33:c452a4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_0_0", "type": "scatter", "xsrc": "kellenharwell:33:26ba8c", "ysrc": "kellenharwell:33:f70aec", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_0_1", "type": "scatter", "xsrc": "kellenharwell:33:77b525", "ysrc": "kellenharwell:33:021e74", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_0_2", "type": "scatter", "xsrc": "kellenharwell:33:e486c3", "ysrc": "kellenharwell:33:8eae19", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_0_3", "type": "scatter", "xsrc": "kellenharwell:33:1a1554", "ysrc": "kellenharwell:33:46d42b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_1_0", "type": "scatter", "xsrc": "kellenharwell:33:54e200", "ysrc": "kellenharwell:33:c783ce", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_1_1", "type": "scatter", "xsrc": "kellenharwell:33:bf1465", "ysrc": "kellenharwell:33:85b15c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_1_2", "type": "scatter", "xsrc": "kellenharwell:33:082bf2", "ysrc": "kellenharwell:33:19ba57", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_1_3", "type": "scatter", "xsrc": "kellenharwell:33:33ec41", "ysrc": "kellenharwell:33:2bd7e4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_2_0", "type": "scatter", "xsrc": "kellenharwell:33:e14d2a", "ysrc": "kellenharwell:33:4eed9a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_2_1", "type": "scatter", "xsrc": "kellenharwell:33:cf524e", "ysrc": "kellenharwell:33:beb5a6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_2_2", "type": "scatter", "xsrc": "kellenharwell:33:a6c1fa", "ysrc": "kellenharwell:33:0b5080", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_2_3", "type": "scatter", "xsrc": "kellenharwell:33:04ce88", "ysrc": "kellenharwell:33:ed5cb1", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_3_0", "type": "scatter", "xsrc": "kellenharwell:33:c52b69", "ysrc": "kellenharwell:33:c1c9be", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_3_1", "type": "scatter", "xsrc": "kellenharwell:33:e00868", "ysrc": "kellenharwell:33:b9e8d5", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_3_2", "type": "scatter", "xsrc": "kellenharwell:33:c9ad0f", "ysrc": "kellenharwell:33:8b7f5c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_avx_3_3", "type": "scatter", "xsrc": "kellenharwell:33:bc0caf", "ysrc": "kellenharwell:33:86f05d", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_0_0", "type": "scatter", "xsrc": "kellenharwell:33:313e39", "ysrc": "kellenharwell:33:8243a3", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_0_1", "type": "scatter", "xsrc": "kellenharwell:33:eba720", "ysrc": "kellenharwell:33:3824c5", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_0_2", "type": "scatter", "xsrc": "kellenharwell:33:00a906", "ysrc": "kellenharwell:33:ae71ac", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_0_3", "type": "scatter", "xsrc": "kellenharwell:33:80d1ef", "ysrc": "kellenharwell:33:d859c6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_1_0", "type": "scatter", "xsrc": "kellenharwell:33:33f86b", "ysrc": "kellenharwell:33:3eb861", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_1_1", "type": "scatter", "xsrc": "kellenharwell:33:4272ba", "ysrc": "kellenharwell:33:64ddd4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_1_2", "type": "scatter", "xsrc": "kellenharwell:33:96ebcf", "ysrc": "kellenharwell:33:c262f8", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_1_3", "type": "scatter", "xsrc": "kellenharwell:33:1e2014", "ysrc": "kellenharwell:33:2c91d6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_2_0", "type": "scatter", "xsrc": "kellenharwell:33:7de905", "ysrc": "kellenharwell:33:ed3d65", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_2_1", "type": "scatter", "xsrc": "kellenharwell:33:e17986", "ysrc": "kellenharwell:33:00d898", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_2_2", "type": "scatter", "xsrc": "kellenharwell:33:73b8d6", "ysrc": "kellenharwell:33:69de09", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_2_3", "type": "scatter", "xsrc": "kellenharwell:33:19c80d", "ysrc": "kellenharwell:33:7aebde", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_3_0", "type": "scatter", "xsrc": "kellenharwell:33:0a8f37", "ysrc": "kellenharwell:33:95e162", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_3_1", "type": "scatter", "xsrc": "kellenharwell:33:17e16f", "ysrc": "kellenharwell:33:bd4373", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_3_2", "type": "scatter", "xsrc": "kellenharwell:33:11b180", "ysrc": "kellenharwell:33:22ccd8", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_fc32_naive_3_3", "type": "scatter", "xsrc": "kellenharwell:33:f9e4f8", "ysrc": "kellenharwell:33:d946ba", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx", "type": "scatter", "xsrc": "kellenharwell:33:5ee335", "ysrc": "kellenharwell:33:87eb15", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_0", "type": "scatter", "xsrc": "kellenharwell:33:d3cf29", "ysrc": "kellenharwell:33:a98c6c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_1", "type": "scatter", "xsrc": "kellenharwell:33:2a0d4f", "ysrc": "kellenharwell:33:b1ca9e", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_2", "type": "scatter", "xsrc": "kellenharwell:33:61b1ce", "ysrc": "kellenharwell:33:d3d854", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_3", "type": "scatter", "xsrc": "kellenharwell:33:ccb7f1", "ysrc": "kellenharwell:33:cae755", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_4", "type": "scatter", "xsrc": "kellenharwell:33:f01dfc", "ysrc": "kellenharwell:33:e33af3", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_5", "type": "scatter", "xsrc": "kellenharwell:33:13ae52", "ysrc": "kellenharwell:33:e00cc6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_6", "type": "scatter", "xsrc": "kellenharwell:33:aab6d3", "ysrc": "kellenharwell:33:811ee9", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_0_7", "type": "scatter", "xsrc": "kellenharwell:33:d5689b", "ysrc": "kellenharwell:33:8e64aa", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_0", "type": "scatter", "xsrc": "kellenharwell:33:728214", "ysrc": "kellenharwell:33:af2d0c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_1", "type": "scatter", "xsrc": "kellenharwell:33:28a0f4", "ysrc": "kellenharwell:33:72c74a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_2", "type": "scatter", "xsrc": "kellenharwell:33:0f99ee", "ysrc": "kellenharwell:33:9d53db", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_3", "type": "scatter", "xsrc": "kellenharwell:33:227554", "ysrc": "kellenharwell:33:b9f29a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_4", "type": "scatter", "xsrc": "kellenharwell:33:b68606", "ysrc": "kellenharwell:33:8f8dae", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_5", "type": "scatter", "xsrc": "kellenharwell:33:95706a", "ysrc": "kellenharwell:33:248092", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_6", "type": "scatter", "xsrc": "kellenharwell:33:7f4cde", "ysrc": "kellenharwell:33:9bb53f", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_1_7", "type": "scatter", "xsrc": "kellenharwell:33:a69702", "ysrc": "kellenharwell:33:777876", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_0", "type": "scatter", "xsrc": "kellenharwell:33:4b46a3", "ysrc": "kellenharwell:33:3414cc", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_1", "type": "scatter", "xsrc": "kellenharwell:33:7d7ab2", "ysrc": "kellenharwell:33:459a3b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_2", "type": "scatter", "xsrc": "kellenharwell:33:adca9c", "ysrc": "kellenharwell:33:71889c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_3", "type": "scatter", "xsrc": "kellenharwell:33:0ee99e", "ysrc": "kellenharwell:33:5ff972", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_4", "type": "scatter", "xsrc": "kellenharwell:33:9c8c7b", "ysrc": "kellenharwell:33:5fa474", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_5", "type": "scatter", "xsrc": "kellenharwell:33:0bfd79", "ysrc": "kellenharwell:33:2bd5fa", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_6", "type": "scatter", "xsrc": "kellenharwell:33:c973e8", "ysrc": "kellenharwell:33:37cc08", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_2_7", "type": "scatter", "xsrc": "kellenharwell:33:c02e15", "ysrc": "kellenharwell:33:63778e", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_0", "type": "scatter", "xsrc": "kellenharwell:33:2a3917", "ysrc": "kellenharwell:33:c98827", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_1", "type": "scatter", "xsrc": "kellenharwell:33:e92529", "ysrc": "kellenharwell:33:bd6389", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_2", "type": "scatter", "xsrc": "kellenharwell:33:d56e12", "ysrc": "kellenharwell:33:28193c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_3", "type": "scatter", "xsrc": "kellenharwell:33:7e8a60", "ysrc": "kellenharwell:33:8c2e9c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_4", "type": "scatter", "xsrc": "kellenharwell:33:de212e", "ysrc": "kellenharwell:33:ddc9f6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_5", "type": "scatter", "xsrc": "kellenharwell:33:46c8cd", "ysrc": "kellenharwell:33:d918aa", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_6", "type": "scatter", "xsrc": "kellenharwell:33:0e9027", "ysrc": "kellenharwell:33:b63b33", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_3_7", "type": "scatter", "xsrc": "kellenharwell:33:5229a8", "ysrc": "kellenharwell:33:25d0d3", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_0", "type": "scatter", "xsrc": "kellenharwell:33:4d4afe", "ysrc": "kellenharwell:33:cf8942", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_1", "type": "scatter", "xsrc": "kellenharwell:33:a6b3cd", "ysrc": "kellenharwell:33:2eff93", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_2", "type": "scatter", "xsrc": "kellenharwell:33:f94736", "ysrc": "kellenharwell:33:8fcb4a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_3", "type": "scatter", "xsrc": "kellenharwell:33:97f8c0", "ysrc": "kellenharwell:33:e5f172", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_4", "type": "scatter", "xsrc": "kellenharwell:33:e4de73", "ysrc": "kellenharwell:33:d840d3", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_5", "type": "scatter", "xsrc": "kellenharwell:33:23716e", "ysrc": "kellenharwell:33:c4869a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_6", "type": "scatter", "xsrc": "kellenharwell:33:4dc8da", "ysrc": "kellenharwell:33:563b2c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_4_7", "type": "scatter", "xsrc": "kellenharwell:33:f1ce68", "ysrc": "kellenharwell:33:866a07", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_0", "type": "scatter", "xsrc": "kellenharwell:33:e91308", "ysrc": "kellenharwell:33:8a5236", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_1", "type": "scatter", "xsrc": "kellenharwell:33:9197b8", "ysrc": "kellenharwell:33:21be9b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_2", "type": "scatter", "xsrc": "kellenharwell:33:e21d8b", "ysrc": "kellenharwell:33:e17eb6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_3", "type": "scatter", "xsrc": "kellenharwell:33:2f202c", "ysrc": "kellenharwell:33:2ffc73", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_4", "type": "scatter", "xsrc": "kellenharwell:33:a9c1e0", "ysrc": "kellenharwell:33:d87d95", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_5", "type": "scatter", "xsrc": "kellenharwell:33:032fa3", "ysrc": "kellenharwell:33:4de0de", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_6", "type": "scatter", "xsrc": "kellenharwell:33:13d10f", "ysrc": "kellenharwell:33:b96e7e", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_5_7", "type": "scatter", "xsrc": "kellenharwell:33:6c8ddc", "ysrc": "kellenharwell:33:929fa2", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_0", "type": "scatter", "xsrc": "kellenharwell:33:b82977", "ysrc": "kellenharwell:33:3d85fe", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_1", "type": "scatter", "xsrc": "kellenharwell:33:36cb0a", "ysrc": "kellenharwell:33:ef7511", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_2", "type": "scatter", "xsrc": "kellenharwell:33:95e98f", "ysrc": "kellenharwell:33:9fecf9", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_3", "type": "scatter", "xsrc": "kellenharwell:33:4b63d5", "ysrc": "kellenharwell:33:f41617", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_4", "type": "scatter", "xsrc": "kellenharwell:33:eab5bc", "ysrc": "kellenharwell:33:34d3b6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_5", "type": "scatter", "xsrc": "kellenharwell:33:0553d4", "ysrc": "kellenharwell:33:4aa56f", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_6", "type": "scatter", "xsrc": "kellenharwell:33:80ceae", "ysrc": "kellenharwell:33:ecba0c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_6_7", "type": "scatter", "xsrc": "kellenharwell:33:a22b8c", "ysrc": "kellenharwell:33:2584a6", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_0", "type": "scatter", "xsrc": "kellenharwell:33:5ace87", "ysrc": "kellenharwell:33:854c7c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_1", "type": "scatter", "xsrc": "kellenharwell:33:de8040", "ysrc": "kellenharwell:33:297e10", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_2", "type": "scatter", "xsrc": "kellenharwell:33:59679f", "ysrc": "kellenharwell:33:a4d048", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_3", "type": "scatter", "xsrc": "kellenharwell:33:e40e71", "ysrc": "kellenharwell:33:f775e9", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_4", "type": "scatter", "xsrc": "kellenharwell:33:84086e", "ysrc": "kellenharwell:33:aa2a35", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_5", "type": "scatter", "xsrc": "kellenharwell:33:35400a", "ysrc": "kellenharwell:33:8d4a4b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_6", "type": "scatter", "xsrc": "kellenharwell:33:cc4cfc", "ysrc": "kellenharwell:33:6e9ea2", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_avx_7_7", "type": "scatter", "xsrc": "kellenharwell:33:2ca100", "ysrc": "kellenharwell:33:568c17", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_0_0", "type": "scatter", "xsrc": "kellenharwell:33:e07b52", "ysrc": "kellenharwell:33:3a6c99", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_0_1", "type": "scatter", "xsrc": "kellenharwell:33:b304f9", "ysrc": "kellenharwell:33:e63856", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_0_2", "type": "scatter", "xsrc": "kellenharwell:33:1aa308", "ysrc": "kellenharwell:33:0321fa", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_0_3", "type": "scatter", "xsrc": "kellenharwell:33:6af4c7", "ysrc": "kellenharwell:33:e9109a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_1_0", "type": "scatter", "xsrc": "kellenharwell:33:d6f356", "ysrc": "kellenharwell:33:df690c", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_1_1", "type": "scatter", "xsrc": "kellenharwell:33:f51784", "ysrc": "kellenharwell:33:3ac9c2", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_1_2", "type": "scatter", "xsrc": "kellenharwell:33:f119cb", "ysrc": "kellenharwell:33:46eda9", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_1_3", "type": "scatter", "xsrc": "kellenharwell:33:30511e", "ysrc": "kellenharwell:33:deccc2", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_2_0", "type": "scatter", "xsrc": "kellenharwell:33:9df9e0", "ysrc": "kellenharwell:33:c0c25b", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_2_1", "type": "scatter", "xsrc": "kellenharwell:33:b26545", "ysrc": "kellenharwell:33:857ccb", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_2_2", "type": "scatter", "xsrc": "kellenharwell:33:6dc4d5", "ysrc": "kellenharwell:33:150f53", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_2_3", "type": "scatter", "xsrc": "kellenharwell:33:fbf89b", "ysrc": "kellenharwell:33:7ea395", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_3_0", "type": "scatter", "xsrc": "kellenharwell:33:6db523", "ysrc": "kellenharwell:33:252a3a", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_3_1", "type": "scatter", "xsrc": "kellenharwell:33:564023", "ysrc": "kellenharwell:33:8f13a4", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_3_2", "type": "scatter", "xsrc": "kellenharwell:33:26e66b", "ysrc": "kellenharwell:33:7a3600", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "name": "deepsig_complex_scalar_multiply_sc16_naive_3_3", "type": "scatter", "xsrc": "kellenharwell:33:1d5f9d", "ysrc": "kellenharwell:33:5677bc", "xaxis": "x", "yaxis": "y", "hoverlabel": { "namelength": -1 } }, { "mode": "text", "name": "Cache Limits", "type": "scatter", "xsrc": "kellenharwell:33:47fb6b", "ysrc": "kellenharwell:33:44e4d3", "xaxis": "x", "yaxis": "y", "textsrc": "kellenharwell:33:e3cb35" } ], "layout": { "xaxis": { "type": "log", "title": { "text": "Buffer Size (samples)" }, "anchor": "y", "domain": [ 0.0, 1.0 ], "rangeslider": { "visible": true } }, "yaxis": { "range": [ 1700.59138145, 18326.230370700003 ], "title": { "text": "Throughput (Msps)" }, "anchor": "x", "domain": [ 0.0, 1.0 ] }, "shapes": [ { "x0": 128, "x1": 3000.0, "y0": 1700.59138145, "y1": 9163.115185350001, "line": { "color": "green", "width": 1 }, "type": "rect", "xref": "x", "yref": "y", "opacity": 0.1, "fillcolor": "green" }, { "x0": 3000.0, "x1": 128000.0, "y0": 1700.59138145, "y1": 9163.115185350001, "line": { "color": "green", "width": 1 }, "type": "rect", "xref": "x", "yref": "y", "opacity": 0.2, "fillcolor": "green" }, { "x0": 128, "x1": 6000.0, "y0": 9163.115185350001, "y1": 18326.230370700003, "line": { "color": "blue", "width": 1 }, "type": "rect", "xref": "x", "yref": "y", "opacity": 0.1, "fillcolor": "blue" }, { "x0": 6000.0, "x1": 256000.0, "y0": 9163.115185350001, "y1": 18326.230370700003, "line": { "color": "blue", "width": 1 }, "type": "rect", "xref": "x", "yref": "y", "opacity": 0.2, "fillcolor": "blue" } ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "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": { "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#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": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.5, "y": 1.0, "font": { "size": 16 }, "text": "Complex Multiply Scalar FC32, OmniPHY/qa_complex_scalar_multiply.cpp (Xeon Gold 6438N, L1_48KB, L2_2048KB)", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kellenharwell", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/73.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-15 05:14:25", "mapbox_access_tokens": null, "has_password": null, "username": "kellenharwell", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:37:16.995298Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Sophiah/1.embed", "fid": "Sophiah:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/Sophiah:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/Sophiah:1/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/Sophiah:1/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/Sophiah:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Sophiah:1", "plots": "https://api.plotly.com/v2/plots/Sophiah:1", "parent": "https://api.plotly.com/v2/folders/home?user=Sophiah" }, "owner": "Sophiah", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~Sophiah/1/", "world_readable": true, "date_modified": "2024-03-26T14:37:17.006Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Sophiah/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": "Sophiah:0:4b0703", "ysrc": "Sophiah:0:42a8de", "marker": { "color": "rgb(28, 89, 202)" }, "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "markers+lines+text", "type": "scatter", "xsrc": "Sophiah:0:4b0703", "ysrc": "Sophiah:0:42a8de", "xaxis": "x", "marker": { "line": { "color": "rgb(255, 255, 255)", "width": 1 }, "size": 11, "color": "rgb(0, 155, 255)" }, "orientation": "v" } ], "frames": [], "layout": { "title": { "text": "Transmittance at 670.0nm Vs. Height of Cathode" }, "xaxis": { "type": "linear", "range": [ 14.870875581199932, 105.12912441880007 ], "title": { "text": "Height of Cathode (mm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 12.394036201529532 ], "title": { "text": "Transmittance (%)" }, "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/~Sophiah", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/23.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-22 01:26:01", "mapbox_access_tokens": null, "has_password": null, "username": "Sophiah", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:20:47.106746Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~winsonchee199/10.embed", "fid": "winsonchee199:10", "filename": "Monthly Cumulative PnL for 4 Charts", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/winsonchee199/10/9_WEDCH0UVRGJARTK4PMIC284T1QI897.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/winsonchee199/10/2_G6RSKUZKNPNBMWMLLTCGNHZW94L50G.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/winsonchee199/10/8_7A61LXIA0DQ52DRNLFPOKWW3IUKKAE.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/winsonchee199/10/9_WEDCH0UVRGJARTK4PMIC284T1QI897.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/winsonchee199:10", "plots": "https://api.plotly.com/v2/plots/winsonchee199:10", "parent": "https://api.plotly.com/v2/folders/home?user=winsonchee199" }, "owner": "winsonchee199", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~winsonchee199/10/", "world_readable": true, "date_modified": "2024-03-26T14:41:29.961Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~winsonchee199/10/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Monthly Cumulative PnL 1", "type": "bar", "xsrc": "winsonchee199:14:8bc1f1", "ysrc": "winsonchee199:14:64d96a", "xaxis": "x", "yaxis": "y", "hoverinfo": "y", "hovertemplate": "%{y:.2f}<extra></extra>" }, { "name": "Monthly Cumulative PnL 2", "type": "bar", "xsrc": "winsonchee199:14:a18d3c", "ysrc": "winsonchee199:14:a676d1", "xaxis": "x2", "yaxis": "y2", "hoverinfo": "y", "hovertemplate": "%{y:.2f}<extra></extra>" }, { "name": "Monthly Cumulative PnL 3", "type": "bar", "xsrc": "winsonchee199:14:f8041f", "ysrc": "winsonchee199:14:4a91b6", "xaxis": "x3", "yaxis": "y3", "hoverinfo": "y", "hovertemplate": "%{y:.2f}<extra></extra>" }, { "name": "Monthly Cumulative PnL 4", "type": "bar", "xsrc": "winsonchee199:14:d30985", "ysrc": "winsonchee199:14:94f5c7", "xaxis": "x4", "yaxis": "y4", "hoverinfo": "y", "hovertemplate": "%{y:.2f}<extra></extra>" } ], "layout": { "title": { "text": "Monthly Cumulative PnL for 4 Charts" }, "width": 1000, "xaxis": { "anchor": "y", "domain": [ 0.0, 1.0 ] }, "yaxis": { "range": [ 0, 2163390.1014277786 ], "anchor": "x", "domain": [ 0.84375, 1.0 ] }, "height": 2000, "xaxis2": { "anchor": "y2", "domain": [ 0.0, 1.0 ] }, "xaxis3": { "anchor": "y3", "domain": [ 0.0, 1.0 ] }, "xaxis4": { "anchor": "y4", "domain": [ 0.0, 1.0 ] }, "yaxis2": { "range": [ 0, 2163390.1014277786 ], "anchor": "x2", "domain": [ 0.5625, 0.71875 ] }, "yaxis3": { "range": [ 0, 2163390.1014277786 ], "anchor": "x3", "domain": [ 0.28125, 0.4375 ] }, "yaxis4": { "range": [ 0, 2163390.1014277786 ], "anchor": "x4", "domain": [ 0.0, 0.15625 ] }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "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": { "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#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": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "annotations": [ { "x": 0.5, "y": 1.0, "font": { "size": 16 }, "text": "ETH 8h Trading SIM 100U", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 0.71875, "font": { "size": 16 }, "text": "BTC 8h Trading SIM 100U", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 0.4375, "font": { "size": 16 }, "text": "ETH 4h Trading SIM 50U", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false }, { "x": 0.5, "y": 0.15625, "font": { "size": 16 }, "text": "BTC 4h Trading SIM 50U", "xref": "paper", "yref": "paper", "xanchor": "center", "yanchor": "bottom", "showarrow": false } ] } }, "height": 2000, "width": 1000, "user": { "profile_url": "https://chart-studio.plotly.com/~winsonchee199", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/85.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-0.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-20 02:22:53", "mapbox_access_tokens": null, "has_password": null, "username": "winsonchee199", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:19:52.058561Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~viv3kanand/8.embed", "fid": "viv3kanand:8", "filename": "volcano_interactive", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/viv3kanand:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/viv3kanand:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/viv3kanand:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/viv3kanand:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/viv3kanand:8", "plots": "https://api.plotly.com/v2/plots/viv3kanand:8", "parent": "https://api.plotly.com/v2/folders/home?user=viv3kanand" }, "owner": "viv3kanand", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~viv3kanand/8/", "world_readable": true, "date_modified": "2024-03-26T14:19:52.068Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~viv3kanand/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "type": "scatter", "xsrc": "viv3kanand:7:708cf7", "ysrc": "viv3kanand:7:e821d0", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(190,190,190,1)", "width": 1.8897637795275593 }, "size": 5.669291338582678, "color": "rgba(190,190,190,1)", "symbol": "circle", "opacity": 0.5, "autocolorscale": false }, "hoveron": "points", "textsrc": "viv3kanand:7:e23513", "hoverinfo": "text", "showlegend": false }, { "mode": "markers", "name": "GeneSet1", "type": "scatter", "xsrc": "viv3kanand:7:05c39b", "ysrc": "viv3kanand:7:ba8c5f", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(160,32,240,1)", "width": 1.8897637795275593 }, "size": 11.338582677165356, "color": "rgba(160,32,240,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "viv3kanand:7:c4c0fb", "hoverinfo": "text", "showlegend": true, "legendgroup": "GeneSet1" }, { "mode": "markers", "name": "GeneSet2", "type": "scatter", "xsrc": "viv3kanand:7:b74136", "ysrc": "viv3kanand:7:5cc839", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,0,255,1)", "width": 1.8897637795275593 }, "size": 11.338582677165356, "color": "rgba(0,0,255,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "viv3kanand:7:494b3f", "hoverinfo": "text", "showlegend": true, "legendgroup": "GeneSet2" }, { "mode": "markers", "name": "GeneSet3", "type": "scatter", "xsrc": "viv3kanand:7:a92789", "ysrc": "viv3kanand:7:2d065b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(255,0,0,1)", "width": 1.8897637795275593 }, "size": 11.338582677165356, "color": "rgba(255,0,0,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "viv3kanand:7:65b053", "hoverinfo": "text", "showlegend": true, "legendgroup": "GeneSet3" }, { "line": { "dash": "dash", "color": "rgba(255,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "text": "yintercept: 1.30103", "type": "scatter", "xsrc": "viv3kanand:7:d5a6b1", "ysrc": "viv3kanand:7:10b90c", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "dash": "dash", "color": "rgba(255,0,0,1)", "width": 1.8897637795275593 }, "mode": "lines", "type": "scatter", "xsrc": "viv3kanand:7:eb0425", "ysrc": "viv3kanand:7:88f26d", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "textsrc": "viv3kanand:7:8bfef5", "hoverinfo": "text", "showlegend": false } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 17.534246575342465, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Volcano Plot", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ -3.847472152444367, 3.6209494064574645 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Log2 Fold Change" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "-2", "0", "2" ], "tickvals": [ -2, 0, 2 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "-2", "0", "2" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ -0.18724001944093413, 3.949736108718694 ], "ticks": "", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "-log10(p-value)" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.68949771689498, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3" ], "tickvals": [ 0, 0.9999999999999999, 2, 3 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(235,235,235,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": null, "tickwidth": 0, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "1", "2", "3" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.68949771689498, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Gene Sets" }, "bgcolor": null, "bordercolor": null, "borderwidth": 0 }, "margin": { "b": 41.77534246575343, "l": 31.415525114155255, "r": 7.305936073059362, "t": 45.355251141552515 }, "shapes": [ { "x0": 0, "x1": 1, "y0": 0, "y1": 1, "line": { "color": null, "width": 0, "linetype": [] }, "type": "rect", "xref": "paper", "yref": "paper", "fillcolor": null } ], "barmode": "relative", "hovermode": "closest", "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~viv3kanand", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/13.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": "2016-05-06 07:01:54", "mapbox_access_tokens": null, "has_password": null, "username": "viv3kanand", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T14:19:49.810840Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~eshalev/101.embed", "fid": "eshalev:101", "filename": "Plotly Playground 2024-03-26 07:19:45", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/eshalev:101/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/eshalev/101/2_688VQNJ72LQZBGS3CWJN72CU7M13UY.png", "block-thumb": "https://api.plotly.com/v2/files/eshalev:101/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/eshalev:101/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/eshalev:101", "plots": "https://api.plotly.com/v2/plots/eshalev:101", "parent": "https://api.plotly.com/v2/folders/home?user=eshalev" }, "owner": "eshalev", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 15, "web_url": "https://chart-studio.plotly.com/~eshalev/101/", "world_readable": true, "date_modified": "2024-03-26T14:19:49.820Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~eshalev/101/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "Volume", "text": "", "type": "bar", "xsrc": "eshalev:100:b43824", "ysrc": "eshalev:100:988c09", "yaxis": "y3", "marker": { "line": { "width": 1, "colorsrc": "eshalev:100:2d93de" }, "colorsrc": "eshalev:100:16eaa0" }, "opacity": 0.8, "orientation": "v" }, { "name": "SPY", "type": "candlestick", "xsrc": "eshalev:100:99b8bc", "yaxis": "y2", "lowsrc": "eshalev:100:adf411", "highsrc": "eshalev:100:5de863", "opensrc": "eshalev:100:9ccc6a", "closesrc": "eshalev:100:cb40e8", "decreasing": { "line": { "color": "#db4052" } }, "increasing": { "line": { "color": "#008000" } }, "showlegend": true } ], "layout": { "title": { "font": { "color": "#4D5663" }, "text": "nvda price (2024-01-22 to 2024-01-28)" }, "xaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "anchor": "y2", "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "rangeslider": { "visible": false }, "rangeselector": { "x": 0, "y": 0.9, "font": { "size": 13 }, "bgcolor": "rgba(150, 200, 250, 1)", "buttons": [ { "step": "month", "count": 1, "label": "1m", "stepmode": "backward" }, { "step": "year", "count": 1, "label": "1y", "stepmode": "backward" } ], "visible": false }, "zerolinecolor": "#E1E5ED" }, "yaxis": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED", "showticklabels": false }, "legend": { "x": 0.3, "y": 0.95, "font": { "color": "#4D5663" }, "bgcolor": "#F5F6F9", "yanchor": "bottom", "orientation": "h" }, "margin": { "b": 30, "l": 30, "r": 30, "t": 30 }, "yaxis2": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.23, 0.9 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "yaxis3": { "title": { "font": { "color": "#4D5663" }, "text": "" }, "domain": [ 0.0, 0.15 ], "showgrid": true, "tickfont": { "color": "#4D5663" }, "gridcolor": "#E1E5ED", "zerolinecolor": "#E1E5ED" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "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": { "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 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#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": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "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", "#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": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } }, "showlegend": true, "plot_bgcolor": "#F5F6F9", "paper_bgcolor": "#F5F6F9" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~eshalev", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-04-08 17:43:13", "mapbox_access_tokens": null, "has_password": null, "username": "eshalev", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "