-
Notifications
You must be signed in to change notification settings - Fork 250
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
spy does not plot #1216
Comments
Does this work for you?:
|
Yep! It does! Thank you!
…-monty
On Wed, Oct 24, 2018 at 10:49 AM Mattriks ***@***.***> 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
<#1216 (comment)>,
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gadfly.spy(convert(Array{Float64,2}, rand(3)'))
this should produce a vector map. I think. It produces nothing.
The text was updated successfully, but these errors were encountered: