Save an image file of the transfer function.
This function loads up matplotlib, plots the transfer function and saves.
Parameters : | filename : string
|
---|
Examples
>>> tf = TransferFunction( (-10.0, -5.0) )
>>> tf.add_gaussian(-9.0, 0.01, 1.0)
>>> tf.plot("sample.png")