MCPcopy Create free account
hub / github.com/PlotJuggler/PlotJuggler / setModeXY

Method setModeXY

pj_plotting/widget/src/PlotWidgetBase.cpp:379–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377}
378
379void PlotWidgetBase::setModeXY(bool enable) {
380 // XY (scatter) plots use the plot-level curve style like any other plot — the
381 // Curve Style toolbar controls them; the mode is not tied to a forced style.
382 xy_mode_ = enable;
383}
384
385bool PlotWidgetBase::isXYPlot() const noexcept {
386 return xy_mode_;

Callers 2

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64