Radiolarite visualizes information from Touchstone files using Scikit-RF, PyQt5, Matplotlib. Radiolarite directly exports to Tikz/PGFPlots using Tikzplotlib.
I made this tool for the quick analysis of VNA measurements, as I do quite a lot of them for my PhD thesis.
Requires installed Python >v3.9
$ python -m venv venv/
$ venv/Scripts/activate
$ pip install -r requirements.txt
Depending on your OS and configuration, the python command may vary.
$ python main.py [optional touchstone filename]
This program is still in the very early stages of its development. I add features whenever needed.