help-octave
[Top][All Lists]
Advanced

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

Re: horizontal error plot


From: Dutt, Vinayak, Ph.D.
Subject: Re: horizontal error plot
Date: Fri, 4 Oct 1996 07:48:58 -0500

 
#
#Is it possible to plot horizontal error bar with Octave ?
#To plot vertical error plot, it's easy: gplot datat using 1:2:3 w e
#
#but to plot horizontal error bar, ?
#I tried to plot "manually", by doing a multiple gplot that plot the data and 
each error bar separately. It works to plot only one error plot, but when I 
want to plot several curves (with hold on), I reach the limit of the capacity 
of the string where Octave stores the last plot.
#

check out the data style options for gnuplot. you can set xerrorbars,
yerrorbars and xyerrorbars. these are available in gnuplot 3.6beta. i don't
know if they are available in version 3.5.

Vinayak Dutt

Ultrasound Research
Mayo Clinic
Rochester MN 55905
E-Mail: address@hidden




reply via email to

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