Skip to content

Commit 04868d2

Browse files
committed
added log fixes
svn path=/trunk/matplotlib/; revision=225
1 parent 1652b0b commit 04868d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.matplotlibrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
#### CONFIGURATION BEGINS HERE
2323
backend : GTK # the default backend
24-
numerix : numeric # Numeric or numarray
24+
numerix : Numeric # Numeric or numarray
2525
interactive : False # see http://matplotlib.sourceforge.net/interactive.html
2626

2727
### LINES

examples/histogram_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
xlabel('Smarts')
1515
ylabel('Probability')
16-
#title(r'$\rm{Histogram of IQ:} \mu=100, \sigma=15$')
16+
#title(r'$\rm{Histogram of IQ: }\mu=100, \sigma=15$')
1717
title('Histogram of IQ: mu=100, sigma=15')
1818
#savefig('histogram_demo',dpi=72)
1919
show()

examples/psd_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
psd(s, 512, 1/dt)
1919

2020
savefig('psd_demo.png')
21-
21+
show()
2222

2323

2424
"""

0 commit comments

Comments
 (0)