Skip to content

spam #144017

@juliayule117-ctrl

Description

@juliayule117-ctrl

Bug report

Bug description:

# Add a code block here, if required

import 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions