Skip to content

Fix %matplotlib#11814

Merged
Carreau merged 1 commit intoipython:masterfrom
OriolAbril:matplotlib-uppercase
Jul 7, 2019
Merged

Fix %matplotlib#11814
Carreau merged 1 commit intoipython:masterfrom
OriolAbril:matplotlib-uppercase

Conversation

@OriolAbril
Copy link
Contributor

@OriolAbril OriolAbril commented Jul 4, 2019

Hey, I did a PR some days ago (#11748) in order to allow %matplotlib to accept uppercase backend names. However, I have just realized that I totally overlooked the fact that args.gui may not be a str. I think it can only be none or a string, but I feel this solution is safer. I am really sorry because now %matplotlib with no backend does not work.

@Carreau

args.gui may not be a str
@OriolAbril
Copy link
Contributor Author

Oh, vim removed all the spaces it deemed as unnecessary. Should I undo this change to leave the diff as one line?

@Carreau
Copy link
Member

Carreau commented Jul 7, 2019

Oh, vim removed all the spaces it deemed as unnecessary. Should I undo this change to leave the diff as one line?

Well, usually I don't like it, but it happens often enough that removing them if fine and will prevent it from happening again.

@Carreau Carreau added this to the 7.7 milestone Jul 7, 2019
@Carreau Carreau merged commit 8c3acd2 into ipython:master Jul 7, 2019
@Carreau
Copy link
Member

Carreau commented Jul 7, 2019

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants