|
From: Alfons L. <a.w...@ew...> - 2010-05-12 11:10:17
|
Hi,
Is there a way to put an expression in the title of a plot command?
gnuplot> plot a.dat .... title column(1)
The above is allowed, it seems that the following is not:
gnuplot> plot a.dat .... title ('a-'. column(1))
Thanks, Regards,
Alfons
|