Forcing a label to be shown on the edge of the axis
Posted: Fri Oct 31, 2008 6:27 pm
Hi, There are some situations where the bottom (for example) axis does not display the leftmost and the rightmost value. Is it possible to force a value to be displayed? I'm not sure if I am very clear.. Please look at the following examples...
In the example aboveI would like to force a 1.5 and 15.5 values to be displayed just at the graph's left limit, like in the following:
Is it possible to do so?
Thank you very much!
Code: Select all
10 |
|
8 |
|
6 |
|
4 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2 4 6 8 10 12 14
Code: Select all
10 |
|
8 |
|
6 |
|
4 |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
1.5 2 4 6 8 10 12 14 15.5
Thank you very much!