help-octave
[Top][All Lists]
Advanced

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

Re: fyi: pl_plot and whitespace_in_literal_matrix


From: Joao Cardoso
Subject: Re: fyi: pl_plot and whitespace_in_literal_matrix
Date: Fri, 8 Mar 2002 12:32:07 -0600

On Friday 08 March 2002 10:33 am, Douglas Eck wrote:
> For reasons I cannot remember, presumably matlab compatability, I had
> whitespace_in_literal_matrix = "traditional"
> in my .octaverc
>
> This leads to the following behavior (which I think is bizarre, but hey,
> I can turn it off --- in fact I had to explicitly turn it on!---so
> who's complaining.)
>
> ax=[1 2 3 4]
> [ax (3), ax (4)]
> ans =
>          1        2        3        4        3        1        2        3  
>      4        4
>
>
> This breaks plplot because the plplot-supplied axis.m
> does this:
>
>         __pl.axis(__pl_strm,[3,4]) = [ax (3), ax (4)];
>
>

Thanks, I have fixed it now (in plplot cvs).

Joao

> Just an fyi! It took me a few minutes to figure it out.
>
> Cheers,
> Doug



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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