Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8beacc5

Browse files
committed
Update pythonic_matplotlib.py
Fixed docstring.
1 parent bc61194 commit 8beacc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/pythonic_matplotlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
3737
if called with an object, set calls
3838
39-
plt.object.set_somestring(attribute)
39+
object.set_somestring(attribute)
4040
4141
if called with a sequence, set does
4242

0 commit comments

Comments
 (0)