sigpy.plot.LinePlot¶
-
class
sigpy.plot.
LinePlot
(arr, x=-1, hide_axes=False, mode='m', title='', save_basename='Figure', fps=10)[source]¶ Plot array as lines.
Keyword Arguments: - x – select current dimension as x
- left/right – increment/decrement current dimension
- up/down – flip axis when current dimension is x or y otherwise increment/decrement slice at current dimension
- h – toggle hide all labels, titles and axes
- m – magnitude mode
- p – phase mode
- r – real mode
- i – imaginary mode
- l – log mode
- s – save as png.
- g – save as gif by traversing current dimension.
- v – save as video by traversing current dimension.
-
__init__
(arr, x=-1, hide_axes=False, mode='m', title='', save_basename='Figure', fps=10)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(arr[, x, hide_axes, mode, title, …])Initialize self. key_press
(event)update_axes
()update_line
()