Skip to content
Snippets Groups Projects
Unverified Commit e2028fd3 authored by Nick Draper's avatar Nick Draper Committed by GitHub
Browse files

update handles to keywords

parent 4502084b
No related branches found
No related tags found
No related merge requests found
...@@ -602,10 +602,10 @@ editable parameters is available at `the Matplotlib site <https://matplotlib.org ...@@ -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 For much more on customising the graph appearance see the `Matplotlib documentation
<https://matplotlib.org/users/dflt_style_changes.html>`_. <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 | | Error bar cap | ``errorbar.capsize`` | 0 |
+--------------------+-------------------------+------------+ +--------------------+-------------------------+------------+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment