-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Closed as not planned
Labels
Description
Bug report
Bug description:
# Add a code block here, if requiredimport matplotlib.pyplot as plt
years = [2010, 2020, 2024]
banks = [646, 564, 551]
plt.plot(years, banks)
plt.title("Liczba banków w Polsce 2010–2024")
plt.xlabel("Rok")
plt.ylabel("Liczba banków")
plt.show()
CPython versions tested on:
3.9
Operating systems tested on:
macOS