Step-by-step – Matplotlib Ubuntu 18.04 Installation

February 26, 2019 | By the+gnu+linux+evangelist.

Installing with Anaconda Python

  1. 2. Installing Conda

    How to Install Conda in Ubuntu GNU/Linux

    Anaconda Python Setup
  2. 3. Using Matplotlib

    Then to Use Matplotlib on Ubuntu
    The Recommend way is of Creating a separate Virtual Environment to house the components.
    With conda Package Manager like:

    conda create -n matplotlib

    And then to Activate it:

    conda activate matplotlib

    Now to Show the Scipy Info Notice:

    pip show matplotlib

    Again you can try directly to Import the Module in Python CLI with:

    python
    import matplotlib

Contents


QuickChic Theme • Powered by WordPress