2018. 8. 2. 15:09

matplotlib

pip 를 이용해서 간단히 설치하자.


pip install matplotlib


소스포지에서 다운받고 설치하고 했는데 안되길래 위처럼 해봤다. 잘되네..



E:\Work_File\matplotlib>pip install matplotlib

Collecting matplotlib

  Downloading https://files.pythonhosted.org/packages/bf/b9/485032835e979ee11d514bb3b9b0543a928b8b96c099c178aeab1d2ba861/matplotlib-2.2.2-cp36-cp36m-win_amd64.whl (8.7MB)

    100% |████████████████████████████████| 8.7MB 2.6MB/s

Collecting six>=1.10 (from matplotlib)

  Downloading https://files.pythonhosted.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl

Collecting kiwisolver>=1.0.1 (from matplotlib)

  Downloading https://files.pythonhosted.org/packages/44/72/16630c3392eba03788ad87949390516bbc488e8e118047a3b824631d21a6/kiwisolver-1.0.1-cp36-none-win_amd64.whl (57kB)

    100% |████████████████████████████████| 61kB 2.4MB/s

Collecting pytz (from matplotlib)

  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)

    100% |████████████████████████████████| 512kB 4.7MB/s

Collecting python-dateutil>=2.1 (from matplotlib)

  Downloading https://files.pythonhosted.org/packages/cf/f5/af2b09c957ace60dcfac112b669c45c8c97e32f94aa8b56da4c6d1682825/python_dateutil-2.7.3-py2.py3-none-any.whl (211kB)

    100% |████████████████████████████████| 215kB 4.9MB/s

Collecting cycler>=0.10 (from matplotlib)

  Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl

Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib)

  Downloading https://files.pythonhosted.org/packages/6a/8a/718fd7d3458f9fab8e67186b00abdd345b639976bc7fb3ae722e1b026a50/pyparsing-2.2.0-py2.py3-none-any.whl (56kB)

    100% |████████████████████████████████| 61kB 3.4MB/s

Requirement already satisfied: numpy>=1.7.1 in c:\program files\python36\lib\site-packages (from matplotlib) (1.15.0+mkl)

Requirement already satisfied: setuptools in c:\program files\python36\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (39.0.1)

Installing collected packages: six, kiwisolver, pytz, python-dateutil, cycler, pyparsing, matplotlib

Successfully installed cycler-0.10.0 kiwisolver-1.0.1 matplotlib-2.2.2 pyparsing-2.2.0 python-dateutil-2.7.3 pytz-2018.5 six-1.11.0