octave-maintainers
[Top][All Lists]
Advanced

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

quiver question


From: John W. Eaton
Subject: quiver question
Date: Tue, 22 Mar 2005 22:01:01 -0500

On 22-Mar-2005, Paul Kienzle <address@hidden> wrote:

| The quiver problem on the current Debian octave-forge
| confuses me.
| 
| The following does not work:
| 
|       gplot M w v t ""
| 
| The following works:
| 
|       gplot '/tmp/oct-XXXXX' w v t ""
| 
| where /tmp/oct-XXXXX contains the contents of the 4-column M.

I tried saving some 4-column data to a file and using

  plot 'foo.dat' w v t ""

and gnuplot complained:

  gnuplot> plot 'foo.dat' w v t ""
                              ^
           expecting 'lines', 'points', 'linespoints', 'dots', 'impulses',
          'yerrorbars', 'xerrorbars', 'xyerrorbars', 'steps', 'fsteps',
          'histeps', 'filledcurves', 'boxes', 'boxerrorbars', 'boxxyerrorbars',
          'vectors', 'financebars', 'candlesticks', 'errorlines', 'xerrorlines',
          'yerrorlines', 'xyerrorlines', 'pm3d'

so what is a valid gnuplot plotting command that works so I can
understand what you are trying to plot.

jwe



reply via email to

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