I have a proc GHART where horizontal axis is midpoint axis and as it is automatically calculating midpoints all the values appears on horizontal axis as the tick marks.
In proc GPLOT and other procedures we can suppress the values/labels displayed on axis using MAJOR and MINOR options of the axis but those are not useful. Even assigining blank value for desired ticks using
axis option value=(T=n '')
is cumbersome. Here we have midpoints for every 5 minutes interval so I want to display only hour values on axis and rest of them should be displayed as minor ticks. Does anyone here suppressed values appearing on MAXIS earlier?