Skip to content

Latest commit

 

History

History
84 lines (57 loc) · 1.82 KB

README.md

File metadata and controls

84 lines (57 loc) · 1.82 KB

Function Plotter

Project Image

Function plotter program that plots an arbitrary user-entered function.


Table of Contents


Description

Features

  • Plot an arbitrary user-entered function.
  • Zoom in and out of the plot.
  • Save the plot as an image.
  • Change the color of the plot.
  • input validation and error handling.
  • Plot multiple functions at once.

Technologies

  • Python
  • Matplotlib
  • Numpy
  • PySide2

Back To The Top


How To Use

Installation

$ pip install -r requirements.txt

Run Locally

Run python3 main.py in the terminal.

$ python3 main.py

Back To The Top


Preview

Project Image Project Image Project Image Project Image Project Image Project Image Project Image

Back To The Top


References

Back To The Top