help-octave
[Top][All Lists]
Advanced

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

Re: gplot versus plot


From: David Bateman
Subject: Re: gplot versus plot
Date: Tue, 10 Jul 2007 16:48:48 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

address@hidden wrote:
> Hello,
> 1st thanks for the last help. I'm wandering why gplot is deprecated.
>   
It is deprecated as we have more requests for better graphics
compatibility with Matlab rather than the old Octave interface and the
two interfaces are incompatible.

There is also a nameclash with gplot. In matlab and now in Octave 2.9
this is a graph tree plot rather than a gnuplot plotting interface.. You
can use

> I like gnuplot functionalities. If i want to loop a plotting procedure
> to get a few data plotted with points i can do that with gnuplot,
> but with the plot command i cannot say "with points", and using the
> same character for all plots is not nice. Is there a way to do that?
>
> By the way, why this code does not work?
>                    y=@(x) x.^2 ; fplot ("y(x)",[1,5])
>
>  if this is working
>                   fplot ("cos(x)",[1,5]) works?
>
> Thanks in advance again ...
>   
Use the matlab compatible manner of doing it with a LineSpec like "r+",
"b*", "g^" to the plot command..

D.


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


-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

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