A simple Python graphing calculator that allows users to plot mathematical expressions on a graph.
Just to clarify, this is a graphing calculator that no one asked for! I simply got bored one day, wanted to mess around with Turtle Graphics in Python, and created this.
- Download the project files.
- Make sure you have Python 3 installed on your system.
- Execute the calculator by running
python graphing_calculator.py
in your terminal or command prompt. - The calculator will prompt you to enter an origin point for the graph.
- You can then set up axis ticks by specifying the space between them.
- Enter a mathematical expression (e.g.,
x**2
) to plot it on the graph. - The graph will be displayed, showing the plotted expression based on your settings.
Enter pixel coordinates of origin: 400,300
Enter ratio of pixels per step: 30
Enter an arithmetic expression: x**2
This project is GNU GPL v3.0 licensed.
If you'd like to contribute to this project, please open an issue or submit a pull request on the GitHub repistory.
Copyright © 2023 Ricky Bhatti.