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

Skip to content

Commit b926ffc

Browse files
committed
added main loop and comments to wx
svn path=/trunk/matplotlib/; revision=55
1 parent 3037b86 commit b926ffc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/histogram_demo.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010

1111
y = normpdf( bins, mu, sigma)
12-
l = plot(bins, y, 'r--')
13-
set(l, 'linewidth', 2)
14-
set(gca(), 'xlim', [40, 160])
12+
#l = plot(bins, y, 'r--')
13+
#set(l, 'linewidth', 2)
14+
#set(gca(), 'xlim', [40, 160])
1515

1616
xlabel('Smarts')
1717
ylabel('Probability')

0 commit comments

Comments
 (0)