tkgnuplot is a simple GUI for gnuplot in Tcl/Tk. The main goal of this project is to help novice/lazy users to use datafile oriented operations of 2D plotting.
FEATURES
This version can do a very small part of all features of Gnuplot
- only 2D ploting mode (X,Y)
(not planning others mode)
- only ploting data files - but can do multi-files
(not planning functions ploting or parametric stuffs)
but can it do something ?
- load multiple data files
- choose data column for X and Y
- can change graphic options (legend, grid, xytics, xyranges, log scale, size)
- display the gnuplot command when ploting
(good to learning process)
- display test terminals: tkcanvas X11
(usefull to known style number with differents term)
thanks to Pierre GAY for its contributions ;)