User Activity

  • Modified a comment on ticket #864 on ngspice

    I have found the bug in src/frontend/plotting/gnuplot.c, line598 and onwards There is a for-loop to save the data, which looks like this: for (i = 0; i < scale->v_length; i++) { for (v = vecs; v; v = v->v_link2) { scale = v->v_scale; xval = isreal(scale) ? scale->v_realdata[i] : realpart(scale->v_compdata[i]); yval = isreal(v) ? v->v_realdata[i] : realpart(v->v_compdata[i]); if (i > 0 && (mono || (scale->v_plot && scale->v_plot->pl_scale == scale))) { if (dir * (xval - prev_xval) < 0) { /* direction...

  • Posted a comment on ticket #864 on ngspice

    I have found the bug in src/frontend/plotting/gnuplot.c, line598 and onwards There is a for-loop to save the data, which looks like this: for (i = 0; i < scale->v_length; i++) { for (v = vecs; v; v = v->v_link2) { scale = v->v_scale; xval = isreal(scale) ? scale->v_realdata[i] : realpart(scale->v_compdata[i]); yval = isreal(v) ? v->v_realdata[i] : realpart(v->v_compdata[i]); if (i > 0 && (mono || (scale->v_plot && scale->v_plot->pl_scale == scale))) { if (dir * (xval - prev_xval) < 0) { /* direction...

  • Posted a comment on ticket #864 on ngspice

    I'm using ngpsice version 47

  • Created ticket #864 on ngspice

    Gnuplot not working with multiple graphs

View All

Personal Data

Username:
roeland
Joined:
2026-08-27 08:55:44.152000

Projects

  • No projects to display.

Personal Tools