How can I get same scale for X and Y axes?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
vedbharathi
Posts: 1
Joined: Fri Feb 26, 2010 6:01 pm
antibot: No, of course not.

How can I get same scale for X and Y axes?

Post by vedbharathi » Fri Feb 26, 2010 6:03 pm

Using Jfreechart , How can I get same scale for X and Y axes? suppose the Y data values are -1000, -2000 so on... to -12000 But the X values are positive. I want to have scale - the space between ticks - to be same for X and Y . That means on X axis - space betwee 0 and 1000 to be equal to space between 0 and -1000 on Y -axis.

Please help ...

Thanks Bharathi

Locked