[yt_analysis/yt] SlicePlot plots unrequested fields when plotting derived fields (issue #529)

--- you can reply above this line ---
New issue 529: SlicePlot plots unrequested fields when plotting derived fields https://bitbucket.org/yt_analysis/yt/issue/529/sliceplot-plots-unrequested-f...
John ZuHone:
Whenever a derived field is plotted, the fields it depends on are also plotted. For example, when plotting `"Temperature"` from FLASH data, `"temp"` is also plotted. Similarly, plotting `"VelocityMagnitude"` will end up plotting all of the velocity components as well.
This did not show up in 2.x versions of `SlicePlot` because the `AMRSlice` object was given a list of fields, whereas now `SlicePlot` calls `slc.get_data(fields)`, and the field dependencies get passed to the FRB as well as the requested fields.
Responsible: jzuhone --
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.
participants (1)
-
John ZuHone