The third page of Ada example 29, x29a, compared to the C example,  
x29c, on the third page, moves the major ticks one day later and adds  
one day to the tick labels. For example, the first Ada tick label is  
2005-12-15 and the first C tick label is 2005-12-14. Both are correct  
as far as the plot is concerned, just in different places. The first  
Ada major tick is 14 days from the beginning of the x-axis and the  
first C major tick is 13 days from the beginning. All other  
increments between major ticks for both Ada and C are 14 days. I  
tried to chase the problem down to a rounding error in the big number  
that is the number of seconds since 1900 but that didn't turn  
anything up. Other than the x-axis tick problem, everything else on  
the page appears the same--the data points are the same.

Has anyone else seen this?

Jerry


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Plplot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to