libpgplotxx.a (C++ interface to PGPLOT)

◆ Emodes

box style mode setting flags

Use these flags to set or clear style options (ticks, labels; grid (hv); axis (xy); frame (lrtb)).

Enumerator
Fselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Fxselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Fhselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Flselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Fyselect 

yselect, vselect, rselect (y, vertical, right)

Fvselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Frselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Ftselect 

tselect (top)

Fbselect 

bselect (bottom)

Frltbselect 

Frltbselect (right, left, top, and bottom)

Fxyselect 

Fxyselect, Fhvselect (x and y, left and right)

Fhvselect 

setting selection flags

xselect, hselect, lselect (x, horizontal, left)

Fticksinvert 

ticks options

invert (tick marks)

Fticksextend 

extend (tick marks)

Fticksmajor 

major (tick marks)

Fticksminor 

minor (tick marks)

Flabelopp 

opposite (labels)

Flabelvert 

vertical (labels)

Flabeldec 

force decimal (labels)

Flabelexp 

force exponential (labels)

Flabellog 

logarithmic scale (labels)

Ftimenoday 

do not include day field (time scale)

Ftimemod24 

hour modulus 24h (time scale)

Ftimesuper 

use superscript symbols (time scale)

Ftimedegrees 

degrees, minutes, and seconds (time scale)

Ftimeomitfirst 

omit first label (time scale)

Ftimeomitzeros 

omit leading zeros (time scale)

Fall 

all

Definition at line 337 of file xpgplotxx.h.

337  {
339 
340  Fselect=1, Fxselect=1, Fhselect=1, Flselect=1,
343  Fyselect=2, Fvselect=2, Frselect=2,
345  Ftselect=4,
347  Fbselect=8,
353 
355 
356  Fticksinvert=16,
359  Fticksextend=32,
361  Fticksmajor=64,
363  Fticksminor=128,
365 
367 
368  Flabelopp=16,
371  Flabelvert=32,
373  Flabeldec=64,
375  Flabelexp=128,
377  Flabellog=256,
379 
381 
382  Ftimenoday=16,
385  Ftimemod24=32,
387  Ftimesuper=64,
389  Ftimedegrees=128,
391  Ftimeomitfirst=256,
393  Ftimeomitzeros=512,
395 
397  Fall=~Fnone
398  }; // enum Emodes
yselect, vselect, rselect (y, vertical, right)
Definition: xpgplotxx.h:343
opposite (labels)
Definition: xpgplotxx.h:369
setting selection flags
Definition: xpgplotxx.h:343
major (tick marks)
Definition: xpgplotxx.h:361
logarithmic scale (labels)
Definition: xpgplotxx.h:377
setting selection flags
Definition: xpgplotxx.h:341
Frltbselect (right, left, top, and bottom)
Definition: xpgplotxx.h:349
extend (tick marks)
Definition: xpgplotxx.h:359
force exponential (labels)
Definition: xpgplotxx.h:375
omit first label (time scale)
Definition: xpgplotxx.h:391
degrees, minutes, and seconds (time scale)
Definition: xpgplotxx.h:389
bselect (bottom)
Definition: xpgplotxx.h:347
setting selection flags
Definition: xpgplotxx.h:343
do not include day field (time scale)
Definition: xpgplotxx.h:383
force decimal (labels)
Definition: xpgplotxx.h:373
setting selection flags
Definition: xpgplotxx.h:341
hour modulus 24h (time scale)
Definition: xpgplotxx.h:385
setting selection flags
Definition: xpgplotxx.h:351
Fxyselect, Fhvselect (x and y, left and right)
Definition: xpgplotxx.h:351
vertical (labels)
Definition: xpgplotxx.h:371
minor (tick marks)
Definition: xpgplotxx.h:363
setting selection flags
Definition: xpgplotxx.h:341
omit leading zeros (time scale)
Definition: xpgplotxx.h:393
use superscript symbols (time scale)
Definition: xpgplotxx.h:387
setting selection flags
Definition: xpgplotxx.h:341