help-octave
[Top][All Lists]
Advanced

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

Re: Problem plotting


From: asha g
Subject: Re: Problem plotting
Date: Sun, 26 Oct 2008 05:02:57 -0700 (PDT)

Yes it does when I revert back to N = 10. The funny thing is that it worked 
earlier in the morning. Then I changed a parameter to do another calculation. 
After that I went back to the earlier parameter and now I have this problem 
with N = 30.
Strange.
Asha 

 
> Hi Asha, 
> 
> as you mention that it has worked before, I suspect that
> something happend to your input data. Does it still work
> when you change N back to 10?
> 
> Wo
> 
> -------- Original-Nachricht --------
> > Datum: Sun, 26 Oct 2008 04:06:35 -0700 (PDT)
> > Von: asha g <address@hidden>
> > An: address@hidden
> > Betreff: Problem plotting
> 
> > 
> > I have a program. When I run it with N = 10, it plots
> perfectly. But when
> > I run it with N = 30 (everything else is the same) I
> get the following
> > error message ( Actually it ran correctly several
> times and then suddenly
> > started giving this error) Can someone help me sort
> this out please.
> > there are four plots. One of them is plotting
> correctly. 
> > 
> > Thanks
> > Asha 
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >       ^
> >          line 31: warning: Skipping data file with no
> valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >     ^
> >          line 62: warning: Skipping data file with no
> valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >                                                       
>                    
> >       ^         line 93: warning: Skipping data file
> with no valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >       ^
> >          line 31: warning: Skipping data file with no
> valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >     ^
> >          line 62: warning: Skipping data file with no
> valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >                                                       
>                    
> >       ^         line 93: warning: Skipping data file
> with no valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >       ^
> >          line 155: warning: Skipping data file with no
> valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >     ^
> >          line 186: warning: Skipping data file with no
> valid points
> > 
> > gnuplot> plot "-" using ($1):($2) axes
> x1y1 title "rs==parent" with points
> > linestyle 1 , "-" using ($1):($2) axes x1y1
> title " m*==branch1" with
> > points linestyle 2 , "-" using ($1):($2)
> axes x1y1 title "b+== branch2" with
> > points linestyle 3 , "-" using ($1):($2)
> axes x1y1 title "" with points
> > linestyle 4 ;
> >                                                       
>                    
> >       ^         line 217: warning: Skipping data file
> with no valid points
> > octave:3>
> > 
> > 
> > 
> > 
> >       
> > _______________________________________________
> > Help-octave mailing list
> > address@hidden
> >
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
> 
> -- 
> GMX Download-Spiele: Preizsturz! Alle Puzzle-Spiele Deluxe
> über 60% billiger.
> http://games.entertainment.gmx.net/de/entertainment/games/download/puzzle/index.html


      



reply via email to

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