MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / setChartAxesOverride

Method setChartAxesOverride

src/backend/common/graphics_common.cpp:517–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void ForgeManager::setChartAxesOverride(const fg_chart chart, bool flag) {
518 auto iter = mChartAxesOverrideMap.find(chart);
519 if (iter == mChartAxesOverrideMap.end()) {
520 AF_ERROR("Chart Not Found!", AF_ERR_INTERNAL);
521 }
522 mChartAxesOverrideMap[chart] = flag;
523}
524
525} // namespace common
526} // namespace arrayfire

Callers 3

af_set_axes_limits_2dFunction · 0.80
af_set_axes_limits_3dFunction · 0.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected