Installed Anaconda to work with matplotlib

When I try to run the simplest graph in IDLE interactively, I get the following message:

Qt platform plugin 'windows' in "".

Reinstalling the application may fix this ploblem.

Tried to reinstall anaconda, but does not help.

    2 answers 2

    The matplotlib documentation says that IDLE is not supported .

    Alternatively, try ipython notebook, for interactive matplotlib charts https://jupyter.org

      Anaconda already includes the Spyder environment in which this library works fine. Use it, it seems to me very convenient. There, for example, there is a syntax check for compliance with the PEP8 standard.