03-17-2010 01:38 AM
Their display value may not be the same as the real value.
Can I make it without changing the original data.
Also it need to follow the change when zoom in.
Any suggestion, thanks.
Solved! Go to Solution.
03-17-2010 01:48 AM
How to set the X Y scale for a plot?
You can set the scale via property node. Right click the plot and select create property node and choose x scale and y scale.
Their display value may not be the same as the real value.
Can I make it without changing the original data.
Also it need to follow the change when zoom in.
Any suggestion, thanks.
Could you please explain a bit more? I was not clear with your words. Maybe better with a picture.
Mathan
03-17-2010 02:50 AM
For example, the real data value is about 0~255, but I need to display them as 0~20M.
Any suggestion?
03-17-2010 04:44 AM - edited 03-17-2010 04:44 AM
You can use the scaling factors (available on the scale properties). These can be set programmatically (using property nodes) or by right-clicking the graph > Properties > Scales.
Edit the "Multiplier" to get the desired result.
Hope this helps.