help-octave
[Top][All Lists]
Advanced

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

contour AND plot(,,'o')


From: Daniel Heiserer
Subject: contour AND plot(,,'o')
Date: Tue, 23 Mar 1999 09:41:48 +0100

Me again:

How can I make a contour plot, hold it and the do a 'o' line plot?

The following doesn't work. All I tried returned crap.

octave:60> close
octave:61> contour(z',10,y,x);
octave:62> hold on
octave:63> plot(pval(:,1),pval(:,2),'bo;;');
warning: can't make 2D parametric plot -- setting noparametric...
octave:64> Notice: cannot contour non grid data!

gnuplot> sp "/usr/tmp/oct-JDAa00209" t "line 1" w lines
1,"/usr/tmp/oct-KDAa00209" t "" w points 3 1
                                                                                
  
^
         line 0: 2 columns found, 1 or 3 expected


octave:64> pval
pval =

  -0.144060   0.039597
  -0.150652   0.028611
  -0.338247  -0.169696
  -1.399817   0.081254
  -2.389334   1.002289
  -3.841382   2.377523
  -0.986542   1.233555
  -2.658503  -0.743374

daniel



reply via email to

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