52 Commits (7b9d1fb74afee35a6160fcef55dc335f8d8493d9)

Author SHA1 Message Date
Holger Vogt 7b9d1fb74a enable variable 'nolegend' for gnuplot 5 years ago
Holger Vogt a77b529928 set the locale to "C" locally, if shared ngspice 5 years ago
Holger Vogt ba1945d685 enable flags xdelta, ydelta for gnuplot command 6 years ago
Jim Monte 3a72b8e562 const qualifier, graph removed from SetColor, 6 years ago
Holger Vogt 1398ee7aa0 set the proper preprocessor flag __MINGW32__ 6 years ago
Holger Vogt e53632c368 When plotting arrays of curves, plot lines only in the direction 6 years ago
Holger Vogt 1919cf5c94 replace variable 'gridwidth' by 'xgridwidth' 6 years ago
Holger Vogt 8d986e50cc remove the remains of the old xgraph program 6 years ago
Holger Vogt 18f1e896f8 allow independent linewidth and gridwidth settings from within the .control section 6 years ago
Holger Vogt 3d009fef22 Variables xbrushwidth and gridwidth (to be set e.g. in 8 years ago
h_vogt dbd0a5743a Enable utf-8 and UNICODE for string handling. 9 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 05f02f3662 On Linux: allow calling gnuplot without invoking a terminal. 6 years ago
Holger Vogt 31db4228f5 fix a typo, correct writing to files under Linux 7 years ago
Holger Vogt 52584312c3 delete the plt and data files after writing eps or png 7 years ago
Holger Vogt 8efa08602a no plotting, only saving to file 7 years ago
Holger Vogt 601dfbd781 sprintf -> snprintf: prevent buffer overflow 7 years ago
Holger Vogt ec4625eda6 redo gnuplot_terminal: Do not save eps/png automatically 7 years ago
Holger Vogt 2344e3d012 patch no. 30 by astx: 7 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
h_vogt c8cd763314 gnuplot.c, add 'noretraceplot' to prevent retracing of the graph if plotting against a vector which is not the original scale vector ('plot vec1 vs vec2') 10 years ago
rlar 91c60c28df whitespace change, avoid gcc warnings due to missleading indentation 9 years ago
h_vogt b3827f6488 gnuplot.c, correct the setting of limits in log plots 9 years ago
h_vogt e5d70d0821 gnuplot.c, bug fix, allow gnuplot with MINGW 9 years ago
h_vogt c0d5d054ab gnuplot.c, ft_gnuplot(), suppress generating the .eps and .png file 10 years ago
h_vogt 42ac9a2859 gnuplot.c, ft_writesimple(), upgrade command 'wrdata' 10 years ago
h_vogt fef2e1439d gnuplot.c, ft_writesimple(), command 'wrdata', use the given filename literally 10 years ago
rlar 299849c0db plotting/gnuplot.c, ft_gnuplot(), bug fix, allow plotting a family of curves 10 years ago
rlar 39fdeb0c9a src/frontend/plotting/gnuplot.c, enforce "noenhanced text" mode 11 years ago
h_vogt bd1b4a2162 gnuplot.c: enable correct terminal for non MINGW/MSVC 12 years ago
dwarning 6abd2e2c0c gnuplot.c: allow png terminal by gnuplot_terminal variable 14 years ago
h_vogt 3ca1235602 gnuplot.c: improve scaling of y axis 14 years ago
rlar fe1acd3757 src/frontend/** remove superfluous `return' invocations 14 years ago
rlar 7454a6d486 src/frontend/**, whitespace, indentation, ... 14 years ago
rlar a056ea3065 #3/4 switch realpart() and imagpart() args from ngcomplex* to ngcomplex 14 years ago
rlar 10346e055c #1/4 #include <ngspice/...> --> #include "ngspice/..." 14 years ago
h_vogt 0ea3e30805 wrdata now prints complex variables and recognizes 'appendwrite' 15 years ago
rlar d26015586c #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace 15 years ago
rlar 05441d5823 Nr 5/5 (x = ...) == NULL , swallow warnings 16 years ago
rlar abb87a6115 rename `IGNORE()' --> `NG_IGNORE()' 16 years ago
rlar 80286e0032 pour `IGNORE()' all over the source 16 years ago
rlar a76cd1e104 textual replacement VT_* to CP_*, to avoid conflict in the windows world 16 years ago
rlar 0aa1c09d73 consolidate enum cp_types and enum vt_types . 16 years ago
dwarning 532a13fd08 missing LF on end 16 years ago
h_vogt 4068f498c6 command wrdata 16 years ago
h_vogt f34a09b540 gnuplot update 16 years ago
h_vogt b500f3e32c calling gnuplot via xterm 16 years ago
h_vogt 46e6df66ce gnuplot enhancements (for Windows) 16 years ago
h_vogt c1f06ba5c4 patch by R. Larice 16 years ago
dwarning 07e06cf701 initialize local variables 17 years ago