Skip to content

Commit 1bf78ce

Browse files
committed
Remove _getitem_mode assignment
1 parent 5b45522 commit 1bf78ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

proplot/subplots.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,6 @@ def subplots(
19831983
axs : `subplot_grid`
19841984
A special list of axes instances. See `subplot_grid`.
19851985
""" # noqa
1986-
rc._getitem_mode = 0
19871986
# Build array
19881987
if order not in ('C', 'F'): # better error message
19891988
raise ValueError(

0 commit comments

Comments
 (0)