libpgplotxx.a (C++ interface to PGPLOT)

◆ Ttext() [2/2]

pgplot::Ttext::Ttext ( const float &  x,
const float &  y,
const float &  angle = 0.,
const float &  just = 0. 
)
inline

setup initial text position and orientation.

See pgptxt-documentation for details.

Parameters
xx-position in world coordinates
yy-position in world coordinates
angletext angle
justtext justification

Definition at line 571 of file xpgplotxx.h.

572  :
573  Mxref(x), Myref(y), Mangle(angle), Mjust(just), Mxnl(0.),
574  Mynl(0.), Minline(false), Merase(false) { }
bool Minline
true if text was written previously with no nl
Definition: xpgplotxx.h:604
float Mangle
Definition: xpgplotxx.h:602
float Mynl
text reference position for carriage return
Definition: xpgplotxx.h:603
float Mjust
parameters to pgptxt
Definition: xpgplotxx.h:602
float Myref
text reference position
Definition: xpgplotxx.h:601
bool Merase
erase box prior to plotting text
Definition: xpgplotxx.h:606