#include "Abscisse.hh" namespace plot { Abscisse::Abscisse(std::string label_, std::string unit_, Abscisse::Abscisse_Type type_) { label = label_; unit = unit_; type = type_; } }