| 377 | } |
| 378 | |
| 379 | void 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 | |
| 385 | bool PlotWidgetBase::isXYPlot() const noexcept { |
| 386 | return xy_mode_; |
no outgoing calls