DensitySpace.VoxelSpace# DensitySpace.VoxelSpace.py get_meshgrid(N)# Create a meshgrid for the electron density space. Returns: A tuple containing the meshgrid arrays (x, y, z). Return type: tuple class VoxelSpace(N, shape)# Bases: object VoxelSpace class to handle voxel-based density spaces. plot_as_dots(ax=None)# Plot the voxel space. Parameters: ax (matplotlib.axes.Axes) – The axes to plot on.