| 1 | initial version |
There are two ways to go:
show to make the png display in the default viewersave to save it to a fileTry with:
plot(f, -4, 4).show()
plot(f, -4, 4).save('plot_square_function.png')
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.