-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
EPS and usetex give blank output #16898
Copy link
Copy link
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.backend: pstopic: text/usetex
Milestone
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.backend: pstopic: text/usetex
Bug report
Bug summary
Saving EPS files with the
usetex=Trueoption gives a blank output.Code for reproduction
Actual outcome
output-200094d4-bad.pdf (converted from eps to pdf using epstopdf)
The EPS file appears to have the incorrect coordinates of the various elements.
Expected outcome
output-9e7a235-good.pdf
This worked in version 3.1.3, but stopped working in 3.2.0. Git
bisectshows that 200094d introduced the issue.Matplotlib version
Matplotlib installed with
sudo pacman -S python-matplotlib