8000 PEP8/DOC : removed a single trailing space + CHANGELOG · matplotlib/matplotlib@0307662 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0307662

Browse files
committed
PEP8/DOC : removed a single trailing space + CHANGELOG
- removed a single trailing space - Added CHANGELOG entry for the 'origin' kwarg for `spy`
1 parent 476ba2a commit 0307662

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
2014-02-28 Added 'origin' kwarg to `spy`
2+
13
2014-27-02 Implemented separate horizontal/vertical axes padding to the
24
ImageGrid in the AxesGrid toolkit
35

lib/matplotlib/axes/_axes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6600,8 +6600,8 @@ def spy(self, Z, precision=0, marker=None, markersize=None,
66006600
* *cmap*
66016601
* *alpha*
66026602
6603-
See also
6604-
---------
6603+
See also
6604+
--------
66056605
imshow : for image options.
66066606
plot : for plotting options
66076607
"""

0 commit comments

Comments
 (0)
0