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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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?
set xtics nomirror
On Thu, Jul 10, 2014 at 6:31 PM, shenliuxing shuxuekkl@users.sf.net wrote:
--
Edo
weblog http://edo.imanetti.net/wordpress
podcast http://sieegiueeaccaso.blogspot.com
cooking http://edo.imanetti.net/cucina
:wq