libpgplotxx.a (C++ interface to PGPLOT)
|
T& pgplot::series_line | ( | T & | dev, |
const SX & | x, | ||
const SY & | y | ||
) |
draw an open polygon from a dense series
This implements cpgline
functionality.
The following is required for class SX and SY:
BrowserT
the type of an appropriate browserThe browser must provide
hot()
true if pointing to valid elementdev | 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 679 of file xpgplotxx.h.