The Python Oracle

Displaying pyplot Windows using Anaconda+Sublime

--------------------------------------------------
Hire the world's top talent on demand or became one of them at Toptal: https://topt.al/25cXVn
and get $2,000 discount on your first invoice
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Droplet of life

--

Chapters
00:00 Displaying Pyplot Windows Using Anaconda+Sublime
01:15 Accepted Answer Score 3
01:27 Thank you

--

Full question
https://stackoverflow.com/questions/2375...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #matplotlib #sublimetext2 #anaconda

#avk47



ACCEPTED ANSWER

Score 3


According to the OP's comment:

problem solved. In the end it was simply solved by adding a line in my own code:

matplotlib.pylab.show(block=False)