comparison paper/file/benchmark/bar.py @ 47:25d968349699

update slide
author Ken Miyahira <e175733@ie.u-ryukyu.ac.jp>
date Thu, 11 Feb 2021 23:48:04 +0900
parents ae1309162772
children 47a9b8bf069b
comparison
equal deleted inserted replaced
46:ae1309162772 47:25d968349699
4 def getData(): 4 def getData():
5 x, y = [], [] 5 x, y = [], []
6 print("データ読み込み") 6 print("データ読み込み")
7 x = [1, 2, 3] 7 x = [1, 2, 3]
8 label = ["Docker", "Podman", "ie-podman"] 8 label = ["Docker", "Podman", "ie-podman"]
9 y = [758.16, 5693.16, 809.34] 9 y = [758.16, 4999.47, 809.34]
10 10
11 name = input("GraphName: ") 11 name = input("GraphName: ")
12 xlabel = input("xlabel: ") 12 xlabel = input("xlabel: ")
13 ylabel = input("ylabel: ") 13 ylabel = input("ylabel: ")
14 xr = input("Xrange: ") 14 xr = input("Xrange: ")