Closed montyvesselinov closed 5 years ago
Does this work for you?:
Gadfly.spy(rand(3)', Scale.y_discrete)
Yep! It does! Thank you!
-monty
On Wed, Oct 24, 2018 at 10:49 AM Mattriks notifications@github.com wrote:
Does this work for you?:
Gadfly.spy(rand(3)', Scale.y_discrete)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GiovineItalia/Gadfly.jl/issues/1216#issuecomment-432737275, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXxeG--J04asAuIbQWxV0-O-cVM5mWTks5uoJnXgaJpZM4X38EQ .
does anything need to be done here?
This was fixed. Sorry.
Gadfly.spy(convert(Array{Float64,2}, rand(3)'))
this should produce a vector map. I think. It produces nothing.