Open alexebird opened 10 years ago
Sorry to not respond earlier. I just tagged a version that fixes a similar error. Could you try Pkg.update()
and see if this is still broken?
If it is still broken, I may need the data you're plotting to reproduce it.
I had to abandon Julia for R due to time constraints, but I will try to see if this fixes what I was seeing at some point.
Hi @alexebird do you suppose this issue is fixed and can be closed?
Sure. I haven't had a chance to check for sure though.
On Thu, Dec 11, 2014 at 1:55 PM, Avik Sengupta notifications@github.com wrote:
Hi @alexebird https://github.com/alexebird do you suppose this issue is fixed and can be closed?
— Reply to this email directly or view it on GitHub https://github.com/dcjones/Gadfly.jl/issues/297#issuecomment-66696179.
I'm using JuliaStudio to do some plotting and trying to draw vlines along side my data. Today is the first time I've used Julia so I'm not familiar with any of this, but so far I'm loving Gadfly.
Here is the code that is giving me trouble:
And the error:
It works fine without the
Geom.vline
argument.Any suggestions as to what is going on would be really helpful. Thanks!