libpgplotxx.a (C++ interface to PGPLOT)

◆ Eerrdir

error bar directions

Enumerator
Fdirright 

+x (x to x+e)

Fdirtop 

+y (y to y+e)

Fdirleft 

-x (x to x-e)

Fdirbottom 

-y (y to y-e)

Fdirhor 

+/-x (x-e to x+e)

Fdirver 

+/-y (y-e to y+e)

Definition at line 694 of file xpgplotxx.h.

694  {
696  Fdirright=1,
698  Fdirtop=2,
700  Fdirleft=3,
702  Fdirbottom=4,
704  Fdirhor=5,
706  Fdirver=6
707  };
+x (x to x+e)
Definition: xpgplotxx.h:696
-y (y to y-e)
Definition: xpgplotxx.h:702
+y (y to y+e)
Definition: xpgplotxx.h:698
-x (x to x-e)
Definition: xpgplotxx.h:700
+/-x (x-e to x+e)
Definition: xpgplotxx.h:704
+/-y (y-e to y+e)
Definition: xpgplotxx.h:706