[Yt-svn] yt: Adding arguments to get_multiplot

hg at spacepope.org hg at spacepope.org
Tue Jan 4 08:36:57 PST 2011


hg Repository: yt
details:   yt/rev/4db47be8e251
changeset: 3633:4db47be8e251
user:      Matthew Turk <matthewturk at gmail.com>
date:
Tue Jan 04 08:36:49 2011 -0800
description:
Adding arguments to get_multiplot

diffstat:

 yt/visualization/plot_collection.py |  4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diffs (14 lines):

diff -r 01170cd20ba7 -r 4db47be8e251 yt/visualization/plot_collection.py
--- a/yt/visualization/plot_collection.py	Mon Jan 03 16:28:08 2011 -0800
+++ b/yt/visualization/plot_collection.py	Tue Jan 04 08:36:49 2011 -0800
@@ -1705,6 +1705,10 @@
     colorbar : {'vertical', 'horizontal', None}, optional
         Should Axes objects for colorbars be allocated, and if so, should they
         correspond to the horizontal or vertical set of axes?
+    bw : number
+        The base height/width of an axes object inside the figure, in inches
+    dpi : number
+        The dots per inch fed into the Figure instantiation
 
     Returns
     -------



More information about the yt-svn mailing list