You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often, @AvivCukierman does something like [100, 201, 10] and this causes the z-axis to look ugly. The best way to fix this is to incorporate logic that does modular arithmetic to fix it :)
Or use numpy arange, and grab the last element as it'll also handle that.
The text was updated successfully, but these errors were encountered:
Often, @AvivCukierman does something like
[100, 201, 10]
and this causes the z-axis to look ugly. The best way to fix this is to incorporate logic that does modular arithmetic to fix it :)Or use numpy arange, and grab the last element as it'll also handle that.
The text was updated successfully, but these errors were encountered: