5000 ticks? How many pixels and pixels/cm are there in your visualization? I cannot imagine how this should look.
Nevertheless, 59 "tick intervals" is the maximum that can be created with IDL Direct Graphics keywords. I think your only two options, then, are to:
1) Implement your plot using IDL Direct Graphics. The IDLgrAxis 'MAJOR' property does not have the limit set on it that its X/Y/ZTICKS cousin in IDL Direct Graphics has.
2) Implement your ticks in IDL Direct Graphics with a loop through PLOTS and XYOUTS calls. That is, you would have to abandon using IDL's time-saving axis keywords and you would have to draw the lines and their labels yourself. That is actually not a huge programming job once you figure out the math formula for calculating optimal starting coordinates.
James Jones
ITT Technical Support
|