Hello,
I'd like to plot some scientific data in a XY-Point chart. Each Point should have an error-bar in the y direction.
First of all it is a bit inconveniet that one needs two series (Point and Error) to draw the measured data and the corresponding (measurement) error.
http://mitglied.lycos.de/MarcusSchaefer/TChart01.gif
But unfortunatly I ran into the problem, when adding an second error series to the same chart. The Error bars are no longer on the correct x-value position but are left and right beneath the x-value (see image below).
http://mitglied.lycos.de/MarcusSchaefer/TChart02.gif
I suppose this is because the Error-Series inherited the Bar-Series.
I haven't found any error Series or work-arround to solve this problem. Have you any suggestions?
Thank you,
Marcus
XY ErrorBar Plot
Re: XY ErrorBar Plot
Hi Marcus,
When there are two Error series, there is something a X displacement for the Error series in order to be drawn one next to the other for a same X value. I've added to the wish list the possibility to force the X position independently of the number of Error series in the chart (TF02014232).
When there are two Error series, there is something a X displacement for the Error series in order to be drawn one next to the other for a same X value. I've added to the wish list the possibility to force the X position independently of the number of Error series in the chart (TF02014232).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: XY ErrorBar Plot
Dear Yeray,
Thanks for the reply.
Maybe you could also add to the wish list an combined Points- and Error- Series. This would be much easier than keeping two independant series syncronized and uptodate.
Marcus
Thanks for the reply.
Maybe you could also add to the wish list an combined Points- and Error- Series. This would be much easier than keeping two independant series syncronized and uptodate.
Marcus
Re: XY ErrorBar Plot
Hi Marcus,
Yes, it could be an interesting new feature for a further release (TF02014234).
Yes, it could be an interesting new feature for a further release (TF02014234).
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: XY ErrorBar Plot
Hello Marcus,
This is just to let you know we've just implemented the ErrorPoint and ErrorPoint3D series. They will be available with the next maintenance release and they look as follows:
This is just to let you know we've just implemented the ErrorPoint and ErrorPoint3D series. They will be available with the next maintenance release and they look as follows:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |