|
From: <she...@be...> - 2012-05-24 23:28:25
|
Hi I am trying to do a simple x-y plot with the following very simple script: set xlabel "y-displacement" set ylabel "Percent difference" plot "Results/Channels_12/average_percent_diff.dat" using 1:2 title 'Average' with lines But it does not work. the legend (key) is visible and indicates that a solid line will be used in the plot but there is no line plot of the data visible. If I remove "with lines" then I get a point-type plot but I can't seem to get a line-type plot. What am I doing wrong? |