libpgplotxx.a (C++ interface to PGPLOT)
|
T& pgplot::pgaff::pt | ( | T & | dev, |
const SX & | x, | ||
const SY & | y, | ||
const int & | s | ||
) |
draw symbols from series
This implements cpgpt
functionality.
dev | device to be plotted on |
x | series of x-coordinates |
y | corresponding series of y-coordinates |
s | type of symbol |
SX | series class for x |
SY | series class for y |
T | pgplot device class |
Definition at line 198 of file affpgplot.h.
Referenced by main().