From: Patrick Lynch <lynchnco / patmedia.net> Subject: Integrating BLT with Ruby Date: Mon, 20 Nov 2006 21:06:44 +0900 Message-ID: <1d9c5133e8120d2b31e49292c06e511a / ruby-forum.com> > I'm doing some statistical processing and I need to plot some x-y > curves...BLT does this very well. > > I need to know how to integrate BLT into Ruby... Please tell me the result of [ruby-talk:224292] with your install-path of BLT. # If you have a Tcl/Tk source code for BLT, # Ruby/Tk can load it by Tk.load_tclscript(<file>) or # Tk.ip_eval("Tcl/Tk script text"). -- Hidetoshi NAGAI (nagai / ai.kyutech.ac.jp)