Cyril Gadal
Cyril Gadal
It seems that `ax._get_axis_list()` has been removed in recent versions of `matpotlib`. Use instead: ```python import numpy as np import matplotlib.pyplot as plt N = 500 ws = np.random.random(N) *...
> Xkcd is basically a theme, so it is expected to overwrite previously set themes and rcParams. I think Matplotlib is working as expected here. @jklymak I would have expected...
Hi both, Just fell on this issue while noticing the same problem as @kjhanley. Altough maybe obvious when stated, I think this: `As you correctly point out, if the effective...