Commit 4052840
committed
fix the pyplot version of rc_context
Before this, when using the rc_context dangling from pyplot, one would
get an AttributeError for ``__exit__``, because plt.rc_context wasn't
actually returning anything before this change.1 parent ca476df commit 4052840
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
0 commit comments