[yt-svn] commit/yt: chummels: Merged in ngoldbaum/yt (pull request #1309)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Nov 20 14:06:50 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/f62866381f4b/
Changeset:   f62866381f4b
Branch:      yt
User:        chummels
Date:        2014-11-20 22:06:41+00:00
Summary:     Merged in ngoldbaum/yt (pull request #1309)

Apply yt font properties to colorbar offset texts.
Affected #:  1 file

diff -r 7f73da315ded1c7a47b956ed05e922ac8ddd8fd3 -r f62866381f4bb25ea471487c1af301c075179e00 yt/visualization/plot_container.py
--- a/yt/visualization/plot_container.py
+++ b/yt/visualization/plot_container.py
@@ -434,7 +434,7 @@
             labels = ax.xaxis.get_ticklabels() + ax.yaxis.get_ticklabels()
             labels += cbax.yaxis.get_ticklabels()
             labels += [ax.title, ax.xaxis.label, ax.yaxis.label,
-                       cbax.yaxis.label]
+                       cbax.yaxis.label, cbax.yaxis.get_offset_text()]
             for label in labels:
                 label.set_fontproperties(self._font_properties)
                 if self._font_color is not None:

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list