Plot_Image for treemesh assumes n x 3 array
ngodber opened this issue · comments
The new plot_image for treemesh assumes dim nC x 3 input for tree's. For consistency with the other plot functions it should probably assume a 3 * n vector as is the output from dpred, or better, check whether input is a vector 2d array and behave accordingly.