Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Labels
Description
Bug summary
Saving an eps file with the ghostscript distiller on appears to wrongly crop the resulting eps.
Code for reproduction
frompylabimport*rcParams["ps.usedistiller"]="ghostscript"plot()savefig("/tmp/test.eps",backend="ps")
Actual outcome
eps file rendered with okular:
(it is actually cropped, even if one zooms out a lot)
Expected outcome
No cropping.
Additional information
No response
Operating system
arch linux
Matplotlib Version
3.6.0.dev1395+gf393802bab
Matplotlib Backend
ps
Python version
310
Jupyter version
no
Installation
git checkout