|
libpgplotxx.a (C++ interface to PGPLOT)
|
| T& pgplot::pgaff::line | ( | T & | dev, |
| const SX & | x, | ||
| const SY & | y | ||
| ) |
draw an open polygon from a dense series
This implements cpgline functionality.
| dev | device to be plotted on |
| x | series of x-coordinates |
| y | corresponding series of y-coordinates |
| SX | series class for x |
| SY | series class for y |
| T | pgplot device class |
Definition at line 112 of file affpgplot.h.
Referenced by main().
