Hi,
I apologize for this simple question but I could not find a way by
searching internet.
I am calling gnuplot from perl and I am trying to plot a simple graph.
Say, I want to plot [1 2 3 5 2 4]. Is there a way to plot this set
using simple plot command? I had to write it to a tem****ary file and
use gnuplot's plot command.
the following did not work:
> plot [ 1 2 3 5 2 4 ]
> plot 1 2 3 5 2 4
> plot (1 2 3 5 2 4)
Thank,
YRbgol