| Re: OT: Determining the size of plotting area |
|
 |
|
 |
|
 |
|
 |
Group: comp.lang.fortran · Group Profile
Author: dpbdpb Date: Sep 16, 2008 22:56
Robert Singer wrote:
> Offtopic really for it's not a a fortran language question, but I'm
...
> plot a graph/chart (x-y type), ... automatically determine the
> upper and lower limit of the graph.
...
Richard has given the gist; like most I've also had routines that did
such but haven't had to use them in ages. My recollection is that mine
did basically what Richard describes but used predefined factors of
1,2,4,5,10 as the ranges and basically turned into a CASE statement block.
--
|