make sure plotting function can be called without setting a subplots
Closed this issue · 0 comments
12rambau commented
Many users of matplotlib are used for the sequential interface instead of the object based one. having the ax parameter in all function guarantees that we can work with the ideal object based version of it but we should make the parameter optional for all the others.