Use try except statements for all plots
The program should not be terminated if one of the plots raises an error, instead, a logging message would be sufficient. Therefore, we should use try-except statements for plots.
The program should not be terminated if one of the plots raises an error, instead, a logging message would be sufficient. Therefore, we should use try-except statements for plots.