Open
Description
Describe the issue linked to the documentation
Missing docstring about the function and parameters:
def plot_pairwise_distance_matrix(
distance_matrix,
a,
b,
path,
):
# Checks availability of plotting libraries
_check_soft_dependencies("matplotlib", "seaborn")
import matplotlib.pyplot as plt
import seaborn as sns```
### Suggest a potential alternative/fix
_No response_