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

Plotting ignores order of variables #678

Closed
schillic opened this issue Feb 19, 2023 · 1 comment
Closed

Plotting ignores order of variables #678

schillic opened this issue Feb 19, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@schillic
Copy link
Member

The following two commands create the same plot.

julia> plot(sol, vars=(1, 2))

julia> plot(sol, vars=(2, 1))
@schillic schillic added the bug Something isn't working label Feb 19, 2023
@schillic schillic self-assigned this Feb 19, 2023
schillic added a commit that referenced this issue Feb 20, 2023
#678 - Fix projection of 2D result with vars=(2,1)
@schillic
Copy link
Member Author

Closed in #679.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant