dpeerlab / Palantir

Single cell trajectory detection
https://palantir.readthedocs.io
GNU General Public License v2.0
203 stars 45 forks source link

remove custom fonts and seaborn #112

Closed katosh closed 1 year ago

katosh commented 1 year ago

I have eliminated the usage of custom fonts and all additional Seaborn function calls without altering the final output of the plots. This action effectively removes the dependency on the Seaborn library. This adjustment addresses two primary issues:

  1. The removal of custom fonts eliminates the persistent warnings about missing fonts.

  2. The eradication of the Seaborn dependency simplifies the overall package structure.