Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ed7cf5

Browse files
added layout="compressed" for pyplot#25223 (#25234)
* layout none and compressed added in pyplot* Update lib/matplotlib/pyplot.pyCo-authored-by: Jody Klymak <jklymak@gmail.com>* compressed added* fixed (89>88) error ig(?)---------Co-authored-by: Jody Klymak <jklymak@gmail.com>
1 parent238e275 commit0ed7cf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎lib/matplotlib/pyplot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,8 @@ def figure(num=None, # autoincrement if None, else integer from 1-N
740740
clear : bool, default: False
741741
If True and the figure already exists, then it is cleared.
742742
743-
layout : {'constrained', 'tight', `.LayoutEngine`, None}, default: None
743+
layout : {'constrained', 'tight', 'compressed',\
744+
`.LayoutEngine`, None}, default: None
744745
The layout mechanism for positioning of plot elements to avoid
745746
overlapping Axes decorations (labels, ticks, etc). Note that layout
746747
managers can measurably slow down figure display. Defaults to *None*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp