iwfm.gis.histogram_draw¶ iwfm.gis.histogram_draw(hist, scale=True)[source]¶ Create an image from a histogram array. Parameters: hist (numpy array or list) – Histogram array scale (bool, default=True) – Whether or not to scale the histogram Returns: t Return type: image object