Commit a5156c06 by BellCodeEditor

save project

parent cba3cc29
Showing with 16 additions and 14 deletions
from pyecharts.charts import Line list=['1','2','3','4','5']
list.pop(1)
test = ["第1次","第2次","第3次","第4次","第5次","第6次","第7次","第8次","第9次","第10次"] list.pop(2)
student1 = [112, 110, 118, 124, 129, 132, 136, 139, 144, 143] # 聪聪 list.insert(1,'2')
student2 = [128, 131, 132, 129, 130, 127, 129, 131, 132, 128] # 小杰 list.append('7')
student3 = [143, 145, 140, 133, 134, 126, 121, 120, 114, 105] # 皮皮 list.append('9')
line=Line print(list)
line.add_xaxis(test) \ No newline at end of file
line.add_yaxis("cc",student1)
line.add_yaxis("xj",student2)
line.add_yaxis("pp",student3)
line.set_global_opts(title_opts=
{"texxxxxxxxxxxxxxxxxxxxxxxx"}
\ No newline at end of file
for i in range(2,1):
print(i,end="")
\ No newline at end of file
list={"数学":90,"语文":95,"英语":90}
list["数学"]=100
list["理综"]=247
print(list)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment