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 6c2d9e8 commit ed7664aCopy full SHA for ed7664a
1 file changed
lib/matplotlib/mpl-data/matplotlibrc
@@ -600,6 +600,9 @@
600
# the pyplot interface before emitting a warning.
601
# If less than one this feature is disabled.
602
#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.
606
607
## The figure subplot parameters. All dimensions are a fraction of the figure width and height.
608
#figure.subplot.left: 0.125 # the left side of the subplots of the figure
0 commit comments