Skip to content

Terminal based line graphing program programmed in python. Functionally identical to PyGraph however will be expanded upon.

License

Notifications You must be signed in to change notification settings

Xyphrex/Function-Grapher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Function Grapher

Function Grapher is a terminal-based graphing calculator program written in Python. It allows users to input equations of lines and see the corresponding function graphed on a Cartesian plane in the terminal.

How to Use

Run the program by executing the Python script. Enter the equation of the line when prompted. The program will calculate the y values for x values ranging from -50 to 50 and print the graph on the Cartesian plane.

  • Use "^" to raise a term to the power of the following number
  • It may be necessary zoom out on in the terminal to view the whole graph. "⌘ + +/-" (Mac Terminal), "CTRL + scroll" (Windows Cmd).

Bugs

As the program is still under development it is plagued with many bugs and possible crashes. These will be fixed in future commits.

Example output

image

About

Terminal based line graphing program programmed in python. Functionally identical to PyGraph however will be expanded upon.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages