PRINTALL is the jGraph module of jLab.

 PRINTALL  Print and close all open figures.
 
    PRINTALL prints all open figures to files in the current directory,
    and closes the figures.  
    
    Files are named with the time stamp YYYY-MM-DD+HH|MM|SS followed
    by their window number.
 
    For image file output (png, jpeg, or tiff), the files are also cropped
    using CROP by A. Bliss. 
 
    PRINTALL(NAME) prepends the string NAME to the file names. 
 
    PRINTALL(NAME,STR) passes the string STR as the printer device, for 
    example, PRINTALL('-djpg -r200').  The default choice is STR='-dpng'.
 
    PRINTALL(H,...) only prints those figures whose handles are given in H.
 
    Usage: printall samplefigures
           printall samplefigures -depsc
           printall([],' -depsc')
           printall(h,'-djpeg')
    __________________________________________________________________
    This is part of JLAB --- type 'help jlab' for more information
    (C) 2013--2020 J.M. Lilly --- type 'help jlab_license' for details

contents | allhelp | index