[yt-svn] commit/yt: ngoldbaum: PlotCollection is not longer the primary mechanism for generating plots.

Bitbucket commits-noreply at bitbucket.org
Fri Feb 15 16:14:29 PST 2013


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/cbd097ca2c1c/
changeset:   cbd097ca2c1c
branch:      yt
user:        ngoldbaum
date:        2013-02-16 01:13:30
summary:     PlotCollection is not longer the primary mechanism for generating plots.
affected #:  1 file

diff -r 56c9e8e1d0920d28c93e6b03d39097079466c17c -r cbd097ca2c1cdbf38362eb45aacc6dc9e51f4d2e yt/visualization/plot_collection.py
--- a/yt/visualization/plot_collection.py
+++ b/yt/visualization/plot_collection.py
@@ -74,9 +74,7 @@
         self.images.append((os.path.basename(fn), np.fromfile(fn, dtype='c')))
 
 class PlotCollection(object):
-    r"""The primary interface for creating plots.
-
-    The PlotCollection object was created to ease the creation of multiple
+    r"""The PlotCollection object was created to ease the creation of multiple
     slices, projections and so forth made from a single parameter file.
     The concept is that when the width on one image changes, it should
     change on all the others.  The PlotCollection can create all plot types

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