[Yt-svn] New issue 292 in yt: Consistent projection arg order

Bitbucket issues-noreply at bitbucket.org
Wed Jun 22 16:19:57 PDT 2011


--- you can reply above this line ---

New issue 292: Consistent projection arg order
https://bitbucket.org/yt_analysis/yt/issue/292/consistent-projection-arg-order

Casey Stark / caseywstark on Thu, 23 Jun 2011 01:19:57 +0200:

Description:
  We need a consistent order of arguments for projections.

Example:
{{{
pf.h.proj(0, "density")
}}}
vs.
{{{
pc.add_projection("density", 0)
}}}
The axis then field version makes more sense to me. Either way, it should be standardized across the code for similar operations (slicing 'n stuff).


--

This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.



More information about the yt-svn mailing list