Maximum number of labels
Brian E. Doty
doty at COLA.IGES.ORG
Fri Mar 10 14:20:22 EST 2006
Sorry to say, it appears I put in a limit on the number of
grid lines that can be drawn. I probably put this in to
avoid having an near-infinte loop situation arise.
So the limit appears to be in the code (function
gaaxis in gagx.c, the code that says:
if (cnt>50) cnt=50;
Removing that line and rebuilding the code would
probably solve your problem. Another possible workaround
is to write a script to draw the stuff you want
on the plot... Brian
More information about the gradsusr
mailing list