Modify scatter plot renderer to remove black circle arount points

User: "threads"
New Altair Community Member
Updated by Jocelyn
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.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Marco_Boeck"
    New Altair Community Member
    Hi,

    com.rapidminer.gui.plotter.ScatterPlotter#drawPoints() should be the method you are looking for. Specifically the line

    Color pointBorderColor = plotterPoint.getBorderColor();
    Regards,
    Marco