help-octave
[Top][All Lists]
Advanced

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

Re: graphics


From: Ivan Sutoris
Subject: Re: graphics
Date: Sun, 25 Jan 2009 00:02:28 +0100

On Sat, Jan 24, 2009 at 6:05 PM, Brendan Cusick <address@hidden> wrote:
> Hello.  I see in the "news" file that the Print Screen button should
> generate a file from an Octave graphics window.  Seems simple enough but
> isn't doing anything for me.  Any suggestions?  Thanks for your help.
>
> Brendan
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>

Hello

I don't think "Print Screen" is mentioned in NEWS file. What is
probably meant is the possibility to export graphics from Octave using
Matlab-compatible "print" function, for example:

  plot(randn(50,1))
  print('mychart.png')

will plot 50 normal random numbers and save the plot to file
"mychart.png". See also "help print" for more details (like which
formats are supported and other options).

Regards
Ivan Sutoris


reply via email to

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