Jody Klymak
Jody Klymak
Can you provide a self contained example that doesn't involve pandas, otherwise please open an issue with them. Thanks.
However, I agree that just using Matplotlib does not give optimal results either: ``` from matplotlib.colors import Normalize import matplotlib.pyplot as plt import numpy as np times = (np.array([5, 7,...
Thanks @oscargus that does indeed seem to be the problem. I'm skeptical we should resize anything, but if that is the existing behaviour we should be storing the result of...
*None* working elsewhere in the list seems to me an implementation accident rather than something we purposely designed. I'm not aware of us using *None* to mean no data elsewhere...
I checked that *None* is also ignored in bare lists of floats, so I guess this is OK. We probably should document this somehow though...
I guess I'm confused. Is this a theta error? If so, it should be drawn as a curve and kept at the same radius as the data point?
If you can see the tilt for uncentred bars, I assume you can also see that they are not curved?
I don't understand how such a number can ever have meaning unless you arbitrarily assign a surface to project onto. That seems of super limited value to me and I...
I'm still not sure how you will communicate to the user that the cursor is running along the backing planes? I guess I agree that doing that is better than...
This looks good, except for the flake8 error. However, would you also be willing to do the same for the stacked bars as well?