Controlling number of ticks on time axis
Controlling number of ticks on time axis
Dear Tom,
Is there any way to control the number of ticks on time axis? I use spgraph to plot 3x2 graph. I prefer to tick 4 or 5 points only since the font size is too small. I try xlabels option but it is really not a good choice. Could it be possible?
Best,
Is there any way to control the number of ticks on time axis? I use spgraph to plot 3x2 graph. I prefer to tick 4 or 5 points only since the font size is too small. I try xlabels option but it is really not a good choice. Could it be possible?
Best,
Re: Controlling number of ticks on time axis
You have the causality the wrong way. The size of the font (controlled by GRPARM AXISLABELS) is used to determine the number of ticks, not the other way around.
Re: Controlling number of ticks on time axis
Thanks Tom, it works now! I read GRPARM but I overlooked it.