Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disappearing marker styles #106

Open
alexisdmacintyre opened this issue Nov 5, 2020 · 3 comments
Open

Disappearing marker styles #106

alexisdmacintyre opened this issue Nov 5, 2020 · 3 comments
Labels

Comments

@alexisdmacintyre
Copy link

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?

@reneburghardt
Copy link

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)

@piermorel
Copy link
Owner

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 piermorel added the bug label Jan 17, 2024
@piermorel
Copy link
Owner

This is now solved when using edge colors in set_point_options() !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants