dcase_util.containers.DataArrayContainer.plot
- DataArrayContainer.plot(plot=True, figsize=None)
Visualize data array.
- Parameters
- plotbool
If true, figure is shown automatically. Set to False if collecting multiple plots into same figure outside this method. Default value True
- figsizetuple
Size of the figure. If None given, default size (10,5) is used. Default value None
- Returns
- self