[yt-dev] [yt_analysis/yt] yt plot is broken in 3.0 (issue #530)

Nathan Goldbaum issues-reply at bitbucket.org
Mon Mar 18 16:16:30 PDT 2013


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

New issue 530: yt plot is broken in 3.0
https://bitbucket.org/yt_analysis/yt/issue/530/yt-plot-is-broken-in-30

Nathan Goldbaum:

Right now specifying a field to plot via the command line like so:

$ yt plot -f Temperature DD0000/DD0000

will fail due to the new field tuple syntax.  Even the default behavior of -f (e.g. yt plot DD0000/DD0000) is broken since the default is still 'Density' instead of ('gas', 'Density').

I have a monkeypatch that sort of fixes this pasted here: http://paste.yt-project.org/show/3260/

The first section of that diff is pretty clearly correct since this recovers the old functionality.  It's not at all clear to me how to handle the second diff since not all fields are 'gas' fields.


--

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-dev mailing list