Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 877 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 877 Bytes

Functions-Plotter

Description

A 2D function plotter, which is based mainly on Pyside2 and Matplotlib, this utility is able to plot univariate polynomials successfully. (This task was made for an internship selection process)

Installation

To install all the required dependencies, please run:

 pip install -r requirements.txt

Usage

  • First it takes a function of X from the user.
  • Then Takes min and max values of X.
  • Applies input validation to the user input.

Features:

  • Tooltips for guidance:

  • Keyboard Shortcuts:

  • ggplot style theme.

  • Inline LaTeX rendered equation on the plot title:

  • Supports Upper and lower case ( X ):