Results 47 comments of Cameron Hummels

As I mentioned in slack, I am very concerned that this regresses the code from PR #3295, as @chrishavlin identified earlier in this conversation. Arbitrarily choosing to have the linthresh...

Thank you very much for opening this discussion and summarizing this somewhat complicated history, @chrishavlin . It's great to get this kind of context in a PR description! If MPL...

I like this solution overall. The only thing I see missing from the PR is a brief mention of this in the colorbar linthresh narrative docs, like a sentence describing...

It appears that you're right @jzuhone as per the message sort of buried here in the narrative docs: https://yt-project.org/docs/dev/visualizing/plots.html#additional-notes-for-plotting-particle-data (thanks, @brittonsmith for the link). Given that, I think we should...

Yeah, that works for me. I am not sure how to go about implementing this to be honest, but I do think it's important that we address this at some...

Maybe it's OK that this doesn't work? You can get much of the same functionality with particle filters, which *do* work in yt4. Not sure what it would take to...

This would be awesome! Thanks, Matt.

Yes, it is still relevant. It's easy to test to demonstrate that this functionality still does not exist: ``` import yt ds = yt.load_sample('IsolatedGalaxy') yt.OffAxisProjectionPlot(ds, [1,0,0], ('gas', 'density'), method='mip').save() ```...

Thanks for the offer, but I'm not sure that I need this to be an extension. Once the frontend actually *works* and gets merged, I don't anticipate modifying it much....