About 8,830,000 results
Open links in new tab
  1. How to change fonts in matplotlib (python)? - Stack Overflow

    It sounds as an easy problem but I do not find any effective solution to change the font (not the font size) in a plot made with matplotlib in python. I found a couple of tutorials to change the d...

  2. python - Matplotlib cannot find basic fonts - Stack Overflow

    A solution for Windows users, when confronted with the warning: UserWarning: findfont: Font family ['serif'] not found. Falling back to DejaVu Sans (prop.get_family(), …

  3. plot - Tree plotting in Python - Stack Overflow

    I want to plot trees using Python. Decision trees, Organizational charts, etc. Any library that helps me with that?

  4. python - List available font families in `tkinter` - Stack Overflow

    Sep 21, 2016 · canvas.create_text(x, y, font=('Helvetica', 12), text='foo') However, this may not work when run in your computer (the result would completely ignore the font parameter). …

  5. How to draw a family tree from a Pandas DataFrame?

    Mar 26, 2021 · How to draw a family tree from a Pandas DataFrame? Asked 4 years, 7 months ago Modified 4 years, 7 months ago Viewed 6k times

  6. python - How to get a list of all the fonts currently available for ...

    Oct 3, 2022 · import matplotlib.font_manager flist = matplotlib.font_manager.get_fontconfig_fonts() names = …

  7. python - Implement family tree visualization in Graphviz - Stack …

    Mar 22, 2022 · I am trying to build a family tree with multiple generations using Python Graphviz. I've created functions to ease adding people using their relations (add married couple, add …

  8. What is the default font in Python Plotly? - Stack Overflow

    Jun 4, 2021 · The default font family spec is "Open Sans", verdana, arial, sans-serif, as listed in Python Figure Reference: layout from the Plotly documentation. The precise font selected …

  9. python - font.family : <フォント名>でエラーが起こる - スタック …

    Oct 10, 2019 · 初心者です。 jupyter notebookでmatplotlibを使ってグラフを作るときに文字化けしてしまうのを解決したくて、こちらのサイトを参考に、macで作業しているのですが、 …

  10. python - How to change legend fontname in matplotlib - Stack …

    Feb 21, 2014 · I would like to display a font in Times New Roman in the legend of a matplotlib plot. I have changed all other tick labels/axis labels/titles to Times New Roman, and have …