Results 637 comments of Antony Lee

I just realized that that specific example could in fact be made to work by clipping the x-ticks to a bounding box that bounds the horizontal direction but not the...

... actually playing with the clipbox won't work in the example above as *labels* will not be cropped out properly (they may only be half-clipped). @tacaswell If we move stuff...

@dopplershift What do you think of the reimplementation of skewT at https://github.com/matplotlib/matplotlib/pull/10088? (I *think* that the skewT implementation is actually independent of the rest of the changes to tick1On &...

Just dropping an idea here (actually may be worth moving this to a design document, or whatnot): perhaps spines could also get reparented to (and "managed by", whatever that means)...

Just an observer's comment regarding > the name clash pretty much is the fault ofthe package authors ^^ pip cant help bad packagers and pypi is not curated Arch Linux's...

I suspect they still see some usage in the wild (I have no numbers to provide though). Also note that AFAICT the deprecation warning emitted by the kernel is not...

@dgault Anything I can do to move this forward? I can try profiling if you can point me to instructions on how to do that.

There it is. ![bfconvert](https://github.com/ome/bioformats/assets/1322974/7adaaa57-d330-4d1d-bf8f-a80ce33ea2e2) Looking at it, I guess AbstractNIOHandle.setLength (https://github.com/ome/ome-common-java/blob/eafa3055e12e450b14a85f878a31b6a1ce6e81a2/src/main/java/loci/common/NIOFileHandle.java#L227) is perhaps a bit inefficient in that it only reserves exactly the amount of space requested, and allocating that...

The previous run was not for a full file (I ctrl-c'd at some point), because it takes so long; here's a full run: ![visualvm](https://github.com/ome/bioformats/assets/1322974/a2bbe7c7-10bb-4bdb-a25d-f3c521e37c41) setLength seems to account for ~2/3...