I am Carla. in this website you will find my work a school project where our school is participating during the school year 2021-2022. Our Erasmus+ partner schools are from Greece, Italy, Czech Republic and Spain Visit school website here Pompeu Fabra de Martorell.
This website is part of a project named "Touching the past to reach the future" with reference number 2019-1-TR01-KA2229-074244-1.
matplotlib
import matplotlib.pyplot as plt
x = [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48]
y = [ [1,2,2,2,3,2,3,3,2,2,3,2,1,1,1,1,1,2,3,3,2,2,2,2,2,2,4,4,3,2,2,2,4,5,6,5,4,4,4,4,3,1,1,1,1,1,1,1],
[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],
[1,1,1,1,1,1,1,1,1,1,1,1,9,5,2,4,4,2,2,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,] ]
labels=['Mataro', 'Montcada i Reixac', 'Montsec(Eixample)']
colors=['r','g','b']
# loop over data, labels and colors
for i in range(len(y)):
plt.plot(x,y[i],'o-',color=colors[i],label=labels[i])
plt.title("AIR SULFUR DIOXIDE IN CATALONIA", loc='left')
plt.xlabel("Hours of weekend 25-26/09/2021")
plt.ylabel("SO2 microgram/m3")
plt.legend()
plt.show()
# Write your code here :-)
- Edit the big-head images, Devil's bridge images and all images involved in the game using GIMP editor and substitute the images in the game.
- To learn more about HTML, CSS and Javascript, check out these tutorials and www.w3schools.com!