02-10-2009 06:03 PM
Can someone give me a surefire way to keep plot area constant? (This time for an intensity graph but should work in all cases.) When I change Y scale range, for example, and the numbers get longer to adjust interim scale markers, the plot area changes. I have tried to fix the plot area by wiring constants to the plot area (width / height) property nodes and this code is activated upon a scale change. Did not work. So when the numbers adjust, it must be a higher priority over keeping plot area to the dimensions I am programmatically asking it to stay at.
Sincerely,
Don
Solved! Go to Solution.
02-10-2009 06:09 PM
You could change the numeric formatting so the overall length never changes.
Mike...
02-11-2009 08:31 AM - edited 02-11-2009 08:33 AM
That is a good workaroud but I think I found really what the problem is. I think the plot area is staying constant (with my programmatic setting of it) but it is moving to the right. The 'plot area bounds' property node is actually the right one to use and it works well. So now no matter what my scale range adjustment, the bounds (left and right is what I was mainly concerned about) stay constant with me wiring a constant to that property node and it getting executed after the scale range change event..
Thanks,
Don
02-11-2009 09:06 AM
I believe it was Christian whow orrignally found that the property
Advanced >>> Auto Adjust Scales
when set fasle will help with the scales re-adjusting all of the time.
Give that property a whirl.
Ben
02-11-2009 11:21 AM
Yes, this seems to work also and it avoids having to execute a property node. Good one.
By the way, congrats on the Steelers. They play football the way it was meant to be played.
Sincerely,
Don
02-11-2009 11:41 AM
02-11-2009 11:42 AM
DonRoth wrote:...
By the way, congrats on the Steelers. They play football the way it was meant to be played.
Sincerely,
Don
Thank you Don!
My new desktop is now...
... which is most appropriate for PGH since we are a shot-n-a-beer sort of place.
Ben
02-11-2009 11:45 AM - edited 02-11-2009 11:46 AM
So appropriate!
By the way, I was not confident you would take the Ravens a third time in one year, especially given the way they were playing and how close the prior games were with them this year.....great job!
02-11-2009 11:51 AM
Of all of the teams we played this year, 3 times vs the ravens, they were the ones that worried us the most. I have bee a steeler fan going back to the first super bowl and it seems that all of our best seasons required we confront Cleveland (now the Ravens). So I should stop and say
Kudos to the Ravens for keeping us honest. (I hope Ravens Fan is reading)
Ben
PS Christian found a thread where he taught us about the auto-adjust setting. It can be found here.