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

repeated code causing an issue #19

Closed
jverzani opened this issue Feb 2, 2013 · 1 comment
Closed

repeated code causing an issue #19

jverzani opened this issue Feb 2, 2013 · 1 comment

Comments

@jverzani
Copy link
Contributor

jverzani commented Feb 2, 2013

At line 255 or so of Gadfly.jl you repeat a code chunk, likely some odd copy and paste. However, one is missing this: t = classify_data(getfield(plot.data, var)) and it causes an error:

julia> draw(SVG("/tmp/file.svg", 5inch, 5inch), p)
WARNING: add_each is deprecated, use add_each! instead.
WARNING: add_each is deprecated, use add_each! instead.
in render: t not defined
in render at /Users/verzani/.julia/Gadfly/src/Gadfly.jl:257
in draw at /Users/verzani/.julia/Gadfly/src/Gadfly.jl:407

@dcjones
Copy link
Collaborator

dcjones commented Feb 3, 2013

Ok, I see. This was fixed with b6fafd3 but I've yet to update METADATA. I'll do that now.

Feel free to reopen if it's not actually fixed after updating.

@dcjones dcjones closed this as completed Feb 3, 2013
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