matplotlib模块介绍
-
Python常见库matplotlib学习笔记之画图中各个模块的含义及修改方法
目录系列文章目录前言一、单张图常见函数说明1. x轴数据(x),y轴数据(y)2. x轴标签说明(xlabel),y轴标签说明(ylabel)3. 图名(title)4. 图例(legend)5. x轴刻度(xticks),y轴刻度(yticks)总结系列文章[详细]
2023-05-09 09:19 分类:开发 Why does this code send the form input to the URL?
How do I get this form input to be stored in a variable, that I can then use later - rather than being appended to the end of the URL?[详细]
2022-12-28 16:30 分类:问答