OT Determining the size of plotting area
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 23 articles for 0.007 sec
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: David Duffy
Date: Sep 18, 2008 17:33

...in here have dealt with the problem at some point in time. How do you determine the boundaries of the plotting area so it will work in a general case (you don't know if the number's gonna be ...late, but http://lib.stat.cmu.edu/apstat/168 Calculates 'neat' values for plotting scales. (30/1981) http://lib.stat.cmu.edu/apstat/ gives the whole list...
Show full article (0.99Kb) · Show article thread
OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: Robert Singer
Date: Sep 16, 2008 19:28

... an array of data in it and plot a graph/chart (x-y type), he will automatically determine the upper and lower limit of the...Okey, the first step is to determine xmin, xmax and the same for y... of the problem. I guess just determining the xmax and multiplying it by 1... to hear your opinion. How do you determine the boundaries of the plotting area so it will work in a general case (you don't ...
Show full article (1.30Kb)
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: GaryScott
Date: Sep 18, 2008 07:10

... G. Rhoads" <kgrho...@alum.mit.edu> wrote: Yuck...I'm sure glad I use GINO...3D graphing, surface plots, dynamic view rotation, imports/exports lots of other formats. Well, the next time you are in 1985, using a ... our own. But even a few decades ago ... Yeah, I know, I had to write my own missile slaving plotting routines for Harris VOS in 1982, in Fortran + a little assembly.
Show full article (1.20Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: Kevin G. Rhoads
Date: Sep 18, 2008 05:42

>Yuck...I'm sure glad I use GINO...3D graphing, surface plots, dynamic view rotation, imports/exports lots of other formats. Well, the next time you are in 1985, using a 68000 based micro with 3Meg RAM (WooT!) and dual 8" floppies, please stop by the High Voltage Research Lab at MIT and slip me a bootleg copy of GINO that will work on that hardware. I'd have loved to not have to write (...
Show full article (0.97Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: dpb
Date: Sep 17, 2008 18:05

... I use GINO...3D graphing, surface plots, dynamic view rotation, imports/exports lots ..., I just quit worrying about plotting inside the Fortran code--export data...see how tecplot even compares to plotting inside fortran. Aside the tecplot sdk...their web, I cannot get tecplto plots inside my program to act ...would likely use Matlab for the plotting, probably, perhaps turning the Fortran ...
Show full article (1.30Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: Robert Singer
Date: Sep 17, 2008 16:28

...<none@non.net> wrote: 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 ...
Show full article (1.04Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: Robert Singer
Date: Sep 17, 2008 16:13

...m sure glad I use GINO...3D graphing, surface plots, dynamic view rotation, imports/exports lots of other ... Yeah, I just quit worrying about plotting inside the Fortran code--export data to Matlab ... do not see how tecplot even compares to plotting inside fortran. Aside the tecplot sdk which I see on their web, I cannot get tecplto plots inside my program to act interactivly. Tecplot is...
Show full article (0.87Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: dpb
Date: Sep 17, 2008 15:45

GaryScott wrote: ...[old sample code elided]... Yuck...I'm sure glad I use GINO...3D graphing, surface plots, dynamic view rotation, imports/exports lots of other formats. Yeah, I just quit worrying about plotting inside the Fortran code--export data to Matlab or autogenerate Tecplot data/macro files for the graphics is my choice these days... --
Show full article (0.36Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: GaryScott
Date: Sep 17, 2008 15:34

...(XTIK(1),YTIK(1),IX,SCALES,0)       IF (TIKS) THEN            IF (XOR) THEN                CALL TICKX(XTIK(1),YTIK(1),IX,SCALES,0)            ELSE                CALL DOTICK(XTIK(1),YTIK(1),IX,SCALES,0)            ENDIF       ENDIF       RETURN Yuck...I'm sure glad I use GINO...3D graphing, surface plots, dynamic view rotation, imports/exports lots of other formats.
Show full article (4.14Kb) · Show article thread
Re: OT: Determining the size of plotting area     

Group: comp.lang.fortran · Group Profile · Search for OT Determining the size of plotting area in comp.lang.fortran
Author: James Parsly
Date: Sep 17, 2008 07:01

... down to next lower multiple of step size. Round max up to next higher ...of tick mark labels that the step size would require. If too many (>10... have a default range? We often plot water releases from dams. We make ... increase the range if there is plot data outside the default (when the ... plot a graph/chart (x-y type), he will automatically determine the upper and lower limit of ...
Show full article (3.40Kb) · Show article thread
1 · 2 · 3 · next