Hello,
I am trying to plot a chart with a line/point type using a script.
I've tried the following:
gnuplot DI --with-lines --time-series --output="display" \
{ set title "Diffusion Index for OECD exports"; \
set ylabel "Diffusion Index (50 = no change)" ; \
set grid ytics; \
set style line 1 pt 70; }
But it did not work.
Any help?
PS: what is the standard code for this mailing list regarding "thanks"? I've received some very helpful comments and suggestions / solutions for may questions in the past but never replied "thanks" since I was afraid of crowding the mail box of most users (and particularly those not involved or not interested in the matters being discussed) .