> On Fri, Jan 16, 2009 at 10:40:24AM +0000, Andrew Ross wrote: > > To follow up my own post - switching to tcl8.5 gives perfect results, so > this is not a 32-bit issue. Perhaps we should add a note that tcl 8.5 > is recommended, although previous versions will work? >
You should get the same perfect results if you add: set tcl_precision 17 to the beginning of the test. This will instruct Tcl 8.4 to do the same as Tcl 8.5 does by default. (Perhaps this should be added to the README or to the examples themselves.) Regards, Arjen ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
