HELP!! I have attached my graph. As it is now the ticks on the y axis are every .5. I only want ticks at integers, 1,2,3,4,5,6,7,8,9,10 This way each y axis grid line will be 1 unit. Any way i can do this???
Hi dirtyb15.. you can do this by using a property node for the graph and setting the yscale->range->maximum to 10, minimum to 0 and increment to 1. I also noticed that your graph exhibits the single tick if you reduce the size of the control. I cant seem to understand why you would have 20 ticks on Y axis and have a minimum of 0 and max of 10 and want each tick to correspond to 1 unit. Hope this helps. Thanks - VNIU
Besides the property node, you can directly edit the control to get the same thing. Right click the graph and select Y Scale>Marker Spacing Arbitrary. Then you can again right click and select Add Marker. Select the marker just added and type a value (i.e. 9). Do this for each tick that you want.