我已经在var myList = textDataDictionary.Values.Where(
x => x.textPoint1X > 2350 &&
x.textPoint1X < 2355 &&
x.textPoint1Y > -300 &&
x.textPoint1Y < -298).ToList();
中安装了matplotlib
,但是在导入python
程序包中却显示了错误。
试图手动安装,也卸载了matplotlib
软件包,并再次使用matplotlib
命令进行了安装,但是仍然显示错误。
pip