smpl.plot2d.pcolormesh_vplot

smpl.plot2d.pcolormesh_vplot(tvx, tvy, tvz, xlabel=None, ylabel=None, zlabel=None, logz=True, zscale=1.0, **kwargs)[source]

Advantage over matplotlibs pcolor(mesh) is that does not require a meshgrid. Instead it uses the data points directly in three lists.