help-octave
[Top][All Lists]
Advanced

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

fyi: pl_plot and whitespace_in_literal_matrix


From: Douglas Eck
Subject: fyi: pl_plot and whitespace_in_literal_matrix
Date: Fri, 08 Mar 2002 11:33:46 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204

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)];


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]