MCPcopy Create free account
hub / github.com/arrayfire/forge / setAxesLimits

Method setAxesLimits

src/backend/common/chart.hpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 inline void setAxesLimits(const float pXmin, const float pXmax,
63 const float pYmin, const float pYmax,
64 const float pZmin, const float pZmax) {
65 mChart->setAxesLimits(pXmin, pXmax, pYmin, pYmax, pZmin, pZmax);
66 }
67
68 inline void setAxesLabelFormat(const std::string& pXFormat,
69 const std::string& pYFormat,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected