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=cj0xJnA9MjAyNS0wNi0yOCsxNSUzQTA2JTNBMTkuMDg3NTEyJTJCMDAlM0EwMA%3D%3D&format=api
https://api.plot.ly/v2/plots/?cursor=cD0yMDI1LTA2LTI4KzE1JTNBMDYlM0EyMS42MTczNjElMkIwMCUzQTAw&format=api", "previous": "https://api.plot.ly/v2/plots/?cursor=cj0xJnA9MjAyNS0wNi0yOCsyMiUzQTIyJTNBMTUuMTgwMTkwJTJCMDAlM0EwMA%3D%3D&format=api", "results": [ { "creation_time": "2025-06-28T22:22:15.180190Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~zlo003/1.embed", "fid": "zlo003:1", "filename": "Plot 1", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/zlo003/1/9_LAJ00M49ZIIBGL5C04NB43YLCNG1ZS.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/zlo003/1/2_9DVBIXI9UZTTWBPN7VS8TQUQFUVFU5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/zlo003/1/8_7ACOXSFRHMII3WFH1G7Y9GAEKXVZIO.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/zlo003/1/9_LAJ00M49ZIIBGL5C04NB43YLCNG1ZS.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/zlo003:1", "plots": "https://api.plotly.com/v2/plots/zlo003:1", "parent": "https://api.plotly.com/v2/folders/home?user=zlo003" }, "owner": "zlo003", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 2, "web_url": "https://chart-studio.plotly.com/~zlo003/1/", "world_readable": true, "date_modified": "2025-06-28T22:22:15.190Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~zlo003/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "uid": "e5094c", "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "zlo003:0:bcf36c", "ysrc": "zlo003:0:acb316" }, { "uid": "cefb30", "transforms": [ { "rms": "", "type": "fit", "inputUid": "e5094c", "regressor": "x", "parameters": [ { "hold": false, "name": "a", "error": 5.561916178384129e-09, "value": -6.318792171691344e-07 }, { "hold": false, "name": "b", "error": 2.169023846173961e-06, "value": -0.0002394579720036859 }, { "hold": false, "name": "c", "error": 0.00018062823496883574, "value": 192.08742814639112 } ], "regressand": "y", "correlation": "", "fitfunction": "a*x^2 + b*x + c", "inputxrange": [], "outputxrange": [], "interpolation": 50 } ] } ], "frames": [], "layout": { "xaxis": { "type": "linear", "range": [ 27.389954040074613, 349.83144235290547 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ 191.9177682295113, 192.0889546844466 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~zlo003", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/1.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-10.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-28 22:20:18", "mapbox_access_tokens": null, "has_password": null, "username": "zlo003", "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-06-28T22:09:35.920995Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~Zhang.h/473.embed", "fid": "Zhang.h:473", "filename": "Plot 473", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/Zhang.h/473/9_MQIBN62F0IA172T0FTZBJJF4OLEBTM.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/Zhang.h/473/2_Y16OU72AES2LG752PRS9GBK7B3N7SD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/Zhang.h/473/8_DPCE8L4S6HOAEOXULA562775VGN17R.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/Zhang.h/473/9_MQIBN62F0IA172T0FTZBJJF4OLEBTM.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/Zhang.h:473", "plots": "https://api.plotly.com/v2/plots/Zhang.h:473", "parent": "https://api.plotly.com/v2/folders/home?user=Zhang.h" }, "owner": "Zhang.h", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~Zhang.h/473/", "world_readable": true, "date_modified": "2025-07-07T11:05:13.843Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~Zhang.h/473/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "width": 4 }, "meta": { "columnNames": { "x": "X", "y": "R" } }, "mode": "lines", "name": "Numerical Density", "type": "scatter", "xsrc": "Zhang.h:471:bea75f", "ysrc": "Zhang.h:471:8fa25e", "visible": true }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "X", "y": "S" } }, "mode": "lines", "name": "Numerical Entropy", "type": "scatter", "xsrc": "Zhang.h:471:bea75f", "ysrc": "Zhang.h:471:edf39d", "visible": true, "stackgroup": null }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "X", "y": "R" } }, "mode": "lines", "name": "Analytical Density", "type": "scatter", "xsrc": "Zhang.h:474:227170", "ysrc": "Zhang.h:474:77129e", "visible": true, "stackgroup": null }, { "line": { "width": 4 }, "meta": { "columnNames": { "x": "X", "y": "S" } }, "mode": "lines", "name": "Analytical Entropy", "type": "scatter", "xsrc": "Zhang.h:474:227170", "ysrc": "Zhang.h:474:b96d32", "visible": true, "stackgroup": null } ], "frames": [], "layout": { "font": { "size": 14, "color": "rgb(0, 0, 0)" }, "title": { "text": "Click to enter Plot title" }, "xaxis": { "type": "linear", "range": [ -5, 5 ], "title": { "font": { "size": 26 }, "text": "X" }, "showline": true, "tickfont": { "size": 26 }, "autorange": true, "linecolor": "rgb(0, 0, 0)", "linewidth": 2 }, "yaxis": { "type": "linear", "range": [ 0.024144761444444426, 2.0412495325555557 ], "title": { "font": { "size": 26 } }, "showline": true, "tickfont": { "size": 26 }, "autorange": true, "linecolor": "rgb(0, 0, 0)", "linewidth": 2 }, "legend": { "x": 0.03442358063319007, "y": 0.960036859207527, "font": { "size": 26 } }, "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/~Zhang.h", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/2.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2020-10-29 08:35:36", "mapbox_access_tokens": null, "has_password": null, "username": "Zhang.h", "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-06-28T19:23:35.528688Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dakingmon/3.embed", "fid": "dakingmon:3", "filename": "TotalTaxEMRPlot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dakingmon/3/9_4KOYDLG3FSDRXS8F8PC2JHI84F5TGU.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dakingmon/3/2_BFBYKTCQK4KQ6O2Q9ZEERSPL769H30.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dakingmon/3/8_M3KIFVA569BV29UOW62C124S5MZN12.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dakingmon/3/9_4KOYDLG3FSDRXS8F8PC2JHI84F5TGU.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dakingmon:3", "plots": "https://api.plotly.com/v2/plots/dakingmon:3", "parent": "https://api.plotly.com/v2/folders/home?user=dakingmon" }, "owner": "dakingmon", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~dakingmon/3/", "world_readable": true, "date_modified": "2025-06-28T19:45:28.209Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dakingmon/3/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "cmax": 25, "cmin": -1, "meta": { "columnNames": { "z": "A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - AA - AB - AC - AD - AE - AF - AG - AH - AI - AK - AL - AM - AN - AO - AP - AQ - AR - AS - AT - AU - AV - AW - AX - AY - AZ - BA - BB - BC - BD - BE - BF - BG - BH - BI - BJ - BK - BL - BM - BN - BO - BP - BQ - BR - BS - BT - BU - BV - BW - BX - BY - BZ - CA - CB - CC - CD - CE - CF - CG - CH - CI - CJ - CK - CL - CM - CN - CO - CP - CQ - CR - CS - CT - CU - CV - CW - CX - CY - CZ - DA - DB - DC - DD - DE - DF - DG - DH - DI - DJ - DK - DL - DM - DN - DO - DP - DQ - DR - DS - DT - DU - DV - DW - DX - DY - DZ - EA - EB - EC - ED - EE - EF - EG - EH - EI - EJ - EK - EL - EM - EN - EO - EP - EQ - ER - ES - ET - EU" } }, "mode": "markers", "type": "surface", "zsrc": "dakingmon:2:bcac46,718566,05a740,c8f578,ed83da,13c795,35da2f,f3c250,7136d3,89bd69,88b155,0780d9,4da3c2,21ea3d,29e8f7,13dfd7,b34dbd,5002ba,e694fc,5c8627,6b7248,c82739,785121,204f45,d352ae,9a8355,04bca9,a3caef,34166a,37867f,05fa89,ffa94c,21cc06,9d6ca5,ab01d8,e01925,fe209d,7d800f,cdf450,4bc831,dce792,9b0c7e,a634ab,fc240b,1c4736,952e69,ce0136,a9f4a0,9d96db,15b7d1,2178e1,057755,b6a9f1,3b3885,65d715,2fcc00,86151d,7ef576,485afc,3cf284,69caa3,22d06a,794551,73e043,a5870b,8c706d,1134b4,78889d,d237d8,df2ee2,06fa84,37e14b,b8976a,77417a,31d1be,244ac4,ae0612,994150,ff9cdd,9b7e3c,656e74,8e855b,059441,53efc5,50c6b6,7a71e2,76484f,1e2ac2,511a3e,04a9e6,891d22,82b461,15ff4e,d48952,2caace,3b17fd,c8ec0e,d06a35,e78480,c35a78,b93afa,444818,79dcf8,95bd7e,931109,7d3581,d335a5,93e867,2f2368,cb9d21,8cd59b,66d272,177f61,04ff3d,3955cf,8a3f11,9ecfde,46a86b,e96d2a,6a109c,30a1eb,c85bc4,1ec5a7,3d8efd,9233e6,ff8840,4cbb50,f725d7,9511e3,28e203,de3ad5,453195,43e0ec,41f195,66c0d1,b10a84,e6ab45,9f6e67,bd4f02,2a5316,43dd84,636dfc,315bdb,e88852,37571a,2ab451,5e3f28,f124ce,8d1d09,9cfb13", "cauto": false, "opacity": 1, "lighting": { "ambient": 0.35, "diffuse": 0.86, "fresnel": 0.2, "specular": 0.54, "roughness": 0.5 }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "reversescale": false, "lightposition": { "x": 0, "y": 50000, "z": -50000 }, "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "title": { "text": "x: Preferred Income" }, "gridwidth": 2 }, "yaxis": { "title": { "text": "y: Ordinary Income" } }, "zaxis": { "type": "linear", "range": [ -1, 25 ], "title": { "text": "EMR (Preferred)" }, "autorange": false }, "camera": { "up": { "x": -0.12549669176033132, "y": 0.3811755571446251, "z": 0.9159452903927708 }, "eye": { "x": 0.4948609449155495, "y": -1.461524300452198, "z": 0.6760237292208201 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "dragmode": "zoom", "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "title": { "text": "Federal Tax Net ACA PTC Effective Marginal Rate for Preferred Income" }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "autosize": true, "dragmode": "zoom", "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "clickmode": "event+select", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#ffffff" ], [ 0.6, "#e0e0e0" ], [ 0.7, "#bababa" ], [ 0.8, "#878787" ], [ 0.9, "#4d4d4d" ], [ 1, "#1a1a1a" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#000004" ], [ 0.1111111111111111, "#1b0c41" ], [ 0.2222222222222222, "#4a0c6b" ], [ 0.3333333333333333, "#781c6d" ], [ 0.4444444444444444, "#a52c60" ], [ 0.5555555555555556, "#cf4446" ], [ 0.6666666666666666, "#ed6925" ], [ 0.7777777777777778, "#fb9b06" ], [ 0.8888888888888888, "#f7d13d" ], [ 1, "#fcffa4" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dakingmon", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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": "2025-06-28 19:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "dakingmon", "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-06-28T19:09:14.801192Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~dakingmon/1.embed", "fid": "dakingmon:1", "filename": "TotalTaxPlot", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/dakingmon/1/9_PPTKL3WM6UDLAV5GCYAKYWYKFNOEVK.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/dakingmon/1/2_104BL74NLV8HUZKV2A1VVGV5PGQ834.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/dakingmon/1/8_5G6F3LDL0PHLWN8DS0DMKMB2PFZCEB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/dakingmon/1/9_PPTKL3WM6UDLAV5GCYAKYWYKFNOEVK.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/dakingmon:1", "plots": "https://api.plotly.com/v2/plots/dakingmon:1", "parent": "https://api.plotly.com/v2/folders/home?user=dakingmon" }, "owner": "dakingmon", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~dakingmon/1/", "world_readable": true, "date_modified": "2025-06-30T22:05:13.926Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~dakingmon/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "cmax": 40000, "cmin": -25000, "meta": { "columnNames": { "z": "A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z - AA - AB - AC - AD - AE - AF - AG - AH - AI - AK - AL - AM - AN - AO - AP - AQ - AR - AS - AT - AU - AV - AW - AX - AY - AZ - BA - BB - BC - BD - BE - BF - BG - BH - BI - BJ - BK - BL - BM - BN - BO - BP - BQ - BR - BS - BT - BU - BV - BW - BX - BY - BZ - CA - CB - CC - CD - CE - CF - CG - CH - CI - CJ - CK - CL - CM - CN - CO - CP - CQ - CR - CS - CT - CU - CV - CW - CX - CY - CZ - DA - DB - DC - DD - DE - DF - DG - DH - DI - DJ - DK - DL - DM - DN - DO - DP - DQ - DR - DS - DT - DU - DV - DW - DX - DY - DZ - EA - EB - EC - ED - EE - EF - EG - EH - EI - EJ - EK - EL - EM - EN - EO - EP - EQ - ER - ES - ET - EU" } }, "mode": "markers", "type": "surface", "zsrc": "dakingmon:0:bcac46,718566,05a740,c8f578,ed83da,13c795,35da2f,f3c250,7136d3,89bd69,88b155,0780d9,4da3c2,21ea3d,29e8f7,13dfd7,b34dbd,5002ba,e694fc,5c8627,6b7248,c82739,785121,204f45,d352ae,9a8355,04bca9,a3caef,34166a,37867f,05fa89,ffa94c,21cc06,9d6ca5,ab01d8,e01925,fe209d,7d800f,cdf450,4bc831,dce792,9b0c7e,a634ab,fc240b,1c4736,952e69,ce0136,a9f4a0,9d96db,15b7d1,2178e1,057755,b6a9f1,3b3885,65d715,2fcc00,86151d,7ef576,485afc,3cf284,69caa3,22d06a,794551,73e043,a5870b,8c706d,1134b4,78889d,d237d8,df2ee2,06fa84,37e14b,b8976a,77417a,31d1be,244ac4,ae0612,994150,ff9cdd,9b7e3c,656e74,8e855b,059441,53efc5,50c6b6,7a71e2,76484f,1e2ac2,511a3e,04a9e6,891d22,82b461,15ff4e,d48952,2caace,3b17fd,c8ec0e,d06a35,e78480,c35a78,b93afa,444818,79dcf8,95bd7e,931109,7d3581,d335a5,93e867,2f2368,cb9d21,8cd59b,66d272,177f61,04ff3d,3955cf,8a3f11,9ecfde,46a86b,e96d2a,6a109c,30a1eb,c85bc4,1ec5a7,3d8efd,9233e6,ff8840,4cbb50,f725d7,9511e3,28e203,de3ad5,453195,43e0ec,41f195,66c0d1,b10a84,e6ab45,9f6e67,bd4f02,2a5316,43dd84,636dfc,315bdb,e88852,37571a,2ab451,5e3f28,f124ce,8d1d09,9cfb13", "cauto": false, "opacity": 1, "lighting": { "ambient": 0.35, "diffuse": 0.86, "fresnel": 0.2, "specular": 0.54, "roughness": 0.5 }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "reversescale": false, "lightposition": { "x": 0, "y": 50000, "z": -50000 }, "autocolorscale": false } ], "frames": [], "layout": { "scene": { "xaxis": { "title": { "text": "x: Preferred Income" } }, "yaxis": { "title": { "text": "y: Ordinary Income" } }, "zaxis": { "type": "linear", "title": { "text": "Fed Tax + ACA PTC" } }, "camera": { "up": { "x": 0, "y": 0, "z": 1 }, "eye": { "x": 0.799118621717138, "y": -1.904339984309362, "z": 0.6499220357746933 }, "center": { "x": 0, "y": 0, "z": 0 }, "projection": { "type": "perspective" } }, "aspectmode": "auto", "aspectratio": { "x": 1, "y": 1, "z": 1 } }, "xaxis": { "range": [ -1, 6 ], "autorange": true }, "yaxis": { "range": [ -1, 4 ], "autorange": true }, "autosize": true, "template": { "data": { "bar": [ { "type": "bar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#506784" }, "line": { "color": "rgb(17,17,17)" } }, "header": { "fill": { "color": "#2a3f5f" }, "line": { "color": "rgb(17,17,17)" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" }, "baxis": { "gridcolor": "#506784", "linecolor": "#506784", "endlinecolor": "#A2B1C6", "minorgridcolor": "#506784", "startlinecolor": "#A2B1C6" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "autocolorscale": true } ] }, "layout": { "geo": { "bgcolor": "rgb(17,17,17)", "showland": true, "lakecolor": "rgb(17,17,17)", "landcolor": "rgb(17,17,17)", "showlakes": true, "subunitcolor": "#506784" }, "font": { "color": "#f2f5fa" }, "polar": { "bgcolor": "rgb(17,17,17)", "radialaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "angularaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "yaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" }, "zaxis": { "ticks": "", "gridcolor": "#506784", "gridwidth": 2, "linecolor": "#506784", "zerolinecolor": "#C8D4E3", "showbackground": true, "backgroundcolor": "rgb(17,17,17)" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "gridcolor": "#283442", "linecolor": "#506784", "automargin": true, "zerolinecolor": "#283442", "zerolinewidth": 2 }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "baxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "caxis": { "ticks": "", "gridcolor": "#506784", "linecolor": "#506784" }, "bgcolor": "rgb(17,17,17)" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#19d3f3", "#e763fa", "#fecb52", "#ffa15a", "#ff6692", "#b6e880" ], "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ], "sequentialminus": [ [ 0, "#0508b8" ], [ 0.0893854748603352, "#1910d8" ], [ 0.1787709497206704, "#3c19f0" ], [ 0.2681564245810056, "#6b1cfb" ], [ 0.3575418994413408, "#981cfd" ], [ 0.44692737430167595, "#bf1cfd" ], [ 0.5363128491620112, "#dd2bfd" ], [ 0.6256983240223464, "#f246fe" ], [ 0.7150837988826816, "#fc67fd" ], [ 0.8044692737430168, "#fe88fc" ], [ 0.8938547486033519, "#fea5fd" ], [ 0.9832402234636871, "#febefe" ], [ 1, "#fec3fe" ] ] }, "plot_bgcolor": "rgb(17,17,17)", "paper_bgcolor": "rgb(17,17,17)", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.4, "fillcolor": "#f2f5fa" }, "sliderdefaults": { "bgcolor": "#C8D4E3", "tickwidth": 0, "bordercolor": "rgb(17,17,17)", "borderwidth": 1 }, "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#f2f5fa", "arrowwidth": 1 }, "updatemenudefaults": { "bgcolor": "#506784", "borderwidth": 0 } }, "themeRef": "PLOTLY_DARK" }, "clickmode": "event+select", "colorscale": { "diverging": [ [ 0, "#67001f" ], [ 0.1, "#b2182b" ], [ 0.2, "#d6604d" ], [ 0.3, "#f4a582" ], [ 0.4, "#fddbc7" ], [ 0.5, "#ffffff" ], [ 0.6, "#e0e0e0" ], [ 0.7, "#bababa" ], [ 0.8, "#878787" ], [ 0.9, "#4d4d4d" ], [ 1, "#1a1a1a" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#000004" ], [ 0.1111111111111111, "#1b0c41" ], [ 0.2222222222222222, "#4a0c6b" ], [ 0.3333333333333333, "#781c6d" ], [ 0.4444444444444444, "#a52c60" ], [ 0.5555555555555556, "#cf4446" ], [ 0.6666666666666666, "#ed6925" ], [ 0.7777777777777778, "#fb9b06" ], [ 0.8888888888888888, "#f7d13d" ], [ 1, "#fcffa4" ] ] } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~dakingmon", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/42.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": "2025-06-28 19:07:23", "mapbox_access_tokens": null, "has_password": null, "username": "dakingmon", "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-06-28T18:04:41.432066Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~margaridapelicano/1.embed", "fid": "margaridapelicano:1", "filename": "1hora", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/margaridapelicano/1/9_4THQFOPRC4AQ2KZJ37HU0DWNT2QVEO.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/margaridapelicano/1/2_MRUOMPQN3HKUNA235B6GBDR2MDW99H.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/margaridapelicano/1/8_I2BZ70XZT6BNM0BGNS0ECLRRCPYKWG.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/margaridapelicano/1/9_4THQFOPRC4AQ2KZJ37HU0DWNT2QVEO.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/margaridapelicano:1", "plots": "https://api.plotly.com/v2/plots/margaridapelicano:1", "parent": "https://api.plotly.com/v2/folders/home?user=margaridapelicano" }, "owner": "margaridapelicano", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~margaridapelicano/1/", "world_readable": true, "date_modified": "2025-06-28T18:04:58.610Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~margaridapelicano/1/", "current_user_permission": "read", "is_theme": null, "is_template": false, "autosize": true, "caption": "", "figure": { "data": [ { "meta": { "columnNames": { "x": "x", "y": "y" } }, "mode": "lines", "type": "scatter", "xsrc": "margaridapelicano:0:509f32", "ysrc": "margaridapelicano:0:5566c9" } ], "frames": [], "layout": { "xaxis": { "type": "log", "range": [ -1.681795938341081, 3.2650199079120035 ], "autorange": true }, "yaxis": { "type": "linear", "range": [ -0.31121961616069116, 5.963178042988388 ], "autorange": true }, "autosize": true } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~margaridapelicano", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/90.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-17 11:43:23", "mapbox_access_tokens": null, "has_password": null, "username": "margaridapelicano", "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-06-28T16:26:48.205609Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kuruy/5.embed", "fid": "kuruy:5", "filename": "grafik_elevasi_editable", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kuruy/5/9_2VO4LGLO1ODTO72OQFB3AC3PBX4QVC.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kuruy/5/2_T3YPLLODSQIIBWQFL38CWI54WYLQGM.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kuruy/5/8_2LK8G46RTAQAD39JQQNG9G8E3207KI.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kuruy/5/9_2VO4LGLO1ODTO72OQFB3AC3PBX4QVC.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kuruy:5", "plots": "https://api.plotly.com/v2/plots/kuruy:5", "parent": "https://api.plotly.com/v2/folders/home?user=kuruy" }, "owner": "kuruy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~kuruy/5/", "world_readable": true, "date_modified": "2025-06-28T16:53:10.931Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kuruy/5/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue" }, "mode": "lines+markers", "name": "MW1", "type": "scatter", "xsrc": "kuruy:7:1223f3", "ysrc": "kuruy:7:be93e2", "hovertemplate": "%{x|%d-%m-%Y %H:%M}<br>%{y:.2f}" }, { "line": { "color": "orange" }, "mode": "lines+markers", "name": "MW4", "type": "scatter", "xsrc": "kuruy:7:14d3fd", "ysrc": "kuruy:7:a48fb4", "hovertemplate": "%{x|%d-%m-%Y %H:%M}<br>%{y:.2f}" }, { "line": { "color": "green" }, "mode": "lines+markers", "name": "MW5", "type": "scatter", "xsrc": "kuruy:7:dfcbdb", "ysrc": "kuruy:7:c562fe", "hovertemplate": "%{x|%d-%m-%Y %H:%M}<br>%{y:.2f}" } ], "layout": { "title": { "x": 0.5, "font": { "size": 20 }, "text": "Grafik Elevasi Jatigede (15 Menit)", "xanchor": "center" }, "xaxis": { "type": "date", "title": { "text": "Tanggal & Jam" }, "showgrid": true, "showline": true, "gridcolor": "lightgray", "linecolor": "black", "tickangle": 45, "rangeslider": { "visible": true } }, "yaxis": { "title": { "text": "Elevasi" }, "showgrid": true, "showline": true, "gridcolor": "lightgray", "linecolor": "black" }, "legend": { "x": 0.5, "y": 1.08, "font": { "size": 12 }, "title": { "text": "Lokasi" }, "xanchor": "center", "yanchor": "top", "orientation": "h" }, "margin": { "b": 100, "t": 120 }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "line": { "color": "white", "width": 0.6 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "angularaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "automargin": true, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "automargin": true, "zerolinecolor": "rgb(36,36,36)" }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "baxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "caxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "bgcolor": "white" }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "coloraxis": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0.0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1.0, "rgb(5,48,97)" ] ], "sequential": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ], "sequentialminus": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } } }, "hovermode": "x unified", "showlegend": true, "updatemenus": [ { "x": 0.01, "y": 1.2, "buttons": [ { "args": [ { "xaxis.autorange": true }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede (15 Menit)" } ], "label": "Semua", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-13T22:55:00", "2025-06-13T23:25:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-13" } ], "label": "2025-06-13", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-14T11:45:00", "2025-06-14T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-14" } ], "label": "2025-06-14", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-15T11:45:00", "2025-06-15T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-15" } ], "label": "2025-06-15", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-16T11:45:00", "2025-06-16T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-16" } ], "label": "2025-06-16", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-17T11:45:00", "2025-06-17T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-17" } ], "label": "2025-06-17", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-18T11:45:00", "2025-06-18T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-18" } ], "label": "2025-06-18", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-19T11:45:00", "2025-06-19T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-19" } ], "label": "2025-06-19", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-20T11:45:00", "2025-06-20T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-20" } ], "label": "2025-06-20", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-21T11:45:00", "2025-06-21T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-21" } ], "label": "2025-06-21", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-22T11:45:00", "2025-06-22T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-22" } ], "label": "2025-06-22", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-23T11:45:00", "2025-06-23T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-23" } ], "label": "2025-06-23", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-24T11:45:00", "2025-06-24T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-24" } ], "label": "2025-06-24", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-25T11:45:00", "2025-06-25T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-25" } ], "label": "2025-06-25", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-26T11:45:00", "2025-06-26T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-26" } ], "label": "2025-06-26", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-27T11:45:00", "2025-06-27T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-27" } ], "label": "2025-06-27", "method": "relayout" }, { "args": [ { "xaxis.range": [ "2025-06-28T11:45:00", "2025-06-28T12:15:00" ] }, { "hovermode": "x unified", "title.text": "Grafik Elevasi Jatigede - 2025-06-28" } ], "label": "2025-06-28", "method": "relayout" } ], "xanchor": "left", "yanchor": "top", "direction": "down", "showactive": true } ], "plot_bgcolor": "white", "paper_bgcolor": "white" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kuruy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-28 14:51:57", "mapbox_access_tokens": null, "has_password": null, "username": "kuruy", "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-06-28T16:12:45.344621Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~kuruy/3.embed", "fid": "kuruy:3", "filename": "grafik_elevasi_jatigede", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/kuruy/3/9_8DW89AOKABXQ4AV4XVXC7WO9FHMBZ2.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/kuruy/3/2_VYSXE7664UZI0T758YJHUR89G1WR38.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/kuruy/3/8_5AT3B1NRBQBAHHCY6SS4ZWWMI8DMUB.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/kuruy/3/9_8DW89AOKABXQ4AV4XVXC7WO9FHMBZ2.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/kuruy:3", "plots": "https://api.plotly.com/v2/plots/kuruy:3", "parent": "https://api.plotly.com/v2/folders/home?user=kuruy" }, "owner": "kuruy", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~kuruy/3/", "world_readable": true, "date_modified": "2025-06-28T16:12:45.353Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~kuruy/3/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "line": { "color": "blue" }, "mode": "lines+markers", "name": "MW1", "type": "scatter", "xsrc": "kuruy:2:7bd588", "ysrc": "kuruy:2:f9242d", "hovertemplate": "%{x|%d-%m-%Y %H:%M}<br>%{y:.2f}" }, { "line": { "color": "orange" }, "mode": "lines+markers", "name": "MW4", "type": "scatter", "xsrc": "kuruy:2:c4c92c", "ysrc": "kuruy:2:b3a8bf", "hovertemplate": "%{x|%d-%m-%Y %H:%M}<br>%{y:.2f}" }, { "line": { "color": "green" }, "mode": "lines+markers", "name": "MW5", "type": "scatter", "xsrc": "kuruy:2:116aed", "ysrc": "kuruy:2:01c265", "hovertemplate": "%{x|%d-%m-%Y %H:%M}<br>%{y:.2f}" } ], "layout": { "title": { "text": "Grafik Elevasi Jatigede (15 Menit)" }, "xaxis": { "title": { "text": "Tanggal & Jam" } }, "yaxis": { "title": { "text": "Elevasi" } }, "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } }, "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "rgb(36,36,36)", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "scatter": [ { "type": "scatter", "fillpattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "size": 10, "fillmode": "overlay", "solidity": 0.2 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "line": { "color": "white", "width": 0.6 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 }, "colorscale": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "white", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "rgb(36,36,36)" }, "polar": { "bgcolor": "white", "radialaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "angularaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" } }, "scene": { "xaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" }, "yaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" }, "zaxis": { "ticks": "outside", "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "zerolinecolor": "rgb(36,36,36)", "showbackground": true, "backgroundcolor": "white" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "automargin": true, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "ticks": "outside", "title": { "standoff": 15 }, "showgrid": false, "showline": true, "zeroline": false, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "automargin": true, "zerolinecolor": "rgb(36,36,36)" }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "baxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "caxis": { "ticks": "outside", "showgrid": false, "showline": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)" }, "bgcolor": "white" }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "coloraxis": { "colorbar": { "ticks": "outside", "tickcolor": "rgb(36,36,36)", "outlinewidth": 1 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0.0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1.0, "rgb(5,48,97)" ] ], "sequential": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ], "sequentialminus": [ [ 0.0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1.0, "#fde725" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "white", "paper_bgcolor": "white", "shapedefaults": { "line": { "width": 0 }, "opacity": 0.3, "fillcolor": "black" }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 } } }, "hovermode": "x unified" } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~kuruy", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/79.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-9.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2025-06-28 14:51:57", "mapbox_access_tokens": null, "has_password": null, "username": "kuruy", "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-06-28T15:06:26.388741Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jmoxley/18315.embed", "fid": "jmoxley:18315", "filename": "20250627_linkage_history_miax_b", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18315/9_ZQA3T66KXKIESX6VRLSTU7768F43PZ.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18315/2_STHYTU683R6MM88Z79UEFSNSXWSOMD.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18315/8_WK2ZMX2JYWRURJ7UPLA523OB32KGDA.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18315/9_ZQA3T66KXKIESX6VRLSTU7768F43PZ.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jmoxley:18315", "plots": "https://api.plotly.com/v2/plots/jmoxley:18315", "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley" }, "owner": "jmoxley", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jmoxley/18315/", "world_readable": true, "date_modified": "2025-06-28T15:06:26.424Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18315/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "Mean", "type": "scatter", "xsrc": "jmoxley:18314:7b57fd", "ysrc": "jmoxley:18314:e6f879" }, { "mode": "lines", "name": "Median", "type": "scatter", "xsrc": "jmoxley:18314:fb8cf0", "ysrc": "jmoxley:18314:48e147" }, { "mode": "lines", "name": "Min", "type": "scatter", "xsrc": "jmoxley:18314:0f70d1", "ysrc": "jmoxley:18314:04311e" }, { "mode": "lines", "name": "StDev", "type": "scatter", "xsrc": "jmoxley:18314:172996", "ysrc": "jmoxley:18314:a62cdf" }, { "mode": "lines", "name": "Orders Scaled", "type": "scatter", "xsrc": "jmoxley:18314:b4f43e", "ysrc": "jmoxley:18314:8c9032" } ], "layout": { "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jmoxley", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-07-02 18:27:30", "mapbox_access_tokens": null, "has_password": null, "username": "jmoxley", "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-06-28T15:06:23.994370Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jmoxley/18313.embed", "fid": "jmoxley:18313", "filename": "20250627_linkage_history_b", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18313/9_5QE5YE18QF9IH47UMEX9QK1KTUX4Q4.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18313/2_1S3V0LDDUIW0WE5Y2CA3GM4AGE086H.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18313/8_0VH6Q9QL4H7XWN4F2GECBUYHXOM402.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18313/9_5QE5YE18QF9IH47UMEX9QK1KTUX4Q4.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jmoxley:18313", "plots": "https://api.plotly.com/v2/plots/jmoxley:18313", "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley" }, "owner": "jmoxley", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 1, "web_url": "https://chart-studio.plotly.com/~jmoxley/18313/", "world_readable": true, "date_modified": "2025-06-28T15:06:24.029Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18313/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "lines", "name": "Mean", "type": "scatter", "xsrc": "jmoxley:18312:503fc5", "ysrc": "jmoxley:18312:0b34e9" }, { "mode": "lines", "name": "Median", "type": "scatter", "xsrc": "jmoxley:18312:df9a94", "ysrc": "jmoxley:18312:883dd8" }, { "mode": "lines", "name": "Min", "type": "scatter", "xsrc": "jmoxley:18312:deb179", "ysrc": "jmoxley:18312:ac116f" }, { "mode": "lines", "name": "StDev", "type": "scatter", "xsrc": "jmoxley:18312:97ad49", "ysrc": "jmoxley:18312:909481" }, { "mode": "lines", "name": "Orders Scaled", "type": "scatter", "xsrc": "jmoxley:18312:7aba09", "ysrc": "jmoxley:18312:92fe82" } ], "layout": { "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jmoxley", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-07-02 18:27:30", "mapbox_access_tokens": null, "has_password": null, "username": "jmoxley", "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-06-28T15:06:21.617361Z", "comments": { "results": [], "count": 0 }, "parented": true, "embed_url": "https://chart-studio.plotly.com/~jmoxley/18311.embed", "fid": "jmoxley:18311", "filename": "20250627_linkage_miax_b", "filetype": "plot", "img_url": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18311/9_71PH8Z4HR1KIDGMAR9H03TNWE8I8OF.png", "image_urls": { "default": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18311/2_EBR03KAYXZFCPE1F6O9HY8SS2LUXG5.png", "block-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18311/8_Z4H70VVRPV5XJWA11DK73RO6JVJI6Z.png", "list-thumb": "https://storage.googleapis.com/plotly-prod-images/jmoxley/18311/9_71PH8Z4HR1KIDGMAR9H03TNWE8I8OF.png" }, "api_urls": { "files": "https://api.plotly.com/v2/files/jmoxley:18311", "plots": "https://api.plotly.com/v2/plots/jmoxley:18311", "parent": "https://api.plotly.com/v2/folders/home?user=jmoxley" }, "owner": "jmoxley", "parent": -1, "preview": "", "referencers": [], "references": [], "title": "", "views": 0, "web_url": "https://chart-studio.plotly.com/~jmoxley/18311/", "world_readable": true, "date_modified": "2025-06-28T15:06:21.656Z", "stars": { "results": [], "count": 0 }, "collaborators": { "results": [], "count": 0 }, "subfolder_count": null, "refresh_interval": null, "organize_view_url": "https://chart-studio.plotly.com/~jmoxley/18311/", "current_user_permission": "read", "is_theme": null, "is_template": null, "autosize": true, "caption": "", "figure": { "data": [ { "mode": "markers", "name": "FIX In", "type": "scatter", "xsrc": "jmoxley:18310:56e790", "ysrc": "jmoxley:18310:e650b0", "textsrc": "jmoxley:18310:43b896" }, { "mode": "markers", "name": "FIX Out", "type": "scatter", "xsrc": "jmoxley:18310:1e403a", "ysrc": "jmoxley:18310:d4a077", "textsrc": "jmoxley:18310:415edf" } ], "layout": { "shapes": [ { "x0": "2025-06-27T13:31:25.337000", "x1": "2025-06-27T19:54:23.376000", "y0": 300, "y1": 300, "line": { "color": "rgb(255, 0, 0)", "width": 1 }, "type": "line", "xref": "x", "yref": "y" } ], "template": { "data": { "bar": [ { "type": "bar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" } } ], "pie": [ { "type": "pie", "automargin": true } ], "table": [ { "type": "table", "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } } } ], "carpet": [ { "type": "carpet", "aaxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "gridcolor": "white", "linecolor": "white", "endlinecolor": "#2a3f5f", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" } } ], "mesh3d": [ { "type": "mesh3d", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "contour": [ { "type": "contour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "heatmap": [ { "type": "heatmap", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatter": [ { "type": "scatter", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "surface": [ { "type": "surface", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "barpolar": [ { "type": "barpolar", "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } } } ], "heatmapgl": [ { "type": "heatmapgl", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "histogram": [ { "type": "histogram", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "parcoords": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "parcoords" } ], "scatter3d": [ { "line": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "type": "scatter3d", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattergl": [ { "type": "scattergl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "choropleth": [ { "type": "choropleth", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattergeo": [ { "type": "scattergeo", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2d": [ { "type": "histogram2d", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ], "scatterpolar": [ { "type": "scatterpolar", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "contourcarpet": [ { "type": "contourcarpet", "colorbar": { "ticks": "", "outlinewidth": 0 } } ], "scattercarpet": [ { "type": "scattercarpet", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scattermapbox": [ { "type": "scattermapbox", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterpolargl": [ { "type": "scatterpolargl", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "scatterternary": [ { "type": "scatterternary", "marker": { "colorbar": { "ticks": "", "outlinewidth": 0 } } } ], "histogram2dcontour": [ { "type": "histogram2dcontour", "colorbar": { "ticks": "", "outlinewidth": 0 }, "colorscale": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] } ] }, "layout": { "geo": { "bgcolor": "white", "showland": true, "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "subunitcolor": "white" }, "font": { "color": "#2a3f5f" }, "polar": { "bgcolor": "#E5ECF6", "radialaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "angularaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" } }, "scene": { "xaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "yaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" }, "zaxis": { "ticks": "", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "zerolinecolor": "white", "showbackground": true, "backgroundcolor": "#E5ECF6" } }, "title": { "x": 0.05 }, "xaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "ticks": "", "title": { "standoff": 15 }, "gridcolor": "white", "linecolor": "white", "automargin": true, "zerolinecolor": "white", "zerolinewidth": 2 }, "mapbox": { "style": "light" }, "ternary": { "aaxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "baxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "caxis": { "ticks": "", "gridcolor": "white", "linecolor": "white" }, "bgcolor": "#E5ECF6" }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "coloraxis": { "colorbar": { "ticks": "", "outlinewidth": 0 } }, "hovermode": "closest", "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ], "sequentialminus": [ [ 0.0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1.0, "#f0f921" ] ] }, "hoverlabel": { "align": "left" }, "plot_bgcolor": "#E5ECF6", "paper_bgcolor": "white", "shapedefaults": { "line": { "color": "#2a3f5f" } }, "autotypenumbers": "strict", "annotationdefaults": { "arrowhead": 0, "arrowcolor": "#2a3f5f", "arrowwidth": 1 } } } } }, "height": null, "width": null, "user": { "profile_url": "https://chart-studio.plotly.com/~jmoxley", "avatar_url": "https://storage.googleapis.com/plotly-prod-profiles/46.jpg", "background_url": "https://storage.googleapis.com/plotly-prod-profiles/bg-5.jpg", "bio": "", "nickname": "", "website": "", "stream_tokens": null, "feature_set_id": null, "csrf_token": null, "date_joined": "2019-07-02 18:27:30", "mapbox_access_tokens": null, "has_password": null, "username": "jmoxley", "email": null, "is_active": null, "readonly": null, "is_dash_creator": null, "dash_created_count": null, "is_chart_creator": null, "charts_created_count": null } } ] }{ "next": "