Sharon_ Posted January 31, 2011 Report Share Posted January 31, 2011 Hi , Is it possible to have discrete values on Y axis? I mean the values like---- 1 2 63 64. . I would like to have something like this.I am not interested in other values. 65 | 64 | 2 | 1 | ________________________(x --->) I browsed thru' all the examples given and tried some property values. Nothing worked. Quote Link to comment
Antoine Chalons Posted January 31, 2011 Report Share Posted January 31, 2011 Hello, It's possible, do things in that order : 1. set the graph property "Y Scale.Uniform Marker Spacing?" to false 2. set the graph property "Y Scale.Range.Maximum" to 65 3. set the graph property "Y Scale.Range.Minimum" to 1 4. set the graph property "Y Scale.Marker Values[]" to an array of DBL [1;2;64;65] Hope this helps Quote Link to comment
Sharon_ Posted January 31, 2011 Author Report Share Posted January 31, 2011 Hello, It's possible, do things in that order : 1. set the graph property "Y Scale.Uniform Marker Spacing?" to false 2. set the graph property "Y Scale.Range.Maximum" to 65 3. set the graph property "Y Scale.Range.Minimum" to 1 4. set the graph property "Y Scale.Marker Values[]" to an array of DBL [1;2;64;65] Hope this helps Hi Antoine, I tried but the scale is still 1 to 65, though the value are invisible. I would like to see if it possible to get the y axis values(1,2,64 and 65) with a uniform spacing. Thanks for your time..!!! Sharon. Quote Link to comment
jdunham Posted January 31, 2011 Report Share Posted January 31, 2011 There are some ideas at http://lavag.org/topic/13706-text-labels-on-x-axis-of-plot/ There are some ideas at http://lavag.org/topic/13706-text-labels-on-x-axis-of-plot/ Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.