A GUI program that plots arbitary user-entered functions.
Explore the docs »
View Examples
·
Report Bug
·
Request Feature
Table of Contents
Function Plotter Nearly doing what every plotter do, but with a punch of small features for v 0.1. We provide a responsive UI, a powerfull input validation so you will never have the chance to type a wrong function.
For now Function plotter supported on Linux only.
Here's some useful examples of how the program can be used.
Every term of the input function MUST be on this form (sign magnitude*X^power)
The Function Plotter input validation is one of the program most powerful features, It's not easy to enter unvalid inputs.
Function Plotter v 0.1 supports only this symbols (^ * + - /), so any other symbol written by the user will raise an error message, here some examples that violate Function Plotter input validation.
If the maximum value of x less than or equal the minimum value of x the Invalid Input message will pop up.
- Read input functions from .txt file
- Support more function symbols
- Control the chart theme
- Cross-platform support (Windows OS support)
See the open issues for a full list of proposed features (and known issues).
Ammar Yasser - @ammaryasser97 - ammaryasser085@gmail.com
Project Link: https://github.com/AmmarYasser97/function-plotter/