[yt-svn] commit/yt: ngoldbaum: Removing some extraneous lines from the radial_profile_styles recipe.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Sat Jun 28 09:57:08 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/a040dfda42d9/
Changeset:   a040dfda42d9
Branch:      yt-3.0
User:        ngoldbaum
Date:        2014-06-28 18:56:44
Summary:     Removing some extraneous lines from the radial_profile_styles recipe.
Affected #:  1 file

diff -r 395cbbd74d0469288a679cc5fa559d4a8b8bad9b -r a040dfda42d9c21da5d9efe0ec795b1cd636bcd2 doc/source/cookbook/radial_profile_styles.py
--- a/doc/source/cookbook/radial_profile_styles.py
+++ b/doc/source/cookbook/radial_profile_styles.py
@@ -12,9 +12,6 @@
 
 # Bin up the data from the sphere into a radial profile
 
-#rp = BinnedProfile1D(sphere, 100, "Radiuskpc", 0.0, 500., log_space=False)
-#rp.add_fields("density","temperature")
-rp = yt.ProfilePlot(sp, 'radius', ['density', 'temperature'])
 rp = yt.create_profile(sp, 'radius', ['density', 'temperature'],
                        units = {'radius': 'kpc'},
                        logs = {'radius': False})

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