libpgplotxx.a (C++ interface to PGPLOT)

◆ pt1()

basic_device& pgplot::basic_device::pt1 ( float  xpt,
float  ypt,
int  symbol 
)
inlineinherited

draw one marker symbol

Definition at line 259 of file basicdevice.h.

References pgplot::basic_device::select().

Referenced by main().

260  { this->select(); cpgpt1(xpt, ypt, symbol); return(*this); }
Here is the call graph for this function:
Here is the caller graph for this function: