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

Issue with reshaped arrays #2220

Closed
juliohm opened this issue Oct 14, 2019 · 0 comments
Closed

Issue with reshaped arrays #2220

juliohm opened this issue Oct 14, 2019 · 0 comments

Comments

@juliohm
Copy link

juliohm commented Oct 14, 2019

The following does not work:

using Plots

V1 = zeros(10,10,10)
V2 = reshape(1:1000, 10, 10, 10)

plot(V1, seriestype=:volume) # works fine
plot(V2, seriestype=:volume) # throws error
@juliohm juliohm closed this as completed Mar 4, 2020
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