-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Thanks for sharing!
I have a question about how to change the font for the label; I tried
font_path = fm.findfont(fm.FontProperties(family='Times New Roman'))
font_prop = fm.FontProperties(fname=font_path, size=18)
labelLines(axs["D"].get_lines(), align=True, fontsize=18,fontproperties=font_prop)
It seems can't work...
Metadata
Metadata
Assignees
Labels
No labels