51 std::string x_name,
float xmin,
float xmax, std::string y_name,
52 float ymin,
float ymax);
72 std::string curve_name =
"");
88 uint8_t g = 0, uint8_t b = 0, std::string curve_name =
"");
94 #endif // DATAPLOT2D_H
namespace of the flair Framework
Definition: Ahrs.h:19
Abstract class to display plots on ground station.
Definition: DataPlot.h:34
DataPlot2D(const LayoutPosition *position, std::string name, std::string x_name, float xmin, float xmax, std::string y_name, float ymin, float ymax)
Constructor.
Abstract class for accessing an element of an io_data.
Definition: IODataElement.h:27
Class to define a position in a layout on the ground station.
Definition: LayoutPosition.h:28
void AddCurve(const core::IODataElement *x_element, const core::IODataElement *y_element, Color_t color, std::string curve_name="")
Add a curve from elements to the plot.
Color_t
Types of colors.
Definition: DataPlot.h:40
Abstract class to display plots on ground station.
Class displaying a 2D plot on the ground station.
Definition: DataPlot2D.h:34