tightbinder.topology.plot_wannier_centre_flow#
- plot_wannier_centre_flow(wcc_flow, show_midpoints=True, ax=None, title=None, fontsize=10, symmetric=False, full_BZ=False)[source]#
Routine to plot the WCC evolution.
- Parameters:
wcc_flow (
ndarray) – Array with the WCCs for all paths.show_midpoints (
bool) – Boolean to toggle on showing the midpoint for each WCC. Defaults to True.ax (
Axes) – Matplotlib Axes object to plot the WCC evolution on. Defaults to None.title (
str) – Name of the plot. Defaults to empty string.fontsize (
int) – Value to change the fontsize in the plot. Defaults to 10.symmetric (
bool) – Boolean to plot the WCC over the whole BZ instead of half of it.full_BZ (
bool) – Boolean to plot WCC over complete BZ. Defaults to False.
- Return type: