MCPcopy Create free account
hub / github.com/KDE/labplot / addPlotRange

Method addPlotRange

src/frontend/dockwidgets/CartesianPlotDock.cpp:1192–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1190// plot ranges
1191
1192void CartesianPlotDock::addPlotRange() {
1193 if (!m_plot)
1194 return;
1195
1196 m_plot->addCoordinateSystem();
1197 updatePlotRangeList();
1198}
1199
1200void CartesianPlotDock::removePlotRange() {
1201 DEBUG(Q_FUNC_INFO)

Calls 1

addCoordinateSystemMethod · 0.80