viziphant icon indicating copy to clipboard operation
viziphant copied to clipboard

Fix: replace gca() with add_subplot()

Open Moritz-Alexander-Kern opened this issue 2 years ago • 0 comments

This PR fixes #55 which occurred in relation with api changes in matplotlib 3.6.1.

Bug:

  • gca() no longer accepts keyword arguments.

Fix:

  • replace gca() with add_subplot()

Moritz-Alexander-Kern avatar Nov 03 '22 17:11 Moritz-Alexander-Kern