dcase_util.containers.DataRepository.plot
- DataRepository.plot(plot=True, figsize=None)[source]
Visualize data stored in the repository.
- 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,10) is used. Default value None
- Returns
- self