GiovineItalia / Gadfly.jl

Crafty statistical graphics for Julia.
http://gadflyjl.org/stable/
Other
1.9k stars 251 forks source link

spy does not plot #1216

Closed montyvesselinov closed 5 years ago

montyvesselinov commented 6 years ago

Gadfly.spy(convert(Array{Float64,2}, rand(3)'))

this should produce a vector map. I think. It produces nothing.

Mattriks commented 6 years ago

Does this work for you?:

Gadfly.spy(rand(3)', Scale.y_discrete)
montyvesselinov commented 6 years ago

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 .

bjarthur commented 5 years ago

does anything need to be done here?

montyvesselinov commented 5 years ago

This was fixed. Sorry.