From 3a5463672c297b37c3c9135c8b144c48744c05d0 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 31 Mar 2021 19:42:17 +0200 Subject: Bug fix in plot.mkinfit In residual plots, use xlab and xlim if appropriate --- docs/articles/web_only/FOCUS_Z.html | 6 ++--- .../figure-html/FOCUS_2006_Z_fits_1-1.png | Bin 66640 -> 66566 bytes .../figure-html/FOCUS_2006_Z_fits_10-1.png | Bin 106038 -> 105728 bytes .../figure-html/FOCUS_2006_Z_fits_11-1.png | Bin 105042 -> 104598 bytes .../figure-html/FOCUS_2006_Z_fits_11a-1.png | Bin 75626 -> 75131 bytes .../figure-html/FOCUS_2006_Z_fits_11b-1.png | Bin 35744 -> 36162 bytes .../figure-html/FOCUS_2006_Z_fits_2-1.png | Bin 66640 -> 66566 bytes .../figure-html/FOCUS_2006_Z_fits_3-1.png | Bin 66424 -> 66341 bytes .../figure-html/FOCUS_2006_Z_fits_5-1.png | Bin 80520 -> 80289 bytes .../figure-html/FOCUS_2006_Z_fits_6-1.png | Bin 105149 -> 104958 bytes .../figure-html/FOCUS_2006_Z_fits_7-1.png | Bin 104479 -> 104309 bytes .../figure-html/FOCUS_2006_Z_fits_9-1.png | Bin 88890 -> 88640 bytes .../FOCUS_Z_files/header-attrs-2.7/header-attrs.js | 12 ++++++++++ docs/articles/web_only/NAFTA_examples.html | 6 ++--- .../NAFTA_examples_files/figure-html/p10-1.png | Bin 78793 -> 79833 bytes .../NAFTA_examples_files/figure-html/p11-1.png | Bin 75470 -> 76357 bytes .../NAFTA_examples_files/figure-html/p12a-1.png | Bin 80755 -> 81683 bytes .../NAFTA_examples_files/figure-html/p12b-1.png | Bin 69885 -> 70857 bytes .../NAFTA_examples_files/figure-html/p13-1.png | Bin 77126 -> 78065 bytes .../NAFTA_examples_files/figure-html/p14-1.png | Bin 79693 -> 80776 bytes .../NAFTA_examples_files/figure-html/p15a-1.png | Bin 75945 -> 76982 bytes .../NAFTA_examples_files/figure-html/p15b-1.png | Bin 78004 -> 78986 bytes .../NAFTA_examples_files/figure-html/p16-1.png | Bin 93075 -> 94024 bytes .../NAFTA_examples_files/figure-html/p5a-1.png | Bin 81521 -> 82684 bytes .../NAFTA_examples_files/figure-html/p5b-1.png | Bin 79783 -> 80778 bytes .../NAFTA_examples_files/figure-html/p6-1.png | Bin 81974 -> 83064 bytes .../NAFTA_examples_files/figure-html/p7-1.png | Bin 101606 -> 102575 bytes .../NAFTA_examples_files/figure-html/p8-1.png | Bin 91429 -> 92480 bytes .../NAFTA_examples_files/figure-html/p9a-1.png | Bin 77612 -> 78544 bytes .../NAFTA_examples_files/figure-html/p9b-1.png | Bin 75129 -> 76187 bytes .../header-attrs-2.7/header-attrs.js | 12 ++++++++++ docs/articles/web_only/benchmarks.html | 26 ++++++++++++++++++--- .../header-attrs-2.7/header-attrs.js | 12 ++++++++++ 33 files changed, 65 insertions(+), 9 deletions(-) create mode 100644 docs/articles/web_only/FOCUS_Z_files/header-attrs-2.7/header-attrs.js create mode 100644 docs/articles/web_only/NAFTA_examples_files/header-attrs-2.7/header-attrs.js create mode 100644 docs/articles/web_only/benchmarks_files/header-attrs-2.7/header-attrs.js (limited to 'docs/articles/web_only') diff --git a/docs/articles/web_only/FOCUS_Z.html b/docs/articles/web_only/FOCUS_Z.html index 57fc3545..e4a6cb52 100644 --- a/docs/articles/web_only/FOCUS_Z.html +++ b/docs/articles/web_only/FOCUS_Z.html @@ -31,7 +31,7 @@ mkin - 1.0.3 + 1.0.4 @@ -94,13 +94,13 @@ -
+
@@ -94,13 +94,13 @@ -
+
@@ -94,13 +94,13 @@ -
+
@@ -301,6 +306,12 @@ 6.344 2.798 + +1.0.4 +1.415 +6.364 +2.820 +
@@ -400,6 +411,15 @@ 1.923 2.839 + +1.0.4 +0.785 +1.252 +1.466 +3.091 +1.936 +2.826 +
diff --git a/docs/articles/web_only/benchmarks_files/header-attrs-2.7/header-attrs.js b/docs/articles/web_only/benchmarks_files/header-attrs-2.7/header-attrs.js new file mode 100644 index 00000000..dd57d92e --- /dev/null +++ b/docs/articles/web_only/benchmarks_files/header-attrs-2.7/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); -- cgit v1.2.1