-
Notifications
You must be signed in to change notification settings - Fork 10
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
change size of points in a scatter plot #52
Comments
There's a couple of ways. You can set the
Or you can manually edit the
(I haven't tested these out but I think both should work) |
Thank you! Both methods work |
Sorry, a final question. How do I change the border color of the points in a scatter plot? For now they are small orange circles with a thick white border. |
Yes, I kinda wanted to see how far you could take. I think the library API actually turned out quite powerful but it does need quite extensive lens knowledge to use it all. To just remove the lines I think this should work by changing the
There is also
Again, I haven't tested these. |
I tried:
Finally markerStyleFunction .= \plotColour -> mempty # fc plotColour # lc plotColour does compile and works. |
I want to create a scatter plot with a lot of points. In the first attempt the points overlap each other. Therefor I want to make the points a lot smaller. But how?
Kees
The text was updated successfully, but these errors were encountered: