Sorry to do this, but I can't seem to figure out if plplot meets my needs or even works. I am having a little trouble with the documentation:
I want a surface plotter within tcl/tk that essentially draws the plot into a canvas
Unfortunately it has to run on win32 (Why can't my boss convert to linux?)
I downloaded the source and documentation. The documentation says that it builds a custom wish interpreter -- that seemed a little silly. But there was a thread that showed it could be loaded via a package. I also read:
Must disable everything Tcl/Tk related because the Cygwin Tcl/Tk packages
are only for the windows subset of the full Unix version, and our tcl
interface needs the full Unix version.
So it doesn't look like it will work on windows.
Is my assessment correct? Any feedback
Thanks
david
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry to do this, but I can't seem to figure out if plplot meets my needs or even works. I am having a little trouble with the documentation:
I want a surface plotter within tcl/tk that essentially draws the plot into a canvas
Unfortunately it has to run on win32 (Why can't my boss convert to linux?)
I downloaded the source and documentation. The documentation says that it builds a custom wish interpreter -- that seemed a little silly. But there was a thread that showed it could be loaded via a package. I also read:
Must disable everything Tcl/Tk related because the Cygwin Tcl/Tk packages
are only for the windows subset of the full Unix version, and our tcl
interface needs the full Unix version.
So it doesn't look like it will work on windows.
Is my assessment correct? Any feedback
Thanks
david