what type of graph should l use (python mtaplotlib) (bar plot with binned domain)

前端 未结 0 1922
伪装坚强ぢ
伪装坚强ぢ 2021-02-02 13:08
import matplotlib.pyplot as plt

day = [0, 1, 2, 3, 4, 5]  # time from 0 to 5 am

average_bpm = [78, 92, 68, 99]

plt.hist(average_bpm, day, label=\'p1\', histtype=\'bar         


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