Skip to content

allow fillstyle 'none' option #447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 31, 2011
Prev Previous commit
Next Next commit
trying to track down self._fillstyle error
  • Loading branch information
Craig M committed Sep 8, 2011
commit 1982c51e74e52e27fcac116236a9d990ba4b7383
1 change: 1 addition & 0 deletions lib/matplotlib/markers.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ class MarkerStyle:
_point_size_reduction = 0.5

def __init__(self, marker=None, fillstyle='full'):
self._fillstyle = fillstyle
self.set_marker(marker)
self.set_fillstyle(fillstyle)

Expand Down