[yt-svn] commit/yt: MatthewTurk: Merged in chummels/yt (pull request #1333)

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Dec 8 10:02:19 PST 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/04e36ac413d7/
Changeset:   04e36ac413d7
Branch:      yt
User:        MatthewTurk
Date:        2014-12-08 18:01:52+00:00
Summary:     Merged in chummels/yt (pull request #1333)

Updating callback docs to reflect reality.
Affected #:  1 file

diff -r 035841dcdeb12e347ecac6934c39e141d4785aef -r 04e36ac413d7bea0dd18e90a3a944f9844e12848 doc/source/visualizing/_cb_docstrings.inc
--- a/doc/source/visualizing/_cb_docstrings.inc
+++ b/doc/source/visualizing/_cb_docstrings.inc
@@ -58,8 +58,9 @@
 Overplot Contours
 ~~~~~~~~~~~~~~~~~
 
-.. function:: annotate_contour(self, field, ncont=5, factor=4, take_log=False,
-                               clim=None, plot_args=None):
+.. function:: annotate_contour(self, field, ncont=5, factor=4, take_log=False,\
+                               clim=None, plot_args=None, label=False, \
+                               label_args=None, data_source=None):
 
    (This is a proxy for
    :class:`~yt.visualization.plot_modifications.ContourCallback`.)
@@ -128,14 +129,16 @@
 Overplot grids
 ~~~~~~~~~~~~~~
 
-.. function:: annotate_grids(self, alpha=1.0, min_pix=1, annotate=False, \
-                             periodic=True):
+.. function:: annotate_grids(self, alpha=0.7, min_pix=1, min_pix_ids=20, 
+                             draw_ids=False, periodic=True, min_level=None, 
+                             max_level=None, cmap='B-W Linear_r', 
+                             edgecolors=None, linewidth=1.0):
 
    (This is a proxy for
    :class:`~yt.visualization.plot_modifications.GridBoundaryCallback`.)
 
    Adds grid boundaries to a plot, optionally with alpha-blending via the
-   ``alpha`` keyword. Cuttoff for display is at ``min_pix`` wide. ``annotate``
+   ``alpha`` keyword. Cuttoff for display is at ``min_pix`` wide. ``draw_ids``
    puts the grid id in the corner of the grid.  (Not so great in projections...)
 
 .. python-script::
@@ -282,7 +285,8 @@
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 .. function:: annotate_particles(self, width, p_size=1.0, col='k', marker='o', \
-                                 stride=1.0, ptype=None, minimum_mass=None):
+                                 stride=1.0, ptype=None, minimum_mass=None, \
+                                 alpha=1.0):
 
    (This is a proxy for
    :class:`~yt.visualization.plot_modifications.ParticleCallback`.)
@@ -345,10 +349,8 @@
 Overplot streamlines
 ~~~~~~~~~~~~~~~~~~~~
 
-.. function:: annotate_streamlines(self, field_x, field_y, factor=6.0, nx=16, \
-                                   ny=16, xstart=(0, 1), ystart=(0, 1), \
-                                   nsample=256, start_at_xedge=False, \
-                                   start_at_yedge=False, plot_args=None):
+.. function:: annotate_streamlines(self, field_x, field_y, factor=16, \
+                                   density = 1, plot_args=None):
 
    (This is a proxy for
    :class:`~yt.visualization.plot_modifications.StreamlineCallback`.)

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