matplotlib设置轴标签

# -*- coding: utf-8 -*- import numpy as np import matplotlib.pyplot as plt def x_y_axis_labeling(x,y,x_label,y_label,figure_no): #设置图片生成顺序figure_no     plt.figure(figure_no)     plt.plot(x,y)     plt.
相关文章
相关标签/搜索