Thanks to visit codestin.com Credit goes to github.com
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 c6e5046 commit 227f0c4Copy full SHA for 227f0c4
1 file changed
examples/api/filled_step.py
@@ -41,7 +41,7 @@ def filled_hist(ax, edges, values, bottoms=None, orientation='v',
41
"""
42
print(orientation)
43
if orientation not in set('hv'):
44
- raise ValueError("orientation must be in {'h', 'v'} "
+ raise ValueError("orientation must be in {{'h', 'v'}} "
45
"not {o}".format(o=orientation))
46
47
kwargs.setdefault('step', 'post')
0 commit comments