ptypy.utils.plot_utils#
Plotting utilities.
This file is part of the PTYPY package.
- copyright:
Copyright 2014 by the PTYPY team, see AUTHORS.
- license:
see LICENSE for details.
Functions
|
Reverse to |
|
HSV (Hue,Saturation,Value) to RGB (Red,Green,Blue) transformation. |
|
Transforms a complex array into an RGB image, mapping phase to hue, amplitude to value and keeping maximum saturation. |
|
Reverse to |
|
Transforms a complex array into an RGB image, mapping phase to hue, amplitude to value and keeping maximum saturation. |
|
Executes complex2hsv and then hsv2rgb |
|
Set the default colormap to Franz's map and apply to current image if any. |
|
Reverse to |
|
HSV (Hue,Saturation,Value) to RGB (Red,Green,Blue) transformation. |
|
Load an image and returns a numpy array. |
|
Take array a and transform to PIL.Image object that may be used by pyplot.imshow for example. |
|
Doc Todo |
|
|
|
Quickly display the data buffer of a |
|
|
|
Reverse to |
|
Reverse to |
|
Attempts to remove the phase ramp in a two-dimensional complex array |
Classes
|
Plot environment for matplotlib to allow for a Image plot with color axis, potentially of a potentially complex array. |