We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47556a commit 0a00e9aCopy full SHA for 0a00e9a
examples/statistics/errorbars_and_boxes.py
@@ -13,11 +13,12 @@
13
2. the function operates on the `Axes` methods directly, not through
14
the `pyplot` interface
15
3. plotting kwargs that could be abbreviated are spelled out for
16
- better code readability in the figure (for example we use
+ better code readability in the future (for example we use
17
`facecolor` instead of `fc`)
18
4. the artists returned by the `Axes` plotting methods are then
19
returned by the function so that, if desired, their styles
20
- can be modified later (they are not modified in this example).
+ can be modified later outside of the function. (they are not
21
+ modified in this example).
22
"""
23
24
import numpy as np
0 commit comments