KmPlot is a free and open source plotting application for Linux. It is released under GNU General Public License Version 2. Using KmPlot, you can plot different functions simultaneously and combine to create new functions. It supports Cartesian plot, Parametric plot, polar plot, implicit plot and differential plot. It comes with mathematical parser, trace mode, metric printing, export plot in BMP, PNG and SVG, find minimum /maximum point and more.
How to Install KmPlot on Ubuntu Linux
KmPlot is available as a flatpak package from flathub remote. First install flatpak and flathub on your system and restart it after the installation.
Open the terminal app (ctrl+alt+t) and run below KmPlot flatpak installation command.
flatpak install flathub org.kde.kmplot
Ir will install the latest version of KmPlot on your system. After that you can open it using below command.
flatpak run org.kde.kmplot
And uninstall KmPlot using below command.
sudo flatpak uninstall org.kde.kmplot
That’s it.