gramm
gramm copied to clipboard
Disappearing marker styles
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?
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)
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