Plotting 2D math functions

I know there’s a package on the RAA for plotting functions with
gnuplot, but i’d like to plot 2D functions directly on a Tk Canvas.
Anyone got any code for doing this before I re-invent the wheel?

Phil

Phil Tomson wrote:

I know there’s a package on the RAA for plotting functions with
gnuplot, but i’d like to plot 2D functions directly on a Tk Canvas.
Anyone got any code for doing this before I re-invent the wheel?

There’s the BLT extension for Tcl/Tk, but I don’t know if you can use it
with Ruby/Tk, though.

In article 3E972E33.4020101@path.berkeley.edu,

···

Joel VanderWerf vjoel@PATH.Berkeley.EDU wrote:

Phil Tomson wrote:

I know there’s a package on the RAA for plotting functions with
gnuplot, but i’d like to plot 2D functions directly on a Tk Canvas.
Anyone got any code for doing this before I re-invent the wheel?

There’s the BLT extension for Tcl/Tk, but I don’t know if you can use it
with Ruby/Tk, though.

There is a BLT module on the RAA that I found, but all the docs are in
Japanese.

How widespread is BLT?

Phil

What is BLT?
Somehow, I don’t think it stands for “Bacon Lettuce and Tomato” in this
context.

···

On Sat, Apr 12, 2003 at 10:30:44AM +0900, Phil Tomson wrote:

There’s the BLT extension for Tcl/Tk, but I don’t know if you can use it
with Ruby/Tk, though.

There is a BLT module on the RAA that I found, but all the docs are in
Japanese.


Daniel Carrera
Graduate Teaching Assistant. Math Dept.
University of Maryland. (301) 405-5137

In article 20030412013316.GB16859@math.umd.edu,

There’s the BLT extension for Tcl/Tk, but I don’t know if you can use it
with Ruby/Tk, though.

There is a BLT module on the RAA that I found, but all the docs are in
Japanese.

What is BLT?
Somehow, I don’t think it stands for “Bacon Lettuce and Tomato” in this
context.

From the webpage:
http://incrtcl.sourceforge.net/blt/

“BLT is an extension to the Tk toolkit, adding new widgets, geometry
managers, and miscellaneous commands. It does not require any patching of
the Tcl or Tk source files.”

I wonder if it will become a standard part of Tk in the future.

Phil

···

Daniel Carrera dcarrera@math.umd.edu wrote:

On Sat, Apr 12, 2003 at 10:30:44AM +0900, Phil Tomson wrote: