libpgplotxx.a (C++ interface to PGPLOT)

◆ printtitle()

void printtitle ( const std::string &  s,
const char &  c 
)

Definition at line 55 of file pgtestxx.cc.

Referenced by section(), and subsection().

56 {
57  cout << endl;
58  cout << s << endl;
59  for (int i=0; i<s.length(); ++i) { cout << c; }
60  cout << endl;
61 }
Here is the caller graph for this function: