-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
make sure colorbar points are lists of first point and update test #556
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
Conversation
@theengineear So Emilia pointed out that the colorbar I added to the trisurfs doesn't appear when online is enabled. I have fixed this by switching the |
z=z[0], | ||
x=x[0:1], | ||
y=y[0:1], | ||
z=z[0:1], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐄 z[:1]
works too, fwiw.
💃 |
Excellent! Shall I update v. num? |
Yah, good call :) |
Okay, will get to it tomorrow most lik |
@theengineear Do you mind looking at this failing test when you have a moment? It looks like a proper image is not being produced but the only error after
It failed this way for Python 2 and 3 |
Nevermind, tests passed! |
No description provided.