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

Dots in the middle of nodes #154

Open
ultradian opened this issue Jun 13, 2021 · 1 comment
Open

Dots in the middle of nodes #154

ultradian opened this issue Jun 13, 2021 · 1 comment

Comments

@ultradian
Copy link

I started using GraphRecipes v0.5.6 with Plots v0.28.4. My plots all have a small dot in the middle of each node. The example code

using GraphRecipes, Plots
g = [0 1 1;
            1 0 1;
            1 1 0]
3×3 Matrix{Int64}:
 0  1  1
 1  0  1
 1  1  0
graphplot(g)

produces
image
They aren't big, but can get in the way of any names I include. This happens with both gr and plotlyjs. Is there something wrong with my setup or some setting I missed? I don't see these in the posted examples.

@eugene-shvarts
Copy link

@ultradian I noticed that setting markerstrokewidth=0 eliminates the dot, so I think it's an issue with the stroke.

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

No branches or pull requests

2 participants