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=cD0yMDI0LTAzLTI2KzAwJTNBNTIlM0EzMC44NDI3ODYlMkIwMCUzQTAw&format=api
https://api.plot.ly/v2/plots?cursor=cD0yMDI0LTAzLTI1KzIzJTNBNDIlM0ExNi43NjQyMzElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots?cursor=cj0xJnA9MjAyNC0wMy0yNiswMCUzQTM2JTNBNDUuMjkzNjI1JTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2024-03-26T00:36:45.293625Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~shashopping.xo/20.embed", "fid": "shashopping.xo:20", "filename": "enzymes 2", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/20/9_O9BY350NPTZPKIRCKMC7LIAFBPFC4N.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/20/2_SUR4X6B1TUASPNBR0F47TFX71LF9O2.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/20/8_5T0JD2NFVWZ3KEAAF6AVW057RF23EJ.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/20/9_O9BY350NPTZPKIRCKMC7LIAFBPFC4N.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/shashopping.xo:20", "plots": "https://api.plotly.com/v2/plots/shashopping.xo:20", "parent": "https://api.plotly.com/v2/folders/home?user=shashopping.xo" }, "owner": "shashopping.xo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~shashopping.xo/20/", "world_readable": true, "date_modified": "2024-03-26T00:36:59.948Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~shashopping.xo/20/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3f0a03", "meta": { "columnNames": { "x": "Time(s)", "y": "0 C" } }, "mode": "markers", "name": "0 C", "type": "scatter", "xsrc": "shashopping.xo:19:39e77b", "ysrc": "shashopping.xo:19:31bb2b", "visible": true }, { "uid": "f43d02", "meta": { "columnNames": { "x": "Time(s)", "y": "20 C" } }, "mode": "markers", "name": "20 C", "type": "scatter", "xsrc": "shashopping.xo:19:39e77b", "ysrc": "shashopping.xo:19:cc5e94", "visible": true, "stackgroup": null }, { "uid": "157d2e", "meta": { "columnNames": { "x": "Time(s)", "y": "40 C" } }, "mode": "markers", "name": "40 C", "type": "scatter", "xsrc": "shashopping.xo:19:39e77b", "ysrc": "shashopping.xo:19:8167aa", "visible": true, "stackgroup": null }, { "uid": "3fb2a9", "meta": { "columnNames": { "x": "Time(s)", "y": "60 C" } }, "mode": "markers", "name": "60 C", "type": "scatter", "xsrc": "shashopping.xo:19:39e77b", "ysrc": "shashopping.xo:19:47c95d", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "0 C, 20 C, 40 C, 60 C" }, "xaxis": { "type": "linear", "range": [ -12.183198250353788, 212.1831982503538 ], "title": { "text": "Time(s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.014, 1.158324364723468 ], "autorange": false }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "annotations": [ { "x": 143.5494433529797, "y": 0.8374776964833609, "ax": -29, "ay": 108, "font": { "size": 10, "color": "rgb(89, 35, 201)" }, "text": "<b>Y=0.003676726849155511x+</b>\n<b>0.2667728596389041</b>" }, { "x": 100, "y": 0.7696062858941075, "ax": -62, "ay": -48, "font": { "size": 10, "color": "rgb(232, 85, 15)" }, "text": "y=<b>0.004950186371578385x+</b>\n<b>0.20973383808968357</b>" }, { "x": 180.87753765553373, "y": 1.0534321847218946, "ax": -100, "ay": -22, "font": { "size": 10, "color": "rgb(97, 212, 190)" }, "text": "y=<b>0.00529280722189873x+</b>\n<b>0.14256086196854098</b>" }, { "x": 130.45186640471513, "y": 0.05078634647156002, "ax": -10, "ay": -72, "font": { "color": "rgb(152, 18, 247)" }, "text": "y=<b>0.0002851543389633107x+</b>\n<b>0.012613278974956175</b>" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~shashopping.xo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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-03-12 02:36:48", "mapbox_access_tokens": null, "has_password": null, "username": "shashopping.xo", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T00:36:02.525574Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ilhamlawani/16.embed", "fid": "ilhamlawani:16", "filename": "temperature plot(P.E.D.)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/16/9_ITNQTAOYJ63GKC5T4D21W53JU38C5D.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/16/2_ITJTTIPDO3DOX1Q48BXY2V19LQZ6HU.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/16/8_B9ULNITVAALIGXG7JFSY2LQ18Z6O23.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/16/9_ITNQTAOYJ63GKC5T4D21W53JU38C5D.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ilhamlawani:16", "plots": "https://api.plotly.com/v2/plots/ilhamlawani:16", "parent": "https://api.plotly.com/v2/folders/home?user=ilhamlawani" }, "owner": "ilhamlawani", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 5, "web_url": "https://chart-studio.plotly.com/~ilhamlawani/16/", "world_readable": true, "date_modified": "2024-03-26T00:36:02.538Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ilhamlawani/16/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "27ae9b", "meta": { "columnNames": { "x": "Time(s)", "y": "0 C" } }, "mode": "markers", "name": "0 C", "type": "scatter", "xsrc": "ilhamlawani:15:ef2ea8", "ysrc": "ilhamlawani:15:8389c6" }, { "uid": "f6230b", "meta": { "columnNames": { "x": "Time(s)", "y": "20 C" } }, "mode": "markers", "name": "20 C", "type": "scatter", "xsrc": "ilhamlawani:15:ef2ea8", "ysrc": "ilhamlawani:15:911f8a", "stackgroup": null }, { "uid": "d07449", "meta": { "columnNames": { "x": "Time(s)", "y": "40 C" } }, "mode": "markers", "name": "40 C", "type": "scatter", "xsrc": "ilhamlawani:15:ef2ea8", "ysrc": "ilhamlawani:15:e6d234", "stackgroup": null }, { "uid": "cb72d1", "meta": { "columnNames": { "x": "Time(s)", "y": "60 C" } }, "mode": "markers", "name": "60 C", "type": "scatter", "xsrc": "ilhamlawani:15:ef2ea8", "ysrc": "ilhamlawani:15:a878d0", "stackgroup": null }, { "uid": "ad7330", "transforms": [ { "rms": "", "type": "fit", "inputUid": "27ae9b", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0001495581533023962, "value": 0.003676726849155511 }, { "hold": false, "name": "b", "error": 0.017312607901112304, "value": 0.2667728596389041 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "eed2ef", "transforms": [ { "rms": "", "type": "fit", "inputUid": "f6230b", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0001058009728396143, "value": 0.004950186371578409 }, { "hold": false, "name": "b", "error": 0.012247348057478272, "value": 0.20973383808968035 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "69e0d1", "transforms": [ { "rms": "", "type": "fit", "inputUid": "d07449", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 8.838190156271177e-05, "value": 0.00529280722189873 }, { "hold": false, "name": "b", "error": 0.01023094477648309, "value": 0.14256086196854098 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "d66d8d", "transforms": [ { "rms": "", "type": "fit", "inputUid": "cb72d1", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 4.380940304976477e-05, "value": 0.0002851543389633107 }, { "hold": false, "name": "b", "error": 0.005071305045126928, "value": 0.012613278974956175 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Temperature Enzyme Data plot" }, "xaxis": { "type": "linear", "range": [ -12.45368132753343, 212.45368132753342 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.10471588863771762, 1.269850632400182 ], "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/~ilhamlawani", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-20 01:18:19", "mapbox_access_tokens": null, "has_password": null, "username": "ilhamlawani", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T00:21:54.702757Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~shashopping.xo/18.embed", "fid": "shashopping.xo:18", "filename": "Enzymes", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/18/9_MUG94O4K54JRQK47B1RSH44E62P4WS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/18/2_2A0DPIJBT63B5J57FVK47T3KOXJRMM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/18/8_2WP0Q44DKGTA84QI5DBKB2C03GENKT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/shashopping.xo/18/9_MUG94O4K54JRQK47B1RSH44E62P4WS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/shashopping.xo:18", "plots": "https://api.plotly.com/v2/plots/shashopping.xo:18", "parent": "https://api.plotly.com/v2/folders/home?user=shashopping.xo" }, "owner": "shashopping.xo", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~shashopping.xo/18/", "world_readable": true, "date_modified": "2024-03-26T00:22:12.976Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~shashopping.xo/18/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "6f556c", "meta": { "columnNames": { "x": "Time(s)", "y": "pH3" } }, "mode": "markers", "name": "pH3", "type": "scatter", "xsrc": "shashopping.xo:17:0dd802", "ysrc": "shashopping.xo:17:cf3f8e" }, { "uid": "e30cca", "meta": { "columnNames": { "x": "Time(s)", "y": "pH5" } }, "mode": "markers", "name": "pH5", "type": "scatter", "xsrc": "shashopping.xo:17:0dd802", "ysrc": "shashopping.xo:17:d19ce2", "stackgroup": null }, { "uid": "50efb2", "meta": { "columnNames": { "x": "Time(s)", "y": "pH7" } }, "mode": "markers", "name": "pH7", "type": "scatter", "xsrc": "shashopping.xo:17:0dd802", "ysrc": "shashopping.xo:17:ae7c7a", "stackgroup": null }, { "uid": "c88f33", "meta": { "columnNames": { "x": "Time(s)", "y": "pH10" } }, "mode": "markers", "name": "pH10", "type": "scatter", "xsrc": "shashopping.xo:17:0dd802", "ysrc": "shashopping.xo:17:83a92c", "stackgroup": null } ], "frames": [], "layout": { "title": { "text": "pH3, pH5, pH7, pH10" }, "xaxis": { "type": "linear", "range": [ -15.56510112799062, 264.8945810196871 ], "title": { "text": "Time(s)" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.08623600694484322, 2.189354438727263 ], "title": { "text": "Click to enter Y axis title" }, "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" }, "annotations": [ { "x": 121.98910415630813, "y": 0.66851325151988, "ax": 19, "ay": -44, "font": { "size": 9, "color": "rgb(71, 31, 235)" }, "text": "y= 0.00343082306830907x+0.23445000000000005" }, { "x": 142.3517940941937, "y": 1.7433985953346272, "ax": 154, "ay": 33, "font": { "size": 10, "color": "rgb(224, 59, 47)" }, "text": "y=0.009333321668532943x+0.39156250000001064 " }, { "x": 98.13573091930047, "y": 1.6204568273092368, "ax": 31, "ay": -86, "font": { "size": 10, "color": "rgb(75, 209, 154)" }, "text": "y=0.009333321668532943x+0.39156250000001064" }, { "x": 176.2742562354869, "y": 0.041426077375927975, "ax": 94, "ay": -87, "font": { "size": 10, "color": "rgb(161, 79, 222)" }, "text": "y=0.009333321668532943x+0.39156250000001064" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~shashopping.xo", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/63.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-03-12 02:36:48", "mapbox_access_tokens": null, "has_password": null, "username": "shashopping.xo", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T00:20:19.452746Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ilhamlawani/14.embed", "fid": "ilhamlawani:14", "filename": "pH plot (P.E)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/14/9_2WFLPRVK4LZZNIT8VP4ET64N3MVTL6.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/14/2_JAIMDYXVLV2DEK4UY5XEP7SQ37QJ6R.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/14/8_L2CPR7IXWSPY3LS4DFC7W7O2G81DYC.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ilhamlawani/14/9_2WFLPRVK4LZZNIT8VP4ET64N3MVTL6.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ilhamlawani:14", "plots": "https://api.plotly.com/v2/plots/ilhamlawani:14", "parent": "https://api.plotly.com/v2/folders/home?user=ilhamlawani" }, "owner": "ilhamlawani", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 3, "web_url": "https://chart-studio.plotly.com/~ilhamlawani/14/", "world_readable": true, "date_modified": "2024-03-26T00:20:19.461Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ilhamlawani/14/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "3ef179", "meta": { "columnNames": { "x": "Time(s)", "y": "pH3" } }, "mode": "markers", "name": "pH3", "type": "scatter", "xsrc": "ilhamlawani:13:33af94", "ysrc": "ilhamlawani:13:1ef5c4" }, { "uid": "4131e6", "meta": { "columnNames": { "x": "Time(s)", "y": "pH5" } }, "mode": "markers", "name": "pH5", "type": "scatter", "xsrc": "ilhamlawani:13:33af94", "ysrc": "ilhamlawani:13:c6ad01", "stackgroup": null }, { "uid": "e2279d", "meta": { "columnNames": { "x": "Time(s)", "y": "pH7" } }, "mode": "markers", "name": "pH 7", "type": "scatter", "xsrc": "ilhamlawani:13:33af94", "ysrc": "ilhamlawani:13:d9432d", "stackgroup": null }, { "uid": "1370ed", "meta": { "columnNames": { "x": "Time(s)", "y": "pH10" } }, "mode": "markers", "name": "pH10", "type": "scatter", "xsrc": "ilhamlawani:13:33af94", "ysrc": "ilhamlawani:13:93158b", "stackgroup": null }, { "uid": "cf8ac2", "transforms": [ { "rms": "", "type": "fit", "inputUid": "3ef179", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 6.798763212192765e-05, "value": 0.00343082306830907 }, { "hold": false, "name": "b", "error": 0.007399103718127349, "value": 0.23445000000000005 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "4c8366", "transforms": [ { "rms": "", "type": "fit", "inputUid": "4131e6", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.00025273775613766176, "value": 0.00933332166853321 }, { "hold": false, "name": "b", "error": 0.027505486112464044, "value": 0.391562499999978 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "623571", "transforms": [ { "rms": "", "type": "fit", "inputUid": "e2279d", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0002808441699446694, "value": 0.008034056550951853 }, { "hold": false, "name": "b", "error": 0.03056431114302259, "value": 0.6569039473684204 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "216fc7", "transforms": [ { "rms": 0.006552670430067305, "type": "fit", "xmid": 94.00000000000001, "ymid": 0.0583578947368421, "inputUid": "1370ed", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 1.2257943262639173e-05, "value": -0.00015767777155655124 }, { "hold": false, "name": "b", "error": 0.0013340337167285442, "value": 0.07317960526315792 } ], "regressand": "y", "correlation": 0.8001144747750291, "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ -11.71753616122217, 199.71753616122217 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.11331364454677169, 2.287339222289165 ], "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/~ilhamlawani", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/37.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-4.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-20 01:18:19", "mapbox_access_tokens": null, "has_password": null, "username": "ilhamlawani", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-26T00:15:04.796855Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~HugoRB/1.embed", "fid": "HugoRB:1", "filename": "body-fat-percent", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/HugoRB/1/9_7DQI58F3G5K3WZG6MWBKLLGQ3LVSQO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/HugoRB/1/2_FXGPUGUAG1TU8A3FFQ5A94QIYG8IY1.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/HugoRB/1/8_BHXL7XUUKXOZNL391L6R44OLCNF3D3.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/HugoRB/1/9_7DQI58F3G5K3WZG6MWBKLLGQ3LVSQO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/HugoRB:1", "plots": "https://api.plotly.com/v2/plots/HugoRB:1", "parent": "https://api.plotly.com/v2/folders/home?user=HugoRB" }, "owner": "HugoRB", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 32, "web_url": "https://chart-studio.plotly.com/~HugoRB/1/", "world_readable": true, "date_modified": "2024-03-26T00:16:45.231Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~HugoRB/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "data.1.x", "y": "data.1.y", "text": "data.1.text", "hoverinfo": "data.1.hoverinfo" } }, "mode": "markers", "type": "scatter", "xsrc": "HugoRB:0:171db7", "ysrc": "HugoRB:0:0ff629", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 262.75, "cmin": 118.5, "line": { "cmax": 262.75, "cmin": 118.5, "meta": { "columnNames": { "color": "data.1.marker.line.color" } }, "colorbar": { "title": "", "ticklen": 2 }, "colorsrc": "HugoRB:0:9604d2", "showscale": false, "colorscale": [ [ "0", "rgba(165,0,38,1)" ], [ "0.0416666666666667", "rgba(186,25,39,1)" ], [ "0.0833333333333334", "rgba(207,42,39,1)" ], [ "0.125", "rgba(222,66,46,1)" ], [ "0.166666666666667", "rgba(235,91,57,1)" ], [ "0.208333333333333", "rgba(245,115,69,1)" ], [ "0.25", "rgba(249,143,82,1)" ], [ "0.291666666666667", "rgba(253,169,94,1)" ], [ "0.333333333333333", "rgba(254,191,112,1)" ], [ "0.375", "rgba(254,212,132,1)" ], [ "0.416666666666667", "rgba(254,229,152,1)" ], [ "0.458333333333333", "rgba(255,242,171,1)" ], [ "0.5", "rgba(255,255,191,1)" ], [ "0.541666666666667", "rgba(244,250,215,1)" ], [ "0.583333333333333", "rgba(230,245,239,1)" ], [ "0.625", "rgba(211,236,244,1)" ], [ "0.666666666666667", "rgba(189,226,238,1)" ], [ "0.708333333333333", "rgba(167,213,231,1)" ], [ "0.75", "rgba(144,195,221,1)" ], [ "0.791666666666667", "rgba(121,177,211,1)" ], [ "0.833333333333333", "rgba(101,154,199,1)" ], [ "0.875", "rgba(82,131,187,1)" ], [ "0.916666666666667", "rgba(67,106,175,1)" ], [ "0.958333333333334", "rgba(59,80,162,1)" ], [ "1", "rgba(49,54,149,1)" ] ] }, "meta": { "columnNames": { "size": "data.1.marker.size", "color": "data.1.marker.color" } }, "sizesrc": "HugoRB:0:f1adc5", "colorbar": { "title": { "text": "Weight" }, "ticklen": 2 }, "colorsrc": "HugoRB:0:efb64f", "sizemode": "area", "showscale": false, "colorscale": [ [ "0", "rgba(165,0,38,1)" ], [ "0.0416666666666667", "rgba(186,25,39,1)" ], [ "0.0833333333333334", "rgba(207,42,39,1)" ], [ "0.125", "rgba(222,66,46,1)" ], [ "0.166666666666667", "rgba(235,91,57,1)" ], [ "0.208333333333333", "rgba(245,115,69,1)" ], [ "0.25", "rgba(249,143,82,1)" ], [ "0.291666666666667", "rgba(253,169,94,1)" ], [ "0.333333333333333", "rgba(254,191,112,1)" ], [ "0.375", "rgba(254,212,132,1)" ], [ "0.416666666666667", "rgba(254,229,152,1)" ], [ "0.458333333333333", "rgba(255,242,171,1)" ], [ "0.5", "rgba(255,255,191,1)" ], [ "0.541666666666667", "rgba(244,250,215,1)" ], [ "0.583333333333333", "rgba(230,245,239,1)" ], [ "0.625", "rgba(211,236,244,1)" ], [ "0.666666666666667", "rgba(189,226,238,1)" ], [ "0.708333333333333", "rgba(167,213,231,1)" ], [ "0.75", "rgba(144,195,221,1)" ], [ "0.791666666666667", "rgba(121,177,211,1)" ], [ "0.833333333333333", "rgba(101,154,199,1)" ], [ "0.875", "rgba(82,131,187,1)" ], [ "0.916666666666667", "rgba(67,106,175,1)" ], [ "0.958333333333334", "rgba(59,80,162,1)" ], [ "1", "rgba(49,54,149,1)" ] ] }, "error_x": { "width": [] }, "error_y": { "width": [] }, "textsrc": "HugoRB:0:c4a5fa", "textfont": { "meta": { "columnNames": { "size": "data.1.textfont.size" } }, "sizesrc": "HugoRB:0:cf2039" }, "hoverinfosrc": "HugoRB:0:821a7e" }, { "meta": { "columnNames": { "x": "data.2.x", "y": "data.2.y" } }, "mode": "markers", "type": "scatter", "xsrc": "HugoRB:0:caece8", "ysrc": "HugoRB:0:f6a92e", "frame": null, "xaxis": "x", "yaxis": "y", "marker": { "cmax": 262.75, "cmin": 118.5, "line": { "color": "rgba(255,127,14,1)" }, "meta": { "columnNames": { "color": "data.2.marker.color" } }, "colorbar": { "x": 1.02, "y": 1, "len": 0.5, "title": { "text": "Weight" }, "lenmode": "fraction", "ticklen": 2, "yanchor": "top" }, "colorsrc": "HugoRB:0:ea06f3", "showscale": true, "colorscale": [ [ "0", "rgba(165,0,38,1)" ], [ "0.0416666666666667", "rgba(186,25,39,1)" ], [ "0.0833333333333334", "rgba(207,42,39,1)" ], [ "0.125", "rgba(222,66,46,1)" ], [ "0.166666666666667", "rgba(235,91,57,1)" ], [ "0.208333333333333", "rgba(245,115,69,1)" ], [ "0.25", "rgba(249,143,82,1)" ], [ "0.291666666666667", "rgba(253,169,94,1)" ], [ "0.333333333333333", "rgba(254,191,112,1)" ], [ "0.375", "rgba(254,212,132,1)" ], [ "0.416666666666667", "rgba(254,229,152,1)" ], [ "0.458333333333333", "rgba(255,242,171,1)" ], [ "0.5", "rgba(255,255,191,1)" ], [ "0.541666666666667", "rgba(244,250,215,1)" ], [ "0.583333333333333", "rgba(230,245,239,1)" ], [ "0.625", "rgba(211,236,244,1)" ], [ "0.666666666666667", "rgba(189,226,238,1)" ], [ "0.708333333333333", "rgba(167,213,231,1)" ], [ "0.75", "rgba(144,195,221,1)" ], [ "0.791666666666667", "rgba(121,177,211,1)" ], [ "0.833333333333333", "rgba(101,154,199,1)" ], [ "0.875", "rgba(82,131,187,1)" ], [ "0.916666666666667", "rgba(67,106,175,1)" ], [ "0.958333333333334", "rgba(59,80,162,1)" ], [ "1", "rgba(49,54,149,1)" ] ] }, "opacity": 0, "hoverinfo": "none", "showlegend": false } ], "frames": [], "layout": { "title": { "text": "Body Fat Percentage by Abdomen, Weight and Age (point size)" }, "xaxis": { "type": "linear", "range": [ 65.88240798861527, 129.74907626500362 ], "title": { "text": "Abdomen Circumference (in)" }, "domain": [ 0, 1 ], "zeroline": false, "autorange": true, "automargin": true }, "yaxis": { "type": "linear", "range": [ -3.224844961913559, 50.83098556455024 ], "title": { "text": "Body Fat % (Siri Method)" }, "domain": [ 0, 1 ], "zeroline": false, "autorange": true, "automargin": true }, "legend": { "y": 0.5, "yanchor": "top" }, "margin": { "b": 40, "l": 60, "r": 10, "t": 25 }, "hovermode": "closest", "showlegend": false } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~HugoRB", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/35.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-8.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-25 23:16:31", "mapbox_access_tokens": null, "has_password": null, "username": "HugoRB", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-25T23:48:29.219637Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~hanaylim/35.embed", "fid": "hanaylim:35", "filename": "Original to Transcoded to Consumption Ladder Flow", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/hanaylim/35/9_15VZ9BKCC2KJUAANF6T2N2AF7LM2YG.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/hanaylim/35/2_HIM3Y2B64DCF4XMG0SRMYQFYMOLE7A.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/hanaylim/35/8_ISEWHRQ60W850OW8BC3F1AX7GOVG3K.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/hanaylim/35/9_15VZ9BKCC2KJUAANF6T2N2AF7LM2YG.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/hanaylim:35", "plots": "https://api.plotly.com/v2/plots/hanaylim:35", "parent": "https://api.plotly.com/v2/folders/home?user=hanaylim" }, "owner": "hanaylim", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 48, "web_url": "https://chart-studio.plotly.com/~hanaylim/35/", "world_readable": true, "date_modified": "2024-03-25T23:48:29.228Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~hanaylim/35/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "link": { "valuesrc": "hanaylim:34:def934", "sourcesrc": "hanaylim:34:696090", "targetsrc": "hanaylim:34:c6e9b1" }, "node": { "pad": 15, "line": { "color": "black", "width": 0.5 }, "labelsrc": "hanaylim:34:125324", "thickness": 20 }, "type": "sankey" } ], "layout": { "font": { "size": 10 }, "title": { "text": "Flow from Original to Transcoded to Consumption (Ordered by Metrics)" }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "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", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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 } } } ], "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": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "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/~hanaylim", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/77.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": "2021-02-28 07:06:52", "mapbox_access_tokens": null, "has_password": null, "username": "hanaylim", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-25T23:43:45.470628Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~VanessaGuetz/37.embed", "fid": "VanessaGuetz:37", "filename": "Pricing and Wildfire Risk of CA Homes", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/VanessaGuetz/37/9_QH5LS94CJKWHR55ZLYK5XAAN3KETJ5.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/VanessaGuetz/37/2_NDL4WKIZ8K6CNHK806NF0OTLESH390.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/VanessaGuetz/37/8_EZOKYIYS1QRCVDAF498TY6EE86RHVL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/VanessaGuetz/37/9_QH5LS94CJKWHR55ZLYK5XAAN3KETJ5.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/VanessaGuetz:37", "plots": "https://api.plotly.com/v2/plots/VanessaGuetz:37", "parent": "https://api.plotly.com/v2/folders/home?user=VanessaGuetz" }, "owner": "VanessaGuetz", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 4, "web_url": "https://chart-studio.plotly.com/~VanessaGuetz/37/", "world_readable": true, "date_modified": "2024-03-27T18:15:13.619Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~VanessaGuetz/37/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "B", "y": "Wildfire" } }, "mode": "markers", "name": "Santa Rosa Valley", "type": "scatter", "xsrc": "VanessaGuetz:31:12d379", "ysrc": "VanessaGuetz:31:1755f1", "marker": { "line": { "width": 1 }, "size": 9, "color": "rgb(251, 115, 236)" }, "opacity": 1 }, { "meta": { "columnNames": { "x": "B", "y": "Wildfire" } }, "mode": "markers", "name": "Camarillo", "type": "scatter", "xsrc": "VanessaGuetz:30:1d4c11", "ysrc": "VanessaGuetz:30:2592dc", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Calabasas", "type": "scatter", "xsrc": "VanessaGuetz:33:e33e7f", "ysrc": "VanessaGuetz:33:51f99e", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Simi Valley", "type": "scatter", "xsrc": "VanessaGuetz:34:b04785", "ysrc": "VanessaGuetz:34:89ef02", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Los Angeles", "type": "scatter", "xsrc": "VanessaGuetz:35:577393", "ysrc": "VanessaGuetz:35:0a63c8", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Beverly Hills", "type": "scatter", "xsrc": "VanessaGuetz:36:b912ca", "ysrc": "VanessaGuetz:36:a5eee2", "marker": { "line": { "width": 1 }, "size": 9, "color": "rgb(216, 4, 246)" }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Westlake Village", "type": "scatter", "xsrc": "VanessaGuetz:26:d1c937", "ysrc": "VanessaGuetz:26:d4d7d0", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Agoura Hills", "type": "scatter", "xsrc": "VanessaGuetz:28:efdfe2", "ysrc": "VanessaGuetz:28:8502e4", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Oak View", "type": "scatter", "xsrc": "VanessaGuetz:27:10b341", "ysrc": "VanessaGuetz:27:6b96dd", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "B", "y": "C" } }, "mode": "markers", "name": "Ojai", "type": "scatter", "xsrc": "VanessaGuetz:29:893173", "ysrc": "VanessaGuetz:28:8502e4", "marker": { "line": { "width": 1 }, "size": 9 }, "stackgroup": null }, { "meta": { "columnNames": { "x": "money", "y": "score" } }, "mode": "markers", "name": "Malibu", "type": "scatter", "xsrc": "VanessaGuetz:32:5a350b", "ysrc": "VanessaGuetz:32:811365", "marker": { "line": { "width": 1 }, "size": 9, "color": "rgb(94, 108, 239)", "symbol": "circle" }, "stackgroup": null } ], "frames": [], "layout": { "scene": { "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "<b>Pricing of SoCal Homes Relative to Wildfire Risk</b>" }, "xaxis": { "range": [ -2795622.463261022, 61194622.46326102 ], "title": { "text": "<b>Prices of Built Homes (Millions US$)</b>" }, "nticks": 0, "showgrid": false, "tickmode": "auto", "autorange": true, "fixedrange": false, "zerolinewidth": 2 }, "yaxis": { "type": "linear", "range": [ 0.4300641423546451, 8.569935857645355 ], "title": { "text": "<b>Wildfire Risk Score (Out of 10)</b>" }, "nticks": 9, "showgrid": true, "autorange": true, "gridwidth": 1.3 }, "legend": { "title": { "text": "<b>Home Locations by City</b>" }, "orientation": "v" }, "margin": { "b": 80, "l": 80, "r": 80, "t": 100, "pad": 0 }, "autosize": true, "dragmode": "pan", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "#C8D4E3", "linecolor": "#C8D4E3", "endlinecolor": "#2a3f5f", "minorgridcolor": "#C8D4E3", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "#C8D4E3" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" }, "angularaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "", "gridcolor": "#DFE8F3", "gridwidth": 2, "linecolor": "#EBF0F8", "zerolinecolor": "#EBF0F8", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#EBF0F8", "linecolor": "#EBF0F8", "automargin": true, "zerolinecolor": "#EBF0F8", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "baxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "caxis": { "ticks": "", "gridcolor": "#DFE8F3", "linecolor": "#A2B1C6" }, "bgcolor": "white" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#506784" }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#506784", "arrowwidth": 1 } }, "themeRef": "PLOTLY_WHITE" }, "hoverlabel": { "font": { "size": 14 } }, "showlegend": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~VanessaGuetz", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/3.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-24 19:14:38", "mapbox_access_tokens": null, "has_password": null, "username": "VanessaGuetz", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-25T23:43:08.024496Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~prachi_1234/4.embed", "fid": "prachi_1234:4", "filename": "plot from API (2)", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/prachi_1234/4/9_SZLAIMXCT5TASOXK93LBYP7OYA0DXN.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/prachi_1234/4/2_4JUI3M4DTOXLE25GXP0CXW19QV2BCM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/prachi_1234/4/8_EP5RT1G23TVG39DVAEQY2N84JYPF0O.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/prachi_1234/4/9_SZLAIMXCT5TASOXK93LBYP7OYA0DXN.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/prachi_1234:4", "plots": "https://api.plotly.com/v2/plots/prachi_1234:4", "parent": "https://api.plotly.com/v2/folders/home?user=prachi_1234" }, "owner": "prachi_1234", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~prachi_1234/4/", "world_readable": true, "date_modified": "2024-03-25T23:43:08.432Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~prachi_1234/4/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "type": "scatter", "xsrc": "prachi_1234:5:d4d4b0", "ysrc": "prachi_1234:5:452351" } ], "layout": {} }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~prachi_1234", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/16.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-13.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-03-25 20:56:25", "mapbox_access_tokens": null, "has_password": null, "username": "prachi_1234", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-25T23:42:36.447193Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~abdulkerimgok/70.embed", "fid": "abdulkerimgok:70", "filename": "Yayın-Plot", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/abdulkerimgok:70/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/abdulkerimgok:70/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/abdulkerimgok/70/8_S87T9AIR3O8SJW4JORL5N6N5916HKE.png", "list-thumb": "https://api.plotly.com/v2/files/abdulkerimgok:70/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/abdulkerimgok:70", "plots": "https://api.plotly.com/v2/plots/abdulkerimgok:70", "parent": "https://api.plotly.com/v2/folders/home?user=abdulkerimgok" }, "owner": "abdulkerimgok", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~abdulkerimgok/70/", "world_readable": true, "date_modified": "2025-05-08T13:31:42.469Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~abdulkerimgok/70/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "A", "y": "B", "text": "B" } }, "mode": "markers", "name": "Yayın Sayısı", "type": "bar", "xsrc": "abdulkerimgok:69:b94c58", "ysrc": "abdulkerimgok:69:1157d2", "marker": { "line": { "color": "rgb(248, 5, 44)", "width": 2 }, "color": "rgb(51, 7, 170)" }, "textsrc": "abdulkerimgok:69:1157d2", "textfont": { "color": "rgb(0, 0, 0)" }, "textangle": 45, "orientation": "v", "textposition": "outside" }, { "line": { "color": "rgb(245, 223, 5)" }, "meta": { "columnNames": { "x": "A", "y": "C" } }, "mode": "lines", "name": "Kişi Başına Düşen Yayın Sayısı", "type": "scatter", "xsrc": "abdulkerimgok:69:b94c58", "ysrc": "abdulkerimgok:69:29c559", "yaxis": "y2", "opacity": 1, "orientation": "v" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 2019.5, 2025.5 ], "title": { "text": "Yıllar" }, "mirror": "ticks", "showline": true, "autorange": true, "linecolor": "rgb(0, 0, 0)" }, "yaxis": { "type": "linear", "range": [ 0, 25 ], "title": { "text": "Yayın Sayısı" }, "mirror": "ticks", "showline": true, "autorange": false, "linecolor": "rgb(0, 0, 0)" }, "bargap": 0, "legend": { "x": 0.008468052347959968, "y": 0.9821135905881668, "itemsizing": "trace", "traceorder": "normal", "orientation": "h" }, "margin": { "t": 80 }, "yaxis2": { "side": "right", "type": "linear", "range": [ 0.5, 1.5 ], "title": { "text": "Öğretim Üyesi Başına Düşen Yayın Sayısı" }, "autorange": false, "overlaying": "y" }, "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, "bargroupgap": 0.5 } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~abdulkerimgok", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/70.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": "2021-12-07 08:20:03", "mapbox_access_tokens": null, "has_password": null, "username": "abdulkerimgok", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } }, { "creation_time": "2024-03-25T23:42:16.764231Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Jacobscoll/23.embed", "fid": "Jacobscoll:23", "filename": "Plot 23", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/23/9_NIWD9GR7HU17VLJ68EZDEJ398BGDFF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/23/2_K8SIAD3GB9180I2YRPW29YZ6V160QO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/23/8_EKNE5PF91E3C2TR0YTHL8UPT2JKLJL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Jacobscoll/23/9_NIWD9GR7HU17VLJ68EZDEJ398BGDFF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Jacobscoll:23", "plots": "https://api.plotly.com/v2/plots/Jacobscoll:23", "parent": "https://api.plotly.com/v2/folders/home?user=Jacobscoll" }, "owner": "Jacobscoll", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~Jacobscoll/23/", "world_readable": true, "date_modified": "2024-03-25T23:42:16.775Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Jacobscoll/23/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "8a80e2", "meta": { "columnNames": { "x": "Time", "y": ".2x Substrate" } }, "mode": "markers", "name": ".2x Substrate", "type": "scatter", "xsrc": "Jacobscoll:22:453988", "ysrc": "Jacobscoll:22:00ce0d" }, { "uid": "ae3c08", "meta": { "columnNames": { "x": "Time", "y": "1x Substrate" } }, "mode": "markers", "name": "1x Substrate", "type": "scatter", "xsrc": "Jacobscoll:22:453988", "ysrc": "Jacobscoll:22:522434", "stackgroup": null }, { "uid": "557d19", "meta": { "columnNames": { "x": "Time", "y": "2x Substrate" } }, "mode": "markers", "name": "2x Substrate", "type": "scatter", "xsrc": "Jacobscoll:22:453988", "ysrc": "Jacobscoll:22:967007", "stackgroup": null }, { "uid": "941e6e", "meta": { "columnNames": { "x": "Time", "y": "3x Substrate" } }, "mode": "markers", "name": "3x Substrate", "type": "scatter", "xsrc": "Jacobscoll:22:453988", "ysrc": "Jacobscoll:22:9c6516", "stackgroup": null }, { "uid": "89301d", "transforms": [ { "rms": "", "type": "fit", "inputUid": "8a80e2", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 9.668436558347396e-05, "value": 0.004527903319743732 }, { "hold": false, "name": "b", "error": 0.011192024470440029, "value": 0.2646651135701817 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "3d603d", "transforms": [ { "rms": "", "type": "fit", "inputUid": "ae3c08", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.00016828325948967026, "value": 0.0065777111240536 }, { "hold": false, "name": "b", "error": 0.019480195653223856, "value": 0.4571397786837477 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "ce95c0", "transforms": [ { "rms": "", "type": "fit", "inputUid": "557d19", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0002108898669442427, "value": 0.005995043680838722 }, { "hold": false, "name": "b", "error": 0.024412267041975282, "value": 0.6548619685497912 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] }, { "uid": "36851a", "transforms": [ { "rms": "", "type": "fit", "inputUid": "941e6e", "regressor": "x", "parameters": [ { "hold": false, "name": "m", "error": 0.0001390222116148436, "value": 0.004318468258590568 }, { "hold": false, "name": "b", "error": 0.016092984475185774, "value": 0.4062719860221317 } ], "regressand": "y", "correlation": "", "fitfunction": "m*x + b", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "title": { "text": "Enzyme Activity Based on substrate Concentration" }, "xaxis": { "type": "linear", "range": [ -11.892703057587699, 211.8927030575877 ], "title": { "text": "Time" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.04385247560252652, 1.953750872102802 ], "title": { "text": "Absorbance" }, "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" }, "annotations": [ { "x": 100.00000000000001, "y": 0.7155232727457255, "ax": 23, "ay": 56, "text": "y=0.004527903319743732x+0.2646651135701817" }, { "x": 126.4490714687676, "y": 1.2887183545975718, "ax": 35, "ay": 42, "text": "y=0.0065777111240536x+0.4571397786837477" }, { "x": 166.59163383980493, "y": 1.6534714776183124, "ax": 7, "ay": 93, "text": "y=0.005995043680838722x+0.6548619685497912" }, { "x": 138.45432376664792, "y": 1.00606058454537, "ax": 184, "ay": 118, "text": "y=0.004318468258590568x+0.4062719860221317" } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~Jacobscoll", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/48.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-2.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2024-02-18 20:32:29", "mapbox_access_tokens": null, "has_password": null, "username": "Jacobscoll", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "