8000 Remove reference to unicode-math in pgf preamble. · matplotlib/matplotlib@6bfde8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 6bfde8d

Browse files
committed
Remove reference to unicode-math in pgf preamble.
This used to be required to support unicode minus, but we now strip out the minuses ourselves.
1 parent 8768aec commit 6bfde8d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/matplotlib/backends/backend_pgf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -792,9 +792,6 @@ def _print_pgf_to_fh(self, fh, *, bbox_inches_restore=None):
792792
%% Make sure the required packages are loaded in your preamble
793793
%% \\usepackage{pgf}
794794
%%
795-
%% and on luatex and xetex
796-
%% \\usepackage{unicode-math}
797-
%%
798795
%% Figures using additional raster images can only be included by \\input if
799796
%% they are in the same directory as the main LaTeX file. For loading figures
800797
%% from other directories you can use the `import` package

0 commit comments

Comments
 (0)
0