We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Try:
plot(x=[0,1], y=[0,4], Theme(point_size=5pt) )
see the Gadfly docs or do:
dump(Theme(), maxdepth=1)
Sorry, something went wrong.
No branches or pull requests
Running this
gives me the error
I'm using Gadfly v1.0.1 and Julia v 1.1.1.
The text was updated successfully, but these errors were encountered: