325 Commits (640fa7e17b5f02e29442985cb4b19906fc815600)

Author SHA1 Message Date
Vogt 728ddae41e Set the color tables and linewidths personal for each graph, 6 years ago
Holger Vogt a7aaac854f enable color and font selection for X11: 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 38bb89663d replace old_x11 by HAVE_LIBXFT defined in configure 6 years ago
Holger Vogt bef9c70e71 Prepare font selection and rotation only once per graph 6 years ago
Holger Vogt 3eb04b2fdc improve on memory leaks 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
Holger Vogt c9edc6fcb3 Add function returning the true string length in pixels. 9 years ago
Holger Vogt ca7c77315a add missing üarameter to DevDrawLine for X11 and HPGL 9 years ago
Holger Vogt 8751092812 Enable separate linewidths for grids and graphs. 9 years ago
Holger Vogt 7690b64571 add missing declaration of old_x11 9 years ago
h_vogt 531c229b0e Add library xft for allowing text rotation. 9 years ago
h_vogt dbd0a5743a Enable utf-8 and UNICODE for string handling. 9 years ago
Jim Monte 2d9110bf65 Add const to some parameters, made function static 6 years ago
Holger Vogt b7012065ae remove compiler warning by setting variables to 0 6 years ago
Holger Vogt 46adeb5eaa plug memory leaks for the 'plot' command 6 years ago
Jim Monte a7946474fa Additional freeing of device-dependent information for bug #419 and related bugs. 6 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
Jim Monte 068df274bf Made ft_numparse() thread-safe (no internal static variables) and prepared to support ngspice variable type CP_NUM. 6 years ago
Holger Vogt 05f02f3662 On Linux: allow calling gnuplot without invoking a terminal. 6 years ago
Holger Vogt ec6d676920 Make CopyGraph safe against NULL argument. 7 years ago
Holger Vogt afdf3ff710 Partially undo commit 016c558d7, 2019-05-01 7 years ago
Holger Vogt 8af1663bba Try to detect, if one wants to plot vectors with 7 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 65ee87e0a2 grid.c, windisp.c, vertical text for postscript and WINGUI 8 years ago
Holger Vogt 56701e3d10 add rotation angle to text output, currently used only by postscript, 8 years ago
dwarning cc4e4d9bad verify pointer before utilization 8 years ago
Holger Vogt 94fa272c9d A hack to repair bug reported by Clyde R. Shappee 8 years ago
Holger Vogt e3b2b395b9 fix an ancient bug in retrieving the data with the cursor 8 years ago
Holger Vogt 8fbcb16a57 add fourth parameter to cp_getvar(), in functions missing so far 8 years ago
Holger Vogt 09c876550f prevent string overflow by adding the string length 8 years ago
Holger Vogt 417dbfef72 undo the previous commits dealing with snprintf, 8 years ago
Holger Vogt 3b4640dee4 _snprintf in Windows 7 does not automatically put a '\0' 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
h_vogt d4adb027d2 avoid retrace in output graph by adding label 'noretraceplot' 10 years ago
Holger Vogt 560cb6e970 plotting/grid.c, bug fix, avoid string buffer overflow 8 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
rlar 99e864b6bc graf.c, drop an excess cast 10 years ago
rlar aca1b3a374 use 'abs()' 10 years ago
h_vogt 6f609abc27 x11.c, fix bug #330, rename csh variable font -> xfont 10 years ago