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

default_point_size seems not to work #1319

Closed
wilburtownsend opened this issue Sep 18, 2019 · 1 comment
Closed

default_point_size seems not to work #1319

wilburtownsend opened this issue Sep 18, 2019 · 1 comment

Comments

@wilburtownsend
Copy link

Running this

using Gadfly
plot(x=[0 1], y=[0 4], Theme(default_point_size=5pt))

gives me the error

ERROR: MethodError: no method matching Theme(; default_point_size=1.7638888888888888mm)

I'm using Gadfly v1.0.1 and Julia v 1.1.1.

@Mattriks
Copy link
Member

Try:

plot(x=[0,1], y=[0,4], Theme(point_size=5pt) )

see the Gadfly docs or do:

dump(Theme(), maxdepth=1)

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