Hi,
I’m trying to output a pygmt figure in eps format in order to edit it in Inkscape. Using pygmt.Figure.savefig(output.eps)
generates an eps
file which is cropped on the right and I can only see about the left 3/4 of the plot.
Exporting it as a png
works fine. Setting crop=False
didn’t help.
Does anybody have any ideas how to tackle this?