sudo apt-get install python-matplotlib 
sudo apt-get install python-mpltoolkits.basemap

测试是否成功

到basemap-1.0.7/examples/目录下:
python
$ from mpl_toolkits.basemap import Basemap
$ cd examples/
$ python simpletest.py





相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2021-11-19
  • 2021-07-29
  • 2021-04-13
猜你喜欢
  • 2022-12-23
  • 2022-03-05
  • 2021-06-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-14
  • 2021-10-01
相关资源
相似解决方案