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 129 of file affpgplot.h.

129  {
131  Fdirright=1,
133  Fdirtop=2,
135  Fdirleft=3,
137  Fdirbottom=4,
139  Fdirhor=5,
141  Fdirver=6
142  };
+x (x to x+e)
Definition: affpgplot.h:131
+/-y (y-e to y+e)
Definition: affpgplot.h:141
+/-x (x-e to x+e)
Definition: affpgplot.h:139
+y (y to y+e)
Definition: affpgplot.h:133
-x (x to x-e)
Definition: affpgplot.h:135