03-30-2006 09:48 AM
03-30-2006 10:18 AM
You can do whatever you want. Simply disable autoscaling, then set your own Ymin and Ymax via a property node.
You can calculate the desired values from your data e.g. by using "array min&max" and adding the extra padding.
03-30-2006 10:22 AM - edited 03-30-2006 10:22 AM
Sure. First, check to see if Loose Fit is checked for the Y axis (right click on graph, Y Scale>Loose Fit). With this checked, it might be enough for your needs. Otherwise, you can use a property node to autoscale the Y axis once, then get the YScale.Maximum, add your offset, and write it to YScale.Maximum.
Message Edited by Dennis Knutson on 03-30-200609:23 AM