[Python-modules-commits] [python-mplexporter] 102/135: Changed: dsharray - dasharray.
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:19:08 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 b4a5970e5e51524b926794a9da73d3634812b935
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