From help-octave-request at bevo dot che dot wisc dot edu Tue Feb 24 22:02:19 1998 Subject: Matlab quiver plot From: "John W. Eaton" To: Kevin Hilman cc: help-octave at bevo dot che dot wisc dot edu Date: Tue, 24 Feb 1998 22:03:21 -0600 On 24-Feb-1998, Kevin Hilman wrote: | Does octave have support for matlab's quiver plot? (vector flow | plot) There is a vector style in gnuplot 2.6beta, but it has not been incorporated into Octave yet. You'll have to save your data in the form gnuplot expects, then make the plot using gnuplot (or some other plotting package). jwe