From 87fd09081b9f45e960f4aec5a25e05de87d2b380 Mon Sep 17 00:00:00 2001 From: Houtan Bastani <houtan@dynare.org> Date: Thu, 29 Aug 2019 15:53:18 +0200 Subject: [PATCH] doc: fix typos --- doc/manual/source/reporting.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/reporting.rst b/doc/manual/source/reporting.rst index ddf7ac95d7..3471b533e7 100644 --- a/doc/manual/source/reporting.rst +++ b/doc/manual/source/reporting.rst @@ -393,7 +393,7 @@ and a clarifying example. .. option:: xTickLabelAnchor, STRING - Where to anchor the x tick label. Default: ```south'``. + Where to anchor the x tick label. Default: ```east'``. .. option:: xTickLabelRotation, DOUBLE @@ -414,11 +414,11 @@ and a clarifying example. .. option:: yTickLabelFixed, BOOLEAN Round the y tick labels to a fixed number of decimal places, - given by ``yTickLabelPrecision``. Default: ``.true``. + given by ``yTickLabelPrecision``. Default: ``true``. .. option:: yTickLabelPrecision, INTEGER - The precision with which to report the ``yTickLabel``. Default: ``1``. + The precision with which to report the ``yTickLabel``. Default: ``0``. .. option:: yTickLabelScaled, BOOLEAN -- GitLab