libpgplotxx.a (C++ interface to PGPLOT)

◆ sch()

basic_device& pgplot::basic_device::sch ( const float &  size)
inlineinherited

set character height

Definition at line 403 of file basicdevice.h.

References pgplot::basic_device::select().

404  { this->select(); cpgsch(size); return(*this); }
Here is the call graph for this function: