Skip to content

Commit 9b0a587

Browse files
timhoffmstory645
andauthored
Update galleries/examples/subplots_axes_and_figures/shared_axis_demo.py
Co-authored-by: hannah <story645@gmail.com>
1 parent d19b717 commit 9b0a587

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

galleries/examples/subplots_axes_and_figures/shared_axis_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
to `~.pyplot.subplots`.
99
1010
This ensures the x- or y-axis limits are synchronized across the subplots. Autoscaling
11-
considers the data on all Axes and any limit changes, including interactive zoom
11+
considers the data on all Axes; therefore, any limit changes, including interactive zoom
1212
and pan, will affect all shared axes.
1313
1414
The plot below illustrates this by showing two different time-series and using *sharex*

0 commit comments

Comments
 (0)