摘要: 更新pip python.exe -m pip install --upgrade pip 注意:使用pip语句命令时若出现找不到... 阅读全文
posted @ 2020-07-08 13:28 aJream 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 坐标轴位置挪动 获取轴边框 ax = plt.gca() 删除右边、上边的边框 ax.spines['right'].set_c... 阅读全文
posted @ 2020-07-08 10:22 aJream 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 范围设置 # 坐标轴范围plt.xlim((-2,2)) #参数为元组plt.ylim((-2,2)) 坐标轴标签 ... 阅读全文
posted @ 2020-07-08 10:14 aJream 阅读(44) 评论(0) 推荐(0) 编辑
摘要: 文章目录 简单数据类型字符串(str)认识字符串转义字符串字符串运算字符串处理函数 整型(int)不同进制的数运算符 ... 阅读全文
posted @ 2020-07-08 09:58 aJream 阅读(36) 评论(0) 推荐(0) 编辑