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 1652b0b commit 04868d2Copy full SHA for 04868d2
.matplotlibrc
@@ -21,7 +21,7 @@
21
22
#### CONFIGURATION BEGINS HERE
23
backend : GTK # the default backend
24
-numerix : numeric # Numeric or numarray
+numerix : Numeric # Numeric or numarray
25
interactive : False # see http://matplotlib.sourceforge.net/interactive.html
26
27
### LINES
examples/histogram_demo.py
@@ -13,7 +13,7 @@
13
14
xlabel('Smarts')
15
ylabel('Probability')
16
-#title(r'$\rm{Histogram of IQ:} \mu=100, \sigma=15$')
+#title(r'$\rm{Histogram of IQ: }\mu=100, \sigma=15$')
17
title('Histogram of IQ: mu=100, sigma=15')
18
#savefig('histogram_demo',dpi=72)
19
show()
examples/psd_demo.py
@@ -18,7 +18,7 @@
psd(s, 512, 1/dt)
20
savefig('psd_demo.png')
-
+show()
"""
0 commit comments