From: Ethan M. <merritt@u.washington.edu> - 2004-07-05 17:45:57
|
On Monday 05 July 2004 10:38 am, Daniel J Sebald wrote: > I don't understand why negative coordinates is an error. The error is not the fact that it's negative. The error is that after stuffing it into an (unsigned int) it looks like a huge positive number instead. > >IMHO clipping has to be the duty of the callers of map3d_xy, because only > >they can possibly know what the right reaction should be, or at least > >output an intelligible errors message if they can't seem to find a > >reasonable reaction. That would be a big change, though. Right now we leave a lot of the clipping to the individual terminal drivers. The problem I've run into is that the PDF library doesn't clip in these cases, it just causes the program to exit. *Any* solution that leaves you inside gnuplot is better than what it is doing now. |