Adjusting x or y axes as desired numbers in plotting

后端 未结 0 1009
攒了一身酷
攒了一身酷 2020-12-13 15:41
import matplotlib.pyplot as plt
import numpy as np

max_temp=np.random.randint(1,46,12)
min_temp=np.random.randint(-20,0,12)
months = np.arange(1,13)
diff_temp=abs(m         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题