Skip to content

Hazem-ali/Function-Plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Function-Plotter

This is a GUI that plots mathematical functions using python and embedded matplotlib window inside.

All is needed from you is:

  1. Write Your function whose variable is x.
  2. Write Both Min x and Max x limits that will show up in the graph.
  3. Press "Plot Function" Button and see the result.

This window will show up initially when you open the GUI 1

Note: There's a status bar down to show plotting status (Success/Fail)

  • Working Examples
  1. y = x^2 + 6*x

3

  1. y = x

7

  1. y = x^3

8

  • Wrong Examples
  1. Empty Entries

2

  1. Empty Max x entry

4

  1. Empty Min x entry

5

  1. Wrong Function or typo

6

About

This is a GUI that plots mathemativc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages