zoukankan      html  css  js  c++  java
  • matplotlib

    http://matplotlib.org/downloads.html

     import matplotlib.pyplot as plt



    You need to install it on your system. This basically means putting the zip file where Python can find it, but by far the easiest way is pip install six. This will download it a second time, though.

    Like the matplotlib installation instructions mention, six is a dependency of the dateutil package. Most sane installation methods would pull in this dependency automatically; if you had done pip install dateutil in the first place, this missing dependency should have been satisfied behind the scenes. If you require a completely manual installation, you should give those instructions a thorough read.

     datautil

    http://www.lfd.uci.edu/~gohlke/pythonlibs/

    ImportError: matplotlib requires pyparsing

    http://www.lfd.uci.edu/~gohlke/pythonlibs/



    install six
    C:Python27Scripts>pip install six


  • 相关阅读:
    java oop
    traceroute
    ping
    ICMP Internet控制报文协议
    window,centos双系统坏了
    bcm53344 gpio驱动分析
    ioctl参数cmd=2错误
    BCM_GPIO驱动测试
    C++ 类和对象
    C++ 内存管理
  • 原文地址:https://www.cnblogs.com/zyip/p/4196990.html
Copyright © 2011-2022 走看看