Formatting grid and tick mark labels | topic started 7/26/2004; 5:54:37 PM last post 7/26/2004; 6:10:32 PM |
|
Michael Gage - Re: Formatting grid and tick mark labels 7/26/2004; 6:10:32 PM (reads: 835, responses: 0) |
The simple technique is to make the number of ticks divide into the width and height (xmax-xmin) of the problem. This could also be fixed by editing PGgraphmacros.pl so that the the second $x_delta and $y_delta are formatted using sprintf. lines 157
and line 137 (grid) $graphRef->v_grid('gray',@x_values); I'll add this to the bug list. |