80 Commits (f4285384e780638c72572ca8625e3e7f4cec83ec)

Author SHA1 Message Date
Giles Atkinson f4285384e7 Add code in graf.c to merge connected lines with the same slope before 4 years ago
Holger Vogt f61ea3aa96 if 'set nounits' is given, plotting of the units is suppressed 5 years ago
Jim Monte 3a72b8e562 const qualifier, graph removed from SetColor, 6 years ago
Holger Vogt 7a7f717574 make flag 'nolegend' localfor each plot 6 years ago
Holger Vogt 14b154f5f3 Copy the scale vector as well and attach it to the data vector. 6 years ago
Holger Vogt c2cf4d7eda required for reliable re-plotting, however still has the 6 years ago
Holger Vogt acbec3ae81 Preliminary 'fix' to a plotting bug (visible return line in an array of curves): 6 years ago
Holger Vogt 32722ecc57 some missing brackets, typos 6 years ago
Vogt 728ddae41e Set the color tables and linewidths personal for each graph, 6 years ago
Holger Vogt 800cd05f3d new variable nolegend: with 'set nolegend' plotting of 6 years ago
Holger Vogt fed7ef378f add variable ticchar, allow an arbitrary character as ticmark 6 years ago
Holger Vogt 8751092812 Enable separate linewidths for grids and graphs. 9 years ago
Jim Monte 8141a634d7 Fixed several issues related to plotting and vector lifetimes and made ownership of vectors clearer. The issues in bugs 419, 423, 425, and 426 were related and were addressed here. 6 years ago
Jim Monte 57ffe1769f Fixed "phantom vector" issue with plots and crash when plots are resized. See bugs #419 and #423 for details. Also several parameters were changed from char * to const char * in the plotting functions. 6 years ago
Holger Vogt 56701e3d10 add rotation angle to text output, currently used only by postscript, 8 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
h_vogt d4adb027d2 avoid retrace in output graph by adding label 'noretraceplot' 10 years ago
rlar 99e864b6bc graf.c, drop an excess cast 10 years ago
rlar 9652cc46c8 plotting/graf.c, cleanup 10 years ago
rlar b1d8b99018 skip-ws, #6/6, rename to match inpcom.c 10 years ago
rlar 22875d056b skip-ws, #5/6, use functional style 10 years ago
rlar a86f2068c8 skip-ws, #3/6, use TEMPORARY macros, obj-invariant 10 years ago
rlar 6d1171ad6f skip-ws, #2/6, introduce "ngspice/stringskip.h" 10 years ago
rlar 71a7c3459b use char variants of the <ctype.h> isxxxx() family 10 years ago
rlar 8ce99a3c66 plotting/graf.c, bug fix, dbfree1() is wanted instead of dbfree() 10 years ago
rlar 68bd883535 plotting/graf.c, collect related global variables in a struct 10 years ago
rlar c405d0ff86 plotting/graf.c, cleanup initialisation, `gr_init()' is in charge to do that 10 years ago
rlar 7bc6374138 cleanup, use '\0' instead of 0 in char context 11 years ago
rlar 19e427e3a5 cleanup, use NULL instead of 0 in pointer context 11 years ago
rlar 6f21c3b9db use `enum simulation_types' 11 years ago
rlar 7aa454e5b4 rewrite, using tprintf() 12 years ago
h_vogt 7bc879726d make database dbs local to each circuit 13 years ago
rlar 83e3100917 remove unused variables 14 years ago
rlar fe1acd3757 src/frontend/** remove superfluous `return' invocations 14 years ago
rlar 7454a6d486 src/frontend/**, whitespace, indentation, ... 14 years ago
rlar d8105873db remove error.h, use fteext.h for controlled_exit() 14 years ago
h_vogt b4516b08ca bug fix, iplot(): Buffer overflow 14 years ago
rlar a056ea3065 #3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex 14 years ago
rlar d5f6bcbedf drop some more casts 14 years ago
rlar 0b5042e7da remove CVS `Id',`log' etc. keyword incantations 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar 9e86e5ca66 rewrite (double)literal --> floating-point-literal 15 years ago
rlar d59845b427 graf.c, swallow type conversion warning 15 years ago
h_vogt e6c86b4d98 explicit casting double -> int etc. 15 years ago
rlar 2d1e44787b fix a segfault, when invoking `destroy' while running in batch mode on unix 15 years ago
rlar 55638c8023 various cleanups 15 years ago
rlar 23056573d8 code cleanup, drop NULL pointer casts 15 years ago
rlar 05441d5823 Nr 5/5 (x = ...) == NULL , swallow warnings 16 years ago
rlar e6c30efe46 Nr 4/5 (x = ...) != NULL , swallow warnings 16 years ago