Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'sphinxext.github',
'numpydoc']

exclude_patterns = ['api/api_changes/README.rst']
exclude_patterns = ['api/api_changes/README.rst', 'users/whats_new/README.rst']

# Use IPython's console highlighting by default
try:
Expand Down
8 changes: 4 additions & 4 deletions doc/users/whats_new/rcparams.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Added "legend.framealpha" key to rcParams
```````````````````````````
Added "legend.framealpha" key to rcParams
`````````````````````````````````````````

Added a key and the corresponding logic to control the default transparency of
Added a key and the corresponding logic to control the default transparency of
legend frames. This feature was written into the docstring of axes.legend(),
but not yet implemented.
but not yet implemented.
2 changes: 1 addition & 1 deletion lib/matplotlib/mlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@ def csv2rec(fname, comments='#', skiprows=0, checkrows=0, delimiter=',',
the column it appears in

- *use_mrecords*: if True, return an mrecords.fromrecords record array if
any of the data are missing
any of the data are missing

- *dayfirst*: default is False so that MM-DD-YY has precedence over
DD-MM-YY. See
Expand Down