From: Alan W. I. <ai...@us...> - 2002-05-12 15:36:08
|
Update of /cvsroot/plplot/plplot/examples/tcl In directory usw-pr-cvs1:/tmp/cvs-serv4068 Modified Files: x16.tcl Log Message: Bring x16.tcl into consistency with example 16 from python (and other front ends). In particular, I have added a 4th page demonstrating shade plots and contour plots of the same function, and for the first time the wrapping demonstration has been done with the proper matrix dimensions. The results are consistent with the python results for this example for the first time -- a good first test for the *plshade* wrapping bug removal that I have done in tclAPI.c N.B. I have checked in this version because I want a historical record of a plshade/plcont example that uses wrapping. The next check-in should replace this with the much easier to use plshades functionality, and thus test the plshades functionality (including correct coordinate wrapping) that I have just implemented in tclAPI.c |