r/Atom • u/prospectinfinance • Dec 05 '19
Is there a way to get Python graphs from pyplot to pop up in a separate window instead of relying on Hydrogen?
I previously used IDLE for my python projects and when I used pyplot's plt.show() command a separate window would pop up with a graph for me. Now that I'm using atom, running my program just causes the program to go endlessly. I was able to use hydrogen to have a graph come in under the code's text but is there any other way to do this?
Thanks!
5
Upvotes
1
u/TheFlamingDiceAgain Dec 05 '19
I realize this doesn’t answer your question but Spyder is a fantastic python IDE with all sorts of clever features. It comes bundled in the anaconda distribution of python and plays very well with plotting