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
Only a few, discrete colors are displayed on the side of the cube now. This is due to commit d54d13f , which changed the default ColorScale to only use the given colors (i.e., no interpolation). This can be fixed by creating a new color scale in HypercubeWindow.load_textures that uses 256 colors, which is what the previous default color scale used to provide.
The text was updated successfully, but these errors were encountered:
Only a few, discrete colors are displayed on the side of the cube now. This is due to commit d54d13f , which changed the default
ColorScale
to only use the given colors (i.e., no interpolation). This can be fixed by creating a new color scale inHypercubeWindow.load_textures
that uses 256 colors, which is what the previous default color scale used to provide.The text was updated successfully, but these errors were encountered: