help-octave
[Top][All Lists]
Advanced

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

plotting error bars with octave


From: John W. Eaton
Subject: plotting error bars with octave
Date: Tue, 18 Feb 1997 11:31:51 -0600

On 18-Feb-1997, Mike Miller <address@hidden> wrote:

| I'd like to plot some data points with uncertainties on top of my
| calculations.  Can someone give me a hint as to how this can be
| done?  I've been unable to find out how to use the "~" option...

For now you have to use the gplot command instead of plot:

  gplot sort (rand (3, 10))' with errorbars


jwe


reply via email to

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