How to Install python3-pyqtgraph in Ubuntu 18.04



Install python3-pyqtgraph by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-pyqtgraph

Description:

Scientific Graphics and GUI Library for Python 3

PyQtGraph is a pure-python graphics and GUI library built on PyQt4 and numpy. It is intended for use in mathematics / scientific / engineering applications. Despite being written entirely in Python, the library is very fast due to its heavy leverage of numpy for number crunching and Qt's GraphicsView framework for fast display. . This is the Python 3 version of the package.

Homepage: http://luke.campagnola.me/code/pyqtgraph

Version: 0.10.0-1

Section: universe/python