Plotting Module
Interactive plotting tools and utilities.
Note
The plotting module provides the PlotData class used internally by the GUI.
For custom plotting, it's recommended to use matplotlib directly as shown
in the Plotting Guide.
plotting
Created on Tue Aug 28 19:04:14 2018
@author: tb267
Attributes
LINE_ALPHA
module-attribute
Classes
PlotSonoData
Attributes
canvas
instance-attribute
Functions
update
update(sono_data_list, n_set=0, n_chan=0)
PlotData
Attributes
canvas
instance-attribute
line_listbyset
instance-attribute
line2_listbyset
instance-attribute
pcolor_sono
instance-attribute
visibility
instance-attribute
Functions
update
update(data_list, sets='all', channels='all', xlinlog='linear', show_coherence=True, plot_type=None, coherence_plot_type='linear', freq_range=None, auto_xy='xyc')
update_legend
update_legend(loc='lower right', draggable=False)
update_sonogram
update_sonogram(sono_data_list, n_set, n_chan, db_range=60, auto_xy='xy')