gramm icon indicating copy to clipboard operation
gramm copied to clipboard

Disappearing marker styles

Open alexisdmacintyre opened this issue 4 years ago • 3 comments

Thanks for this great tool. When I try to change the order of marker styles in geom_point, e.g.,

g.set_point_options('base_size',8,'markers',{'x','*'});

they disappear. Am I doing something wrong in the call?

alexisdmacintyre avatar Nov 05 '20 15:11 alexisdmacintyre

Hey @alexisdmacintyre ,

I had kinda the same problem yesterday. I figured out that gramm is somehow not showing 'x' and '*'. Have you tried other markers? For me works 'o','s','d','^','v','>','<','p' and 'h'.

(I know this issue is old, but this info maybe still helps someone)

reneburghardt avatar Jul 29 '22 08:07 reneburghardt

Hi @alexisdmacintyre and @reneburghardt Thank you for the feedback, and sorry for the gigantic wait. Gramm was on hold but I now have the opportunity to work on it! This is due to the fact that gramm doesn't use a MarkerEdgeColor, but only its filling color MarkerFillColor... and that 'x'and '*' only have an edge and no fill. This might get solved by #65 but for now you can set the MarkerEdgeColor manually after the draw() command

piermorel avatar Jan 17 '24 11:01 piermorel