Unable to plot graphs
Answered
The graphs I plot using pandas Dataframe do not display. Although graphs plotted using Matplotlib do display in a separate window. I tried turning on Scientific Mode but I can't find it.
I'm using IntelliJ Idea Community Edition 2020.1.1
Windows 10
Please sign in to leave a comment.
Hello Kanishkpran,
Can you please provide a couple of screenshots showing the problem or a code snippet?
Community edition doesn't have scientific features, that's why you can't find Scientific Mode.
Do you see the plots when you run your code outside of IntelliJ IDEA?
I see the plot when I run the code in Jupyter Notebooks.
Running it in Jupyter Notebook and as a script is not the same thing. You'll see the same result as in IDEA if you run your file with python brandNew.py command.
Yeah I tried that. So is there no way I can view the plots other than in Jupyter Notebook?