They have 'Color By' and 'Shape By' set to the same column, would like to combine them into one legend entry that combines the color and shape into a single marker.
For example:
Color by:
Pet
(red) Cat
(blue) Dog
(green)Fish
Shape By:
Pet
(circle) Cat
(square) Dog
(star) Fish
Could become:
Style by:
Pet
(red circle) Cat
(blue square) Dog
(green star) Fish
{noformat}
Thanks Thomas!
Here is a workaround.
Create a new Scatterplot to serve as a Legend for your main scatterplot.
Set Color and Shape properties the same as in your main visualization. (In the example above, they are the same column, but need not be.)
Set the X-axis custom expression to the value 1.
Set the Y-axis to the Color and Shape column(s).
Clean up Tooltips
Hide the legend, X and Y selectors, and zoom sliders.
Stretch and shape to fit.
Consider locking the visualization to the corner of the page.
This would be a massive improvement