ngspice/examples/cider/cider-gnuplot
Holger Vogt 87b9df6681 CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
..
DC.12.qj1.ascii CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
README CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
TR.200.q2.ascii CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
TR.300.d1.ascii CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
clean.sh CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
passq.cir CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
passq1.cir CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
winq.cir CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00
winq1.cir CIDER: Examples for 2D plotting with gnuplot 2021-10-30 13:21:53 +02:00

README

To run gnuplot xycontour tests.
-------------------------------

The gnuplot command in ngspice is:

    gnuplot <file> xycontour <expr>

xycontour is a new flag. Only a single <expr> is allowed to be plotted
in a contour diagram. With <expr1> vs <expr2> only <expr1> is plotted.

    ngspice passq.cir

This plots xy contour diagrams for 2d Cider save file data.
On visualc Windows in a cmd shell, run 'winq.cir'.

    ngspice passq1.cir

This checks that gnuplot <file> xycontour <expr> works with 1d data.
The xycontour flag is just ignored.
On visualc Windows in a cmd shell, run 'winq1.cir'.