A bunch of helper functions jammed into the same file when they should not be.
Get pip:
sudo apt -y install python-pip build-essential python-dev
After you get pip:
pip install scikit-commpy python-interface
On Ubuntu 20.04 you may get this error:
UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure.
Solve it with
apt-get install python3.8-tk
Show visual test coverage of all plotting types we have sugar for.
make plot
nonblock_socket
- Allows python to read from a socket without blocking when there is no data
Wrappers around matplotlib that make my life easier
nplot
- Basic plotncplot
- Basic plot, shows real in blue and complex in rednplotdots
- Plot dots without line segments
A horrible class that should not have been written. This should be simplified to be single directional