From: Joao C. <jc...@us...> - 2002-11-22 19:26:15
|
Update of /cvsroot/plplot/plplot/src In directory sc8-pr-cvs1:/tmp/cvs-serv18144/src Modified Files: plot3d.c Log Message: Correct bug in plot3d() with BASE_CONT option: The hidden line plotter plnxtv() only works OK if the x points are in increasing order. As this does not always happens, the situation must be detected and the line segment must be reversed before being plotted |