libpgplotxx.a (C++ interface to PGPLOT)

◆ setytickint()

Tboxstyle& pgplot::Tboxstyle::setytickint ( const int &  minor = 0,
const float &  major = 0. 
)
inline

set y-ticks interval

Definition at line 476 of file xpgplotxx.h.

References Mytick, and Myticksub.

477  { Mytick=major; Myticksub=minor; return(*this); }
int Myticksub
tick options
Definition: xpgplotxx.h:524
float Mytick
tick options
Definition: xpgplotxx.h:522