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=cD0yMDI0LTA0LTI2KzE1JTNBMjAlM0E0Ny4zODg2MDQlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI0LTA0LTI2KzEzJTNBMTIlM0ExMy43MzU4MzclMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNC0wNC0yNisxNSUzQTE3JTNBMjguNzM5Nzg1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-26T15:17:28.739785Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jrdai/1.embed", "fid": "jrdai:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jrdai/1/9_8L50RZQN98GVTZSJHTFS8RWB7APC7C.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jrdai/1/2_JVASEXAYJQK8Z5V1ASVC4DI5CCNK1M.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jrdai/1/8_W0GLBGGD7QI0F05Z8B4UBVA5QKBDYJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jrdai/1/9_8L50RZQN98GVTZSJHTFS8RWB7APC7C.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jrdai:1", "plots": "https://api.plotly.com/v2/plots/jrdai:1", "parent": "https://api.plotly.com/v2/folders/home?user=jrdai" }, "owner": "jrdai", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~jrdai/1/", "world_readable": true, "date_modified": "2024-04-26T15:23:36.311Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jrdai/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "d9d729", "meta": { "columnNames": { "x": "B", "y": "A" } }, "mode": "markers", "type": "scatter", "xsrc": "jrdai:0:e6e256", "ysrc": "jrdai:0:bf4f32" }, { "uid": "89498f", "transforms": [ { "rms": 0.032514184938611385, "type": "fit", "xmid": 32.500000000000014, "ymid": -3.5264972222222246, "inputUid": "d9d729", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0008395126452181286, "value": -0.10097000000000012 }, { "hold": false, "name": "b", "error": 0.02362100772982908, "value": -0.24497222222221837 } ], "regressand": "y", "correlation": 0.999758130988178, "fitfunction": "m*x + b", "inputxrange": [ 1, 45 ], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Force over Displacement" }, "xaxis": { "type": "linear", "range": [ 1.5140845070422535, 63.485915492957744 ], "title": { "text": "Displacement (cm)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -6.6197158200581185, -0.288843863340346 ], "title": { "text": "Force (N)" }, "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/~jrdai", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/51.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-26 15:17:05", "mapbox_access_tokens": null, "has_password": null, "username": "jrdai", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T14:52:13.088817Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~AlessandraV1234/31.embed", "fid": "AlessandraV1234:31", "filename": "Order_ex_time", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/AlessandraV1234/31/9_H20SDXJ7LSSKX5E3DIJ93DZM9NN8YT.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/AlessandraV1234/31/2_VF55H6583LNJ7AWES0KOGZH58MFFDS.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/AlessandraV1234/31/8_NZ0FLMZ9TL00EDM62XQU08TZFRHVQT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/AlessandraV1234/31/9_H20SDXJ7LSSKX5E3DIJ93DZM9NN8YT.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/AlessandraV1234:31", "plots": "https://api.plotly.com/v2/plots/AlessandraV1234:31", "parent": "https://api.plotly.com/v2/folders/home?user=AlessandraV1234" }, "owner": "AlessandraV1234", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 6, "web_url": "https://chart-studio.plotly.com/~AlessandraV1234/31/", "world_readable": true, "date_modified": "2024-04-26T15:56:52.634Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [ { "profile_url": "https://chart-studio.plotly.com/~andrea.ferrari", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/33.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-26 13:26:52", "mapbox_access_tokens": null, "has_password": null, "username": "andrea.ferrari", "email": null, "is_active": null, "readonly": false, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } ], "count": 1 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~AlessandraV1234/31/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(25, 211, 243)" }, "meta": { "columnNames": { "x": "A", "y": "B" } }, "mode": "lines", "name": "Rnd_15", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:86838d", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(171, 99, 250)" }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "Rnd_20", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:418e01", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(99, 110, 250)" }, "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "Rnd_25", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:9c8c41", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(254, 203, 82)" }, "meta": { "columnNames": { "x": "A", "y": "E" } }, "mode": "lines", "name": "Min_15", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:35b26d", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(255, 161, 90)" }, "meta": { "columnNames": { "x": "A", "y": "F" } }, "mode": "lines", "name": "Min_20", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:bf8126", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(239, 85, 59)" }, "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "lines", "name": "Min_25", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:298846", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(173, 255, 47)" }, "meta": { "columnNames": { "x": "A", "y": "H" } }, "mode": "lines", "name": "Zone_15", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:ef24aa", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(0, 204, 150)" }, "meta": { "columnNames": { "x": "A", "y": "I" } }, "mode": "lines", "name": "Zone_20", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:4d9bd8", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false }, { "line": { "color": "rgb(8, 143, 58)" }, "meta": { "columnNames": { "x": "A", "y": "J" } }, "mode": "lines", "name": "Zone_25", "type": "scatter", "xsrc": "AlessandraV1234:30:bd3dec", "ysrc": "AlessandraV1234:30:0442b2", "xaxis": "x", "visible": true, "stackgaps": "interpolate", "stackgroup": "", "connectgaps": false } ], "frames": [], "layout": { "title": { "text": "Click to enter Plot title" }, "xaxis": { "side": "bottom", "range": [ 50, 80 ], "title": { "font": { "size": 20 }, "text": "Start capacity [%]" }, "tickfont": { "size": 15 }, "autorange": true, "gridcolor": "rgb(236, 239, 244)" }, "yaxis": { "type": "linear", "range": [ 189.90277777777777, 287.64722222222224 ], "title": { "font": { "size": 20 }, "text": "OET [s]" }, "tickfont": { "size": 15 }, "autorange": true, "showticklabels": true }, "legend": { "valign": "top", "xanchor": "auto", "yanchor": "auto", "orientation": "v" }, "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" }, "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~AlessandraV1234", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/60.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-01-20 23:29:36", "mapbox_access_tokens": null, "has_password": null, "username": "AlessandraV1234", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T14:02:37.977844Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~s364206/1.embed", "fid": "s364206:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/s364206/1/9_820ANR0WMXWX1EFAYKMLQXGZO6FX7U.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/s364206/1/2_0YT4I4TYBFAZWWUTACSVX7Y272KEP2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/s364206/1/8_17LWUBP6W5MFTS7QIRI58YLS202UCY.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/s364206/1/9_820ANR0WMXWX1EFAYKMLQXGZO6FX7U.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/s364206:1", "plots": "https://api.plotly.com/v2/plots/s364206:1", "parent": "https://api.plotly.com/v2/folders/home?user=s364206" }, "owner": "s364206", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~s364206/1/", "world_readable": true, "date_modified": "2024-04-29T19:25:57.614Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~s364206/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "labels": "A", "values": "B" } }, "mode": "markers", "name": "<br>", "type": "pie", "title": { "text": "Studenter på MF" }, "domain": { "x": [ 0, 0.5 ], "y": [ 0, 1 ] }, "textinfo": "value+percent", "labelssrc": "s364206:2:45bc69", "valuessrc": "s364206:2:f4d432" }, { "meta": { "columnNames": { "labels": "A", "values": "C" } }, "type": "pie", "title": { "text": "Respondenter" }, "domain": { "x": [ 0.5, 1 ], "y": [ 0, 1 ] }, "textinfo": "value+percent", "labelssrc": "s364206:2:45bc69", "valuessrc": "s364206:2:9bca0f" } ], "frames": [], "layout": { "title": { "x": 0.02, "text": "Bortfallsanalyse" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "bargap": 0.19999999999999996, "margin": { "b": 0, "l": 0, "r": 0, "t": 100, "pad": 0 }, "barnorm": "", "modebar": { "orientation": "h" }, "autosize": true, "colorway": [ "#e41a1c", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33", "#a65628", "#f781bf", "#999999" ], "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" }, "clickmode": "event", "annotations": [], "bargroupgap": 0 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~s364206", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-26 14:02:12", "mapbox_access_tokens": null, "has_password": null, "username": "s364206", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:50:34.029532Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~labheshnp888/28.embed", "fid": "labheshnp888:28", "filename": "BSFC", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/labheshnp888/28/9_AB7H60R3OE6PLEOKVDEOEM204NJ46P.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/labheshnp888/28/2_XDFMP5F49UC9I00MT5H3UTL0CVST6A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/labheshnp888/28/8_VOLUT1Z1J7THWB0VFZF4T6T95BKSIT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/labheshnp888/28/9_AB7H60R3OE6PLEOKVDEOEM204NJ46P.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/labheshnp888:28", "plots": "https://api.plotly.com/v2/plots/labheshnp888:28", "parent": "https://api.plotly.com/v2/folders/home?user=labheshnp888" }, "owner": "labheshnp888", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~labheshnp888/28/", "world_readable": true, "date_modified": "2024-04-26T13:50:34.039Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~labheshnp888/28/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "D" } }, "mode": "lines", "name": "<b>CNG</b>", "type": "scatter", "xsrc": "labheshnp888:27:c4bc2a", "ysrc": "labheshnp888:27:5f405e", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "G" } }, "mode": "lines", "name": "<b>H5CNG95</b>", "type": "scatter", "xsrc": "labheshnp888:27:c4bc2a", "ysrc": "labheshnp888:27:86e947", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "J" } }, "mode": "lines", "name": "<b>H10CNG90</b>", "type": "scatter", "xsrc": "labheshnp888:27:c4bc2a", "ysrc": "labheshnp888:27:29c5b7", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "M" } }, "mode": "lines", "name": "<b>H15CNG85</b>", "type": "scatter", "xsrc": "labheshnp888:27:c4bc2a", "ysrc": "labheshnp888:27:3bab05", "orientation": "v" }, { "meta": { "columnNames": { "x": "A", "y": "P" } }, "mode": "lines", "name": "<b>H18CNG82</b>", "type": "scatter", "xsrc": "labheshnp888:27:c4bc2a", "ysrc": "labheshnp888:27:1abce1", "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 2154.7913282960244, 6654.7913282960235 ], "title": { "text": "<b>Speed ( RPM )</b>" }, "showgrid": false, "showline": true, "zeroline": false, "autorange": false }, "yaxis": { "type": "linear", "range": [ 787.7793395114361, 7149.371736641735 ], "title": { "text": "<b>BSFC (g/kW-h)</b>" }, "showgrid": false, "showline": true, "zeroline": false, "autorange": false }, "legend": { "x": 0.7219513687828071, "y": 1.0466666666666666 }, "autosize": true, "dragmode": "pan" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~labheshnp888", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/12.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-3.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-18 09:24:15", "mapbox_access_tokens": null, "has_password": null, "username": "labheshnp888", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:48:46.065289Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tlacroix/195.embed", "fid": "tlacroix:195", "filename": "FINAL - AutPhi Corpus Pubs by Year Graph copy copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tlacroix/195/9_ISR39KFRO8YMQKA9O1GCXJ0RUSM4KB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tlacroix/195/2_T1H3FVPFUDN5QTMYBKAFBSAGYTPY3N.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tlacroix/195/8_7505H8PLEUDNAPWYIZ8VO2Y2IJ3RA2.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tlacroix/195/9_ISR39KFRO8YMQKA9O1GCXJ0RUSM4KB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tlacroix:195", "plots": "https://api.plotly.com/v2/plots/tlacroix:195", "parent": "https://api.plotly.com/v2/folders/home?user=tlacroix" }, "owner": "tlacroix", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~tlacroix/195/", "world_readable": true, "date_modified": "2024-04-26T13:48:46.379Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tlacroix/195/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline", "width": 3 }, "meta": { "columnNames": { "x": "Year", "y": "Number of Pubs Per Year" } }, "mode": "lines", "name": "Corpus", "type": "scatter", "xsrc": "tlacroix:194:bbce51", "ysrc": "tlacroix:194:244125", "marker": { "color": "rgb(99, 110, 250)" }, "opacity": 0.85, "visible": true, "orientation": "v" }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Year", "y": "Keyword vaccine" } }, "mode": "lines", "name": "Vaccines", "type": "scatter", "xsrc": "tlacroix:194:bbce51", "ysrc": "tlacroix:194:bb8fb1", "visible": "legendonly", "stackgroup": null }, { "line": { "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "Year", "y": "Keyword Empathy" } }, "mode": "lines", "name": "Empathy", "type": "scatter", "xsrc": "tlacroix:194:bbce51", "ysrc": "tlacroix:194:8601d3", "visible": "legendonly", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Year", "y": "Keyword ToM" } }, "mode": "lines", "name": "ToM", "type": "scatter", "xsrc": "tlacroix:194:bbce51", "ysrc": "tlacroix:194:8f8bf2", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 24 }, "title": { "font": { "size": 32 }, "text": "Number of Publications by Year" }, "xaxis": { "type": "linear", "range": [ 1941, 2024 ], "title": { "font": { "size": 26 }, "text": "Year" }, "nticks": 17, "tickfont": { "size": 20 }, "autorange": false, "tickangle": 45, "separatethousands": false }, "yaxis": { "type": "linear", "range": [ -4.5, 81.5 ], "title": { "font": { "size": 26 }, "text": "Number of Articles" }, "tickfont": { "size": 20 }, "autorange": false }, "legend": { "x": 0.07364902822053786, "y": 0.23551327442692754 }, "barmode": "stack", "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" }, "showlegend": true, "plot_bgcolor": "rgb(250, 249, 246)", "paper_bgcolor": "rgb(250, 249, 246)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tlacroix", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-29 15:30:07", "mapbox_access_tokens": null, "has_password": null, "username": "tlacroix", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:48:35.165838Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tlacroix/193.embed", "fid": "tlacroix:193", "filename": "FINAL - AutPhi Corpus Pubs by Year Graph copy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/tlacroix/193/9_TJKQ0NGVA9OMT6OUL03AFSJB6MKCZ7.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/tlacroix/193/2_YCYS7L9OUD414WGG9YGG1LGLHAKAOF.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/tlacroix/193/8_764OT8E8M2IBP980SPRPKJ5QN1145S.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/tlacroix/193/9_TJKQ0NGVA9OMT6OUL03AFSJB6MKCZ7.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tlacroix:193", "plots": "https://api.plotly.com/v2/plots/tlacroix:193", "parent": "https://api.plotly.com/v2/folders/home?user=tlacroix" }, "owner": "tlacroix", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~tlacroix/193/", "world_readable": true, "date_modified": "2024-04-26T13:52:18.896Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tlacroix/193/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline", "width": 3 }, "meta": { "columnNames": { "x": "Year", "y": "Number of Pubs Per Year" } }, "mode": "lines", "name": "Corpus", "type": "scatter", "xsrc": "tlacroix:192:bbce51", "ysrc": "tlacroix:192:244125", "marker": { "color": "rgb(99, 110, 250)" }, "opacity": 0.85, "visible": true, "orientation": "v" }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Year", "y": "Keyword ToM" } }, "mode": "lines", "name": "ToM", "type": "scatter", "xsrc": "tlacroix:192:bbce51", "ysrc": "tlacroix:192:8f8bf2", "visible": true, "stackgroup": null }, { "line": { "shape": "spline", "width": 2 }, "meta": { "columnNames": { "x": "Year", "y": "Keyword Empathy" } }, "mode": "lines", "name": "Empathy", "type": "scatter", "xsrc": "tlacroix:192:bbce51", "ysrc": "tlacroix:192:8601d3", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 24 }, "title": { "font": { "size": 32 }, "text": "Number of Publications by Year" }, "xaxis": { "type": "linear", "range": [ 1941, 2024 ], "title": { "font": { "size": 26 }, "text": "Year" }, "nticks": 17, "tickfont": { "size": 20 }, "autorange": false, "tickangle": 45, "separatethousands": false }, "yaxis": { "type": "linear", "range": [ -4.5, 81.5 ], "title": { "font": { "size": 26 }, "text": "Number of Articles" }, "tickfont": { "size": 20 }, "autorange": false }, "legend": { "x": 0.07364902822053786, "y": 0.23551327442692754 }, "barmode": "stack", "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" }, "showlegend": true, "plot_bgcolor": "rgb(250, 249, 246)", "paper_bgcolor": "rgb(250, 249, 246)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tlacroix", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-03-29 15:30:07", "mapbox_access_tokens": null, "has_password": null, "username": "tlacroix", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:46:22.016611Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~beubax/1.embed", "fid": "beubax:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/beubax/1/9_X9TJF6FD506Z2UFWVZT2F8J5RAWBTM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/beubax/1/2_DVDNZ0QBXQQUAOZJ9SAHO03R9POT6T.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/beubax/1/8_F1VD5KUZ8OMTGHS32MFWP0SBF5AMF0.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/beubax/1/9_X9TJF6FD506Z2UFWVZT2F8J5RAWBTM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/beubax:1", "plots": "https://api.plotly.com/v2/plots/beubax:1", "parent": "https://api.plotly.com/v2/folders/home?user=beubax" }, "owner": "beubax", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~beubax/1/", "world_readable": true, "date_modified": "2024-04-29T15:43:45.866Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~beubax/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "caabe3", "fill": "none", "meta": { "columnNames": { "x": "x", "y": "y", "z": "y", "text": "", "marker": { "size": "x", "color": "x" } } }, "mode": "markers", "name": "JohnsonJohnson", "type": "scatter", "xsrc": "beubax:0:b7ec14", "ysrc": "beubax:0:8386b5", "zsrc": "beubax:0:8386b5", "index": 0, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "#444", "width": 0 }, "meta": { "columnNames": { "size": "x", "color": "x" } }, "symbol": "circle", "opacity": 1, "sizeref": 0.8178687983887943, "sizesrc": "beubax:0:b7ec14", "colorsrc": "beubax:0:b7ec14", "sizemode": "area", "colorscale": [ [ 0, "#00224e" ], [ 0.1111111111111111, "#123570" ], [ 0.2222222222222222, "#3b496c" ], [ 0.3333333333333333, "#575d6d" ], [ 0.4444444444444444, "#707173" ], [ 0.5555555555555556, "#8a8678" ], [ 0.6666666666666666, "#a59c74" ], [ 0.7777777777777778, "#c3b369" ], [ 0.8888888888888888, "#e1cc55" ], [ 1, "#fee838" ] ], "maxdisplayed": 0, "reversescale": false }, "error_x": { "visible": false }, "error_y": { "visible": false }, "hoveron": "points", "opacity": 1, "visible": true, "hoverinfo": "x+y+z+text", "showlegend": true, "legendgroup": "", "autocolorscale": false } ], "frames": [], "layout": { "font": { "size": 12, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "scene": { "camera": { "up": { "x": -0.408248290463863, "y": -0.408248290463863, "z": 0.8164965809277261 }, "eye": { "x": 1.4016601630700465, "y": 1.4016601630700467, "z": 1.4016601630700465 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "smith": false, "title": { "font": { "size": 17, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "Accuracy (Top 5) vs Number of Trainable" }, "width": 853, "xaxis": { "side": "bottom", "type": "linear", "color": "#444", "range": [ -71.36999269056712, 1444.7629404983577 ], "ticks": "", "title": { "font": { "size": 14, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "Number of Trainable Parameters (M)" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": 0, "showgrid": true, "showline": false, "tickfont": { "size": 12, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(238, 238, 238)", "gridwidth": 1, "rangemode": "normal", "tickangle": "auto", "fixedrange": false, "tickformat": "", "tickprefix": "", "ticksuffix": "", "hoverformat": "", "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true }, "yaxis": { "side": "left", "type": "linear", "color": "#444", "range": [ 0.5243253810170387, 1.088962699325241 ], "ticks": "", "title": { "font": { "size": 14, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "text": "Accuracy (Top 5)" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": 0, "showgrid": true, "showline": false, "tickfont": { "size": 12, "color": "#444", "family": "\"Open Sans\", verdana, arial, sans-serif" }, "tickmode": "auto", "zeroline": true, "autorange": true, "gridcolor": "rgb(238, 238, 238)", "gridwidth": 1, "rangemode": "normal", "tickangle": "auto", "fixedrange": false, "tickformat": "", "tickprefix": "", "ticksuffix": "", "hoverformat": "", "showexponent": "all", "zerolinecolor": "#444", "zerolinewidth": 1, "exponentformat": "B", "showticklabels": true }, "height": 478.938, "margin": { "b": 80, "l": 80, "r": 80, "t": 100, "pad": 0, "autoexpand": true }, "shapes": [], "autosize": true, "dragmode": "zoom", "hovermode": "closest", "separators": ".,", "showlegend": false, "annotations": [ { "x": 1283.960962735896, "y": 1.02853328733239, "ax": -12, "ay": -21, "text": "VideoMAEV2" }, { "x": 277.5812379640267, "y": 0.9784563244060434, "ax": -7, "ay": -23, "text": "ZeroI2V" }, { "x": 19.42296073993849, "y": 0.8861269240105916, "ax": 51, "ay": -17, "text": "Ours (Graph Based)" }, { "x": 24.982650237350278, "y": 0.8454393916329348, "ax": 101, "ay": 1, "text": "Ours (Spatial Aggregation)" }, { "x": 87.25117260836254, "y": 0.7562398014203797, "ax": 32, "ay": -7, "text": "SVT" }, { "x": 44.99753242803279, "y": 0.661871261651419, "ax": 36, "ay": -1, "text": "C3D" }, { "x": 22.758774438385554, "y": 0.6357421093788579, "ax": 25, "ay": 48, "text": "Video-MoCo" } ], "hidesources": false, "plot_bgcolor": "#fff", "paper_bgcolor": "#fff" } }, "height": 478, "width": 853, "user": { "profile_url": "https://chart-studio.plotly.com/~beubax", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/25.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-14.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-26 13:45:49", "mapbox_access_tokens": null, "has_password": null, "username": "beubax", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:43:41.977108Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~mohammedafrozkhan70/2.embed", "fid": "mohammedafrozkhan70:2", "filename": "Plot 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/mohammedafrozkhan70/2/9_H72MH4BOJ9UPQ46E66QL3WFSK6D88I.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/mohammedafrozkhan70/2/2_0D02DWTUXFKC0XFY694B4COT8OFM50.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammedafrozkhan70/2/8_NM6M03F8583B8YMRLTBJC8E08T0Y8H.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/mohammedafrozkhan70/2/9_H72MH4BOJ9UPQ46E66QL3WFSK6D88I.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/mohammedafrozkhan70:2", "plots": "https://api.plotly.com/v2/plots/mohammedafrozkhan70:2", "parent": "https://api.plotly.com/v2/folders/home?user=mohammedafrozkhan70" }, "owner": "mohammedafrozkhan70", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~mohammedafrozkhan70/2/", "world_readable": true, "date_modified": "2024-04-26T13:43:41.990Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~mohammedafrozkhan70/2/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "[Sound Absorption Coefficient]", "y": "" } }, "mode": "markers", "type": "scatter", "xsrc": "mohammedafrozkhan70:1:4ee940" } ], "frames": [], "layout": { "title": { "text": "x" }, "xaxis": { "type": "linear", "range": [ -32.38763661202188, 1698.3876366120219 ], "autorange": true }, "yaxis": { "range": [ -62.400611620795104, 832.4006116207951 ], "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/~mohammedafrozkhan70", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-04-26 13:43:21", "mapbox_access_tokens": null, "has_password": null, "username": "mohammedafrozkhan70", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:21:08.109211Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Candela098/1.embed", "fid": "Candela098:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Candela098/1/9_MRX2QI70S4N1NAHPB3TO2KTS1JYEO0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Candela098/1/2_X10L8J5E8ZZXFD68SU5TO2XIXIINOO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Candela098/1/8_UWZPV24AF5MYC93S4BXYV11E9KP39D.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Candela098/1/9_MRX2QI70S4N1NAHPB3TO2KTS1JYEO0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Candela098:1", "plots": "https://api.plotly.com/v2/plots/Candela098:1", "parent": "https://api.plotly.com/v2/folders/home?user=Candela098" }, "owner": "Candela098", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Candela098/1/", "world_readable": true, "date_modified": "2024-04-26T13:21:08.122Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Candela098/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "L0*ΔT (mm*°C)", "y": "ΔL (mm)", "error_x": { "array": " δ L0*ΔT" }, "error_y": { "array": "δΔL (mm)" } } }, "mode": "markers", "type": "scatter", "xsrc": "Candela098:0:0951dc", "ysrc": "Candela098:0:41b5df", "marker": { "color": "rgb(120, 123, 162)", "symbol": "octagon" }, "error_x": { "meta": { "columnNames": { "array": " δ L0*ΔT" } }, "type": "data", "visible": true, "arraysrc": "Candela098:0:2b1b70", "symmetric": true }, "error_y": { "meta": { "columnNames": { "array": "δΔL (mm)" } }, "type": "data", "visible": true, "arraysrc": "Candela098:0:7a02ba", "symmetric": true, "thickness": 2 }, "opacity": 1 } ], "frames": [], "layout": { "font": { "family": "Old Standard TT" }, "title": { "text": "Variación del coeficiente lineal en función de la temperatura " }, "xaxis": { "type": "linear", "range": [ -2519.366515837104, 43259.3665158371 ], "title": { "text": "[mm* °C]" }, "autorange": true }, "yaxis": { "range": [ -7.119221411192216, 95.11922141119221 ], "title": { "text": "[mm]" }, "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Candela098", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.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": "2024-04-25 01:22:53", "mapbox_access_tokens": null, "has_password": null, "username": "Candela098", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-26T13:12:13.735837Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~sstef/54.embed", "fid": "sstef:54", "filename": "Plot 54", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/sstef/54/9_51ZT4SBCMCW2MYQW9JPAQET8TVKIZ8.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/sstef/54/2_ORZZ95W89SEJAJN5XHEH3HTBEFCIY6.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/sstef/54/8_0DKK2N0R7DHZYNWLV03PL82LL4DKGW.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/sstef/54/9_51ZT4SBCMCW2MYQW9JPAQET8TVKIZ8.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/sstef:54", "plots": "https://api.plotly.com/v2/plots/sstef:54", "parent": "https://api.plotly.com/v2/folders/home?user=sstef" }, "owner": "sstef", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~sstef/54/", "world_readable": true, "date_modified": "2024-04-26T13:12:13.747Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~sstef/54/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "shape": "spline" }, "meta": { "columnNames": { "y": "Data Set 1:Intensity(rel)" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "ysrc": "sstef:53:14d612", "visible": "legendonly", "stackgroup": null }, { "line": { "shape": "spline" }, "meta": { "columnNames": { "x": "Data Set 1:Angle(°)", "y": "Data Set 1:Intensity(rel)" } }, "mode": "lines", "name": "%{meta.columnNames.y}", "type": "scatter", "xsrc": "sstef:53:57b47b", "ysrc": "sstef:53:14d612", "xaxis": "x", "yaxis": "y2", "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 12, "color": "rgb(33, 33, 33)", "family": "'Georgia', serif" }, "title": { "font": { "size": 0, "color": "", "family": "" }, "text": "" }, "width": 700, "xaxis": { "type": "linear", "range": [ 0, 359.75 ], "title": { "text": "Click to enter X axis title" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -4.072222222222223, 195.37222222222223 ], "title": { "text": "Click to enter Y axis title" }, "autorange": true }, "bargap": 0.2, "boxgap": 0.3, "height": 450, "legend": { "x": 0.9833333333333334, "y": 0.7777777777777778, "font": { "size": 0, "color": "", "family": "" }, "bgcolor": "rgba(255, 255, 255, 0)", "traceorder": "reversed", "bordercolor": "#000", "borderwidth": 1 }, "margin": { "b": 80, "l": 80, "r": 80, "t": 100, "pad": 0 }, "yaxis2": { "side": "right", "type": "linear", "range": [ -4.072222222222223, 195.37222222222223 ], "autorange": true, "overlaying": "y" }, "barmode": "stack", "boxmode": "overlay", "autosize": true, "dragmode": "zoom", "hovermode": "x", "separators": ".,", "showlegend": true, "bargroupgap": 0, "boxgroupgap": 0.3, "plot_bgcolor": "#fff", "paper_bgcolor": "#fff" } }, "height": 450, "width": 700, "user": { "profile_url": "https://chart-studio.plotly.com/~sstef", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-12.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2017-02-19 16:29:53", "mapbox_access_tokens": null, "has_password": null, "username": "sstef", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "