Go to the source code of this file.
Namespaces | |
namespace | hrl_lib::mayavi2_util |
Functions | |
def | hrl_lib::mayavi2_util.plot |
plot 3D points connected to each other Check mlab.points3d documentation for details. | |
def | hrl_lib::mayavi2_util.plot_cuboid |
Plot a yellow cuboid. | |
def | hrl_lib::mayavi2_util.plot_points |
plot 3D points as a cloud. | |
def | hrl_lib::mayavi2_util.plot_quiver |
plot points and arrows. | |
def | hrl_lib::mayavi2_util.savefig |
save plot as a png | |
def | hrl_lib::mayavi2_util.show |
show the plot. | |
def | hrl_lib::mayavi2_util.white_bg |
make a figure with a white background. | |
Variables | |
list | hrl_lib::mayavi2_util.color_list |
tuple | hrl_lib::mayavi2_util.pts = np.matrix(np.random.uniform(size=(3,5000))) |