306 Commits (c9eeb0ceeadcf183a5ed67eda994d7d7606d096a)

Author SHA1 Message Date
Holger Vogt 273b0fb4a3 fix a plotting bug with xlog axis and ylabels 5 years ago
Holger Vogt 5366f946eb Remove more compiler warnings 5 years ago
Holger Vogt 238f8d393a Suppress some compiler warnings 5 years ago
Holger Vogt c43c6f6ca4 improve comment 5 years ago
Holger Vogt 36e2a9af4d Add variable 'plainplot' to allow plotting without 5 years ago
Holger Vogt f0090508b0 If new parameter 'plain' is added to the 'plot' command, 5 years ago
dwarning f12dfc6e7b prevent garbage output of X11 plotting function 6 years ago
Holger Vogt 8ea8ddcc03 simplify the previous commit, single step warp if multibyte utf-8 character 6 years ago
Holger Vogt f911758e4b X11: re-enable writing text to a graph if libxft is used 6 years ago
Holger Vogt a04c909a23 Don't add copied scale vector as new vector, but as new scale vector, 6 years ago
Holger Vogt f03a32287f If 'set ngbehavior=ki' in .spiceinit or flag 'kicad' on the plot line: 6 years ago
Holger Vogt ba1945d685 enable flags xdelta, ydelta for gnuplot command 6 years ago
Holger Vogt 527abee022 Do not print "Units" on a graph, if unknown type 6 years ago
Holger Vogt 70be7508ce Prevent 'unused variable' compiler message 6 years ago
Holger Vogt 13c23fd71b Prevent buf2 buffer overflow by limiting the the amount of bytes printed 6 years ago
Holger Vogt 3a00520071 Improve error message 6 years ago
Holger Vogt 5e37955dc5 prevent buffer overrun by using snprintf 6 years ago
Jim Monte 3a72b8e562 const qualifier, graph removed from SetColor, 6 years ago
Holger Vogt 74dbb1e843 Commit [88653f] Fixed assorted compiler warnings, memory leaks, etc. 6 years ago
Holger Vogt 7a7f717574 make flag 'nolegend' localfor each plot 6 years ago
Holger Vogt 1398ee7aa0 set the proper preprocessor flag __MINGW32__ 6 years ago
Holger Vogt f24ed96cbd plug some memory leaks 6 years ago
Holger Vogt e53632c368 When plotting arrays of curves, plot lines only in the direction 6 years ago
Holger Vogt 14b154f5f3 Copy the scale vector as well and attach it to the data vector. 6 years ago
Holger Vogt f518766c66 add a slight offset between y axis labels and grid 6 years ago
Holger Vogt 1919cf5c94 replace variable 'gridwidth' by 'xgridwidth' 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 8d986e50cc remove the remains of the old xgraph program 6 years ago
Holger Vogt 32722ecc57 some missing brackets, typos 6 years ago
Holger Vogt 93a408598a switch to colorarray in graph to string all color data, 6 years ago
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