On Fri, 26 May 2006, Serial apparently wrote: > SourceForge rejected the attachments I sent
You can just paste code into your email. > I think you're right ; I have a value to plot, for > example, with y = 0.0014 and a dy = 0.015. In logarithmic > scale the coordinates of the error bar's ticks will be > then, I guess y + dy and y - dy, i.e. something below 0 in > the second case. Is there a way to force the display of > these ticks, at least the ones that can be drawn ? Perhaps you have a bigger problem: it sounds like there is a conceptual difficulty in the data. Can y sensibly fall below zero, as the error bar suggests? But anyway, rather than ask PyX to handle the perverse values, you probably need to clean (delete problem values) or adjust (rescale) the data. Cheers, Alan Isaac ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
