smpl.plot2d.pcolormesh_vplot

smpl.plot2d.pcolormesh_vplot(tvx, tvy, tvz, xaxis=None, yaxis=None, zaxis=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.