From 90b29f610839e3f7cea53bf98a8d9757f6826074 Mon Sep 17 00:00:00 2001 From: mahotd Date: Thu, 30 Nov 2023 17:52:27 +0100 Subject: [PATCH] Fix `suplot` typo in doc --- doc/python/icicle-charts.md | 2 +- doc/python/sunburst-charts.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/python/icicle-charts.md b/doc/python/icicle-charts.md index ea6eeb0653c..540f9f7e82c 100644 --- a/doc/python/icicle-charts.md +++ b/doc/python/icicle-charts.md @@ -232,7 +232,7 @@ fig.show() ### Large Number of Slices -This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the suplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/icicle/#icicle-domain) attribute. +This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the subplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/icicle/#icicle-domain) attribute. ```python import plotly.graph_objects as go diff --git a/doc/python/sunburst-charts.md b/doc/python/sunburst-charts.md index 5e589e438fe..e22f9f9dd7b 100644 --- a/doc/python/sunburst-charts.md +++ b/doc/python/sunburst-charts.md @@ -214,7 +214,7 @@ fig.show() ### Large Number of Slices -This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the suplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/sunburst/#sunburst-domain) attribute. +This example uses a [plotly grid attribute](https://plotly.com/python/reference/layout/#layout-grid) for the subplots. Reference the row and column destination using the [domain](https://plotly.com/python/reference/sunburst/#sunburst-domain) attribute. ```python import plotly.graph_objects as go