Skip to content

BUG: use kwargs for matplotlib Ellipse

Colm Talbot requested to merge bugfix-matplotlib-ellipse into master

One of our examples is failing for matplotlib>=3.8 because of this change. I just made all of the arguments for that method kwargs.

Merge request reports