Carter Francis
Carter Francis
@ericpre Setting up a call would probably be a good idea. I can send you an email. @kushalkolar several million verticies sounds pretty good. I don't think there are really...
It should be possible. It's just two separate task graphs which need to be merged. The dask store function take multiple stores/ arrays so you just need a store for...
https://docs.dask.org/en/latest/generated/dask.array.store.html We'd need to change Rosettasciio to just call store once for all lazy arrays (which is probably a good idea) and then any task graphs with the same underlying...
@alion8me Thank you for the bug report! You should be able to set the color with the `C` parameter as well and setting the color map however that doesn't seem...
So the text collection was changed to improve the speed of plotting at the cost of some other functionality... https://github.com/hyperspy/hyperspy/blob/021de72e17e37656ca5266f5a556a7836316a3e6/hyperspy/external/matplotlib/collections.py#L336 It's actually not in `matplotlib` (quite yet I think) so...
@ericpre Sorry I mispoke. I meant the `streamplot` function in matplotlib. https://github.com/matplotlib/matplotlib/blob/a254b687df97cda8c6affa37a1dfcf213f8e6c3a/lib/matplotlib/streamplot.py#L18-L246 The main thing I was pointing out is that there might be a way to simplify how we...
Yea zorder is part of it. I guess from my prospective I wanted to implement something like `streamplot` in hyperspy. At face value it should be quite simple as the...
> This isn't needed in my case. @hakonanes I think it actually is needed. I'm assuming this is for dynamic markers which change every navigation position showing indicies of kikuchi...
@abrijesh211 Can you gve more information? What are you trying to do? What code are you running? It might also helpful to run `pip list` and copy that.
Hi @opens21 Thank you for raising the issue! You might need to try installing using python 3.11 rather than python 3.12, we don't currently test against python 3.12 (I'll ty...