From: Holger V. <hol...@un...> - 2020-07-30 14:57:03
|
I have pushed a fix for the first report (crashing after Hardcopy, Quit) to ngspice branch pre-master. Please check, if the extra 'time' is gone with this fix also. Holger Am 30.07.2020 um 16:46 schrieb Giles Atkinson: > Holger, > > Thank you. Yesterday, I found another problem with "hardcopy", and it is a strange one. > I run this simulation, and in the X11 window everything looks correct. > > A test circuit for ngSPICE plotting > > Vtest t 0 sin(0 1 2000 0 0 0) > Vtest2 t1 0 sin(0 1 2234 0 0 0) > .save t t1 > > .control > tran 10u 5m > plot t t1 V(t)+V(t1) > .endc > > If I use "hardcopy" and view the file with Ghostscript, there are 6 vector plots not 3! > There are 3 extra lines plotted with the name "time" and all values are zero. > Again, this was not in version 30. > > Giles > > |