axis problem

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
mattes

axis problem

Post by mattes » Wed Mar 05, 2003 2:56 pm

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

mattes

Re: axis problem

Post by mattes » Wed Mar 05, 2003 3:01 pm

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

mattes

Re: axis problem

Post by mattes » Wed Mar 05, 2003 3:05 pm

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

David Gilbert

Re: axis problem

Post by David Gilbert » Wed Mar 05, 2003 3:29 pm

I suspect this is a JDK bug, which platform and version are you using?

Regards,

Dave Gilbert

mattes

Re: axis problem

Post by mattes » Wed Mar 05, 2003 3:45 pm

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.

mattes

Re: axis problem

Post by mattes » Wed Mar 05, 2003 4:41 pm

with the last jdk it's ok

thanks

mattes

Locked