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

Method replot

pj_plotting/widget/src/PlotWidgetBase.cpp:526–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524}
525
526void PlotWidgetBase::replot() {
527 if (plot_->zoomer != nullptr) {
528 plot_->zoomer->setZoomBase(false);
529 }
530 plot_->replot();
531}
532
533void PlotWidgetBase::removeAllCurves() {
534 for (auto& info : plot_->curve_list) {

Callers 14

moveCanvasMethod · 0.45
CurveEditorMethod · 0.45
appendRowMethod · 0.45
setPreviewDisplayMethod · 0.45
refreshPreviewMethod · 0.45
applyToWidgetFunction · 0.45
onThemeChangedMethod · 0.45
openFilterEditorMethod · 0.45
onPlotZoomChangedMethod · 0.45

Calls 1

setZoomBaseMethod · 0.80

Tested by

no test coverage detected