Re: XY plotting tool in TCL/TK
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: XY plotting tool in TCL/TK

From: Eckhard Lehmann <ecky-l@web.de>
Date: Sat Oct 29 2005 - 21:46:52 CEST

Larry W. Virden schrieb:
> There used to be a widget called ... hmmm let me check wiki ... didn't
> find it there... let's google ... okay, and follow the link to the
> 'supported' version - http://hci.ucsd.edu/pad++/ and see
> http://www.cs.umd.edu/hcil/pad++/ for notes, FAQs, etc. of the last
> version releaed at umd.
> It's a zoomable user interface widget.
>

Nice, but not what I was looking for. Zooming takes place in Tkcanvplot
by configuring -xaxismin, -xaxismax, -yaxismin and -yaxismax. This is
what I wanted - all graph labels inside a viewport and the axis labels
stay the same size while only the x/y ranges of the data display change.

What I furthermore plan to implement is postscript representation, so
that a canvas with Tkcanvplot items can be plotted...

Eckhard
Received on Mon Nov 21 00:37:06 2005