摘要: https://blog.csdn.net/sinat_23133783/article/details/109527366 ax.spines['top'].set_visible(False) ax.spines['right'].set_visible(False) ax.spines['bo 阅读全文
posted @ 2021-08-29 16:10 CodeYaSuo 阅读(471) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/htuhxf/article/details/82986440 fig = plt.figure() 参数matpltlib.pyplot.figure( num = None, # 设定figure名称。系统默认按数字升序命名的figure_num(透视 阅读全文
posted @ 2021-08-29 16:04 CodeYaSuo 阅读(300) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_41789707/article/details/81035997 grid(b, which, axis, color, linestyle, linewidth, **kwargs) b : 布尔值 which : 取值为'major', 阅读全文
posted @ 2021-08-29 15:40 CodeYaSuo 阅读(298) 评论(0) 推荐(0) 编辑
摘要: 参考链接 https://blog.csdn.net/weixin_42227736/article/details/112395017 ax=plt.subplot(111,projection='polar') #设置绘图区域,建立极坐标图 projection='polar' 设置极坐标图 a 阅读全文
posted @ 2021-08-29 15:35 CodeYaSuo 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 参考链接https://blog.csdn.net/weixin_34498545/article/details/112631706 进行初始化 plt.figure(figsize = (8,6)) ax = plt.gca() 调整坐标轴范围 x轴 ax.set_xlim() y轴 ax.se 阅读全文
posted @ 2021-08-29 15:19 CodeYaSuo 阅读(587) 评论(0) 推荐(0) 编辑
摘要: select COLUMN_NAME from INFORMATION_SCHEMA.Columns where table_name='表名称' and table_schema='数据库名称'; 阅读全文
posted @ 2021-08-29 15:04 CodeYaSuo 阅读(148) 评论(0) 推荐(0) 编辑
摘要: select table_name from information_schema.tables where table_schema='数据库名称'; select table_name from information_schema.tables where table_schema='数据库名 阅读全文
posted @ 2021-08-29 15:03 CodeYaSuo 阅读(514) 评论(0) 推荐(0) 编辑
摘要: https://pypi.tuna.tsinghua.edu.cn/simple/ http://mirrors.aliyun.com/pypi/simple/ https://pypi.mirrors.ustc.edu.cn/simple/ http://pypi.douban.com/simpl 阅读全文
posted @ 2021-08-29 14:59 CodeYaSuo 阅读(308) 评论(0) 推荐(0) 编辑
摘要: acorr add_artist add_callback add_child_axes add_collection add_container add_image add_line add_patch add_table angle_spectrum annotate apply_aspect 阅读全文
posted @ 2021-08-29 14:54 CodeYaSuo 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 原文https://www.bilibili.com/video/BV1tt411e7zF?p=6 阅读全文
posted @ 2021-08-29 14:46 CodeYaSuo 阅读(151) 评论(0) 推荐(0) 编辑