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

MethodError(append!... with Geom.vline #297

Open
alexebird opened this issue May 14, 2014 · 4 comments
Open

MethodError(append!... with Geom.vline #297

alexebird opened this issue May 14, 2014 · 4 comments

Comments

@alexebird
Copy link

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:

# Each df_* variable is a DataFrame
df = vcat(df_ddr, df_ddr_ema,
          df_dmr, df_dmr_ema,
          df_pdr, df_pdr_ema,
          df_pmr, df_pmr_ema)

p = plot(df, x="time", y="rssi", color="label", xintercept=[4, 6], Geom.vline, Geom.line)

draw(PNG("plot.png", 1600px, 1200px), p)  # line 83

And the error:

LoadError("/Users/alexb/.../prox.jl",83,MethodError(append!,([0.0,0.01550203561782837,0.0225....

It works fine without the Geom.vline argument.

Any suggestions as to what is going on would be really helpful. Thanks!

@dcjones
Copy link
Collaborator

dcjones commented May 19, 2014

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.

@alexebird
Copy link
Author

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.

@aviks
Copy link
Collaborator

aviks commented Dec 11, 2014

Hi @alexebird do you suppose this issue is fixed and can be closed?

@alexebird
Copy link
Author

Sure. I haven't had a chance to check for sure though.

On Thu, Dec 11, 2014 at 1:55 PM, Avik Sengupta [email protected]
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
#297 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants