I'm plotting data using FastLine. I tried posting this on the Java section but no one responded. I'm plotting temperature (y-axis) vs time (x-axis).
Here's the issue:
It's plotting valid points. Then when the value crosses a threshold it calls add(). Time (x-axis) increments and nothing gets plotted, creating a gap - just how i want it to work. But as soon as i start plotting valid points again, the gap gets connected to the previous plotted point no matter what i try/change. I've been trying to get this gixed for days now and getting no where. Any advice or tips would be greatly appreciated.
Thank you
Line reconnects null points
Re: Line reconnects null points
Also, i tried add(time, temperature, color. transparent) and when it reconnects, it recolors the points to the original color thus showing the null points as well. I also tried adding null strings, etc. and i get nothing :/
Re: Line reconnects null points
Hi Turc,
We've answered you here and we'll continue the conversation as soon as possible.
Please don't open more than one thread with the same question. We do our best to provide technical support on this forum board in a timely and efficient fashion. If you are interested in direct e-mail technical support you may be interested in our Pro-Support service.
We've answered you here and we'll continue the conversation as soon as possible.
Please don't open more than one thread with the same question. We do our best to provide technical support on this forum board in a timely and efficient fashion. If you are interested in direct e-mail technical support you may be interested in our Pro-Support service.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |