LabPlot is a free and open source graphing and analysis software for Windows, MacOS and Linux. Using LabPlot you can create, manage and edit plots. You can import data from spreadsheet or any other external files. You will get the final plots in several pixmap and vector graphic formats. It comes with project management, Worksheet, Latex syntax support, mathematical expressions support, linear and non-linear regression, numerical differentiation, interpolation, Fourier transform, convolution and Deconvolution of data sets, auto and cross-correlation of data sets and more.
Install LabPlot on Ubuntu
LabPlot is available as flatpak and snap packages. So you can install it via your terminal command line application.
Install LabPlot via Flatpak:
If you don’t have flatpak and flathub, then install flatpak and flathub using the below tutorial link.
Restart your system after the flatpak installation. After that open the terminal app (ctrl+alt+t) and run this command to install the latest version of LabPlot.
flatpak install flathub org.kde.labplot2
You can run LabPlot using below flatpak command.
flatpak run org.kde.labplot2
Install LabPlot via Snap:
In terminal run this LabPlot snap command.
sudo snap install labplot
labplot
If your snap not connected to kde then you will get error message like below
You need to connect this snap to the kde-frameworks-5-qt-5-15-core20 snap.
You can do this with those commands:
snap install kde-frameworks-5-qt-5-15-core20
snap refresh kde-frameworks-5-qt-5-15-core20
snap connect labplot:kde-frameworks-5-plug kde-frameworks-5-qt-5-15-core20:kde-frameworks-5-qt-5-15-core20-slot
Then follow the on screen instructions and connect.
That’s all.