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.
相關文章
相關標籤/搜索