Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ab0615c

Browse files
author
Phil Elson
committed
Tweaked.
1 parent 1a0021b commit ab0615c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,6 @@ def add_subplot(self, *args, **kwargs):
762762
projection_class = get_projection_class(projection)
763763
else:
764764
projection_class, extra_kwargs = projection._as_mpl_axes()
765-
# XXX Do the extra arguments need to be hashable???
766765
kwargs.update(**extra_kwargs)
767766

768767
# Remake the key without projection kwargs:

0 commit comments

Comments
 (0)