I have Variability charts plotted By some group.
I want to color points by some column,
So I add this:
Row Legend(
MyCounter,
Color( 1 ),
Color Theme( "Cool to Warm" ),
Marker( 0 ),
Marker Theme( "" ),
Continuous Scale( 1 ),
Reverse Scale( 0 ),
Excluded Rows( 0 )
Now, I have two problems:
1. I need the scale to be uniform across all the Bygroups - right now coloring is assigned by the range of MyCounter for specific ByGroup.
2. I want coloring on the charft, but I need to remove the legend itself. How do I do that?
Was hoping that adding something like Hide(1) would work.