|
From: sprobst <Ste...@gm...> - 2009-12-08 08:41:59
|
Dear all,
I have a simple problem. If I have a data file like this
** Test.data ***
"Test col 1[mm]" "Test col2[%]"
1 1
2 4
3 9
*************
How can I get the columnheaders as the xlabel descriptions. Something like
set xlabel *Columenheader(1) of file Test.data*
set ylabel *Columenheader(2) of file Test.data*
plot 'Test.data' using 1:2
Is this possible to do something like this directly in gnuplot or do I have
to use an external script?
Thank you in advance!
Best regards
Stefan
--
View this message in context: http://old.nabble.com/Columenheaders-as-axis-labels-tp26690447p26690447.html
Sent from the Gnuplot - User mailing list archive at Nabble.com.
|