Elan Ernest
Elan Ernest
Trying to run the [`save_background.py`](https://github.com/matplotlib/basemap/blob/master/examples/save_background.py) example with basemap 1.0.7 and matplotlib 2.0 does not produce the expected two figures with the same background. Instead the second figure only has the...
It seems sphinx-gallery has a problem with aliases and does not produce any example file for them? ``` class Foo(object): """ Foo is used for fooing and provides fooing methods...
Coming from [this stackoverflow question](https://stackoverflow.com/questions/48289129/removing-space-around-wedge-polar-plots-in-matplotlib), some strange (to me) behaviour is observed when plotting partial or wedged polar plots. This new feature, which can be used by setting `.set_thetamin` and...
This is related to #8040 and #9797, possibly #7219. ## Bug report Apart from strings like `"-"`, `"--"`, `":"` , the linestyle can also be set as a tuple of...
### Bug report **Bug summary** Transform chaining seems to not be possible in some cases. As an example ``` tr = ax.transAxes - ax.transData + ax.transData ``` gives a different...