simpeg / discretize

Discretization tools for finite volume and inverse problems.

Home Page:http://discretize.simpeg.xyz/

Repository from Github https://github.comsimpeg/discretizeRepository from Github https://github.comsimpeg/discretize

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.