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 075d47f commit db73b44Copy full SHA for db73b44
galleries/users_explain/text/pgf.py
@@ -183,7 +183,9 @@
183
* If the font configuration used by Matplotlib differs from the font setting
184
in yout LaTeX document, the alignment of text elements in imported figures
185
may be off. Check the header of your ``.pgf`` file if you are unsure about
186
- the fonts Matplotlib used for the layout.
+ the fonts Matplotlib used for the layout. For best results, you may need to
187
+ set `pgf.documentclass` and `pgf.preamble` to match your LaTeX document and
188
+ disable `pgf.rcfonts`.
189
190
* Vector images and hence ``.pgf`` files can become bloated if there are a lot
191
of objects in the graph. This can be the case for image processing or very
0 commit comments