K3D-tools / K3D-jupyter

K3D lets you create 3D plots backed by WebGL with high-level API (surfaces, isosurfaces, voxels, mesh, cloud points, vtk objects, volume renderer, colormaps, etc). The primary aim of K3D-jupyter is to be easy for use as stand alone package like matplotlib, but also to allow interoperation with existing libraries as VTK.
MIT License
921 stars 123 forks source link

remove coordinate axes from plot #314

Closed HumHongeKamyaab closed 2 years ago

HumHongeKamyaab commented 2 years ago

I want to remove coordinate axes from the plot (see figure) while taking a screenshot. image I couldn't find anything in API to do it. Could someone suggest me a way to do it.

Also, is there an API to change the position of the coordinate axes?

artur-trzesiok commented 2 years ago
import k3d

plot = k3d.plot(axes_helper=0)
plot.display()

We don't have API to change position of those small widgets (very similar to menu_visibility and colorbar_object_id)