What is the simplest plotting tool to use in order to plot time series graphs in jRuby? For the time being I only need it to graph data within, for example, arrays. I am looking for something almost as easy as Matlab's code which is...
plot(array)
I realise there are some options available for Ruby but I am unsure if its possible to get them working on JRuby.
Thanks!