Commit 4d85f70
authored
Try running the pgf backend off the article class. (matplotlib#23443)
Apparently the minimal class is problematic from some use cases, and its
used discouraged (https://tex.stackexchange.com/questions/42114).
This does require loading hyperref using a standard usepackage, though.
While we're at it, remove the early font loading, which seems
unnecessary too. (Or we should add a test or a comment that shows a
case where it's needed.)1 parent 3ffb560 commit 4d85f70
File tree
2 files changed
+7
-11
lines changed- doc/api/next_api_changes/behavior
- lib/matplotlib/backends
2 files changed
+7
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | 233 | | |
237 | | - | |
| 234 | + | |
238 | 235 | | |
239 | 236 | | |
240 | 237 | | |
241 | 238 | | |
242 | 239 | | |
243 | 240 | | |
244 | 241 | | |
245 | | - | |
246 | 242 | | |
247 | 243 | | |
248 | 244 | | |
| |||
864 | 860 | | |
865 | 861 | | |
866 | 862 | | |
867 | | - | |
868 | | - | |
869 | | - | |
| 863 | + | |
| 864 | + | |
870 | 865 | | |
871 | 866 | | |
872 | 867 | | |
| |||
975 | 970 | | |
976 | 971 | | |
977 | 972 | | |
978 | | - | |
979 | | - | |
980 | | - | |
| 973 | + | |
| 974 | + | |
981 | 975 | | |
982 | 976 | | |
983 | 977 | | |
| |||
0 commit comments