The Gnuplot Front End is an adaptation for Ktexmaker2
of the Xgfe (X Windows GUI front end to Gnuplot) program created by David Ishee.
A good knowledge of Gnuplot is required to use this tool.
Example 1: sinus function
- Chech "Function" and enter "sin(x)" in the corresponding field.
- Enter "x" in the "Variable X" field, "-5" in the "Start" field and "5" in the "End" field .
- Click on the "Plot" button.
- To export the plot for Xfig : select "fig" in the "Terminal" menu,
click on the "Output File" button , select or type a file name and click on the "Plot" button.
Example 2: parametric function
- Chech "Function" and enter "sin(4*t),cos(3*t)" in the corresponding field.
- Enter "t" in the "Variable X" field, "0" in the "Start" field and "7" in the "End" field .
- Click on the "Add Gnuplot commands" button and type "set parametric"
- Click on the "Plot" button.
Ktexmaker2 - Copyright 2001 Pascal Brachet - France , pascal.brachet@free.fr
Home Page : http://xm1.net.free.fr/linux/index.html
Thanks to Christophe Caignaert.
Ktexmaker2 contains source code from these free (GPL) programs :
Xgfe (X Windows GUI front end to Gnuplot) : Copyright (C) 1998 David Ishee
Kwrite : Copyright (C) 1998, 1999 Jochen Wilhelmy
Konsole : Copyright (C) 1997, 1998 Lars Doelle
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.