Skip to content

Commit 823e84a

Browse files
committed
changes to doc readme
svn path=/trunk/matplotlib/; revision=5273
1 parent 961402f commit 823e84a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/README.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ maptlotlib documentation
33

44
This is the top level build directory for the matplotlib
55
documentation. All of the documentation is written using sphinx, a
6-
python documentation system built on top of ReST.
6+
python documentation system built on top of ReST. This directory contains
77

8-
If you are looking for plain text documentation, you can read the following
98

109
* users - the user documentation, eg plotting tutorials, configuration
1110
tips, etc.

examples/api/logo2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
x = mu + sigma*np.random.randn(10000)
3737

3838
# the histogram of the data
39-
n, bins, patches = axhist.hist(x, 50, normed=1,
39+
n, bins, patches = axhist.hist(x, 20, normed=1,
4040
facecolor='green', edgecolor='green', alpha=0.75)
4141

4242

lib/matplotlib/lines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ def get_markerfacecolor(self):
529529

530530
def get_markersize(self): return self._markersize
531531

532+
532533
def get_xdata(self, orig=True):
533534
"""
534535
return the xdata; if orig is true return the original data,

0 commit comments

Comments
 (0)