python average_sleep.py

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python average_sleep.py相关的知识,希望对你有一定的参考价值。

import matplotlib.pyplot as plt
import numpy as np

height = [1, 1, 3, 4, 2, 2, 1]
average_sleep = [5, 5.5, 6, 6.5, 7, 8, 9]
y_pos = np.arange(len(average_sleep))

# create bars
plt.bar(y_pos, height)

# create names on the x-axis
plt.xticks(y_pos, average_sleep)
plt.ylabel('frequency')
plt.xlabel('time')
plt.show()

以上是关于python average_sleep.py的主要内容,如果未能解决你的问题,请参考以下文章

001--python全栈--基础知识--python安装

Python代写,Python作业代写,代写Python,代做Python

Python开发

Python,python,python

Python 介绍

Python学习之认识python