|
libpgplotxx.a (C++ interface to PGPLOT)
|
| T& pgplot::series_errb | ( | T & | dev, |
| const SX & | x, | ||
| const SY & | y, | ||
| const SE & | e, | ||
| const Eerrdir & | dir = Fdirver, |
||
| const float & | t = 1. |
||
| ) |
draw error bars from series
This implements cpgerrb functionality.
The following is required for class SX, SY and SE:
BrowserT the type of an appropriate browserThe browser must provide
hot() true if pointing to valid element| dev | device to be plotted on |
| x | series of x-coordinates |
| y | corresponding series of y-coordinates |
| e | corresponding series of error bars |
| t | length of terminals to be drawn |
| SX | series class for x |
| SY | series class for y |
| SE | series class for e |
| T | pgplot device class |
Definition at line 734 of file xpgplotxx.h.