On Fri, 7 Oct 2011, Annaert Jan wrote: > In script mode, the freq command does not produce the graph > that is shown in the interactive mode. However, in some > cases it may be useful to have this feature as well in > script mode. Is it difficult to add an --output=display > option to the command similar as in the gnuplot command?
The precise option "--output=display" doesn't really fit for this context, but I've added an option --show-plot which forces the display of the frequency plot when the "freq" command is used in a script. Allin Cottrell
