Jump to content

Graph discrete Y axis


Sharon_

Recommended Posts

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.blink.gif

65 |

64 |

2 |

1 |

________________________(x --->)

I browsed thru' all the examples given and tried some property values. Nothing worked. oops.gif

Link to comment

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

Link to comment

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. unsure.gif

Thanks for your time..!!!

Sharon.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.