Funkcio Plotting Software

Funkcio is a free and open source plotting application for Linux. It is written in Python and released under GNU General Public License v3.0. Using Funkcio, you can draw and Plot functions from points. It is simple and easy to use application. Currently it supports 3rd degree horizontal curve, 3rd degree vertical curve, straight line, vertical parable, Horizontal parable and exponential curve. You can also export the plot in png image file in your system.

Funkcio Plotting Software

How to Install Funkcio on Ubuntu

To install Funkcio on your system, open the terminal application (ctrl+alt+t) and run below Funkcio flatpak install command. It will install the latest version of Funkcio on your Linux system.

flatpak install flathub im.bernard.Funkcio

And open Funkcio via the Show Apps Ubuntu menu or via below command in terminal.

flatpak run im.bernard.Funkcio

Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.

sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

And you can also uninstall it using below commands.

flatpak uninstall im.bernard.Funkcio

[OR]

sudo flatpak uninstall im.bernard.Funkcio
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  Diff-so-fancy Command line File Comparison Application

Leave a Reply