Hi all,
I've been trying all night to get a plotting system going where you can select what data is plotted in a set of strip charts through the use of a menu ring. I've managed to get this working no worries. However what i'm pulling my hair out over is the Y axis auto scaling. I can't seem to stop it from tracking the first plot (regardless of whether it is hidden or not), causing the other plots to go off the chart due to the incorrect scale. I'm using property nodes to show and hide the relevant plots, I tried setting the autoscale using the property node also, however that did not work either. If anyone could help me out here that would be greatly appreciated.
If what i'm asking about is not possible, will I have to resort to producing two arrays (one for the maximum of the Y scale and the other for the minimum of the Y scale) and configure the Y axies for each plot using the property node?
Stirling