Hi
I have data that has 2 columns of data that I was to show in a scatter plot ie:
Year - Month- first Variable. - second variable
2020 - 4 - 50 - 100
2020 - 5 - 25 - 110
etc
In bar chart this data can be separately shown in their own columns but in all th eScatter plot node I can not see how to have both variables with year as the x axis and the variable 2 as the y axis
Additionally you can give Scatter Plot (Plotly) from KNIME Plotly extension a try. There is a ‘Group-By’ option in it. You’ll just have to make sure to have both y columns transformed in one. You can use same approach with Unpivoting node as in provided workflow in above linked topic.