Scatter Plots

Can anyone help me with displaying the team’s names on the scatter plot nodes?

@ahmadulfi ,

Can you provide sample data ?

1 Like

Sure, here it is. I want the “Team” name to be visible when we hover the cursor over the nodes.

Team to Winrate Data.xlsx (17.5 KB)

@ahmadulfi,

You should select “Team” instead of “teamID” for the horizontal axis. This way, the team name will be displayed when you hover the mouse over the plot.

Alternatively, you can use the Generic Echart node for the scatter plot and write code to achieve this result. For your reference, I have attached the workflow and an image.

KNIME_project4.knwf (73.4 KB)

Screenshot 2024-06-26 120935

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.