Python matplotlib查看版本

以管理员身份进入系统环境,输入命令: 

python

 进入python环境下,输入命令:

import matplotlib

matplotlib.__version__

Python matplotlib查看版本_第1张图片

你可能感兴趣的:(Python)