blab / pathogen-embed

Create reduced dimension embeddings for pathogen sequences
https://pypi.org/project/pathogen-embed/
MIT License
1 stars 0 forks source link

Replace seaborn plotting with base matplotlib #7

Closed huddlej closed 5 months ago

huddlej commented 7 months ago

This project depends on seaborn, but we only use seaborn for a simple scatterplot and don't need the additional complexity of that library. Let's replace the seaborn scatterplot with a matplotlib equivalent and remove seaborn from the list of dependencies.