|
From: Tait <gnu...@t4...> - 2009-03-04 20:11:48
|
When I: reset set xtics 5000 set ytics 5000 set xrange [1:43000] set yrange [1:43000] plot x ... I get both an x and y 0-tic mark, despite having explicitly set the range to exclude it. Can someone else replicate this, or is it just me? Is there an explanation, or is this a bug? For what it's worth, at xrange [50:43000] I get a tic and at xrange [51:43000] it finally goes away. Tait |