From: Maurice L. <mj...@ga...> - 2002-10-12 11:14:58
|
Michael Brian Bentley writes: > When I'm using large integer values, like, say, a bunch of 32-bit > time_t (effectively a positive 32 bit integer), for the values of x, > the rendering for the tick marks and labels go wonky: they're very > wide and the tick spacing is not close to uniform. The diff of the > high and low values typically will be well less than 100,000. Is > there a canonical workaround to deal with rendering precision caused > by this apparent stretching of precision? PLplot does have some precision problems, e.g. the devices are limited to a 16 bit address space. Usually this isn't a problem because physical plotting devices are similarly limited in resolution -- it comes up only (AFAIK) when zooming at high magnification. There is some work underway to eventually eliminate this problem but it will take some time. However this doesn't sound like the problem you are having. It might be a bug.. if you could submit a test case that illustrates the problem (in whatever language binding suits you), that would help. -- Maurice LeBrun mj...@ga... Research Organization for Information Science and Technology of Japan (RIST) |