Graphs.hh
Go to the documentation of this file.
25 void AddGraph(std::vector<double> const& xs, std::vector<double> const& ys, latex::String const& name = latex::String());
29 void SetXAxis(const boca::latex::String& title, boca::Range<double> const& range = Range<double>());
31 void SetYAxis(const boca::latex::String& title, boca::Range<double> const& range = Range<double>());
Definition: Graphs.hh:16
void AddGraph(std::vector< double > const &xs, std::vector< double > const &ys, latex::String const &name=latex::String())
Definition: Graphs.cpp:31
Graphs(std::string const &path, std::string const &name, bool show_title=false)
Definition: Graphs.cpp:17
Definition: String.hh:45
void SetLegend(Orientation orientation, latex::String const &title=latex::String())
Definition: Graphs.cpp:47
Definition: Canvas.hh:14
Definition: Legend.hh:15
void SetYAxis(const boca::latex::String &title, boca::Range< double > const &range=Range< double >())
Definition: Graphs.cpp:85
void AddLine(double x_value, latex::String const &title=latex::String())
Definition: Graphs.cpp:138
void SetXAxis(const boca::latex::String &title, boca::Range< double > const &range=Range< double >())
Definition: Graphs.cpp:67