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

Method setAxesTitles

src/backend/common/chart.hpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 inline void setAxesTitles(const char* pX,
57 const char* pY,
58 const char* pZ) {
59 mChart->setAxesTitles(pX, pY, pZ);
60 }
61
62 inline void setAxesLimits(const float pXmin, const float pXmax,
63 const float pYmin, const float pYmax,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected