Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions lib/matplotlib/backends/backend_pgf.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,9 +792,6 @@ def _print_pgf_to_fh(self, fh, *, bbox_inches_restore=None):
%% Make sure the required packages are loaded in your preamble
%% \\usepackage{pgf}
%%
%% and on luatex and xetex
%% \\usepackage{unicode-math}
%%
%% Figures using additional raster images can only be included by \\input if
%% they are in the same directory as the main LaTeX file. For loading figures
%% from other directories you can use the `import` package
Expand Down