Function Plotter is an interactive mathematical function plotter, and a cross platform GUI application built with ElectronJs and could be hosted as website. You can try it from here.
Run index.html file as live server.
npm i electron
then
npm start
This application created on Manjaro Linux operating system. So it is better to build it on your own platform (e.g. Windows or MacOS)
You can follow instructions here
- You can enter the mathematical function it supports (+, -, *, /, ^) operations.
- Plot function from minimum value to maximum Value.
- Zoom in and out using the mouse.
- The corresponding value appears when you move the mouse pointer around the curve.
- You can download the curve as png photo.
- You can add any parentheses types (), [] or {} and can add them together.
- If there is any error/s, it/they will be printed.
Copyright (c) 2022 Youssef Mohamed.