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

Bitbucket commits-noreply at bitbucket.org
Fri Feb 15 16:19:07 PST 2013


2 new commits in yt-doc:

https://bitbucket.org/yt_analysis/yt-doc/commits/89f4db1b6ff9/
changeset:   89f4db1b6ff9
user:        chummels
date:        2013-02-16 01:15:52
summary:     Fixing bug in cookbook entry for grid and box VR
affected #:  1 file

diff -r ecd29bc6c175165605481462f09ab3bcadafe41d -r 89f4db1b6ff95b7f044cb894c0e6a97ea1b0ab9e source/cookbook/rendering_with_box_and_grids.py
--- a/source/cookbook/rendering_with_box_and_grids.py
+++ b/source/cookbook/rendering_with_box_and_grids.py
@@ -48,10 +48,10 @@
 
 # Add the domain edges, with an alpha blending of 0.3:
 cam.draw_domain(im, alpha=0.3)
-write_bitmap('%s_vr_domain.png' % pf)
+write_image(im, '%s_vr_domain.png' % pf)
 
 # Add the grids, colored by the grid level with the algae colormap
 cam.draw_grids(im, alpha=0.3, cmap='algae')
-write_bitmap('%s_vr_grids.png' % pf)
+write_image(im, '%s_vr_grids.png' % pf)
 
 


https://bitbucket.org/yt_analysis/yt-doc/commits/126606448fc1/
changeset:   126606448fc1
user:        chummels
date:        2013-02-16 01:18:45
summary:     Merging.
affected #:  1 file

diff -r 89f4db1b6ff95b7f044cb894c0e6a97ea1b0ab9e -r 126606448fc141c8f5ba839978630edcd3e4eeac source/api/api.rst
--- a/source/api/api.rst
+++ b/source/api/api.rst
@@ -395,6 +395,7 @@
    ~yt.visualization.image_writer.strip_colormap_data
    ~yt.visualization.image_writer.splat_points
    ~yt.visualization.image_writer.annotate_image
+   ~yt.visualization.image_writer.scale_image
 
 We also provide a module that is very good for generating EPS figures,
 particularly with complicated layouts.

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

--

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