libpgplotxx.a (C++ interface to PGPLOT)

◆ shs()

basic_device& pgplot::basic_device::shs ( const float &  angle,
const float &  sepn,
const float &  phase 
)
inlineinherited

set hatching style

Definition at line 438 of file basicdevice.h.

References pgplot::basic_device::select().

440  { this->select(); cpgshs(angle, sepn, phase); return(*this); }
Here is the call graph for this function: