Callbacks for OffAxisSlicePlot and OffAxisProjectionPlot
#486 opened on Jan 12, 2013
Repository metrics
- Stars
- (556 stars)
- PR merge metrics
- (PR metrics pending)
Description
Originally reported by: Nathan Goldbaum (Bitbucket: ngoldbaum, GitHub: ngoldbaum)
A number of callbacks don't work using OffAxisProjectionPlot. This is mostly because OffAxisProjectionPlot is a bit of a hack, as it wraps the volume render and camera by creating a dummy data object that doesn't inherit from AMRData. In principle we should be able to get the callbacks working either by substituting alternate forms that work for off-axis data, generalizing the callback to accept both axis-aligned and off-axis data, and disabling callbacks that don't make sense for off axis data. We'll also have to think about how to do this in a forward-compatible way (if we want to include OffAxisProjectionPlot in 2.5, we didn't include it in 2.4).
Currently nonfunctional callbacks are disabled. This issue can be closed once all of the callbacks work correctly when fed off-axis data.