...
Section | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
The object outputallows the selection definition of the output format, and the setting settings of the output filename file name .
Have a look at the PNG output documentation to see which parameters are available to set-up a PNG output.
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
from Magics.macro import * #settings of the png output output = output( output_formats = ['png'], output_name = "magics", output_name_first_page_number = "off" ) #The plot commad will create a png output called magics.png plot(output, mcoast()) |