Open eduardflorinescu opened 11 years ago
Thanks for finding this! I'm sure we'll eventually get to this one but it will most likely be a little while--still working on color scaling issues w/ facets and legends getting cut off in in IPython
Personally I don't need this bug fixed, but I found it out and thought to put it here. Thanks to everyone that is working on this project.
This is how everything looks with the latest code: The issue still reproduces
The solution to this issue should be implemented after #283 and #221.
Shape and color sourced on the same column generates two legends instead of one which is not consistent with ggplot2.
Steps to reproduce:
Actual outcome The resulted chart unnecessary have two legends instead of a fused one like the one in the second image
Expected outcome The legend should be only one and have the colored shapes instead:
Legend should be similar to the exemple given in the R ggplot2 documentation http://docs.ggplot2.org/0.9.3.1/geom_point.html