|
From: Thomas S. <t.s...@fz...> - 2011-12-24 12:44:02
|
in a two-step process it's possible. after plotting for the 1st time (e.g. into the 'dumb' terminal) set the ytics (here: 8 tics): set ytics GPVAL_Y_MIN,(GPVAL_Y_MAX-GPVAL_Y_MIN)/7.,GPVAL_Y_MAX set y2tics GPVAL_Y2_MIN,(GPVAL_Y2_MAX-GPVAL_Y2_MIN)/7.,GPVAL_Y2_MAX replot chessat2002 wrote: > > Hi! > > My problem is the following: > I'm generating plots using 2 y-axis each. For these plots I use the > autoscale-option for the y-ranges. This is no problem so far but I also > want to set the number of tics on each axis to a constant value. This is > because I want to use one grid for the whole plotting area that matches > the tics on both axis. > So, is it possible define a constant number of tics for the y-axis (not an > increment)? > > Thanks! > > Alex' > -- View this message in context: http://old.nabble.com/Using-constant-number-of-ytics-tp33022650p33033421.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |