help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] Graphical plots


From: FernanBolando
Subject: Re: [Help-gnucap] Graphical plots
Date: Wed, 15 Oct 2003 14:34:48 +0800




What do you mean?
you can already use gnuplot to display plot data.

If you check acs-tutorial there is an example there

---------------------------------------------------------------------
eg6.ckt
DIODE CASCADE

.model 1N414 D IS=2e-14

Vcc  1   0   5
Dx   1  10   1N414
Dy  10  20   1N414
Dz  20  30   1N414
Rd1 10   0   1k
Rd2 20   0   1k
Rd3 30   0   1k

.print dc v(10) v(20) v(30)
.dc Vcc 0 5 0.5 >eg6.dat
.end
----------------------------------------------------------------------

You can run this example and look at the results like so:

      acs eg6.ckt
      gnuplot
      set data style lines
      plot 'eg6.dat' using 1:2, 'eg6.dat' using 1:3, 'eg6.dat' using 1:4
      exit



,Fernan



                                                                           
             Shaun Jackman                                                 
             <address@hidden                                             
             et>                                                        To 
             Sent by:                  address@hidden                 
             help-gnucap-bounc                                          cc 
             es+fernanbolando=                                             
             address@hidden                                     Subject 
             nu.org                    [Help-gnucap] Graphical plots       
                                                                           
                                                                           
             10/14/2003 02:11                                              
             PM                                                            
                                                                           
                                                                           




What's the best way to interface gnucap with a graphical plotting tool
like gnuplot?

Please cc me in your reply.
Thanks,
Shaun


_______________________________________________
Help-gnucap mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/help-gnucap






reply via email to

[Prev in Thread] Current Thread [Next in Thread]