Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ec84a04

Browse filesBrowse files
cgohlkemdboom
authored andcommitted
Fix mri_demo.py fails with mpl 1.2.0rc1
1 parent aceb66d commit ec84a04
Copy full SHA for ec84a04

1 file changed

+1-1Lines changed: 1 addition & 1 deletion

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎examples/pylab_examples/mri_demo.py‎

Copy file name to clipboardExpand all lines: examples/pylab_examples/mri_demo.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from pylab import *
55
import matplotlib.cbook as cbook
66
# data are 256x256 16 bit integers
7-
dfile = cbook.get_sample_data('s1045.ima')
7+
dfile = cbook.get_sample_data('s1045.ima.gz')
88
im = np.fromstring(dfile.read(), np.uint16).astype(float)
99
im.shape = 256, 256
1010

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.