Marcelo E. Magallon wrote:
> 
> 
> creo que hay una interfaz con Tk para gnuplot... no estoy seguro... mira en
> SAL, http://sal.kachinatech.com/
> 
> 

La hay, xgpl (o Xgnuplot), pero necesita un peque�o parche, que pego m�s
abajo.

Sin embargo, te puede interesar m�s utilizar xgfe, que es una interfaz
para gnuplot que utiliza qt. La direcci�n que yo tengo apuntada es:

http://www2.msstate.edu/~dmi1/xgfe/xgfe.html

Estoy intentando conectarme ahora para verificarla pero no me da
resultado. Revisando la documentaci�n tambi�n aparece:

Xgfe homepage: http://von-mises.home.ml.org/xgfe/xgfe.html

Saludos,

-- 
=====================================================================
Agust�n Mart�n Domingo, Dpto. de F�sica, ETS Arquitectura Madrid, 
(U. Polit�cnica de Madrid)  tel: +34 91-336-6536, Fax: +34 91-336-6554, 
email:[EMAIL PROTECTED], http://corbu.aq.upm.es/~agmartin/welcome.html
diff -urw xgpl/xgpl_main.tcl xgpl.new/xgpl_main.tcl
--- xgpl/xgpl_main.tcl  Sun Jun 12 19:49:21 1994
+++ xgpl.new/xgpl_main.tcl      Mon Dec 22 16:21:50 1997
@@ -149,7 +149,7 @@
    pack [scrollbar $w.ll.scrollx -orient horizontal -relief sunken -width 3m \
                   -command "$w.ll.c xview"] -side bottom -fill x
    pack [canvas $w.ll.c -relief sunken -relief sunken -borderwidth 2 \
-         -yscroll "$w.ll.scrolly set" -xscroll "$w.ll.scrollx set"\
+         -yscrollcommand "$w.ll.scrolly set" -xscrollcommand "$w.ll.scrollx 
set"\
          -height $xh -width $xw -scrollregion "0 0 $xw $xl" ] \
          -side top -expand 1 -fill both
         frame $w.ll.c.f -relief flat
@@ -685,7 +685,7 @@
   pack [scrollbar $w.t.scroll -width 3m -command "$w.t.text yview" \
         -relief sunken -borderwidth 2] -side right -fill y
   pack [text $w.t.text -relief flat -width 70\
-        -setgrid 1 -yscroll "$w.t.scroll set"] \
+        -setgrid 1 -yscrollcommand "$w.t.scroll set"] \
         -side top -fill both -expand 1 -padx 5 -pady 5
   pack $w.t -side top -padx 10 -pady 10 -expand 1 -fill both
   frame $w.c -relief groove -borderwidth 2
Only in xgpl.new: xgpl_main.tcl.orig

Responder a