Skip to content

Commit 282e58a

Browse files
timhoffmmeeseeksmachine
authored andcommitted
Backport PR matplotlib#28085: Clarify that the pgf backend is never actually used interactively.
1 parent e92c098 commit 282e58a

File tree

1 file changed

+3
-1
lines changed
  • galleries/users_explain/text

1 file changed

+3
-1
lines changed

galleries/users_explain/text/pgf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@
3030
3131
The last method allows you to keep using regular interactive backends and to
3232
save xelatex, lualatex or pdflatex compiled PDF files from the graphical user
33-
interface.
33+
interface. Note that, in that case, the interactive display will still use the
34+
standard interactive backends (e.g., QtAgg), and in particular use latex to
35+
compile relevant text snippets.
3436
3537
Matplotlib's pgf support requires a recent LaTeX_ installation that includes
3638
the TikZ/PGF packages (such as TeXLive_), preferably with XeLaTeX or LuaLaTeX

0 commit comments

Comments
 (0)