[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
errobars?
From: |
Stephen Eglen |
Subject: |
errobars? |
Date: |
Mon, 7 Jun 1999 13:04:28 +0100 (BST) |
Hi,
Both your questions are really related to how gnuplot works. I'd
recommend reading the gnuplot help to see what it can do.
> Does octave have a routine for plotting errorbars?
Yes. e.g.:
data = [1, 5, 2; 2 6 1];
gplot [0:3] data using 1:2:3 with yerrorbars
first column of data = x value; second column = y value; third column
= size of error bar.
>
> Also, how can I turn off the line labeling when plotting many
> different lines in one plot?
gset nokey
Cheers, Stephen
---------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL. To ensure
that development continues, see www.che.wisc.edu/octave/giftform.html
Instructions for unsubscribing: www.che.wisc.edu/octave/archive.html
---------------------------------------------------------------------
- errobars?, Samu Kontinen, 1999/06/07
- errobars?,
Stephen Eglen <=