About 228,000 results
Open links in new tab
  1. VSCode says there is no module 'matplotlib' - Stack Overflow

    Oct 27, 2021 · Are you sure you selected the correct python interpreter in VS Code? (look bottom left) There might be more than one python interpreter and you may happen to install matplotlib to another …

  2. matplotlib - Python - How to show graph in Visual Studio Code itself ...

    Apr 24, 2018 · import matplotlib.pyplot as plt import matplotlib as mpl import numpy as np x = np.linspace(0, 20, 100) plt.plot(x, np.sin(x)) plt.show() I see the result in a new window. Is there any …

  3. python - import matplotlib & Visual Studio Code - Stack Overflow

    Sep 23, 2020 · However, I do know that I have matplotlib installed on Anaconda, as trying to install it using pip tells me that Requirement already satisfied. I'm using Visual Studio Code with Python 3.7.6 …

  4. How to install Python packages for a VS Code virtual environment?

    Apr 5, 2023 · 3 When I follow the command in the VS Code Python tutorial to install a package in the virtual environment, the script only runs successfully using the global interpreter, not the newly …

  5. Matplotlib plots not showing in VS Code - Stack Overflow

    Feb 9, 2021 · I am running Windows 10 and when I run a script that use matplotlib.pyplot to create a plot, no plot is created if I run in the embedded terminal (either bash or powershell) in vscode. …

  6. python - VSCode: Cannot 'import matplotlib' - Stack Overflow

    Apr 6, 2019 · pip install matplotlib Remember that when you want to use the Matplotlib library in your code, make sure you have selected the interpreter where you previously ran the command pip install …

  7. How do I install pandas into Visual Studio Code? - Stack Overflow

    Jun 12, 2021 · Learn how to install the Pandas library in Visual Studio Code with step-by-step guidance from Stack Overflow.

  8. VS Code error: Could not find C:\Program Files (x86)\Microsoft Visual ...

    Dec 15, 2023 · I'm getting this error trying to pip install scikit, seaborn, matplotlib, etc. I've checked the location and these folders don't exist (Microsoft Visual Studio\Installer).

  9. Visual studio code python numpy matplotlib - Stack Overflow

    May 16, 2021 · 0 hi I installed matplotlib in vs code on Windows 10 when I installed matplotlib it worked but when I run a simple program I get this import tkinter as tk.py", line 2, in import matplotlib.pyplot as …

  10. Show matplotlib plots (and other GUI) in Ubuntu (WSL1 & WSL2)

    From the VS Code June 2019 release: The June 2019 update included a brand-new Plot Viewer that can be used to manipulate any image plots, such as the popular matplotlib plots.