Antony Lee
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...
Let me know if I can help with that.
@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.  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:  setLength seems to account for ~2/3...