From: Farrel Lifson Date: 2006-11-16T20:09:34+09:00 Subject: Re: Graphics library with errorbars On 16/11/06, Gerald Ebberink wrote: > Hi All, > > I'm very new in the world of ruby and working on translating some octave > scripts (since that is not available on all stations and the scripts do > nothing very fancy). > > But I do need errorbars on my plots (which are for now saved as png's). > I looked into gruff for making the graphs but it does not seem to > support errorbars. > > any hints to where I might look? > > Kind regards, > Gerald Ebberink > > > -- > NCLR B.V. > > Visiting address Postal address > Drienerlolaan 5 PO box 2662 > 7522 NB Enschede 7500 CR Enschede > Netherlands Netherlands > > Phone : (+31) (0)53-489 11 10 - Fax : (+31) (0)53-489 11 02 > Direct line (+31) (0)53-489 39 61 You could use Gnuplot and the Ruby/Gnuplot bindings (http://rgnuplot.sourceforge.net/). Farrel