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

Method minMax

src/backend/worksheet/plots/cartesian/Plot.cpp:35–37  ·  view source on GitHub ↗

TODO: make this function pure abstract and implement it for all plot types

Source from the content-addressed store, hash-verified

33
34// TODO: make this function pure abstract and implement it for all plot types
35bool Plot::minMax(const CartesianCoordinateSystem::Dimension, const Range<int>&, Range<double>&, bool) const {
36 return false;
37}
38
39/*!
40 * \brief Plot::activatePlot

Callers 1

calculateDataRangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected