The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
JFreeChart 1.14 and RapidMiner
Dear Miners,
We are developing a RapidMiner plugin with own visualization (graphs). The category axis of some graphs have labels that should be clickable.
RapidMiner 5.3 uses Jfreechart 1.0.13 which has a bug:
The category axis hides category labels in mouse events, thus Category label information is missing in event propagation:
http://www.jfree.org/phpBB2/viewtopic.php?f=3&;t=29065/
This particular bug has been fixed in JFreeChart 1.0.14 (with another 90+ bugs):
2009-06-29 David Gilbert <david.gilbert@object-refinery.com>
* source/org/jfree/chart/axis/CategoryAxis.java
(draw): Add axis entity before drawing labels.
We have tested JFreeChart 1.0.14 (also with JCommon 1.0.17) and RapidMiner 5.3 together and everything works fine in our own tests (which is certainly not a full RapidMiner test suite).
The question is:
Is there any chance to test RapidMiner with JFreeChart 1.0.14 and include it in the next release?
Regards,
Peter
(Did I mention the other 90+ fixed bugs?)
We are developing a RapidMiner plugin with own visualization (graphs). The category axis of some graphs have labels that should be clickable.
RapidMiner 5.3 uses Jfreechart 1.0.13 which has a bug:
The category axis hides category labels in mouse events, thus Category label information is missing in event propagation:
http://www.jfree.org/phpBB2/viewtopic.php?f=3&;t=29065/
This particular bug has been fixed in JFreeChart 1.0.14 (with another 90+ bugs):
2009-06-29 David Gilbert <david.gilbert@object-refinery.com>
* source/org/jfree/chart/axis/CategoryAxis.java
(draw): Add axis entity before drawing labels.
We have tested JFreeChart 1.0.14 (also with JCommon 1.0.17) and RapidMiner 5.3 together and everything works fine in our own tests (which is certainly not a full RapidMiner test suite).
The question is:
Is there any chance to test RapidMiner with JFreeChart 1.0.14 and include it in the next release?
Regards,
Peter
(Did I mention the other 90+ fixed bugs?)
Tagged:
0
Answers
thanks for pointing that out. I've created an internal ticket for that. I'm not 100% sure that we will update the library with the next release but
it is on our agenda now. I think the chances are quite good that it will make it into the next release.
Best,
Nils