Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d696864 commit 3650122Copy full SHA for 3650122
1 file changed
lib/matplotlib/layout_engine.py
@@ -7,8 +7,8 @@
7
usually to rearrange Axes on the figure to produce a pleasing layout. This is
8
like a ``draw`` callback but with two differences. First, when printing we
9
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).
+layout engine while the figure is being created. In particular, colorbars are
+made differently with different layout engines (for historical reasons).
12
13
Matplotlib supplies two layout engines, `.TightLayoutEngine` and
14
`.ConstrainedLayoutEngine`. Third parties can create their own layout engine
0 commit comments