[Python-modules-commits] [python-mplexporter] 92/135: Changed: dsharray - dasharray.

Wolfgang Borgert debacle at moszumanska.debian.org
Tue Sep 23 21:19:07 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 db937deacf6d9feef0c92ecbdd4e8fc7d08db300
Author: theengineear <andseier at gmail.com>
Date:   Fri Mar 14 11:21:05 2014 -0700

    Changed: dsharray - dasharray.
---
 mplexporter/exporter.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mplexporter/exporter.py b/mplexporter/exporter.py
index 092cd7e..2c9c9a0 100644
--- a/mplexporter/exporter.py
+++ b/mplexporter/exporter.py
@@ -164,7 +164,7 @@ class Exporter(object):
                                                    ax, line.get_xydata(),
                                                    force_trans=force_trans)
         linestyle = utils.get_line_style(line)
-        if linestyle['dsharray'] in ['None', 'none', None]:
+        if linestyle['dasharray'] in ['None', 'none', None]:
             linestyle = None
         markerstyle = utils.get_marker_style(line)
         if (markerstyle['marker'] in ['None', 'none', None]

-- 
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