|
From: Mahmood N. <nt_...@ya...> - 2013-10-28 13:35:47
|
Hi,
I have set the following commands to have the bottom and left brder lines
unset border
unset xtics
unset ytics
set border 3
Now when I use this xtic formatting (for rotated strings), like this:
set xtics ("program1" 0, "program2" 1, "program3" 2)
set xtics rotate by 45 right
I see the ticks on the top of the figure. In short, the top horizontal line is removed but the tics exist.
How can I remove them?
Regards,
Mahmood
|