viziphant
viziphant copied to clipboard
Fix: replace gca() with add_subplot()
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()
withadd_subplot()