[Yt-svn] commit/yt: MatthewTurk: Adding apply_colormap to the main yt.mods import

Bitbucket commits-noreply at bitbucket.org
Wed Apr 27 08:51:01 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/0dbb56e3fa77/
changeset:   r4210:0dbb56e3fa77
branch:      yt
user:        MatthewTurk
date:        2011-04-27 17:48:45
summary:     Adding apply_colormap to the main yt.mods import
affected #:  2 files (44 bytes)

--- a/yt/mods.py	Tue Apr 26 16:09:46 2011 -0400
+++ b/yt/mods.py	Wed Apr 27 11:48:45 2011 -0400
@@ -92,7 +92,8 @@
 from yt.visualization.api import \
     PlotCollection, PlotCollectionInteractive, \
     get_multi_plot, FixedResolutionBuffer, ObliqueFixedResolutionBuffer, \
-    callback_registry, write_bitmap, write_image, annotate_image
+    callback_registry, write_bitmap, write_image, annotate_image, \
+    apply_colormap
 
 from yt.visualization.volume_rendering.api import \
     ColorTransferFunction, PlanckTransferFunction, ProjectionTransferFunction, \


--- a/yt/visualization/api.py	Tue Apr 26 16:09:46 2011 -0400
+++ b/yt/visualization/api.py	Wed Apr 27 11:48:45 2011 -0400
@@ -47,7 +47,8 @@
     write_image, \
     map_to_colors, \
     splat_points, \
-    annotate_image
+    annotate_image, \
+    apply_colormap
 
 from plot_modifications import \
     PlotCallback, \

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