Problem Description
The plotting tools were part of the dynamics model, therefore each model had different plots.
Proposed Solution
This commit moves plotting to the dynamics model parent class so that we can have consistent plotting for all models. In case a model needs a model specific plot, the same method can be overridden with the child class implementation
Problem Description The plotting tools were part of the dynamics model, therefore each model had different plots.
Proposed Solution This commit moves plotting to the dynamics model parent class so that we can have consistent plotting for all models. In case a model needs a model specific plot, the same method can be overridden with the child class implementation