Jody Klymak
Jody Klymak
Noted as draft until tests are fixed. Thanks!
Just to clarify here: ```python import matplotlib.pyplot as plt fig, ax = plt.subplots(2, layout='constrained') s = ax[0].scatter([0, 1, 2], [0, 1, 2], c=[0, 1, 2]) plt.colorbar(s, ax=ax[0]) plt.show() ``` Does...
OK, reverted back to the case that was working before with the hard-coded check. Also updated test to use svg with text.
Hard cycled to get a retry on circle CI
I don't know that this needs to be back ported to 3.6, but it would be nice to get in for 3.7
I'm squashing your commits... Thanks for your patience!
I'll move to draft, but please consider closing if this will not be done in a finite time window.
I don't think we should _warn_ on potentially valid input.
Logging is opt-in and most people leave it off. If someone has a mysterious bug they can turn it on and maybe get some info. A warning would need to...
> but something feels wrong about one library manipulating the warning settings of another library. Matplotlib is not manipulating any other library's settings. I'm not sure what you mean by...