help-octave
[Top][All Lists]
Advanced

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

Re: plot with vectors


From: Hamish Allan
Subject: Re: plot with vectors
Date: Fri, 22 Apr 2005 13:17:23 -0500

Sorry, I should really have elaborated. From within Octave:

octave:1> a = randn(10,4);
octave:2> gplot a with vector
octave:3>          line 0: Not enough columns for this style
octave:3> save a.dat a

But from within Gnuplot:

gnuplot> plot "a.dat" with vector

works fine.

Any ideas?

Best wishes,
Hamish

On Apr 22, 2005, at 18:11, Hamish Allan wrote:

Hi,

Can I access Gnuplot's "plot with vectors" style from within Octave?

Best wishes,
Hamish



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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