Menu

How to remove the little bar post by xtics?

Help
2014-07-10
2014-07-10
  • shenliuxing

    shenliuxing - 2014-07-10

    Here is my plotting codes:

    unset key
    set border 1
    set yrange [0:5]
    unset ytics
    set xrange [-2.8:2.8]
    set xtics("-2.5a" -2.5,"-1.5a" -1.5,"-0.5a" -0.5,"0.5a" 0.5,"1.5a" 1.5,"2.5a" 2.5)
    set object 1 rectangle from 0 ,0 to 1 ,1 lw 3 fc rgb "blue" fs transparent solid
    plot [-2.8:2.8] x lw 0

    I remove the upper border, but the upper xtics little bars are there and disturb my plot.
    How can I remove it?

     
  • Bastian Märkisch

    set xtics nomirror
    
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.