App-SeismicUnixGui
view release on metacpan or search on metacpan
lib/App/SeismicUnixGui/fortran/src/mmodpg4L_SU_Aug27_20_emilio/pgplot.inc view on Meta::CPAN
C-----------------------------------------------------------------------
C PGPLOT: common block definition.
C-----------------------------------------------------------------------
C Maximum number of concurrent devices (should match GRIMAX).
C-----------------------------------------------------------------------
INTEGER PGMAXD
PARAMETER (PGMAXD=8)
C-----------------------------------------------------------------------
C Indentifier of currently selected device.
C-----------------------------------------------------------------------
INTEGER PGID
C-----------------------------------------------------------------------
C Device status (indexed by device identifier).
C-----------------------------------------------------------------------
C PGDEVS =0 if device is not open; 1 if device is open.
C PGADVS Set to 0 by PGBEGIN, set to 1 by PGPAGE; used to suppress
C the prompt for the first page.
C PROMPT If .TRUE., ask user before clearing page; set by PGASK
C and (indirectly) by PGBEGIN, used in PGENV.
C PGBLEV Buffering level: incremented by PGBBUF, decremented by
C PGEBUF.
C PGPFIX TRUE if PGPAP has been called, FALSE otherwise.
C
INTEGER PGDEVS(PGMAXD), PGADVS(PGMAXD), PGBLEV(PGMAXD)
LOGICAL PGPRMP(PGMAXD), PGPFIX(PGMAXD)
C-----------------------------------------------------------------------
C Panel parameters (indexed by device identification).
C-----------------------------------------------------------------------
C NX Number of panels in x direction
C NY Number of panels in y direction
C NXC Ordinal number of current X panel
C NYC Ordinal number of current Y panel
C XSZ X dimension of panel (device units)
C YSZ Y dimension of panel (device units)
C PGROWS TRUE if panels are used in row order, FALSE for column
C order.
C
INTEGER PGNX (PGMAXD), PGNY (PGMAXD)
INTEGER PGNXC (PGMAXD), PGNYC (PGMAXD)
REAL PGXSZ (PGMAXD), PGYSZ (PGMAXD)
LOGICAL PGROWS(PGMAXD)
C-----------------------------------------------------------------------
C Attributes (indexed by device identification).
C-----------------------------------------------------------------------
C PGCLP clipping enabled/disabed
C PGFAS fill-area style
C PGCHSZ character height
C PGAHS arrow-head fill style
C PGAHA arrow-head angle
C PGAHV arrow-head vent
C PGTBCI text background color index
C PGMNCI lower range of color indices available to PGGRAY/PGIMAG
C PGMXCI upper range of color indices available to PGGRAY/PGIMAG
C PGITF type of transfer function used by PGGRAY/PGIMAG
C PGHSA hatching line angle
C PGHSS hatching line separation
C PGHSP hatching line phase
C
INTEGER PGCLP (PGMAXD)
INTEGER PGFAS (PGMAXD)
REAL PGCHSZ(PGMAXD)
INTEGER PGAHS (PGMAXD)
REAL PGAHA (PGMAXD)
REAL PGAHV (PGMAXD)
INTEGER PGTBCI(PGMAXD)
INTEGER PGMNCI(PGMAXD)
INTEGER PGMXCI(PGMAXD)
INTEGER PGITF (PGMAXD)
REAL PGHSA (PGMAXD)
REAL PGHSS (PGMAXD)
REAL PGHSP (PGMAXD)
C-----------------------------------------------------------------------
C Viewport parameters (indexed by device identification); all are device
C coordinates:
C-----------------------------------------------------------------------
C PGXOFF X coordinate of blc of viewport.
C PGYOFF Y coordinate of blc of viewport.
( run in 1.024 second using v1.01-cache-2.11-cpan-6aa56a78535 )