diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-03-31 19:42:17 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-03-31 19:42:17 +0200 |
commit | 3a5463672c297b37c3c9135c8b144c48744c05d0 (patch) | |
tree | f28691df6359757133510ae44399ce71ecbfaa93 /NEWS.md | |
parent | 7bca4f58951c1c8cae63c4557102ae77a3aff616 (diff) |
Bug fix in plot.mkinfit
In residual plots, use xlab and xlim if appropriate
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,9 +1,9 @@ # mkin 1.0.4 (Unreleased) -- 'plot.mixed.mmkin': Reset graphical parameters on exit - - All plotting functions setting graphical parameters: Use on.exit() for resetting graphical parameters +- 'plot.mkinfit': Use xlab and xlim for the residual plot if show_residuals is TRUE + # mkin 1.0.3 (2021-02-15) - Review and update README, the 'Introduction to mkin' vignette and some of the help pages |