Skip to content

Fixed some bugs in gwpy.plot.Axes overrides of upstream methods

Duncan Macleod requested to merge github/fork/duncanmmacleod/axes-bugs into develop

This PR fixes two issues with using gwpy.plot.Axes for 'normal' matplotlib usage, include via pylab

  • fixed handling of positional arguments in Axes.plot
  • fixed handling of positional arguments in Axes.imshow

Merge request reports