help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: print to file


From: Ron Crummett
Subject: Re: print to file
Date: Fri, 18 Aug 2006 11:16:03 -0700
User-agent: Thunderbird 1.5.0.5 (X11/20060719)

Have you looked at 'help print'? That shows a lot of good information, and everything I learned about saving plots came from there.

As a quick example, suppose you want to save your plot to a .png file. Then type print('plotname.png', '-dpng'). You can do more with it later, but that should be a good start for now.

-Ron

address@hidden wrote:
How do I save my plot to a file.  An example would be nice here.  I just can't
seem to get it to work.

_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]