Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Modify scatter plot renderer to remove black circle arount points

threadsthreads Member Posts: 3 Contributor I
edited November 2018 in Help
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.

Tagged:

Answers

  • Marco_BoeckMarco_Boeck Administrator, Moderator, Employee, Member, University Professor Posts: 1,996 RM Engineering
    Hi,

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

    Color pointBorderColor = plotterPoint.getBorderColor();
    Regards,
    Marco
Sign In or Register to comment.