[Python-modules-commits] [python-mplexporter] 57/135: BUG: correctly pass along zorder in markers
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:19:03 UTC 2014
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-mplexporter.
commit c6030b3b23a9268bbd96987a12fcb438dfd9273b
Author: Jake Vanderplas <vanderplas at astro.washington.edu>
Date: Wed Feb 26 11:15:04 2014 -0800
BUG: correctly pass along zorder in markers
---
mplexporter/renderers/base.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mplexporter/renderers/base.py b/mplexporter/renderers/base.py
index 1e0725c..f562c36 100644
--- a/mplexporter/renderers/base.py
+++ b/mplexporter/renderers/base.py
@@ -241,7 +241,7 @@ class Renderer(object):
"""
vertices, pathcodes = style['markerpath']
pathstyle = dict((key, style[key]) for key in ['alpha', 'edgecolor',
- 'facecolor',
+ 'facecolor', 'zorder',
'edgewidth'])
pathstyle['dasharray'] = "10,0"
for vertex in data:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git
More information about the Python-modules-commits
mailing list