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

Skip to content

Commit 47c1fd3

Browse files
committed
Fix indentation error in mpl_data_demo.py - thanks to Gökhan Sever
svn path=/trunk/matplotlib/; revision=7355
1 parent cf99608 commit 47c1fd3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/misc/mpl_data_demo.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
"""
2-
Grab mpl data from the ~/.matplotlib/mpl_data cache if it exists, else
3-
fetch it from svn and cache it
4-
"""
1+
"""
2+
Grab mpl data from the ~/.matplotlib/mpl_data cache if it exists, else
3+
fetch it from svn and cache it
4+
"""
55
import matplotlib.cbook as cbook
66
import matplotlib.pyplot as plt
77
fname = cbook.get_mpl_data('lena.png', asfileobj=False)

0 commit comments

Comments
 (0)