10000 Merge pull request #14822 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@440062e · GitHub
[go: up one dir, main page]

Skip to content

Commit 440062e

Browse files
authored
Merge pull request #14822 from meeseeksmachine/ 8000 auto-backport-of-pr-14714-on-v3.1.x
Backport PR #14714 on branch v3.1.x (Point towards how to save output of non-interactive backends)
2 parents 3ad899f + 36d2f93 commit 440062e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tutorials/introductory/usage.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,9 @@ def my_plotter(ax, data1, data2, param_dict):
406406
# :term:`svg`
407407
# ============= ============ ================================================
408408
#
409+
# To save plots using the non-interactive backends, use the
410+
# ``matplotlib.pyplot.savefig('filename')`` method.
411+
#
409412
# And here are the user interfaces and renderer combinations supported;
410413
# these are *interactive backends*, capable of displaying to the screen
411414
# and of using appropriate renderers from the table above to write to

0 commit comments

Comments
 (0)
0