Skip to content

Commit 4f54799

Browse files
authored
Update doc/python/graphing-multiple-chart-types.md
1 parent 0e71bb1 commit 4f54799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/graphing-multiple-chart-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fig.show()
6060

6161
*New in 5.12*
6262

63-
In this example, we display individual data points with a grouped scatter chart and show grouped averages using a bar chart. We start by creating a bar chart with Plotly Express and then add scatter traces with the `add_trace()` method.
63+
In this example, we display individual data points with a grouped scatter chart and show averages using a grouped bar chart. We start by creating a bar chart with Plotly Express and then add scatter traces with the `add_trace()` method.
6464

6565
```python
6666
import plotly.express as px

0 commit comments

Comments
 (0)