New default behaviour for Plot() and PlotModels()
Plot and PlotModels can now be called without parameters.
e.g.
pp=pplot.Plot()In such a case, the pdf attribute is set to None, hence output on the screen or in the notebook.
I hope that has no side effects.