|
From: BBands <bb...@gm...> - 2013-10-16 20:01:21
|
Try deleting the set xtics command and see what happens.
John
On Wed, Oct 16, 2013 at 12:24 PM, Mahmood Naderan <nt_...@ya...> wrote:
> Hi
> I want to set some strings on the x-axis. Here is my data points
>
> 10
> 30
> 20
>
> and I use
>
> set xtics "data point 1, data point 2, data point 3"
> plot "points.txt" with boxes fill pattern 3
>
>
> But the plot area is empty! Did I miss anything?
|