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

ERROR: no method classify_data(DataArray{Float64,2},) #37

Closed
diegozea opened this issue Mar 26, 2013 · 0 comments
Closed

ERROR: no method classify_data(DataArray{Float64,2},) #37

diegozea opened this issue Mar 26, 2013 · 0 comments

Comments

@diegozea
Copy link

Hi!

I found this error on my latest Julia:

Julia Version 0.2.0-714.r1840
Commit 184054dcde 2013-03-24 16:23:04
Platform Info:
  OS_NAME: Linux
Using: (64-bit interface)
  Blas: libopenblas
  Lapack: libopenblas
  Libm: libopenlibm

Here the example I found when I tray to do a simple x,y scatterplot:

julia> data
91x2 DataFrame:
         contactos  rmsd
[1,]           0.0 0.073
[2,]           0.0 1.677
  :
[90,]         17.0 0.544
[91,]         18.0 0.479

julia> plot(data,{:x => "contactos", :y => "rmsd"},Geom.point)
Error showing value of type Plot:
ERROR: no method classify_data(DataArray{Float64,2},)
 in render at /home/dzea/.julia/Gadfly/src/Gadfly.jl:244
 in repl_show at repl.jl:12

Best!
P.S.: Maybe would be great have a simple default scatterplot version for a simple call like plot(x::Vector,y::Vector)

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

1 participant