Some (small) improvements that can be made to plotting functions:
- Capitalise axis labels
- Do we really need the "chains" legend on e.g. trace plot? Maybe drop
- I'm still not 100% happy with the plot_par() way of plotting params
- Can we make it so the default is to move to next plot upon pressing enter, and have some character to quit? Is there a reason for having it the other way round, i.e. maybe it plays more nicely in Rmarkdown or something?
- When saving the plot (and not displaying) does it currently still calculate for all parameters? Need to check this
- Trace plots and autocorrelation plot etc.s are currently not exposed to user, only via plot_par(). Should expose these
Some (small) improvements that can be made to plotting functions: