|
From: BBands <bb...@gm...> - 2013-10-28 18:54:44
|
set xtics ("program1" 0, "program2" 1, "program3" 2) nomirror
John
On Mon, Oct 28, 2013 at 6:35 AM, Mahmood Naderan <nt_...@ya...> wrote:
> 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?
|