Gracefully handle default values of plotterparameters
Sometimes the default value of a parameter does not have the required type of that paramter and this can lead to failures further down the code.
Here, we're converting the default value to the required type so that errors do not occur.
Fixes #278 (closed)