Use of ColorManager, ShapeManager

Hi,

I’m having trouble creating a simple two-color, two-shape scatter plot. My input table consists of two numeric (real-valued) columns. I want to scatter-plot the two columns against each other, each with their own shape and color.

So my workflow is: File Reader -> Color Manager -> Shape Manager -> Scatter Plot

Yet in the case of both Manager nodes, a distinct color and shape is assigned to each VALUE, instead of each colomn. Am I missing some setting or node?

Thanks
Gideon

hello gvanvuuren,
Y’re not missing something. it is normal, color or shape are not apply to column but for a column’s distinct values.
regards,

All right, but how do I overlay multiple columns onto a scatter plot if they all have the same colour and shape?