libpgplotxx.a (C++ interface to PGPLOT)

◆ Tpanel() [3/3]

pgplot::Tpanel::Tpanel ( )
inlineprotected

default constructor

Definition at line 217 of file xpgplotxx.h.

217  :
218  Mvp(Trect(0.,1.,0.,1.)), Mtvp(Trect(0.,1.,0.,1.)),
219  Mwin(Trect(0.,1.,0.,1.))
220  { }
Trect Mwin
world coordinates
Definition: xpgplotxx.h:227
Trect Mtvp
total viewport including labels
Definition: xpgplotxx.h:225
Trect Mvp
view port for graph
Definition: xpgplotxx.h:223