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

0
8 comments

Hello Kanishkpran,

Can you please provide a couple of screenshots showing the problem or a code snippet?

1

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?

0

I see the plot when I run the code in Jupyter Notebooks.

0

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.

0

Yeah I tried that. So is there no way I can view the plots other than in Jupyter Notebook?

0

Please sign in to leave a comment.