bar.py

Created by parisseb

Created on February 04, 2020

130 Bytes

Démo diagramme en batons (bar) à la matplotlib, nécessite KhiCAS


from matplotlib import *

x=[119.1,119.3,119.5,119.6,119.9,120.0,120.1,120.3,120.4]
y=[1,3,4,3,1,3,1,3,1]
bar(x,y,.08)