From: Fernando P. <Fer...@co...> - 2004-09-26 21:50:55
|
Tom Kornack wrote: > Hello: > > I have two plotting needs: > > 1. Does anyone know if there is a way to make error bars in this > gnuplot module? Sure, just call gp('set data style errorbars') (assuming gp is your gnuplot instance) and then plot your data as an Nx3 array, where the first column is X, the 2nd is Y and the third is dY. Hth, f |