libpgplotxx.a (C++ interface to PGPLOT)

◆ sah()

basic_device& pgplot::basic_device::sah ( const int &  fs,
const float &  angle,
const float &  barb 
)
inlineinherited

set arrow head style

Definition at line 391 of file basicdevice.h.

392  { this->select(); cpgsah(fs, angle, barb); return(*this); }