diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:19:36 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:19:36 +0100 |
| commit | a5e851a5d81194bef25c3f3a32e355e5795cdde1 (patch) | |
| tree | f5a1441b7663239d56f55129907f97eb9f35c349 /docs/news | |
| parent | 3612fcc80c900d95a539a7fa228eecd4429e7c72 (diff) | |
Small improvements, see NEWS.md
In the README, improve the scaling of the graphs
Diffstat (limited to 'docs/news')
| -rw-r--r-- | docs/news/index.html | 3 | ||||
| -rw-r--r-- | docs/news/index.md | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/docs/news/index.html b/docs/news/index.html index 1020efc..fe076cb 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -34,7 +34,8 @@ <div class="section level2"> <h2 class="pkg-version" data-toc-text="0.4.1" id="version-041">version 0.4.1<a class="anchor" aria-label="anchor" href="#version-041"></a></h2> -<ul><li>R/chent.R: Improve print method for <code>pai</code> objects.</li> +<ul><li>R/chent.R: Improve print method for <code>pai</code> objects</li> +<li>plot method for chents: Pass dots argument to <code>grid.picture()</code> as documented.</li> </ul></div> <div class="section level2"> <h2 class="pkg-version" data-toc-text="0.4.0" id="version-040">version 0.4.0<a class="anchor" aria-label="anchor" href="#version-040"></a></h2> diff --git a/docs/news/index.md b/docs/news/index.md index 32ad5c9..f56826b 100644 --- a/docs/news/index.md +++ b/docs/news/index.md @@ -2,7 +2,9 @@ ## version 0.4.1 -- R/chent.R: Improve print method for `pai` objects. +- R/chent.R: Improve print method for `pai` objects +- plot method for chents: Pass dots argument to `grid.picture()` as + documented. ## version 0.4.0 |
