#include <Graphs.hh>
|
| Graphs (std::string const &path, std::string const &name, bool show_title=false) |
|
| ~Graphs () |
|
void | AddGraph (std::vector< double > const &xs, std::vector< double > const &ys, latex::String const &name=latex::String()) |
|
void | SetLegend (Orientation orientation, latex::String const &title=latex::String()) |
|
void | SetXAxis (const boca::latex::String &title, boca::Range< double > const &range=Range< double >()) |
|
void | SetYAxis (const boca::latex::String &title, boca::Range< double > const &range=Range< double >()) |
|
void | AddLine (double x_value, latex::String const &title=latex::String()) |
|
| Canvas () |
|
| Canvas (std::string const &path, std::string const &name, bool show_title=false) |
|
TCanvas const & | canvas () const |
|
TCanvas & | canvas () |
|
template<typename Value > |
bool | SetLog (Range< Value > const &range) |
|
void | SetLog () |
|
std::string | SaveAs (std::string const &name) |
|
std::string | FileName () const |
|
virtual std::string | FileBaseName () const |
|
| Canvas (Canvas const &)=default |
|
| Canvas (Canvas &&)=default |
|
Canvas & | operator= (Canvas const &)&=default |
|
Canvas & | operator= (Canvas &&)&=default |
|
boca::Graphs::~Graphs |
( |
| ) |
|
void boca::Graphs::AddGraph |
( |
std::vector< double > const & |
xs, |
|
|
std::vector< double > const & |
ys, |
|
|
latex::String const & |
name = latex::String() |
|
) |
| |
The documentation for this class was generated from the following files: