dcase_util.containers.DataContainer.plot
- DataContainer.plot(plot=True, figsize=None)[source]
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