- add
parula
andbatlow
colormap - higher resolution colorbar
- fix a bug when the alpha is not 1
- support to print states in viser
- gui support high dpi scaling
- added
blue_white_purple
colormap - added
nancolor
to set nan color in viser - added
extract_arbitrary_line_by_view
function to a extract arbitrary line by clicking
- provided a higher resolution colorbar image
- formatted axis tick labels, e.g., "0.85000001" to "0.85"
- improved the deprecated information.
Breaking Changes
- added
viserplot
for remote display 3D volume in web (based onviser
) - added
Axis3d
to create axis - added
SurfaceNode
andArbLineNode
to create surface and arbitrary lines - Improved a number of interface optimizations, including the creation of colorbars, the overlay display of faces, whether or not to change the light, and so on.
- improved
gui3d
, support import surface - added extra dependencies option to selectively install dependencies
- dealed with
nan
- support SEG-Y file (powered by
cigsegy
) - ...