On Tue, Jan 6, 2009 at 1:01 PM, Werner Hoch <[email protected]> wrote: > > On Sonntag, 4. Januar 2009, Arnaud Gardelein wrote: >> Well, I am not really skilled in Python, but I tried to write a KISS >> program able to view results of Gnucap, following the guidelines >> thrown by Dan and Al. Since Gnucap is designed as if you would put >> probes on your board, I called it oscopy, a kind of oscilloscope in >> Python. There is a dependency with matplotlib/pylab. It is hosted >> here: >> git://repo.or.cz/oscopy.git > > Some time ago I started such an application, too. It's located right > beside your git repo: > http://repo.or.cz/w/dataplot.git
Feature-wise, Arnaud's viewer is IMHO better suited for practical use in electrical engineering. Particularly, command-driven I/F and waveform processing functions is what I personally was waiting for in free EDA world. Sure, there is still a lot to do but this is a very good start. As for dataplot, I found its UI a bit confusing - it seems to me that you are trying to make it very flexible but that's not what is really needed (there are other tools better suited for publication quality graphs and similar applications). Most of the time people want to display waveforms (usually simple functions of time or frequency) in stacked up or overlaid panels and browse them efficiently. Regards, -r. _______________________________________________ Gnucap-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnucap-devel
