You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your amazing work!
I'm trying to integrate my timeseries experiment and all code does work out. However, once I want to plot using matplotlib it gives me this
font family ['Bitstream Vera Sans'] not found. Falling back to DejaVu Sans
It tried resetting my font by plt.rcParams['font.family'] = 'sans-serif', and while this removed the error it just didn't give any output. No plot and no text/information.
This is happening using both the integrated scanpy function as well as using the Harmony package itself. I noticed that when I just loaded scanpy and did not run the sc.external.tl.harmony_timeseries() yet, the umaps show just fine. As soon as I run the command I have this behaviour. However, when I do import Harmony from the start, the plots don't show.
Hope you can help me here!
Cheers,
Rijndert
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your amazing work!
I'm trying to integrate my timeseries experiment and all code does work out. However, once I want to plot using matplotlib it gives me this
font family ['Bitstream Vera Sans'] not found. Falling back to DejaVu Sans
It tried resetting my font by
plt.rcParams['font.family'] = 'sans-serif'
, and while this removed the error it just didn't give any output. No plot and no text/information.This is happening using both the integrated scanpy function as well as using the Harmony package itself. I noticed that when I just loaded scanpy and did not run the
sc.external.tl.harmony_timeseries()
yet, the umaps show just fine. As soon as I run the command I have this behaviour. However, when I doimport Harmony
from the start, the plots don't show.Hope you can help me here!
Cheers,
Rijndert
The text was updated successfully, but these errors were encountered: