[yt-svn] commit/yt: 2 new changesets

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 30 06:26:15 PDT 2017


2 new commits in yt:

https://bitbucket.org/yt_analysis/yt/commits/cfaea3a82f81/
Changeset:   cfaea3a82f81
Branch:      yt
User:        yihaochen
Date:        2017-02-08 00:07:35+00:00
Summary:     Removed 'log' in colorbar label
Affected #:  1 file

diff -r 5d0ca754ce74cc7e3f4dac94257713032073ec5b -r cfaea3a82f81fc8bd9a99c601f2cdb663c997c0b yt/visualization/volume_rendering/scene.py
--- a/yt/visualization/volume_rendering/scene.py
+++ b/yt/visualization/volume_rendering/scene.py
@@ -393,8 +393,6 @@
         rs = rensources[0]
         tf = rs.transfer_function
         label = rs.data_source.ds._get_field_info(rs.field).get_label()
-        if rs.log_field:
-            label = r'$\rm{log}\ $' + label
 
         ax = self._show_mpl(self._last_render.swapaxes(0, 1),
                             sigma_clip=sigma_clip, dpi=dpi)


https://bitbucket.org/yt_analysis/yt/commits/dc14ea0fd19f/
Changeset:   dc14ea0fd19f
Branch:      yt
User:        xarthisius
Date:        2017-03-30 13:26:06+00:00
Summary:     Merged in yihaochen/yt (pull request #2548)

Removed 'log' in colorbar label in annotated volume rendering

Approved-by: Michael  Zingale <michael.zingale at stonybrook.edu>
Approved-by: yt-fido <yt.fido at gmail.com>
Approved-by: Nathan Goldbaum <ngoldbau at illinois.edu>
Approved-by: Kacper Kowalik <xarthisius.kk at gmail.com>
Affected #:  1 file

diff -r f54500ac5f9868aac1ffcb0bd1ee2d98676614d2 -r dc14ea0fd19f7bff66c111f5d274b14a5d869188 yt/visualization/volume_rendering/scene.py
--- a/yt/visualization/volume_rendering/scene.py
+++ b/yt/visualization/volume_rendering/scene.py
@@ -393,8 +393,6 @@
         rs = rensources[0]
         tf = rs.transfer_function
         label = rs.data_source.ds._get_field_info(rs.field).get_label()
-        if rs.log_field:
-            label = r'$\rm{log}\ $' + label
 
         ax = self._show_mpl(self._last_render.swapaxes(0, 1),
                             sigma_clip=sigma_clip, dpi=dpi)

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