You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered: