/Function_Plotter

This is a GUI program that plots arbitrary user-entered function.

Primary LanguageC++

Function_Plotter

This is a GUI program that plots arbitrary user-entered function of x.

*Supported Operations:

  • '+' , '-' , '*' , '/'

No '(' , ')' are supported..

Some examples:

You can see all examples in the photos folder..

How to run the code?

I am using QT C++

QT Installation:

  • we need Qt5, use this link to download it

    • https://www.qt.io/download

    • choose download for open source users image-20210905152043770

    • choose custom installation image-20210905152339431 and then proceed to choose the following packages

    • qt 5.15.2

    • qt creator

    • debugging tools

    • mingw 8.1.0 64 bits

    • cmake

    • ninja

    image

    • proceed with the installation and click finish
    • Finally; add the mingw bin folder to path (ex. windows: "C:\Qt\5.15.2\mingw81_64\bin" , NOT "C:\Qt\Tools\mingw810_64\bin").

Then clone the repo and go to ./F_Plotter folder..