Skip to content

Commit 6f828a0

Browse files
committed
Remove outdated reference to matplotlibbaselinemarker in tex sources.
The use of matplotlibbaselinemarker was removed in 2e351d1.
1 parent 780e66c commit 6f828a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/matplotlib/texmanager.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ def _get_tex_source(cls, tex, fontsize):
228228
r"\begin{document}",
229229
r"% The empty hbox ensures that a page is printed even for empty",
230230
r"% inputs, except when using psfrag which gets confused by it.",
231-
r"% matplotlibbaselinemarker is used by dviread to detect the",
232-
r"% last line's baseline.",
233231
rf"\fontsize{{{fontsize}}}{{{baselineskip}}}%",
234232
r"\ifdefined\psfrag\else\hbox{}\fi%",
235233
rf"{{{fontcmd} {tex}}}%",

0 commit comments

Comments
 (0)