Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid reusing the kwargs variable name in draw
The kwargs name is now used as a top-level argument, which means we can no longer use it to store image factory keywords before we call Matplotlib's draw passing it kwargs.
- Loading branch information