plotter.hpp
Go to the documentation of this file.
void set_size(size_t width, size_t height)
Set size of plot.
Definition: plotter.hpp:101
void plot_svg(const std::string &filename)
Make a plot to a SVG-file.
Definition: plotter.cpp:299
void plot_png(const std::string &filename)
Make a plot to a PNG-file.
Definition: plotter.cpp:186
void set_font_size(size_t size)
Set font size for plot.
Definition: plotter.cpp:61
void plot_eps(const std::string &filename)
Make a plot to a EPS-file.
Definition: plotter.cpp:228
void set_ranges(double xmin, double ymin, double xmax, double ymax)
Set ranges of plot in x- and y-directions.
Definition: plotter.cpp:67
void get_ranges(double &xmin, double &ymin, double &xmax, double &ymax)
Get ranges of last plot in x- and y-directions.
Definition: plotter.cpp:74
void plot_pdf(const std::string &filename)
Make a plot to a PDF-file.
Definition: plotter.cpp:266
Frame for plots