Skip to content

Commit f28a37f

Browse files
committed
howto_faq: minor clarification in reference to backends
1 parent 63a5c11 commit f28a37f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/faq/howto_faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,9 @@ locators as desired because the two axes are independent::
441441
Generate images without having a window popup
442442
--------------------------------------------------
443443

444-
The easiest way to do this is use an image backend (see
444+
The easiest way to do this is use a non-interactive backend (see
445445
:ref:`what-is-a-backend`) such as Agg (for PNGs), PDF, SVG or PS. In
446-
your figure generating script, just call the
446+
your figure-generating script, just call the
447447
:func:`matplotlib.use` directive before importing pylab or
448448
pyplot::
449449

0 commit comments

Comments
 (0)