Pothos Flow is the GUI frontend and designer tool for the Pothos framework.
The plotters toolkit provides plotter widgets which are combined processing blocks with Qt widgets which are capable of displaying signal visualization within the Pothos GUI. Such blocks include: time-domain waveform viewer, periodogram, spectrogram, constellation plotter, and others
The plotters toolkit provides plotter widgets which are combined processing blocks with Qt widgets which are capable of displaying signal visualization within the Pothos GUI. Such blocks include: time-domain waveform viewer, periodogram, spectrogram, constellation plotter, and others
To install PothosPlotters, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install PothosPlotters
To see what files were installed by PothosPlotters, run:
port contents PothosPlotters
To later upgrade PothosPlotters, run:
sudo port selfupdate && sudo port upgrade PothosPlotters
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.