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
Modify scatter plot renderer to remove black circle arount points
Hi all,
I've never put my hands in Rapid Miner's code, but could you just tell me which class should I edit to improve the scatter plot renderer ? I just want to remove the black circles around the points, because they make scatter plots unreadable when there are a lot of points.
I've never put my hands in Rapid Miner's code, but could you just tell me which class should I edit to improve the scatter plot renderer ? I just want to remove the black circles around the points, because they make scatter plots unreadable when there are a lot of points.
Tagged:
0
Answers
com.rapidminer.gui.plotter.ScatterPlotter#drawPoints() should be the method you are looking for. Specifically the line Regards,
Marco