02-25-2020 10:52 PM - edited 02-25-2020 11:27 PM
I would like to update a autoscaled plot by using its property node.
The original y scale was linear and then change to log scale with the different data range.
For the first time, I gave some delay for refreshing plot.
But this method is not reliable in other data. (out of control in autoscaling)
I need to run the property node twice.
In any way, as you can see the attachment, the second run showed the data without distortion of y axis.
Can you suggest that how I update the plot more effectively and reliably?
labmaster.
02-26-2020 12:30 AM
Hi labmaster,
@labmaster wrote:
I need to run the property node twice.
Can you suggest that how I update the plot more effectively and reliably?
Place a FOR loop around your code to set/change those properties. Run the loop two times…
02-26-2020 01:37 AM - edited 02-26-2020 01:46 AM
Of course, I tried your comment before but it was not reliable with some data.
I suspect there is a problem in autoscaling of plot control when the data are displaying.
labmaster.
02-26-2020 01:43 AM
Hi Labmaster,
@labmaster wrote:
I tried your comment before but it was not reliable with some data.
I suspect there is a problem in autoscaling of plot control when the data are displaying.
Quick & dirty suggestion: have that FOR loop iterate more than twice… 🙂
02-26-2020 01:46 AM
^^