Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kavya-r30 opened this issue Mar 7, 2025 · 3 comments
Open

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

kavya-r30 opened this issue Mar 7, 2025 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@kavya-r30
Copy link
Contributor

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_
@kavya-r30 kavya-r30 added the documentation Improvements or additions to documentation label Mar 7, 2025
@kavya-r30
Copy link
Contributor Author

@aeon-actions-bot assign @kavya-r30

@NasheetaFarzana
Copy link

Hello @kavya-r30 , I am new in open source coding , I want to add a concise docstring to the above code could you please guide me how should I add it.

@kavya-r30
Copy link
Contributor Author

kavya-r30 commented Mar 8, 2025

Hi @NasheetaFarzana, Thank you for reaching out! I’m currently working on this issue and will be adding the docstring soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants