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=cj0xJnA9MjAyNC0wNC0xNiswMiUzQTU5JTNBMzAuNjI5Mjc5JTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTA0LTE2KzAzJTNBMDElM0EzOS4zODEwNzglMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wNC0xNiswNCUzQTA3JTNBNTUuNDgzNTQwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-04-16T04:07:55.483540Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/47.embed", "fid": "akshaynayakkolgar97:47", "filename": "ajsdh", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/47/9_SBQ6PFV38GH6PZ1QFNREE59SKI5EPK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/47/2_GVQP6HGDRXCO3J7BS17X7XAGNTLPB7.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/47/8_NDTR8A9AFLC1HQ90XK7ENPNHXRORWJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/akshaynayakkolgar97/47/9_SBQ6PFV38GH6PZ1QFNREE59SKI5EPK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/akshaynayakkolgar97:47", "plots": "https://api.plotly.com/v2/plots/akshaynayakkolgar97:47", "parent": "https://api.plotly.com/v2/folders/home?user=akshaynayakkolgar97" }, "owner": "akshaynayakkolgar97", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/47/", "world_readable": true, "date_modified": "2024-04-16T04:08:45.594Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97/47/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e557cc", "line": { "dash": "dash", "color": "rgb(155, 57, 34)", "shape": "spline", "width": 2, "smoothing": 1 }, "meta": { "columnNames": { "x": "B", "y": "A", "error_y": { "array": "D", "arrayminus": "C" } } }, "mode": "markers+lines", "type": "scatter", "xsrc": "akshaynayakkolgar97:46:de332b", "ysrc": "akshaynayakkolgar97:46:12a255", "marker": { "line": { "color": "rgb(51, 58, 115)", "width": 1 }, "size": 11, "color": "rgb(100, 32, 170)", "symbol": "circle" }, "error_y": { "meta": { "columnNames": { "array": "D", "arrayminus": "C" } }, "type": "data", "color": "rgb(42, 43, 48)", "value": 10, "width": 8, "visible": true, "arraysrc": "akshaynayakkolgar97:46:66e5c1", "symmetric": false, "thickness": 2, "arrayminussrc": "akshaynayakkolgar97:46:bbea37" }, "connectgaps": false } ], "frames": [], "layout": { "font": { "size": 28 }, "title": { "text": "Line Range" }, "xaxis": { "type": "category", "dtick": 1, "range": [ -0.2941747858593589, 4.294174785859359 ], "tick0": 0, "title": { "text": "Condition" }, "domain": [ 0.25, 0.625 ], "tickson": "labels", "showgrid": true, "showline": false, "tickmode": "auto", "autorange": true, "gridcolor": "rgb(210, 210, 223)", "gridwidth": 1, "tickangle": "auto", "automargin": true, "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0, 100 ], "title": { "text": "Error Percentage (%)" }, "domain": [ 0, 1 ], "autorange": false, "gridcolor": "rgb(210, 210, 223)", "gridwidth": 3, "zerolinecolor": "rgb(210, 210, 223)" }, "margin": { "pad": 10 }, "shapes": [ { "x0": 0.25, "x1": 0.6245188606620478, "y0": -0.0007886435331230235, "y1": 1, "line": { "color": "#444444", "width": 3 }, "xref": "paper", "yref": "paper", "opacity": 0.1, "fillcolor": "rgb(255, 255, 255)" } ], "barmode": "group", "barnorm": "", "modebar": { "orientation": "h" }, "autosize": true, "colorway": [ "#4c78a8", "#f58518", "#e45756", "#72b7b2", "#54a24b", "#eeca3b", "#b279a2", "#ff9da6", "#9d755d", "#bab0ac" ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~akshaynayakkolgar97", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2023-12-08 07:44:36", "mapbox_access_tokens": null, "has_password": null, "username": "akshaynayakkolgar97", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-04-16T04:04:05.071860Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~anagh.purandare/3.embed", "fid": "anagh.purandare:3", "filename": "Operations Accurecy", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/anagh.purandare/3/9_KG4BUXKDW03CMMMYEEDBJNKHPNJKDA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/anagh.purandare/3/2_ZL4OXBEZZIS09DFB2VUL43FP72TJOD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/anagh.purandare/3/8_7506QXMG5CS0CPUK064IHY36ROXLNX.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/anagh.purandare/3/9_KG4BUXKDW03CMMMYEEDBJNKHPNJKDA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/anagh.purandare:3", "plots": "https://api.plotly.com/v2/plots/anagh.purandare:3", "parent": "https://api.plotly.com/v2/folders/home?user=anagh.purandare" }, "owner": "anagh.purandare", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~anagh.purandare/3/", "world_readable": true, "date_modified": "2024-04-16T17:55:23.381Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~anagh.purandare/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "box": { "visible": true }, "meta": { "columnNames": { "x": "", "y": "Simple Addition Score" } }, "mode": "markers", "name": "Simple Addition", "type": "violin", "ysrc": "anagh.purandare:2:ceeb33", "points": "outliers", "meanline": { "visible": true }, "bandwidth": 0 }, { "box": { "visible": true }, "meta": { "columnNames": { "y": "Complex Addition Score" } }, "name": "Complex Addtion", "side": "both", "type": "violin", "ysrc": "anagh.purandare:2:bffa17", "hoveron": "violins+points+kde", "meanline": { "visible": true }, "bandwidth": 0, "scalegroup": "" }, { "box": { "visible": true }, "meta": { "columnNames": { "y": "Simple Subtraction Score" } }, "mode": "markers", "name": "Simple Subtraction", "type": "violin", "ysrc": "anagh.purandare:2:14edf1", "meanline": { "visible": true }, "bandwidth": 0 }, { "box": { "visible": true }, "meta": { "columnNames": { "y": "Complex Subtraction Score" } }, "name": "Complex Subtraction", "type": "violin", "ysrc": "anagh.purandare:2:94cda7", "meanline": { "visible": true }, "bandwidth": 0 }, { "box": { "visible": true }, "meta": { "columnNames": { "y": "Multiplication Score" } }, "name": "Multiplication", "type": "violin", "ysrc": "anagh.purandare:2:cd2aee", "meanline": { "visible": true }, "bandwidth": 0 } ], "frames": [], "layout": { "title": { "text": "Operations Accuracy Scores" }, "xaxis": { "type": "category", "range": [ -0.5, 4.5 ], "title": { "text": "Types of Operations" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 100 ], "title": { "text": "Score ( % accurate)" }, "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(231,231,240)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(183,183,191)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "ticklen": 8, "tickcolor": "rgb(36,36,36)", "tickwidth": 2, "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "rgb(234,234,242)", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "rgb(234,234,242)", "radialaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" }, "zaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "rgb(234,234,242)" } }, "xaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "yaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white" }, "ternary": { "aaxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "showgrid": true, "gridcolor": "white", "linecolor": "white" }, "bgcolor": "rgb(234,234,242)" }, "colorway": [ "rgb(76,114,176)", "rgb(221,132,82)", "rgb(85,168,104)", "rgb(196,78,82)", "rgb(129,114,179)", "rgb(147,120,96)", "rgb(218,139,195)", "rgb(140,140,140)", "rgb(204,185,116)", "rgb(100,181,205)" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#d1e5f0" ], [ 0.7, "#92c5de" ], [ 0.8, "#4393c3" ], [ 0.9, "#2166ac" ], [ 1, "#053061" ] ], "sequential": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ], "sequentialminus": [ [ 0, "rgb(2,4,25)" ], [ 0.06274509803921569, "rgb(24,15,41)" ], [ 0.12549019607843137, "rgb(47,23,57)" ], [ 0.18823529411764706, "rgb(71,28,72)" ], [ 0.25098039215686274, "rgb(97,30,82)" ], [ 0.3137254901960784, "rgb(123,30,89)" ], [ 0.3764705882352941, "rgb(150,27,91)" ], [ 0.4392156862745098, "rgb(177,22,88)" ], [ 0.5019607843137255, "rgb(203,26,79)" ], [ 0.5647058823529412, "rgb(223,47,67)" ], [ 0.6274509803921569, "rgb(236,76,61)" ], [ 0.6901960784313725, "rgb(242,107,73)" ], [ 0.7529411764705882, "rgb(244,135,95)" ], [ 0.8156862745098039, "rgb(245,162,122)" ], [ 0.8784313725490196, "rgb(246,188,153)" ], [ 0.9411764705882353, "rgb(247,212,187)" ], [ 1, "rgb(250,234,220)" ] ] }, "plot_bgcolor": "rgb(234,234,242)", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.5, "fillcolor": "rgb(67,103,167)" }, "annotationdefaults": { "arrowcolor": "rgb(67,103,167)" } }, "themeRef": "SEABORN" } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~anagh.purandare", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/5.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-13 06:49:34", "mapbox_access_tokens": null, "has_password": null, "username": "anagh.purandare", "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-16T04:03:24.363875Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~utnosmas/9.embed", "fid": "utnosmas:9", "filename": "NYU Coefplot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/utnosmas/9/9_GSMU8GY34H1OA6CPZZHOERWPYYH1SB.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/utnosmas/9/2_Y9D9XUVNO16C7P7VDEHRE094PJ7W7B.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/9/8_NU5QWCZY2FDEQ41HW0UKA0TMWFCSZB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/9/9_GSMU8GY34H1OA6CPZZHOERWPYYH1SB.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/utnosmas:9", "plots": "https://api.plotly.com/v2/plots/utnosmas:9", "parent": "https://api.plotly.com/v2/folders/home?user=utnosmas" }, "owner": "utnosmas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~utnosmas/9/", "world_readable": true, "date_modified": "2024-04-21T00:42:06.632Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~utnosmas/9/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "dash", "color": "rgba(190,190,190,1)", "width": 3.7795275590551185 }, "mode": "lines", "text": "xintercept: 0", "type": "scatter", "xsrc": "utnosmas:8:44768d", "ysrc": "utnosmas:8:4f826c", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": false }, { "line": { "color": "transparent" }, "mode": "lines", "name": "(Control,1)", "type": "scatter", "xsrc": "utnosmas:8:5539f1", "ysrc": "utnosmas:8:0d7582", "frame": null, "xaxis": "x", "yaxis": "y", "error_x": { "type": "data", "color": "rgba(248,118,109,1)", "width": 0, "arraysrc": "utnosmas:8:31bba3", "symmetric": false, "arrayminussrc": "utnosmas:8:29e637" }, "opacity": 1, "textsrc": "utnosmas:8:e41fdf", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,1)" }, { "line": { "color": "transparent" }, "mode": "lines", "name": "(NYU,1)", "type": "scatter", "xsrc": "utnosmas:8:c16c94", "ysrc": "utnosmas:8:6baab8", "frame": null, "xaxis": "x", "yaxis": "y", "error_x": { "type": "data", "color": "rgba(0,191,196,1)", "width": 0, "arraysrc": "utnosmas:8:6dbf30", "symmetric": false, "arrayminussrc": "utnosmas:8:651ad6" }, "opacity": 1, "textsrc": "utnosmas:8:6bc403", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,1)" }, { "line": { "color": "transparent" }, "mode": "lines", "name": "(Control,1)", "type": "scatter", "xsrc": "utnosmas:8:dc71bc", "ysrc": "utnosmas:8:82707b", "frame": null, "xaxis": "x", "yaxis": "y", "error_x": { "type": "data", "color": "rgba(248,118,109,1)", "width": 0, "arraysrc": "utnosmas:8:b9a0dc", "symmetric": false, "arrayminussrc": "utnosmas:8:fad5f1" }, "opacity": 1, "textsrc": "utnosmas:8:094ae5", "hoverinfo": "text", "showlegend": false, "legendgroup": "(Control,1)" }, { "line": { "color": "transparent" }, "mode": "lines", "name": "(NYU,1)", "type": "scatter", "xsrc": "utnosmas:8:a5cdca", "ysrc": "utnosmas:8:03ef3d", "frame": null, "xaxis": "x", "yaxis": "y", "error_x": { "type": "data", "color": "rgba(0,191,196,1)", "width": 0, "arraysrc": "utnosmas:8:c86df7", "symmetric": false, "arrayminussrc": "utnosmas:8:9fb9f7" }, "opacity": 1, "textsrc": "utnosmas:8:399ea4", "hoverinfo": "text", "showlegend": false, "legendgroup": "(NYU,1)" }, { "mode": "markers", "name": "(Control,1)", "type": "scatter", "xsrc": "utnosmas:8:ee42fe", "ysrc": "utnosmas:8:9b3633", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "size": 11.338582677165356, "color": "rgba(248,118,109,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "utnosmas:8:c069e9", "hoverinfo": "text", "showlegend": false, "legendgroup": "(Control,1)" }, { "mode": "markers", "name": "(NYU,1)", "type": "scatter", "xsrc": "utnosmas:8:d47f2a", "ysrc": "utnosmas:8:9e157b", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "line": { "color": "rgba(0,191,196,1)", "width": 1.8897637795275593 }, "size": 11.338582677165356, "color": "rgba(0,191,196,1)", "symbol": "circle", "opacity": 1, "autocolorscale": false }, "hoveron": "points", "textsrc": "utnosmas:8:98ec4d", "hoverinfo": "text", "showlegend": false, "legendgroup": "(NYU,1)" } ], "layout": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 17.53424657534247, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Coefficient Plot for the regression of median rent on renters without a first college degree", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ -0.1315592735670776, 0.15315577207611736 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Value" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.652968036529681, "showgrid": true, "showline": false, "tickfont": { "size": 11.689497716894984, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "-0.10", "-0.05", "0.00", "0.05", "0.10", "0.15" ], "tickvals": [ -0.10000000000000002, -0.05000000000000002, 0, 0.04999999999999999, 0.09999999999999998, 0.15000000000000005 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": -90, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "-0.10", "-0.05", "0.00", "0.05", "0.10", "0.15" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 0.4, 5.6 ], "ticks": "outside", "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Coefficient" }, "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": [ "Percent of Renters without a first college degree", "Renter median income", "Renter under 35 years old", "Rented within the last 2 years", "Number of Rental Units" ], "tickvals": [ 1, 2, 3, 4, 5 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.66417600664176, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.66417600664176, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "Percent of Renters without a first college degree", "Renter median income", "Renter under 35 years old", "Rented within the last 2 years", "Number of Rental Units" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 11.689497716894984, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 14.611872146118724, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Model" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.8897637795275593 }, "margin": { "b": 55.17834689960958, "l": 311.96347031963484, "r": 7.305936073059362, "t": 41.22400900006618 }, "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, "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~utnosmas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-15 23:27:41", "mapbox_access_tokens": null, "has_password": null, "username": "utnosmas", "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-16T03:32:41.464842Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Prashanth.klv/20.embed", "fid": "Prashanth.klv:20", "filename": "8. weekly_trace_sunburst_killed", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Prashanth.klv/20/9_EFMQ4VHXEW53GZNDYSGYF2JHYSABBR.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Prashanth.klv/20/2_WXMJPGII1E2Q8O834WW6MNXQBXYEGJ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Prashanth.klv/20/8_OUXNVMDBVHCHTQB6PV4K3CREP8BVJ7.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Prashanth.klv/20/9_EFMQ4VHXEW53GZNDYSGYF2JHYSABBR.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Prashanth.klv:20", "plots": "https://api.plotly.com/v2/plots/Prashanth.klv:20", "parent": "https://api.plotly.com/v2/folders/home?user=Prashanth.klv" }, "owner": "Prashanth.klv", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~Prashanth.klv/20/", "world_readable": true, "date_modified": "2024-04-16T03:32:41.475Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Prashanth.klv/20/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "name": "", "type": "sunburst", "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] }, "idssrc": "Prashanth.klv:19:a345d7", "labelssrc": "Prashanth.klv:19:b3d64e", "valuessrc": "Prashanth.klv:19:4b0415", "parentssrc": "Prashanth.klv:19:b24c77", "branchvalues": "total", "hovertemplate": "labels=%{label}<br>number_of_collisions=%{value}<br>parent=%{parent}<br>id=%{id}<extra></extra>" } ], "layout": { "title": { "x": 0.5, "text": "Number of Deaths per vehicle type and corresponding contributing factor during different week days and hours of the day" }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "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 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Prashanth.klv", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/14.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-13 00:25:15", "mapbox_access_tokens": null, "has_password": null, "username": "Prashanth.klv", "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-16T03:26:58.334014Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asongupup/170.embed", "fid": "asongupup:170", "filename": "Triangle1mV,DC150mV", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/asongupup/170/9_K8L8PPT3QSYVXD81N2C4XSSPR50CDA.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/asongupup/170/2_OX141LUPQ2K82OR2BFAVAH1UEGH6KA.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/asongupup/170/8_YREG34V7BQACBQA93TPVDCQPGCOMMB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/asongupup/170/9_K8L8PPT3QSYVXD81N2C4XSSPR50CDA.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asongupup:170", "plots": "https://api.plotly.com/v2/plots/asongupup:170", "parent": "https://api.plotly.com/v2/folders/home?user=asongupup" }, "owner": "asongupup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Triangle1mV,DC150mV", "views": 1, "web_url": "https://chart-studio.plotly.com/~asongupup/170/triangle1mvdc150mv/", "world_readable": true, "date_modified": "2024-04-16T03:26:58.957Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asongupup/170/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:171:117816", "ysrc": "asongupup:171:e0a585", "xaxis": "x1", "yaxis": "y1", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:171:6bfb2f", "ysrc": "asongupup:171:307cff", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false } ], "layout": { "title": "Triangle1mV,DC150mV", "width": 840, "height": 630, "margin": { "b": 0, "l": 0, "r": 0, "t": 0, "pad": 0 }, "scene1": { "domain": { "x": [ 0.13, 0.905 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene2": { "domain": { "x": [ 0.13, 0.905 ], "y": [ 0.11, 0.451162790697674 ] } }, "xaxis1": { "side": "bottom", "type": "linear", "range": [ 0, 60 ], "ticks": "inside", "title": "Time (s)", "anchor": "y1", "domain": [ 0.13, 0.905 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40", "50", "60" ], "tickvals": [ 0, 10, 20, 30, 40, 50, 60 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 0, 250 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y2", "domain": [ 0.13, 0.905 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "50", "100", "150", "200", "250" ], "tickvals": [ 0, 50, 100, 150, 200, 250 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis1": { "side": "left", "type": "linear", "range": [ -150000, -148975.886779136 ], "ticks": "inside", "title": "uV", "anchor": "x1", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-1.5", "-1.495", "-1.49" ], "tickvals": [ -150000, -149500, -149000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 300000 ], "ticks": "inside", "title": "Amplitude", "anchor": "x2", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3" ], "tickvals": [ 0, 100000, 200000, 300000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "autosize": false, "hovermode": "closest", "titlefont": { "color": "rgba(0,0,0,0)" }, "showlegend": false, "annotations": [ { "x": 0.5175, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Triangle1mV,DC150mV", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.5175, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "<b></b>", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0, "y": 300000, "font": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "text": "x10^5", "xref": "x2", "yref": "y2", "xanchor": "left", "yanchor": "bottom", "showarrow": false } ], "paper_bgcolor": "rgb(255,255,255)" } }, "height": 630, "width": 840, "user": { "profile_url": "https://chart-studio.plotly.com/~asongupup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-27 02:46:05", "mapbox_access_tokens": null, "has_password": null, "username": "asongupup", "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-16T03:22:21.956184Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~utnosmas/7.embed", "fid": "utnosmas:7", "filename": "Youg Renters", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/utnosmas/7/9_4MBHUC4QAXVAIF4KT819ZTFOOXR4Y6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/utnosmas/7/2_1MWVJ3XR303SMISX8EUFBDWE4H6D9R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/7/8_9M18G0M7UYLJANQA5EC0OLIOCDS9X9.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/utnosmas/7/9_4MBHUC4QAXVAIF4KT819ZTFOOXR4Y6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/utnosmas:7", "plots": "https://api.plotly.com/v2/plots/utnosmas:7", "parent": "https://api.plotly.com/v2/folders/home?user=utnosmas" }, "owner": "utnosmas", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 417, "web_url": "https://chart-studio.plotly.com/~utnosmas/7/", "world_readable": true, "date_modified": "2024-04-21T00:52:03.585Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~utnosmas/7/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(Control,Brooklyn)", "text": "intercept: 1324.0077<br />slope: 1.43068626<br />Linetype: Control<br />Color: Brooklyn", "type": "scatter", "xsrc": "utnosmas:6:219177", "ysrc": "utnosmas:6:12be1d", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,Brooklyn)" }, { "line": { "dash": "solid", "color": "rgba(0,186,56,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(Control,Manhattan)", "text": "intercept: 2593.4167<br />slope: 1.87982585<br />Linetype: Control<br />Color: Manhattan", "type": "scatter", "xsrc": "utnosmas:6:1596ba", "ysrc": "utnosmas:6:22a13d", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,Manhattan)" }, { "line": { "dash": "solid", "color": "rgba(97,156,255,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(Control,Queens)", "text": "intercept: 1541.5438<br />slope: 3.36414580<br />Linetype: Control<br />Color: Queens", "type": "scatter", "xsrc": "utnosmas:6:a18d5f", "ysrc": "utnosmas:6:8337ab", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(Control,Queens)" }, { "line": { "dash": "dash", "color": "rgba(248,118,109,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(NYU,Brooklyn)", "text": "intercept: 1533.3420<br />slope: 0.03167377<br />Linetype: NYU<br />Color: Brooklyn", "type": "scatter", "xsrc": "utnosmas:6:a837e1", "ysrc": "utnosmas:6:06ddf7", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,Brooklyn)" }, { "line": { "dash": "dash", "color": "rgba(0,186,56,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(NYU,Manhattan)", "text": "intercept: 480.5985<br />slope: 1.80980914<br />Linetype: NYU<br />Color: Manhattan", "type": "scatter", "xsrc": "utnosmas:6:9b0b10", "ysrc": "utnosmas:6:be603b", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,Manhattan)" }, { "line": { "dash": "dash", "color": "rgba(97,156,255,1)", "width": 1.8897637795275593 }, "mode": "lines", "name": "(NYU,Queens)", "text": "intercept: 2745.6728<br />slope: 5.87170207<br />Linetype: NYU<br />Color: Queens", "type": "scatter", "xsrc": "utnosmas:6:129794", "ysrc": "utnosmas:6:2a9cc5", "frame": null, "xaxis": "x", "yaxis": "y", "hoveron": "points", "hoverinfo": "text", "showlegend": true, "legendgroup": "(NYU,Queens)" } ], "layout": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "x": 0, "font": { "size": 15.940224159402243, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Relationship between new renters and rent", "xref": "paper" }, "xaxis": { "type": "linear", "range": [ -5, 105 ], "ticks": "outside", "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Percentage of new renters" }, "anchor": "y", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "0", "25", "50", "75", "100" ], "tickvals": [ 0, 24.999999999999996, 50, 75, 100 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.6037963696743274, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.6037963696743274, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "0", "25", "50", "75", "100" ], "categoryorder": "array", "showticklabels": true }, "yaxis": { "type": "linear", "range": [ 350, 3650 ], "ticks": "outside", "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Median rent" }, "anchor": "x", "domain": [ 0, 1 ], "nticks": null, "ticklen": 3.3208800332088013, "showgrid": true, "showline": false, "tickfont": { "size": 10.62681610626816, "color": "rgba(77,77,77,1)", "family": "" }, "tickmode": "array", "ticktext": [ "1000", "2000", "3000" ], "tickvals": [ 1000, 2000, 3000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(255,255,255,1)", "gridwidth": 0.6037963696743276, "linecolor": null, "linewidth": 0, "tickangle": 0, "tickcolor": "rgba(51,51,51,1)", "tickwidth": 0.6037963696743276, "automargin": true, "hoverformat": ".2f", "categoryarray": [ "1000", "2000", "3000" ], "categoryorder": "array", "showticklabels": true }, "legend": { "font": { "size": 10.62681610626816, "color": "rgba(0,0,0,1)", "family": "" }, "title": { "font": { "size": 13.283520132835205, "color": "rgba(0,0,0,1)", "family": "" }, "text": "Linetype<br />Color" }, "bgcolor": "rgba(255,255,255,1)", "bordercolor": "transparent", "borderwidth": 1.7179670722977816 }, "margin": { "b": 34.221909385697366, "l": 44.49979244499793, "r": 6.641760066417603, "t": 38.93091727278744 }, "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, "plot_bgcolor": "rgba(235,235,235,1)", "paper_bgcolor": "rgba(255,255,255,1)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~utnosmas", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/97.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-15 23:27:41", "mapbox_access_tokens": null, "has_password": null, "username": "utnosmas", "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-16T03:19:31.074712Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asongupup/168.embed", "fid": "asongupup:168", "filename": "CH8", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/asongupup/168/9_L0PERNZS7FLMVA89YPHEGLGPFF5S4T.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/asongupup/168/2_JWOBIZL2KA14KDMX3L468JVVHWECIQ.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/asongupup/168/8_L96Z4XVNASDZPX9IIXAQAD1CBEBTOV.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/asongupup/168/9_L0PERNZS7FLMVA89YPHEGLGPFF5S4T.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asongupup:168", "plots": "https://api.plotly.com/v2/plots/asongupup:168", "parent": "https://api.plotly.com/v2/folders/home?user=asongupup" }, "owner": "asongupup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "Triangle1mV,DC-150mV", "views": 1, "web_url": "https://chart-studio.plotly.com/~asongupup/168/triangle1mvdc-150mv/", "world_readable": true, "date_modified": "2024-04-16T03:23:47.781Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asongupup/168/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:169:1fc7af", "ysrc": "asongupup:169:90ef75", "xaxis": "x1", "yaxis": "y1", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:169:9b0729", "ysrc": "asongupup:169:01f2a1", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false } ], "layout": { "title": "Triangle1mV,DC-150mV", "width": 840, "height": 630, "margin": { "b": 0, "l": 0, "r": 0, "t": 0, "pad": 0 }, "scene1": { "domain": { "x": [ 0.13, 0.905 ], "y": [ 0.587117128996256, 0.925 ] } }, "scene2": { "domain": { "x": [ 0.13, 0.905 ], "y": [ 0.113279919693931, 0.451162790697674 ] } }, "xaxis1": { "side": "bottom", "type": "linear", "range": [ 0, 50 ], "ticks": "inside", "title": "Time (s)", "anchor": "y1", "domain": [ 0.13, 0.905 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "5", "10", "15", "20", "25", "30", "35", "40", "45", "50" ], "tickvals": [ 0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 0, 250 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y2", "domain": [ 0.13, 0.905 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "50", "100", "150", "200", "250" ], "tickvals": [ 0, 50, 100, 150, 200, 250 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis1": { "side": "left", "type": "linear", "range": [ 148775.138311601, 149745.243757396 ], "ticks": "inside", "title": "uV", "anchor": "x1", "domain": [ 0.587117128996256, 0.925 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "1.488", "1.49", "1.492", "1.494", "1.496" ], "tickvals": [ 148800, 149000, 149200, 149400, 149600 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 300000 ], "ticks": "inside", "title": "Amplitude", "anchor": "x2", "domain": [ 0.113279919693931, 0.451162790697674 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "1", "2", "3" ], "tickvals": [ 0, 100000, 200000, 300000 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "autosize": false, "hovermode": "closest", "titlefont": { "color": "rgba(0,0,0,0)" }, "showlegend": false, "annotations": [ { "x": 0.5175, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "Triangle1mV,DC-150mV", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.5175, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "<b></b>", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0, "y": 300000, "font": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "text": "x10^5", "xref": "x2", "yref": "y2", "xanchor": "left", "yanchor": "bottom", "showarrow": false } ], "paper_bgcolor": "rgb(255,255,255)" } }, "height": 630, "width": 840, "user": { "profile_url": "https://chart-studio.plotly.com/~asongupup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-27 02:46:05", "mapbox_access_tokens": null, "has_password": null, "username": "asongupup", "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-16T03:15:16.278034Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~asongupup/166.embed", "fid": "asongupup:166", "filename": "CH8_1mV", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/asongupup/166/9_8QKJ27XHBCKBV3IKK0BT2SYL611T34.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/asongupup/166/2_FWPRLMVH1HN2CG4I3URQ922U95D96E.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/asongupup/166/8_FV301PY7NKRUXOPKETVIBWCKKFSU66.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/asongupup/166/9_8QKJ27XHBCKBV3IKK0BT2SYL611T34.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/asongupup:166", "plots": "https://api.plotly.com/v2/plots/asongupup:166", "parent": "https://api.plotly.com/v2/folders/home?user=asongupup" }, "owner": "asongupup", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "$\\text{CH8}_1\\text{mV}$", "views": 2, "web_url": "https://chart-studio.plotly.com/~asongupup/166/textch8-1textmv/", "world_readable": true, "date_modified": "2024-04-16T03:15:16.997Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~asongupup/166/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": false, "caption": "", "figure": { "data": [ { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:167:dc46ab", "ysrc": "asongupup:167:2a3b5f", "xaxis": "x1", "yaxis": "y1", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false }, { "line": { "dash": "solid", "color": "rgb(0,113.985,188.955)", "width": 0.5 }, "mode": "lines", "name": "", "type": "scatter", "xsrc": "asongupup:167:d64dbe", "ysrc": "asongupup:167:35981e", "xaxis": "x2", "yaxis": "y2", "marker": { "line": { "width": 0.5 }, "size": 3.6, "color": "rgb(0,113.985,188.955)" }, "visible": true, "showlegend": false } ], "layout": { "title": "$\\text{CH8}_1\\text{mV}$", "width": 840, "height": 630, "margin": { "b": 0, "l": 0, "r": 0, "t": 0, "pad": 0 }, "scene1": { "domain": { "x": [ 0.13, 0.905 ], "y": [ 0.583837209302326, 0.925 ] } }, "scene2": { "domain": { "x": [ 0.13, 0.905 ], "y": [ 0.11, 0.451162790697674 ] } }, "xaxis1": { "side": "bottom", "type": "linear", "range": [ 0, 70 ], "ticks": "inside", "title": "Time (s)", "anchor": "y1", "domain": [ 0.13, 0.905 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "10", "20", "30", "40", "50", "60", "70" ], "tickvals": [ 0, 10, 20, 30, 40, 50, 60, 70 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "xaxis2": { "side": "bottom", "type": "linear", "range": [ 0, 250 ], "ticks": "inside", "title": "Frequency (Hz)", "anchor": "y2", "domain": [ 0.13, 0.905 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "50", "100", "150", "200", "250" ], "tickvals": [ 0, 50, 100, 150, 200, 250 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis1": { "side": "left", "type": "linear", "range": [ -500, 500 ], "ticks": "inside", "title": "uV", "anchor": "x1", "domain": [ 0.583837209302326, 0.925 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "-500", "0", "500" ], "tickvals": [ -500, 0, 500 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "yaxis2": { "side": "left", "type": "linear", "range": [ 0, 400 ], "ticks": "inside", "title": "Amplitude", "anchor": "x2", "domain": [ 0.11, 0.451162790697674 ], "mirror": "ticks", "ticklen": 6.51, "showgrid": false, "showline": true, "tickfont": { "size": 9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "tickmode": "array", "ticktext": [ "0", "100", "200", "300", "400" ], "tickvals": [ 0, 100, 200, 300, 400 ], "zeroline": false, "autorange": false, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "tickangle": 0, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "titlefont": { "size": 9.9, "color": "rgb(38.250000,38.250000,38.250000)", "family": "Arial, sans-serif" }, "exponentformat": "none", "showticklabels": true }, "autosize": false, "hovermode": "closest", "titlefont": { "color": "rgba(0,0,0,0)" }, "showlegend": false, "annotations": [ { "x": 0.5175, "y": 0.935, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "$\\text{CH8}_1\\text{mV}$", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 }, { "x": 0.5175, "y": 0.461162790697674, "font": { "size": 9.9, "color": "rgb(0,0,0)", "family": "Arial, sans-serif" }, "text": "<b></b>", "xref": "paper", "yref": "paper", "align": "center", "xanchor": "center", "yanchor": "bottom", "borderpad": 3, "showarrow": false, "textangle": 0, "bordercolor": "rgba(0,0,0,0)", "borderwidth": 0.5 } ], "paper_bgcolor": "rgb(255,255,255)" } }, "height": 630, "width": 840, "user": { "profile_url": "https://chart-studio.plotly.com/~asongupup", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/6.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-27 02:46:05", "mapbox_access_tokens": null, "has_password": null, "username": "asongupup", "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-16T03:04:25.732104Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~leofan/7.embed", "fid": "leofan:7", "filename": "Time Required to Complete the Steps for Each Participant", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/leofan/7/9_P7I2WIOG9UI6ODCA8M3ZJUUP5FF1O0.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/leofan/7/2_08D1DN2BS6RFMWJE69FPUB4KLAW0EX.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/leofan/7/8_20E9QSKS0V0Z5YYX42WESZXDN7MMPJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/leofan/7/9_P7I2WIOG9UI6ODCA8M3ZJUUP5FF1O0.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/leofan:7", "plots": "https://api.plotly.com/v2/plots/leofan:7", "parent": "https://api.plotly.com/v2/folders/home?user=leofan" }, "owner": "leofan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~leofan/7/", "world_readable": true, "date_modified": "2024-04-16T03:41:38.290Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~leofan/7/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "Steps", "y": "C1_1" } }, "mode": "markers", "name": "C1_1", "type": "bar", "xsrc": "leofan:8:21c3f1", "ysrc": "leofan:8:70764a", "visible": true, "orientation": "v" }, { "meta": { "columnNames": { "x": "Steps", "y": "C1_2" } }, "name": "C1_2", "type": "bar", "xsrc": "leofan:8:21c3f1", "ysrc": "leofan:8:ef8474", "orientation": "v" }, { "meta": { "columnNames": { "x": "Steps", "y": "C1_3" } }, "name": "C1_3", "type": "bar", "xsrc": "leofan:8:21c3f1", "ysrc": "leofan:8:b4533c", "orientation": "v" }, { "meta": { "columnNames": { "x": "Steps", "y": "C2_1" } }, "name": "C2_1", "type": "bar", "xsrc": "leofan:8:21c3f1", "ysrc": "leofan:8:dc41da", "orientation": "v" }, { "meta": { "columnNames": { "x": "Steps", "y": "C2_3" } }, "name": "C2_3", "type": "bar", "xsrc": "leofan:8:21c3f1", "ysrc": "leofan:8:753728", "orientation": "v" }, { "meta": { "columnNames": { "x": "Steps", "y": "C2_4" } }, "name": "C2_4", "type": "bar", "xsrc": "leofan:8:21c3f1", "ysrc": "leofan:8:66e2a8", "orientation": "v" } ], "frames": [], "layout": { "font": { "size": 25, "color": "rgb(68, 68, 68)" }, "title": { "x": 0.5, "font": { "size": 40 }, "text": "Time Required to Complete the Steps for Each Participant" }, "xaxis": { "type": "category", "range": [ -0.5, 3.5 ], "title": { "font": { "size": 30 }, "text": "" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 0, 17.389473684210525 ], "title": { "text": "Time in minutes" }, "autorange": true }, "autosize": true, "colorway": [ "#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd", "#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf" ], "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, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~leofan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/27.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-09 06:39:01", "mapbox_access_tokens": null, "has_password": null, "username": "leofan", "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-16T03:01:39.381078Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hiteshrane5/8.embed", "fid": "hiteshrane5:8", "filename": "plot from API (1)", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/hiteshrane5:8/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/hiteshrane5:8/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/hiteshrane5:8/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/hiteshrane5:8/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hiteshrane5:8", "plots": "https://api.plotly.com/v2/plots/hiteshrane5:8", "parent": "https://api.plotly.com/v2/folders/home?user=hiteshrane5" }, "owner": "hiteshrane5", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~hiteshrane5/8/", "world_readable": true, "date_modified": "2024-04-16T03:01:40.369Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hiteshrane5/8/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "contour", "zsrc": "hiteshrane5:9:", "contours": { "coloring": "heatmap", "labelfont": { "size": 12, "color": "white", "family": "Raleway" }, "showlabels": true } } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~hiteshrane5", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/57.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-10 03:48:18", "mapbox_access_tokens": null, "has_password": null, "username": "hiteshrane5", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "