Plot¶
Overview¶
-
class omdi::Plot¶
Abstract base class for different types of plots.
The
omdi::Plotclass defines a minimal interface for plotting objects in theomdiframework. Concrete plot types such asomdi::ScatterPlotandomdi::PcolorPlotderive from this base class and implement the pure virtualomdi::Plot::plot()method.Each plot has a string label that can be used as a title or identifier in ImGui/ImPlot contexts.