# Plot Freely ***PRE-ALPHA*** One day, perhaps, this code will be able to generate nice plots to visualize radio interference. # Installation Install thusly, on Debian Bookworm (Testing). ``` sudo apt install python3-virtualenv python3-pip git clone https://spacecruft.org/spacecruft/plot-freely ``` # Setup Setup thusly. ``` cd plot-freely/ virtualenv -p python3 env source env/bin/activate pip install --upgrade pip pip install -r requirements.txt deactivate ``` # Usage Use thusly. ``` cd plot-freely/ source env/bin/activate ./polar-plot ``` # Copyright Upstream sources under their respective copyrights. License: CC By SA 4.0 International and/or GPLv3+ at your discretion. *Copyright © 2023, Jeff Moe.*