libpgplotxx.a (C++ interface to PGPLOT)

◆ Tpanel() [1/3]

pgplot::Tpanel::Tpanel ( const Trect win,
const Trect tvp = Trect(0.,1.,0.,1.),
const Trect vp = Trect(0.1,0.9,0.1,0.9) 
)
inline

constructor

Parameters
winworld coordinates
vpviewport relative to tvp
tvperase-area on vire surface

Definition at line 159 of file xpgplotxx.h.

References setvp().

161  :
162  Mvp(tvp), Mtvp(tvp), Mwin(win)
163  { setvp(vp); }
Trect Mwin
world coordinates
Definition: xpgplotxx.h:227
Trect Mtvp
total viewport including labels
Definition: xpgplotxx.h:225
Tpanel & setvp(const Trect &vp)
set viewport relative to total viewport
Definition: xpgplotxx.h:179
Trect Mvp
view port for graph
Definition: xpgplotxx.h:223
Here is the call graph for this function: