Share

ngspice

The forum address has changed, you have been automatically redirected. Please update any bookmarks to use the new URL.

Subscribe

plot problems

  1. 2008-12-12 11:55:52 UTC
    Dear all,
    using this simple deck (see below) ngspice V18 mingw-binary doesn't plot because the the single quotes of the plot xlabel 'er ror' are substituted by {er ror} by the inp_fix_for_numparam() function. I guess plot cannot handle this after the substitution! Is is a fault or am I doing/thinking something wrong or did I miss something?
    -----
    plot_error.cir
    V1 1 0 SIN(0 10 50 0 0)
    R1 1 2 10
    R2 2 0 10
    .control
    tran 5m 5000m
    plot v(2) xlabel 'er ror'
    .endc
    .end
    ------

    Best regards
    Uwe Jaeger
< Previous | 1 | Next >

Add a Reply

This forum does not allow anonymous participation.

Log in to add a reply. Not registered? Create an account to participate and receive email updates when replies are posted to this topic.