Skip to content

[DOC] Missing Docstring in Plot Pairwise Distance Matrix #2595

Open
@kavya-r30

Description

@kavya-r30

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_

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationvisualisationVisualisation module

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions