Skip to content

Fix bug in TimeSeriesAxes.set_xscale

Duncan Macleod requested to merge github/fork/duncanmmacleod/246-set_xscale into master

This PR fixes #246 (closed) by allowing *args, **kwargs to pass through to the underlying method.

I also added a specific test against regresion, and improved a few of the other plotting tests (hopefully).

Merge request reports