Skip to content

Commit

Permalink
Add a missed merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mdboom committed Dec 18, 2012
1 parent fd9c0b6 commit 32149e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/matplotlib/axes.py
Expand Up @@ -6075,12 +6075,6 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
warnings.warn(
'''replace "faceted=False" with "edgecolors='none'"''',
mplDeprecation) # 2008/04/18
<<<<<<< HEAD
=======

sym = None
symstyle = 0
>>>>>>> upstream/v1.2.x

# to be API compatible
if marker is None and not (verts is None):
Expand Down

0 comments on commit 32149e4

Please sign in to comment.