使用matplotlib绘制散点图
使用pyplot.scatter方法绘制散点图,其他步骤和绘制折线图基本没有什么不同。
下面是代码:
1 | from matplotlib import pyplot as plt |
效果如图所示:
Gray-Ice
个人博客兼个人网站
使用pyplot.scatter方法绘制散点图,其他步骤和绘制折线图基本没有什么不同。
下面是代码:
1 | from matplotlib import pyplot as plt |
效果如图所示:
解决连接mysql时"RuntimeError:cryptographyisrequiredforsha256_passwordorcaching_sha2_password"
转载自RuntimeError: cryptography is required for sha256_password or caching_sha2_password。 方法亲测有效。 解...
解决django_makemigrations时提示版本过低
参考自mysql异常处理。 在__init__.py文件夹里添加一行: 1pymysql.version_info = (8, 0, 20, 'final', 0) 再次执行...
评论