Skip to content

Commit 3650122

Browse files
committed
update
1 parent d696864 commit 3650122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/layout_engine.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
usually to rearrange Axes on the figure to produce a pleasing layout. This is
88
like a ``draw`` callback but with two differences. First, when printing we
99
disable the layout engine for the final draw. Second, it is useful to know the
10-
layout engine while the figure is being created. In particular, colorbars are made
11-
differently with different layout engines (for historical reasons).
10+
layout engine while the figure is being created. In particular, colorbars are
11+
made differently with different layout engines (for historical reasons).
1212
1313
Matplotlib supplies two layout engines, `.TightLayoutEngine` and
1414
`.ConstrainedLayoutEngine`. Third parties can create their own layout engine

0 commit comments

Comments
 (0)