From e2028fd37bc457644a58907f81b42a39b6a9ca52 Mon Sep 17 00:00:00 2001 From: Nick Draper <nick.draper@stfc.ac.uk> Date: Tue, 12 Mar 2019 11:38:24 +0000 Subject: [PATCH] update handles to keywords --- docs/source/plotting/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/plotting/index.rst b/docs/source/plotting/index.rst index 4579e3bce62..19782b99f17 100644 --- a/docs/source/plotting/index.rst +++ b/docs/source/plotting/index.rst @@ -602,10 +602,10 @@ editable parameters is available at `the Matplotlib site <https://matplotlib.org For much more on customising the graph appearance see the `Matplotlib documentation <https://matplotlib.org/users/dflt_style_changes.html>`_. -A list of some common properties you might want to change and the handles to set: +A list of some common properties you might want to change and the keywords to set: +--------------------+-------------------------+------------+ -| Parameter | Handle | Default | +| Parameter | Key word | Default | +--------------------+-------------------------+------------+ | Error bar cap | ``errorbar.capsize`` | 0 | +--------------------+-------------------------+------------+ -- GitLab