From help-octave-request at bevo dot che dot wisc dot edu Fri Mar 8 12:35:23 2002 Subject: Re: fyi: pl_plot and whitespace_in_literal_matrix From: Joao Cardoso To: Douglas Eck , "help-octave@bevo.che.wisc.edu" Date: Fri, 8 Mar 2002 12:31:54 -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 -------------------------------------------------------------