p = plot(x^2, x, 0, 1) p.save('withaxes.pdf') p.save('withoutaxes.pdf', axes=False) the second file is not valid; if you use it ...
When I create a figure using bbox images, everything looks fine, but when I save the figure, the images move. Here is an example ...