shehzan10 · GitHub

Merged

Merged

Conversation

The setAxesLimit call in the swe example for histogram should remain
as it is needed for good visualization of the histogram

9prady9

if(order == 3) cmin[2] = step_round(dmin[2], false);
if(order == 3) cmax[2] = step_round(dmax[2], true);
} else {
if(cmin[0] > dmin[0]) cmin[0] = step_round(dmin[0], false);
forge-ext
GIT_REPOSITORY https://github.com/arrayfire/forge.git
GIT_TAG v${FORGE_VERSION}
GIT_TAG devel
// TODO: Should we clear this even if r = old_r and c = old_c?
for(int i = 0; i < (int)(iter->second).size(); i++)
if((iter->second)[i] != NULL) delete (iter->second)[i];
for(int i = 0; i < (int)(iter->second).size(); i++) {
{
ChartAxesOverrideIter iter = mChartAxesOverrideMap.find(chart);
if (iter == mChartAxesOverrideMap.end()) {
AF_ERROR("Chart Not Found!", AF_ERR_ARG);

@shehzan10

@shehzan10

Read the original on github.com ↗