Jody Klymak
Jody Klymak
> But my concern here is primarily about 3rd party libraries, who really shouldn't be messing with matplotlib's logging settings IMO. I am by no means an expert in deciding...
For the categorical issue, warnings show by default and you don't want warnings to show up if the user is doing something they indeed mean to be doing.
The rgb case I agree should just be a warning Still not convinced about categorical. The point was if someone does something and it behaves unexpectedly we can ask them...
> I still think logging is the wrong mechanism here, but this would suggest DEBUG and not INFO is the right level. Well the nice thing about INFO is that...
I think the normal the other way is just a simple way to make something look like it is on the inside of a shape. But we don't have real...
Because if the surface is upside down, it is assumed to be the inside of a larger surface that has a portion that is right side up. Think of a...
I don't think there would be a problem adding a public interface to add a patch pattern. I think the largest issue would be documenting it. But if it was...
I think this is on the roadmap for the coming year as part of the CZI grant, but not sure the status or who will do this work. It is...
bins='auto' just gets passed to numpy's histogram https://numpy.org/doc/stable/reference/generated/numpy.histogram_bin_edges.html#numpy.histogram_bin_edges If that returns a million bins you are going to have trouble plotting them. I have no idea what a levy distribution...
Sure, but what can matplotlib do to help here?