Carter Francis
Carter Francis
> Matplotlib 3.9rc2 has been released yesterday, it would be good to make the example interactive as discussed above with a warning if matplotlib
@ericpre let me look at this tomorrow!
@ericpre Sorry for taking such a long time to get back to this :) Busy couple of months.... Do you want me to look through this again?
> I think that it would be good to make use of [matplotlib/matplotlib#28177](https://github.com/matplotlib/matplotlib/pull/28177) to avoid ambiguity between figure and subfigure but this will be available only in matplotlib 3.10 but...
There are a couple of things that I want to do with this: 1. Have #2162 be an option for plot using sub-figure plotting (ie. `s.plot(fft=True)`) 2. Allow multiple navigators...
@ericpre I think that's good to note to people. Although for blitting it would be interesting to test. It should be ?similar? with the qt backend except for maybe the...
I guess I don't really understand the `blitting`. My understanding was that the function ```python def _draw_animated(self): """Draw animated plot elements""" for ax in self.figure.axes: # figure --> Subfigure #...
> 1. The only necessary phase information to run the example are the symmetry operations of the proper point group 432. Can we reduce the part with the phase setup...
@hakonanes I don't have a great understanding of `orix` but it seems like the S2 sampling could return a constrained rotation based on some vector direction rather than return a...
> > At least for people doing orientation mapping I think they are more likely to be working with the Phase rather than the symmetry. > > This is a...