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=cD0yMDI1LTA4LTExKzA4JTNBMjclM0E1Ni4xMDE2MTQlMkIwMCUzQTAw&format=api
https://api.plotly.com/v2/plots?cursor=cD0yMDI1LTA4LTExKzAxJTNBMjglM0ExNy4zOTIwMjklMkIwMCUzQTAw&format=api", "previous": "https://api.plotly.com/v2/plots?cursor=cj0xJnA9MjAyNS0wOC0xMSswNyUzQTM5JTNBMDYuOTk1NTEyJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-08-11T07:39:06.995512Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~lcbrera/1.embed", "fid": "lcbrera:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/lcbrera:1/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/lcbrera:1/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/lcbrera/1/8_39ZMK61JWC8224JFXSCQNHW0CLJHET.png", "list-thumb": "https://api.plotly.com/v2/files/lcbrera:1/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/lcbrera:1", "plots": "https://api.plotly.com/v2/plots/lcbrera:1", "parent": "https://api.plotly.com/v2/folders/home?user=lcbrera" }, "owner": "lcbrera", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~lcbrera/1/", "world_readable": true, "date_modified": "2025-08-11T07:39:07.007Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~lcbrera/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines+markers", "type": "scatter", "xsrc": "lcbrera:0:cfb3fd", "ysrc": "lcbrera:0:cbb828" } ], "frames": [], "layout": { "title": { "text": "NACA 1410 Cl Vs Angle of attack" }, "xaxis": { "type": "linear", "range": [ -9.109508721441358, 15.244322361409644 ], "title": { "text": "Angle of attack" }, "autorange": true, "showspikes": false }, "yaxis": { "type": "linear", "range": [ -0.7651365791255926, 1.6063736925276542 ], "title": { "text": "lift coefficient " }, "autorange": true, "showspikes": false }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~lcbrera", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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": "2025-08-11 07:37:49", "mapbox_access_tokens": null, "has_password": null, "username": "lcbrera", "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": "2025-08-11T06:54:30.343974Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~nezolit/66.embed", "fid": "nezolit:66", "filename": "prace doba", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/nezolit:66/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/nezolit:66/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/nezolit/66/8_KO14M11K5168XS8L4AZ1FXJLSQX76A.png", "list-thumb": "https://api.plotly.com/v2/files/nezolit:66/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/nezolit:66", "plots": "https://api.plotly.com/v2/plots/nezolit:66", "parent": "https://api.plotly.com/v2/folders/home?user=nezolit" }, "owner": "nezolit", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~nezolit/66/", "world_readable": true, "date_modified": "2025-08-11T06:58:43.330Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~nezolit/66/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "den", "y": "doba", "z": "odchod" } }, "mode": "markers", "type": "scatter", "xsrc": "nezolit:65:bd72a1", "ysrc": "nezolit:65:1ba643", "zsrc": "nezolit:65:451e08", "orientation": "v", "autocolorscale": true } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.24253503960999392, 4.242535039609994 ], "autorange": true }, "yaxis": { "type": "category", "range": [ -3.6739025566811385, 59.67390255668114 ], "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/~nezolit", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/22.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-7.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2015-11-03 20:41:14", "mapbox_access_tokens": null, "has_password": null, "username": "nezolit", "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": "2025-08-11T06:32:04.262155Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~DickyDermawan/24.embed", "fid": "DickyDermawan:24", "filename": "Phenol", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/DickyDermawan:24/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/DickyDermawan:24/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/DickyDermawan/24/8_VNUBAUBI0GTMODK4WB01SEHSH24VKQ.png", "list-thumb": "https://api.plotly.com/v2/files/DickyDermawan:24/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/DickyDermawan:24", "plots": "https://api.plotly.com/v2/plots/DickyDermawan:24", "parent": "https://api.plotly.com/v2/folders/home?user=DickyDermawan" }, "owner": "DickyDermawan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~DickyDermawan/24/", "world_readable": true, "date_modified": "2025-08-11T06:32:04.274Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~DickyDermawan/24/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "name": "Phenol", "type": "scatter", "xsrc": "DickyDermawan:23:f88a45", "ysrc": "DickyDermawan:23:307d1d" } ], "frames": [], "layout": { "title": { "text": "<br>" }, "xaxis": { "type": "linear", "dtick": 400, "range": [ 4000, 400 ], "ticks": "outside", "title": { "font": { "size": 18 }, "text": "Wave Numbers, cm<sup>-1</sup>" }, "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 18 }, "tickmode": "linear", "zeroline": true, "autorange": false, "gridcolor": "rgb(203, 202, 202)", "gridwidth": 1, "linewidth": 2, "automargin": false, "fixedrange": true, "zerolinecolor": "rgb(203, 202, 202)" }, "yaxis": { "type": "linear", "dtick": 20, "range": [ 0, 100 ], "ticks": "outside", "title": { "font": { "size": 18 }, "text": "%Transmittance" }, "mirror": "ticks", "showgrid": false, "showline": true, "tickfont": { "size": 18 }, "tickmode": "linear", "zeroline": true, "autorange": false, "gridcolor": "rgb(203, 202, 202)", "gridwidth": 1, "linewidth": 2, "automargin": false, "fixedrange": true, "zerolinecolor": "rgb(203, 202, 202)" }, "legend": { "x": 0.2873074935400517, "y": 0.7749391727493917, "font": { "size": 16 }, "title": { "font": { "size": 18 }, "text": "<br>" } }, "shapes": [ { "x0": 3600, "x1": 3550, "y0": 0, "y1": 100, "line": { "dash": "dot", "color": "rgb(68, 68, 68)", "width": 0 }, "type": "rect", "opacity": 0.1, "visible": true, "fillcolor": "rgb(245, 0, 0)" }, { "x0": 3550, "x1": 3200, "y0": 0, "y1": 100, "line": { "color": "#444444", "width": 0 }, "opacity": 0.1, "fillcolor": "rgb(255, 145, 0)" }, { "x0": 3100, "x1": 3000, "y0": 0, "y1": 100, "line": { "color": "#444444", "width": 0 }, "opacity": 0.1, "fillcolor": "rgb(246, 254, 0)" }, { "x0": 1600, "x1": 1580, "y0": 0, "y1": 100, "line": { "color": "rgb(56, 253, 0)", "width": 0 }, "opacity": 0.1, "fillcolor": "rgb(4, 255, 48)" }, { "x0": 1500, "x1": 1475, "y0": 0, "y1": 100, "line": { "color": "#444444", "width": 0 }, "opacity": 0.1, "fillcolor": "rgb(8, 255, 181)" }, { "x0": 1440, "x1": 1420, "y0": 0, "y1": 100, "line": { "color": "#444444", "width": 0 }, "opacity": 0.1, "visible": true, "fillcolor": "rgb(8, 36, 242)" }, { "x0": 1300, "x1": 1200, "y0": 0, "y1": 100, "line": { "color": "#444444", "width": 0 }, "opacity": 0.1, "fillcolor": "rgb(179, 8, 253)" }, { "x0": 900, "x1": 700, "y0": 0, "y1": 100, "line": { "color": "#444444" }, "opacity": 0.1, "fillcolor": "rgb(247, 7, 185)" } ], "autosize": true, "colorway": [ "#e41a1c", "#377eb8", "#4daf4a", "#984ea3", "#ff7f00", "#ffff33", "#a65628", "#f781bf", "#999999" ], "dragmode": "pan", "showlegend": true, "annotations": [ { "x": 3819.2, "y": 63.83282428439895, "font": { "size": 18 }, "text": "", "showarrow": false } ] } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~DickyDermawan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2025-07-26 02:20:04", "mapbox_access_tokens": null, "has_password": null, "username": "DickyDermawan", "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": "2025-08-11T05:38:07.388596Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~DickyDermawan/22.embed", "fid": "DickyDermawan:22", "filename": "FTIR Fenol 11-08-25", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/DickyDermawan:22/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/DickyDermawan:22/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/DickyDermawan/22/8_L8GR3KXSSAKJ8PUCN8971QU0GWBM9M.png", "list-thumb": "https://api.plotly.com/v2/files/DickyDermawan:22/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/DickyDermawan:22", "plots": "https://api.plotly.com/v2/plots/DickyDermawan:22", "parent": "https://api.plotly.com/v2/folders/home?user=DickyDermawan" }, "owner": "DickyDermawan", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~DickyDermawan/22/", "world_readable": true, "date_modified": "2025-08-11T05:38:07.400Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~DickyDermawan/22/", "current_user_permission": "read", "is_theme": null, "is_template": true, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "DickyDermawan:21:e4c44c", "ysrc": "DickyDermawan:21:786df9" } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 390.8142573988598, 4953.444095232848 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 32.704920268746335, 103.49227132500185 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~DickyDermawan", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2025-07-26 02:20:04", "mapbox_access_tokens": null, "has_password": null, "username": "DickyDermawan", "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": "2025-08-11T04:42:20.317607Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~tonnams/3.embed", "fid": "tonnams:3", "filename": "Plot 1 copy", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/tonnams:3/image?image_name=list-thumb", "image_urls": { "default": "https://api.plotly.com/v2/files/tonnams:3/image?image_name=default", "block-thumb": "https://api.plotly.com/v2/files/tonnams:3/image?image_name=block-thumb", "list-thumb": "https://api.plotly.com/v2/files/tonnams:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/tonnams:3", "plots": "https://api.plotly.com/v2/plots/tonnams:3", "parent": "https://api.plotly.com/v2/folders/home?user=tonnams" }, "owner": "tonnams", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~tonnams/3/", "world_readable": true, "date_modified": "2025-08-15T06:54:13.904Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~tonnams/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "rgb(91, 191, 174)", "width": 2.3 }, "meta": { "columnNames": { "x": "", "y": "A3" } }, "name": "A3", "type": "box", "ysrc": "tonnams:2:d47df2", "marker": { "color": "rgba(255, 153, 51, 1.0)" }, "boxmean": true, "boxpoints": false, "hoverinfo": "x+y+name" }, { "line": { "color": "rgb(240, 205, 76)", "width": 2.3 }, "meta": { "columnNames": { "y": "B3" } }, "name": "B3", "type": "box", "ysrc": "tonnams:2:573b3b", "marker": { "color": "rgba(55, 128, 191, 1.0)" }, "boxmean": true, "visible": true, "boxpoints": false, "hoverinfo": "x+y+name" }, { "line": { "color": "rgb(171, 165, 212)", "width": 2.3 }, "meta": { "columnNames": { "y": "C3" } }, "name": "C3", "type": "box", "ysrc": "tonnams:2:bbb06e", "marker": { "color": "rgba(50, 171, 96, 1.0)" }, "boxmean": true, "boxpoints": false, "hoverinfo": "x+y+name" }, { "line": { "color": "#fb8072", "width": 2.3 }, "meta": { "columnNames": { "y": "D3" } }, "name": "D3", "type": "box", "ysrc": "tonnams:2:969a0e", "marker": { "color": "rgba(128, 0, 128, 1.0)" }, "boxmean": true, "boxpoints": false, "hoverinfo": "x+y+name" } ], "frames": [], "layout": { "xaxis": { "type": "category", "range": [ -0.8671071953010279, 3.8201174743024966 ], "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)" }, "text": "<b>Shades</b>" }, "domain": [ 0, 0.75 ], "nticks": 4, "showgrid": false, "showline": false, "tickfont": { "size": 20, "color": "rgb(0, 0, 0)" }, "autorange": false, "gridcolor": "#E1E5ED", "gridwidth": 1, "zerolinecolor": "#E1E5ED" }, "yaxis": { "type": "linear", "dtick": 0.25, "range": [ 0.658590402610484, 4.159546181767932 ], "tick0": 0, "title": { "font": { "size": 18, "color": "rgb(0, 0, 0)", "family": "Arial" }, "text": "<b>Color difference (ΔE*ab)</b>" }, "domain": [ 0, 1 ], "nticks": 9, "tickfont": { "size": 16, "color": "rgb(0, 0, 0)" }, "tickmode": "linear", "zeroline": false, "autorange": false, "gridcolor": "rgb(222, 222, 222)", "zerolinecolor": "#E1E5ED" }, "boxgap": 0.32999999999999996, "legend": { "x": 0.8039547436015958, "y": 0.9529190207156308, "font": { "size": 20, "color": "rgb(0, 0, 0)", "family": "Arial" }, "bgcolor": "#F5F6F9" }, "boxmode": "overlay", "autosize": true, "colorway": [ "#8dd3c7", "#ffffb3", "#bebada", "#fb8072", "#80b1d3", "#fdb462", "#b3de69", "#fccde5", "#d9d9d9", "#bc80bd", "#ccebc5", "#ffed6f" ], "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" }, "boxgroupgap": 0.22, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~tonnams", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/91.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-11.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-07-30 04:09:22", "mapbox_access_tokens": null, "has_password": null, "username": "tonnams", "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": "2025-08-11T02:45:59.767379Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~zepher/1.embed", "fid": "zepher:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/zepher/1/9_92AOYJFNSRYR93XG3M2QGCUEUSCWWD.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/zepher/1/2_BDZFVLWCZMN6B1ALBZINGFCYYFTTTG.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zepher/1/8_IPKRKFRW83CBKXCR3PZJ4VP6ZW3WMR.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zepher/1/9_92AOYJFNSRYR93XG3M2QGCUEUSCWWD.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/zepher:1", "plots": "https://api.plotly.com/v2/plots/zepher:1", "parent": "https://api.plotly.com/v2/folders/home?user=zepher" }, "owner": "zepher", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~zepher/1/", "world_readable": true, "date_modified": "2025-08-11T02:45:59.779Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~zepher/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 4 }, "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "zepher:0:faafc7", "ysrc": "zepher:0:67775c" } ], "frames": [], "layout": { "font": { "family": "Times New Roman" }, "title": { "text": "<br>" }, "xaxis": { "type": "linear", "range": [ 0.0022815913215763553, 0.4821063752471649 ], "domain": [ 0, 1 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 0.09657207666180692, 1.1420111986143089 ], "domain": [ 0, 1 ], "autorange": true }, "autosize": true, "colorway": [ "#3366cc", "#dc3912", "#ff9900", "#109618", "#990099", "#0099c6", "#dd4477", "#66aa00", "#b82e2e", "#316395" ], "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" }, "separators": ".,", "uniformtext": { "mode": "show" }, "plot_bgcolor": "rgb(255, 255, 255)", "paper_bgcolor": "rgb(255, 255, 255)" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~zepher", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/56.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": "2025-08-11 02:41:48", "mapbox_access_tokens": null, "has_password": null, "username": "zepher", "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": "2025-08-11T02:13:00.282682Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wangzhihao/68.embed", "fid": "wangzhihao:68", "filename": "004-7-28", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/wangzhihao:68/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/68/2_7CB6J6PK6ZW5KWC01IB4RGE57JS8RN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/68/8_OVBYPCNSUQ3UJR57JLU8Y7C1QO1DUE.png", "list-thumb": "https://api.plotly.com/v2/files/wangzhihao:68/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wangzhihao:68", "plots": "https://api.plotly.com/v2/plots/wangzhihao:68", "parent": "https://api.plotly.com/v2/folders/home?user=wangzhihao" }, "owner": "wangzhihao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~wangzhihao/68/", "world_readable": true, "date_modified": "2025-08-11T02:13:00.292Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wangzhihao/68/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "G", "y": "H" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "wangzhihao:67:073af5", "ysrc": "wangzhihao:67:4daf27" } ], "frames": [], "layout": { "title": { "text": "面004で各角度での最大放射収量" }, "xaxis": { "type": "linear", "range": [ 4.371200784607438, 21.063487215392563 ], "title": { "text": "エネルギー" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ 1.0820501688374338e-06, 2.7427949831162565e-05 ], "title": { "text": "放射収量" }, "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/~wangzhihao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2025-05-12 07:47:43", "mapbox_access_tokens": null, "has_password": null, "username": "wangzhihao", "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": "2025-08-11T02:11:51.693575Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~wangzhihao/66.embed", "fid": "wangzhihao:66", "filename": "001-7-28", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/66/9_OKPA3EME6BTP95A4AKWKCIY0B6G92G.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/66/2_AIYCCZGEZWDGRNEWHDEFXCX7OS8KCO.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/66/8_BBIC85FMSRHZGSU2W6LXTQL14IO3UT.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/wangzhihao/66/9_OKPA3EME6BTP95A4AKWKCIY0B6G92G.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/wangzhihao:66", "plots": "https://api.plotly.com/v2/plots/wangzhihao:66", "parent": "https://api.plotly.com/v2/folders/home?user=wangzhihao" }, "owner": "wangzhihao", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~wangzhihao/66/", "world_readable": true, "date_modified": "2025-08-11T02:11:51.702Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~wangzhihao/66/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "M", "y": "N" } }, "mode": "markers+lines", "type": "scatter", "xsrc": "wangzhihao:65:e25923", "ysrc": "wangzhihao:65:877a4b" } ], "frames": [], "layout": { "title": { "text": "面001での各角度の最大放射収量" }, "xaxis": { "type": "linear", "range": [ 1.0931109080578514, 5.256625091942149 ], "title": { "text": "エネルギー" }, "autorange": true }, "yaxis": { "type": "linear", "range": [ -4.664278822961893e-36, 1.542142788229619e-34 ], "title": { "text": "放射収量" }, "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/~wangzhihao", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/84.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": "2025-05-12 07:47:43", "mapbox_access_tokens": null, "has_password": null, "username": "wangzhihao", "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": "2025-08-11T01:34:01.513919Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ujwa-jibhkate/5.embed", "fid": "ujwa-jibhkate:5", "filename": "user_embedding_journey", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/ujwa-jibhkate/5/9_3GZVAP8TDSBP5QVZXIZV11UPGO7CS1.png", "image_urls": { "default": "https://api.plotly.com/v2/files/ujwa-jibhkate:5/image?image_name=default", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ujwa-jibhkate/5/8_P5BYL3WRZ629H2IJ31E32KKYWCH8BL.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/ujwa-jibhkate/5/9_3GZVAP8TDSBP5QVZXIZV11UPGO7CS1.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ujwa-jibhkate:5", "plots": "https://api.plotly.com/v2/plots/ujwa-jibhkate:5", "parent": "https://api.plotly.com/v2/folders/home?user=ujwa-jibhkate" }, "owner": "ujwa-jibhkate", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 17, "web_url": "https://chart-studio.plotly.com/~ujwa-jibhkate/5/", "world_readable": true, "date_modified": "2025-08-11T01:34:01.529Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ujwa-jibhkate/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Watched Movies", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:694d7a", "ysrc": "ujwa-jibhkate:4:e02c4a", "zsrc": "ujwa-jibhkate:4:9d2759", "marker": { "size": 5, "color": "grey", "opacity": 0.5 }, "textsrc": "ujwa-jibhkate:4:c12281", "hoverinfo": "text" }, { "mode": "markers", "name": "User Taste Vector", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:f25c9c", "ysrc": "ujwa-jibhkate:4:ed1bf6", "zsrc": "ujwa-jibhkate:4:4651ac", "marker": { "size": 8, "color": "black", "symbol": "diamond" }, "textsrc": "ujwa-jibhkate:4:eae8b7", "hoverinfo": "text" }, { "line": { "color": "#440154", "width": 4 }, "mode": "lines", "name": "Update #1", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:8cb349", "ysrc": "ujwa-jibhkate:4:b12600", "zsrc": "ujwa-jibhkate:4:01d530", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:16cf77", "vsrc": "ujwa-jibhkate:4:1471bc", "wsrc": "ujwa-jibhkate:4:d922e8", "xsrc": "ujwa-jibhkate:4:ba6b18", "ysrc": "ujwa-jibhkate:4:5599e3", "zsrc": "ujwa-jibhkate:4:d736ac", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#440154" ], [ 1, "#440154" ] ] }, { "line": { "color": "#482878", "width": 4 }, "mode": "lines", "name": "Update #2", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:d7f606", "ysrc": "ujwa-jibhkate:4:3716b6", "zsrc": "ujwa-jibhkate:4:98b83c", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:43b141", "vsrc": "ujwa-jibhkate:4:f8d264", "wsrc": "ujwa-jibhkate:4:428b59", "xsrc": "ujwa-jibhkate:4:ff73c0", "ysrc": "ujwa-jibhkate:4:792d2c", "zsrc": "ujwa-jibhkate:4:cb5a12", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#482878" ], [ 1, "#482878" ] ] }, { "line": { "color": "#3e4989", "width": 4 }, "mode": "lines", "name": "Update #3", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:5eafde", "ysrc": "ujwa-jibhkate:4:712a79", "zsrc": "ujwa-jibhkate:4:10b5b3", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:50ac3d", "vsrc": "ujwa-jibhkate:4:d5e21c", "wsrc": "ujwa-jibhkate:4:4c8f9a", "xsrc": "ujwa-jibhkate:4:3b8696", "ysrc": "ujwa-jibhkate:4:9525e5", "zsrc": "ujwa-jibhkate:4:9e87cf", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#3e4989" ], [ 1, "#3e4989" ] ] }, { "line": { "color": "#31688e", "width": 4 }, "mode": "lines", "name": "Update #4", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:6e0656", "ysrc": "ujwa-jibhkate:4:2c1d67", "zsrc": "ujwa-jibhkate:4:e53b9e", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:366372", "vsrc": "ujwa-jibhkate:4:8d2a15", "wsrc": "ujwa-jibhkate:4:1c88f2", "xsrc": "ujwa-jibhkate:4:990a26", "ysrc": "ujwa-jibhkate:4:972847", "zsrc": "ujwa-jibhkate:4:4eb9c7", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#31688e" ], [ 1, "#31688e" ] ] }, { "line": { "color": "#26828e", "width": 4 }, "mode": "lines", "name": "Update #5", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:5b8fe0", "ysrc": "ujwa-jibhkate:4:be17f0", "zsrc": "ujwa-jibhkate:4:99e387", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:562c61", "vsrc": "ujwa-jibhkate:4:220663", "wsrc": "ujwa-jibhkate:4:530ce2", "xsrc": "ujwa-jibhkate:4:183b1b", "ysrc": "ujwa-jibhkate:4:add3cd", "zsrc": "ujwa-jibhkate:4:333d19", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#26828e" ], [ 1, "#26828e" ] ] }, { "line": { "color": "#1f9e89", "width": 4 }, "mode": "lines", "name": "Update #6", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:48436d", "ysrc": "ujwa-jibhkate:4:ee65f8", "zsrc": "ujwa-jibhkate:4:4aaa0a", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:efe491", "vsrc": "ujwa-jibhkate:4:3d2651", "wsrc": "ujwa-jibhkate:4:b2dda0", "xsrc": "ujwa-jibhkate:4:0770b5", "ysrc": "ujwa-jibhkate:4:36c6f8", "zsrc": "ujwa-jibhkate:4:fd756c", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#1f9e89" ], [ 1, "#1f9e89" ] ] }, { "line": { "color": "#35b779", "width": 4 }, "mode": "lines", "name": "Update #7", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:25e6e7", "ysrc": "ujwa-jibhkate:4:ab112d", "zsrc": "ujwa-jibhkate:4:6429e7", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:2fd09a", "vsrc": "ujwa-jibhkate:4:6ce262", "wsrc": "ujwa-jibhkate:4:9238cd", "xsrc": "ujwa-jibhkate:4:ebbf15", "ysrc": "ujwa-jibhkate:4:fea03b", "zsrc": "ujwa-jibhkate:4:dc2032", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#35b779" ], [ 1, "#35b779" ] ] }, { "line": { "color": "#6ece58", "width": 4 }, "mode": "lines", "name": "Update #8", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:44b33e", "ysrc": "ujwa-jibhkate:4:e0ba90", "zsrc": "ujwa-jibhkate:4:a1b446", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:d86c93", "vsrc": "ujwa-jibhkate:4:7ab1b9", "wsrc": "ujwa-jibhkate:4:3b697b", "xsrc": "ujwa-jibhkate:4:62e6ec", "ysrc": "ujwa-jibhkate:4:c6264b", "zsrc": "ujwa-jibhkate:4:59e7ad", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#6ece58" ], [ 1, "#6ece58" ] ] }, { "line": { "color": "#b5de2b", "width": 4 }, "mode": "lines", "name": "Update #9", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:18c05f", "ysrc": "ujwa-jibhkate:4:0bfebe", "zsrc": "ujwa-jibhkate:4:ad0d75", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:28c181", "vsrc": "ujwa-jibhkate:4:f8273e", "wsrc": "ujwa-jibhkate:4:c27ddc", "xsrc": "ujwa-jibhkate:4:f06e94", "ysrc": "ujwa-jibhkate:4:82aee1", "zsrc": "ujwa-jibhkate:4:19412e", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#b5de2b" ], [ 1, "#b5de2b" ] ] }, { "line": { "color": "#fde725", "width": 4 }, "mode": "lines", "name": "Update #10", "type": "scatter3d", "xsrc": "ujwa-jibhkate:4:58531d", "ysrc": "ujwa-jibhkate:4:47d255", "zsrc": "ujwa-jibhkate:4:0c484f", "hoverinfo": "none" }, { "type": "cone", "usrc": "ujwa-jibhkate:4:0edb13", "vsrc": "ujwa-jibhkate:4:75b1eb", "wsrc": "ujwa-jibhkate:4:49ea47", "xsrc": "ujwa-jibhkate:4:0ed7ef", "ysrc": "ujwa-jibhkate:4:368e8a", "zsrc": "ujwa-jibhkate:4:94fa4f", "anchor": "tip", "sizeref": 0.1, "sizemode": "absolute", "hoverinfo": "none", "showscale": false, "colorscale": [ [ 0, "#fde725" ], [ 1, "#fde725" ] ] } ], "layout": { "scene": { "xaxis": { "title": { "text": "UMAP Dimension 1" } }, "yaxis": { "title": { "text": "UMAP Dimension 2" } }, "zaxis": { "title": { "text": "UMAP Dimension 3" } } }, "title": { "text": "Taste Journey for User 580 (UMAP Projection)" }, "margin": { "b": 0, "l": 0, "r": 0, "t": 40 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ujwa-jibhkate", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.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": "2025-08-11 01:11:53", "mapbox_access_tokens": null, "has_password": null, "username": "ujwa-jibhkate", "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": "2025-08-11T01:28:17.392029Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~ujwa-jibhkate/3.embed", "fid": "ujwa-jibhkate:3", "filename": "content_embeddings", "filetype": "plot", "img_url": "https://api.plotly.com/v2/files/ujwa-jibhkate:3/image?image_name=list-thumb", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/ujwa-jibhkate/3/2_2CEHBCIWZC9TGV5KFQCEZH4DT85SYN.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/ujwa-jibhkate/3/8_84134PJDFMUXHCSDME7W8DRNF5L49V.png", "list-thumb": "https://api.plotly.com/v2/files/ujwa-jibhkate:3/image?image_name=list-thumb" }, "api_urls": { "files": "https://api.plotly.com/v2/files/ujwa-jibhkate:3", "plots": "https://api.plotly.com/v2/plots/ujwa-jibhkate:3", "parent": "https://api.plotly.com/v2/folders/home?user=ujwa-jibhkate" }, "owner": "ujwa-jibhkate", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 18, "web_url": "https://chart-studio.plotly.com/~ujwa-jibhkate/3/", "world_readable": true, "date_modified": "2025-08-11T01:28:17.401Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~ujwa-jibhkate/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "Drama", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:3d9b9b", "ysrc": "ujwa-jibhkate:2:183d88", "zsrc": "ujwa-jibhkate:2:b7d412", "scene": "scene", "marker": { "size": 3, "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Drama", "hovertextsrc": "ujwa-jibhkate:2:bfe06e", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Drama<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Documentary", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:db6bd3", "ysrc": "ujwa-jibhkate:2:1ebe85", "zsrc": "ujwa-jibhkate:2:37691c", "scene": "scene", "marker": { "size": 3, "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "Documentary", "hovertextsrc": "ujwa-jibhkate:2:2b8852", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Documentary<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Crime", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:751e08", "ysrc": "ujwa-jibhkate:2:19e3e5", "zsrc": "ujwa-jibhkate:2:88b6c4", "scene": "scene", "marker": { "size": 3, "color": "#00cc96", "symbol": "circle" }, "showlegend": true, "legendgroup": "Crime", "hovertextsrc": "ujwa-jibhkate:2:cf90c7", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Crime<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Action", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:c3ad98", "ysrc": "ujwa-jibhkate:2:75b5ac", "zsrc": "ujwa-jibhkate:2:ea5591", "scene": "scene", "marker": { "size": 3, "color": "#ab63fa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Action", "hovertextsrc": "ujwa-jibhkate:2:c0cf5c", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Action<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Horror", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:8bdaf9", "ysrc": "ujwa-jibhkate:2:c40d3c", "zsrc": "ujwa-jibhkate:2:677344", "scene": "scene", "marker": { "size": 3, "color": "#FFA15A", "symbol": "circle" }, "showlegend": true, "legendgroup": "Horror", "hovertextsrc": "ujwa-jibhkate:2:dc075b", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Horror<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Comedy", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:6a2b97", "ysrc": "ujwa-jibhkate:2:2ff298", "zsrc": "ujwa-jibhkate:2:08a3a8", "scene": "scene", "marker": { "size": 3, "color": "#19d3f3", "symbol": "circle" }, "showlegend": true, "legendgroup": "Comedy", "hovertextsrc": "ujwa-jibhkate:2:27e687", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Comedy<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Fantasy", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:ff2c53", "ysrc": "ujwa-jibhkate:2:997046", "zsrc": "ujwa-jibhkate:2:ef984b", "scene": "scene", "marker": { "size": 3, "color": "#FF6692", "symbol": "circle" }, "showlegend": true, "legendgroup": "Fantasy", "hovertextsrc": "ujwa-jibhkate:2:aca7fc", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Fantasy<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Romance", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:06d608", "ysrc": "ujwa-jibhkate:2:de4c92", "zsrc": "ujwa-jibhkate:2:6c0d05", "scene": "scene", "marker": { "size": 3, "color": "#B6E880", "symbol": "circle" }, "showlegend": true, "legendgroup": "Romance", "hovertextsrc": "ujwa-jibhkate:2:fb5fd8", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Romance<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Music", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:e87128", "ysrc": "ujwa-jibhkate:2:71b00d", "zsrc": "ujwa-jibhkate:2:823b24", "scene": "scene", "marker": { "size": 3, "color": "#FF97FF", "symbol": "circle" }, "showlegend": true, "legendgroup": "Music", "hovertextsrc": "ujwa-jibhkate:2:b5cade", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Music<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "History", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:784dc6", "ysrc": "ujwa-jibhkate:2:bd29ff", "zsrc": "ujwa-jibhkate:2:7cc735", "scene": "scene", "marker": { "size": 3, "color": "#FECB52", "symbol": "circle" }, "showlegend": true, "legendgroup": "History", "hovertextsrc": "ujwa-jibhkate:2:94b252", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=History<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Thriller", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:703ab6", "ysrc": "ujwa-jibhkate:2:3583cf", "zsrc": "ujwa-jibhkate:2:af3340", "scene": "scene", "marker": { "size": 3, "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Thriller", "hovertextsrc": "ujwa-jibhkate:2:d745b6", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Thriller<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "TV Movie", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:6ece15", "ysrc": "ujwa-jibhkate:2:3f796a", "zsrc": "ujwa-jibhkate:2:7b0cad", "scene": "scene", "marker": { "size": 3, "color": "#EF553B", "symbol": "circle" }, "showlegend": true, "legendgroup": "TV Movie", "hovertextsrc": "ujwa-jibhkate:2:7224a8", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=TV Movie<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Science Fiction", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:6e9113", "ysrc": "ujwa-jibhkate:2:341594", "zsrc": "ujwa-jibhkate:2:337aa4", "scene": "scene", "marker": { "size": 3, "color": "#00cc96", "symbol": "circle" }, "showlegend": true, "legendgroup": "Science Fiction", "hovertextsrc": "ujwa-jibhkate:2:ffb412", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Science Fiction<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Unknown", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:cc330d", "ysrc": "ujwa-jibhkate:2:812104", "zsrc": "ujwa-jibhkate:2:ceec20", "scene": "scene", "marker": { "size": 3, "color": "#ab63fa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Unknown", "hovertextsrc": "ujwa-jibhkate:2:ecee47", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Unknown<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Adventure", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:46ea9d", "ysrc": "ujwa-jibhkate:2:ce19de", "zsrc": "ujwa-jibhkate:2:9cc3a1", "scene": "scene", "marker": { "size": 3, "color": "#FFA15A", "symbol": "circle" }, "showlegend": true, "legendgroup": "Adventure", "hovertextsrc": "ujwa-jibhkate:2:1639de", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Adventure<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Animation", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:ed6539", "ysrc": "ujwa-jibhkate:2:86d741", "zsrc": "ujwa-jibhkate:2:04be80", "scene": "scene", "marker": { "size": 3, "color": "#19d3f3", "symbol": "circle" }, "showlegend": true, "legendgroup": "Animation", "hovertextsrc": "ujwa-jibhkate:2:2edc91", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Animation<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "War", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:8c79bd", "ysrc": "ujwa-jibhkate:2:5c3cf8", "zsrc": "ujwa-jibhkate:2:80e290", "scene": "scene", "marker": { "size": 3, "color": "#FF6692", "symbol": "circle" }, "showlegend": true, "legendgroup": "War", "hovertextsrc": "ujwa-jibhkate:2:a9aa24", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=War<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Family", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:ef7f9f", "ysrc": "ujwa-jibhkate:2:0ccfe3", "zsrc": "ujwa-jibhkate:2:b05a7d", "scene": "scene", "marker": { "size": 3, "color": "#B6E880", "symbol": "circle" }, "showlegend": true, "legendgroup": "Family", "hovertextsrc": "ujwa-jibhkate:2:7a38d5", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Family<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Western", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:1e7e56", "ysrc": "ujwa-jibhkate:2:1de390", "zsrc": "ujwa-jibhkate:2:19b225", "scene": "scene", "marker": { "size": 3, "color": "#FF97FF", "symbol": "circle" }, "showlegend": true, "legendgroup": "Western", "hovertextsrc": "ujwa-jibhkate:2:b7fe50", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Western<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Mystery", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:bc9ef4", "ysrc": "ujwa-jibhkate:2:0e9087", "zsrc": "ujwa-jibhkate:2:eb4ceb", "scene": "scene", "marker": { "size": 3, "color": "#FECB52", "symbol": "circle" }, "showlegend": true, "legendgroup": "Mystery", "hovertextsrc": "ujwa-jibhkate:2:0175e0", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Mystery<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" }, { "mode": "markers", "name": "Foreign", "type": "scatter3d", "xsrc": "ujwa-jibhkate:2:33c006", "ysrc": "ujwa-jibhkate:2:b2b720", "zsrc": "ujwa-jibhkate:2:330c66", "scene": "scene", "marker": { "size": 3, "color": "#636efa", "symbol": "circle" }, "showlegend": true, "legendgroup": "Foreign", "hovertextsrc": "ujwa-jibhkate:2:b63f48", "hovertemplate": "<b>%{hovertext}</b><br><br>genre=Foreign<br>x=%{x}<br>y=%{y}<br>z=%{z}<extra></extra>" } ], "layout": { "scene": { "xaxis": { "title": { "text": "x" } }, "yaxis": { "title": { "text": "y" } }, "zaxis": { "title": { "text": "z" } }, "domain": { "x": [ 0.0, 1.0 ], "y": [ 0.0, 1.0 ] } }, "title": { "text": "3D Interactive Projection of Movie Embeddings using UMAP" }, "legend": { "title": { "text": "Primary Genre" }, "tracegroupgap": 0 }, "margin": { "b": 0, "l": 0, "r": 0, "t": 40 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~ujwa-jibhkate", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/72.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": "2025-08-11 01:11:53", "mapbox_access_tokens": null, "has_password": null, "username": "ujwa-jibhkate", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "