Home
last modified time | relevance | path

Searched refs:ymaxa (Results 1 – 4 of 4) sorted by relevance

/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uspack/
H A Dusyaxl.c47 static real xmin, ymin, xmax, ymax, ymina, ymaxa; in usyaxl_() local
79 ymaxa = ymax / yfac; in usyaxl_()
80 sgswnd_(&xmin, &xmax, &ymina, &ymaxa); in usyaxl_()
H A Dusyaxu.c54 static real ymina, ymaxa; in usyaxu_() local
93 ymaxa = (ymax - yoff) / yfac; in usyaxu_()
94 sgswnd_(&xmin, &xmax, &ymina, &ymaxa); in usyaxu_()
/dports/graphics/pgplot/pgplot/applications/plotpg/
H A Dplotpg.unix514 ymaxa = y(1)
517 if (y(ijk) .gt. ymaxa) ymaxa = y(ijk)
522 plusy = (ymaxa-ymina)*.05
526 ymaxa = ymaxa + plusy
527 call pgenv(xmina,xmaxa,ymina,ymaxa,just,axis)
H A Dplotpg.vms531 ymaxa = y(1)
534 if (y(ijk) .gt. ymaxa) ymaxa = y(ijk)
539 plusy = (ymaxa-ymina)*.05
543 ymaxa = ymaxa + plusy
544 call pgenv(xmina,xmaxa,ymina,ymaxa,just,axis)