ImageLayer

class pywwt.layers.ImageLayer(**kwargs: Any)[source]

Bases: HasTraits

An image layer.

Attributes Summary

cmap

The Matplotlib colormap (matplotlib.colors.ListedColormap)

opacity

The opacity of the image

stretch

vmax

vmin

Methods Summary

remove()

Remove the layer.

Attributes Documentation

cmap

The Matplotlib colormap (matplotlib.colors.ListedColormap)

opacity

The opacity of the image

stretch
vmax
vmin

Methods Documentation

remove()[source]

Remove the layer.