Hallo
I have a probleme with the axis.
If axis.setVerticalTickLabels() = false then its ok
test1 test2 test3 test4 test5
But if axis.setVerticalTickLabels() = true then there is a error
It shows (for example)
1 2 3 4
t t t t
s s s s
e e e e
t t t t
and not
1 2 3 4
t t t t
s s s s
e e e e
t t t t
The error is in my code and in the JFreeChart - Demos.
Can somebody help me?
i use:
jcommon-0.7.2
jfreechart-0.9.6
(i can send you a image, if you need)
thanks
mattes
axis problem
Re: axis problem
PS: i write it again, first on is not good
1 2 3 4
t t t t
s s s s
e e e e
t t t t
1 2 3 4
t t t t
s s s s
e e e e
t t t t
Re: axis problem
ok, i try it again
********1******2
******t*******t
****s*******s
**e*******e
t********t
* is equal to 'blank'
i must do because of the forum......
********1******2
******t*******t
****s*******s
**e*******e
t********t
* is equal to 'blank'
i must do because of the forum......
Re: axis problem
I suspect this is a JDK bug, which platform and version are you using?
Regards,
Dave Gilbert
Regards,
Dave Gilbert
Re: axis problem
i'm using windows xp professional and jdk 1.4.1
PS:
If i change the size of the frame-window (JFree-Demo) its ok.
PS:
If i change the size of the frame-window (JFree-Demo) its ok.