James Addison
James Addison
No problem, thank you for the comments!
There is one more problem being reported by `pre-commit.ci` that I'm reluctant to ignore/modify (either using `noqa` or `.flake8` config) within this branch; it's a space-after-colon-character (`E231`) that seems to...
> There is one more problem being reported by `pre-commit.ci` that I'm reluctant to ignore/modify (either using `noqa` or `.flake8` config) within this branch; it's a space-after-colon-character (`E231`) that seems...
> > There is one more problem being reported by `pre-commit.ci` that I'm reluctant to ignore/modify (either using `noqa` or `.flake8` config) within this branch; it's a space-after-colon-character (`E231`) that...
I realized that I hadn't visually inspected the results of rendering the 2x2 star grid example in the test cases -- and related to that, worried that perhaps the re-use...
Perhaps this is an unlikely scenario, or perhaps it is a non-issue, but before merge I would like to confirm that the following situation is handled reasonably: * Two distinct...
I have to admit, I'd forgotten (I am a goldfish) that the string-representation of the clippath is included in the hash key -- that mostly reassures me that the problem...
The following testing methology for ID collisions isn't exhaustive, but is what I'm starting with: * I've used some editor scripting to configure `matplotlib.rcParams['svg.hashsalt']` to a fixed value at the...
(as a sidenote: stylesheet-related name collisions are in fact the cause of the problem I'd remembered in the past, _not_ ID collisions -- it would be nice to confirm that...
> In particular, one `clipPath` with `id="p209e94b0da"` has appeared in more than 100 different output diagrams so far, so I'd like to determine what it represents. 35-or-so other non-unique `clipPath`s...