摘要: 清华镜像pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple 其他镜像网站 清华:https://pypi.tuna.tsinghua.edu.cn/simple 阿里云:http://mirrors.aliyun.com/pyp 阅读全文
posted @ 2023-12-08 17:55 XiaoHuang_Student 阅读(90) 评论(0) 推荐(0)
摘要: import matplotlib.pyplot as plt # 汉字字体,优先使用楷体,找不到则使用黑体 plt.rcParams['font.sans-serif'] = ['Kaitt', 'SimHei'] # 正常显示负号 plt.rcParams['axes.unicode_minus 阅读全文
posted @ 2023-12-08 17:44 XiaoHuang_Student 阅读(495) 评论(0) 推荐(0)