You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Giles Atkinson
f4285384e7
Add code in graf.c to merge connected lines with the same slope before
plotting. This speeds output and reduces file size when the vector
length is much larger than the number of pixels. It should help with
Feature Request #58 :
"Graph plotting under windows redraw very slow and hard to work with",
but is not a full fix.
4 years ago
..
ChangeLog
Holger Vogt Windows port for Ngspice.
25 years ago
Makefile.am
remove the remains of the old xgraph program
6 years ago
agraf.c
Add const to some parameters, made function static
6 years ago
agraf.h
avoid leading underscore in preprocessor macros
12 years ago
clip.c
use `SWAP' macro
10 years ago
clip.h
unify #ifndef include wrapper
12 years ago
gnuplot.c
With the ngspice gnuplot command, enable x/y contour plots for 2d Cider save file data. Usage: gnuplot <file> xycontour <expr>. xycontour is a new flag which is ignored if the plot data is not from 2d Cider. For contours, only a single plotarg <expr> is allowed. With <expr1> vs <expr2>, only <expr1> is plotted and <expr2> is ignored.
4 years ago
gnuplot.h
With the ngspice gnuplot command, enable x/y contour plots for 2d Cider save file data. Usage: gnuplot <file> xycontour <expr>. xycontour is a new flag which is ignored if the plot data is not from 2d Cider. For contours, only a single plotarg <expr> is allowed. With <expr1> vs <expr2>, only <expr1> is plotted and <expr2> is ignored.
4 years ago
graf.c
Add code in graf.c to merge connected lines with the same slope before
4 years ago
graf.h
Set the color tables and linewidths personal for each graph,
6 years ago
graphdb.c
Don't add copied scale vector as new vector, but as new scale vector,
6 years ago
graphdb.h
unify #ifndef include wrapper
12 years ago
grid.c
if 'set nounits' is given, plotting of the units is suppressed
5 years ago
plot5.c
const qualifier, graph removed from SetColor,
6 years ago
plot5.h
unify #ifndef include wrapper
12 years ago
plotcurv.c
make variable 'dir' local
5 years ago
plotcurv.h
unify #ifndef include wrapper
12 years ago
plotit.c
Enable math characters in vector (node) names for plotting
4 years ago
plotit.h
const qualifier, graph removed from SetColor,
6 years ago
plotting.c
Fix missing initializer warning.
4 years ago
plotting.h
avoid leading underscore in preprocessor macros
12 years ago
pvec.c
Remove some compiler warnings
5 years ago
pvec.h
avoid leading underscore in preprocessor macros
12 years ago
x11.c
Remove 'goto end' and 'end:' statements.
5 years ago
x11.h
unify #ifndef include wrapper
12 years ago