Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-28 Thread Arjen Markus
Hi Jerry, I got the PostScript file alright. GhostScript definitely doesn't like it - because of the bounding box and the nans. Since the PostScript device is the simplest one we have, completely independent of anything else, we are dealing with a different problem. It may very well be that the X

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-28 Thread Jerry
I had to look this up--BoundingBox is LowerLeftX, LowerLeftY, UpperRightX, UpperRightY, with the origin at the lower left of the page. When I run x02 I get %%BoundingBox: -429496697 -429496697 -429496696 -429496696 which is only 1 square (typesetter's) point on a side. That file has 696 nan's.

Re: [Plplot-devel] Can't build Tcl/Tk on OS X

2012-08-28 Thread Alan W. Irwin
To Arjen and Jerry: Jerry was not running pltcl correctly. See examples/tcl/README.tcldemos for how to do that (plinit first). Those directions are followed in the configured file plplot_test/test_tcl.sh(.in) which in turn is run by the configured file plplot_test/plplot-test.sh(.in). The CMake