[Python-modules-commits] [python-mplexporter] 124/135: passing on the frame_on and axison attributes
Wolfgang Borgert
debacle at moszumanska.debian.org
Tue Sep 23 21:19:11 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 fb63cecd8ba5264890ee760c3e1e22d881fc21a3
Author: Jan Kwakkel <j.h.kwakkel at tudelft.nl>
Date: Sun May 18 14:56:11 2014 +0200
passing on the frame_on and axison attributes
necessary for addressing issues #188 and #197.
---
mplexporter/utils.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/mplexporter/utils.py b/mplexporter/utils.py
index ed76206..f91d83b 100644
--- a/mplexporter/utils.py
+++ b/mplexporter/utils.py
@@ -259,6 +259,8 @@ def get_axes_properties(ax):
'axesbgalpha': ax.patch.get_alpha(),
'bounds': ax.get_position().bounds,
'dynamic': ax.get_navigate(),
+ 'axison': ax.axison,
+ 'frame_on': ax.get_frame_on(),
'axes': [get_axis_properties(ax.xaxis),
get_axis_properties(ax.yaxis)]}
--
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