Skip to content

Commit ed7664a

Browse files
committed
DOC: Define the effect of rcParams["figure.raise_window"] = False
Closes matplotlib#20415.
1 parent 6c2d9e8 commit ed7664a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/matplotlib/mpl-data/matplotlibrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,9 @@
600600
# the pyplot interface before emitting a warning.
601601
# If less than one this feature is disabled.
602602
#figure.raise_window : True # Raise the GUI window to front when show() is called.
603+
# If set to False, we currently do not take any further
604+
# actions and whether the window appears on the front
605+
# may depend on the GUI framework and window manager.
603606

604607
## The figure subplot parameters. All dimensions are a fraction of the figure width and height.
605608
#figure.subplot.left: 0.125 # the left side of the subplots of the figure

0 commit comments

Comments
 (0)