From: Caleb Clausen Date: 2010-05-12T01:20:54+09:00 Subject: Re: How to Plot Data? On 5/10/10, Ivo Roupa wrote: > Hi all, > > I would like to plot some data from .txt or .csv files. Is it possible? > And what gem do you use? I found rgnuplot but I can't use it... The quickest and easiest way to make a one-off plot of some csv data is to load it into a spreadsheet and create a plot from there. If you want to create plots programmatically, follow the suggestions of others in this thread.