Cvs XYPlot.java is broken

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Eduardo Ramalho
Posts: 43
Joined: Fri Mar 14, 2003 3:14 pm
Location: Porto (Portugal)
Contact:

Cvs XYPlot.java is broken

Post by Eduardo Ramalho » Fri Sep 19, 2003 10:44 am

Hi!

I just checkout the latest JFreeChart version from CVS.
The file XYPlot.java doesn't compile.
The errors are in line 1600 and 1601:
...
crosshairInfo.setAnchorXView(xx);
crosshairInfo.setAnchorYView(yy);
...

Both methods don't exist in the class CrosshairInfo.

Regards,

Eduardo

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Sep 19, 2003 10:54 am

Oops, my fault! Hopefully it is fixed now, let me know if there is still a problem.
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Eduardo Ramalho
Posts: 43
Joined: Fri Mar 14, 2003 3:14 pm
Location: Porto (Portugal)
Contact:

Post by Eduardo Ramalho » Fri Sep 19, 2003 11:29 am

Hi again!

Another bug report with the latest CVS update ... all my tests with zoom area (defined by the mouse) fail and the trace lines doesn't show.

You can try for your self in MouseZoomDemo code.

Eduardo

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Sep 19, 2003 1:57 pm

Hi Eduardo,

Thanks for the report, I'll take a look now...
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Post by david.gilbert » Fri Sep 19, 2003 2:40 pm

OK, I've fixed that problem. What's next? :wink:
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked