Raphael Quast

Results 146 comments of Raphael Quast

Hey, thanks for the suggestion! It took me a while but I feel I understand some things a bit better now 😅 Using `f.stale = True` seemed to help at...

Hey all, since there has not been a lot of progress on this in the last year, I thought I mention what I've created for [EOmaps](https://github.com/raphaelquast/EOmaps) (... an interactivity-layer on...

@joshmoore I did not proceed with this any further so on my side its OK to close!

@banesullivan Woha, this should not happen... It is in fact a issue in EOmaps itself and not related to blitting problems in `ipympl`. (I'll track it in #214) ...Thanks for...

@kelly-sovacool I'm not associated with this repo, but since i read your comment... you could try using mambaforge instead of conda+mamba.... it solved all issues for me... (and it's even...

@rcomer I did a quick check but for me (on v0.22.0) the issue still persists... (It might be able that the figure is initialized properly, but interactive pan/zoom still does...

@rcomer Indeed, I was still at matplotlib 3.7.2 in the env I've used for checking... sorry for that... With mpl 3.8.2 I get the same as you so it really...

Just a general note here because I think it's relevant... It might be a good idea to either issue a warning or completely disallow sharing axes with different projections... (or...

@banesullivan Thank you very much for opening this detailed issue! I had a quick look where the extremely large number of warnings is coming from and realized that almost all...

`PyProj` devs confirmed that the numpy-warning can safely be ignored (which will get rid of ~900 of the warnings). I've implemented a filter for all other warnings that can be...