Save an image file of the transfer function.
This function loads up matplotlib, plots all of the constituent transfer functions and saves.
Parameters : | filename : string
|
---|
Examples
>>> tf = ColorTransferFunction( (-10.0, -5.0) )
>>> tf.add_layers(8)
>>> tf.plot("sample.png")