Simply way to call plot_cont
Allow for something like
pp.plot_cont(model,"td")
In that case, try to find td
with getatrribute(model,
td) in the model object. And also set the label to
td`.
If not found, an exception should be raised.
Allow for something like
pp.plot_cont(model,"td")
In that case, try to find td
with getatrribute(model,
td) in the model object. And also set the label to
td`.
If not found, an exception should be raised.