yt-project / yt

Main yt repository
http://yt-project.org
Other
468 stars 279 forks source link

Callbacks for OffAxisSlicePlot and OffAxisProjectionPlot #486

Open yt-fido opened 11 years ago

yt-fido commented 11 years ago

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.


yt-fido commented 10 years ago

Original comment by chummels (Bitbucket: chummels, GitHub: chummels):


Removing milestone: 3.1 (automated comment)

yt-fido commented 10 years ago

Original comment by Matt Turk (Bitbucket: MatthewTurk, GitHub: MatthewTurk):


Moving this to 3.0 -- I don't think it's feasible to get done in the 2.X series.

yt-fido commented 11 years ago

Original comment by Nathan Goldbaum (Bitbucket: ngoldbaum, GitHub: ngoldbaum):


I'd actually like to get this done for 2.6, but I can't select that as a milestone or version.