You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original wording was inaccurate as both the pdf and pgf backends
provide this functionality. I tried fixing that, but duplicating all
links to both backends seemed unwieldy; additionally the "narrative"
version of the FAQ reads worse (we should just encourage `pp.savefig()`
instead of explaining that `plt.savefig()` needs workarounds, and also
prefer `with PdfPages(...) as pp:`). Given that the docstring of both
classes have examples, I just got rid of most of the FAQ entry instead
(see also the next FAQ entries, which also have no code).
0 commit comments