radtools.MCLC.plot_real_space#

method

MCLC.plot_real_space(ax=None, vectors=True, colour='#274DD1', label=None, vector_pad=1.1, conventional=False, normalize=False)#

Plot real space unit cell.

axaxis, optional

3D matplotlib axis for the plot.

vectorsbool, default True

Whether to plot lattice vectors.

colourstr, default "#274DD1"

Colour for the plot. Any format supported by matplotlib. See matplotlib colors.

labelstr, optional

Label for the plot.

vector_padfloat, default 1.1

Multiplier for the position of the vectors labels. 1 = position of the vector.

conventionalbool, default False

Whether to plot conventional cell. Affects result only for the Bravais lattice classes. Ignored for the general Lattice.

normalizebool, default False

Whether to normalize corresponding vectors to have the volume equal to one.