Square Numbers Visualization uses Matplotlib to plot and visualize the squares of numbers.
Requirements:
- Python 3
- Matplotlib (refer to the Matplotlib website for installation)
Steps to Run:
- Download the project
- Run either file depending on which graph you want to see (example:
python squares.py
for a simple graph andpython scatter_squares.py
for a scatter graph)


The Python Crash Course, 3rd Edition textbook written by Eric Matthes was referred to when developing this project, specifically the Section II - Projects chapters.
Matthes, E. (2023). Python Crash Course, 3rd Edition: A Hands-On, Project-Based Introduction to Programming. No Starch Press.
MIT License