### Bug summary Saving an eps file with the ghostscript distiller on appears to wrongly crop the resulting eps. ### Code for reproduction ```python from pylab import * 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