Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

saving interact notebook output

I've created an image using interact. After showing the object with: S.show(aspect_ratio=1,figsize=[size,size],axes=False) I wanted to save it as a .pdf instead of .png so I added S.save('MyImage.pdf',figsize=20) to my code. For some reason I don't understand the MyImage.pdf file displays the axes. I've resorted to cropping out the axes but with multiple files it's a pain. How do I remove the axes from the saved file?