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 /docs/news/index.html | |
parent | 7bca4f58951c1c8cae63c4557102ae77a3aff616 (diff) |
Bug fix in plot.mkinfit
In residual plots, use xlab and xlim if appropriate
Diffstat (limited to 'docs/news/index.html')
-rw-r--r-- | docs/news/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index 3a52a093..fae6503a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -145,8 +145,8 @@ <h1 class="page-header" data-toc-text="1.0.4"> <a href="#mkin-104-unreleased" class="anchor"></a>mkin 1.0.4 (Unreleased)</h1> <ul> -<li><p>‘plot.mixed.mmkin’: Reset graphical parameters on exit</p></li> <li><p>All plotting functions setting graphical parameters: Use on.exit() for resetting graphical parameters</p></li> +<li><p>‘plot.mkinfit’: Use xlab and xlim for the residual plot if show_residuals is TRUE</p></li> </ul> </div> <div id="mkin-103-2021-02-15" class="section level1"> |