Results 637 comments of Antony Lee

Here is a test nd file (zipped because github allows zip uploads but not nd uploads...) [test.nd.zip](https://github.com/ome/bioformats/files/11772469/test.nd.zip) The Stage1 position name should read "µ€œ?" (actually "µ€œẞ" but Metamorph immediately replaces...

From a quick look, both the "Reading IFDs"/... logs and the progress report logs are made at INFO level (I think), so I'm not sure a global switch would be...

I realize I was unclear here, sorry about that. My point is that DeltaT is not correctly filled in the selected line here ![Screenshot 2023-04-18 at 16 31 33](https://user-images.githubusercontent.com/1322974/232809790-cf2d8e68-d8a4-4673-aa65-eade7d0572b7.png) even...

I am happy to believe that you are a good agent. Even if you can't help with the build architecture, there's always the work of keeping mplcairo up to date...

Sure. (In practice matplotlib is quite underspecced and I tend to just follow its actual behavior on its last version.)

Thanks for the report. Looks like some work is needed to make that work, which I can't do right now but I'll keep it on my todo. A minimal reproduction...

Right now there's Cursors._keep_alive, which provides an (internal, weak) mapping of artists to cursors; I could just expose the list of cursors in there and let you filter based on...

Thanks for the report. `sel.index` is the index *in the subsampled dataframe* corresponding to whatever has been plotted on that facet, as mplcursors has no knowledge about FacetGrid (mplcursors just...

> Do you know a solution that doesn't use seaborn? ... Forgo facets and just plot each as individual groups. Yes, this is what I would suggest.

Setting the environment variable a posteriori is not expected to work given the way things are implemented right now. It would indeed be nice if it did; ideally registration should...