How can one change the font for graphics to sans serif?

56 Ansichten (letzte 30 Tage)
alpedhuez
alpedhuez am 21 Aug. 2021
Kommentiert: alpedhuez am 23 Aug. 2021
https://www.mathworks.com/matlabcentral/answers/49446-how-can-i-change-the-fontface-of-a-text-within-a-plot
shows
set(gca, 'FontName', 'Times New Roman')
changes the font face of text in graphics. Then how can one change it to Sans Serif? I have tried
set(gca, 'FontName', 'Sans Serif')
But this did not help.

Akzeptierte Antwort

Cris LaPierre
Cris LaPierre am 21 Aug. 2021
Use listfonts to determine what fonts are available on your system.
I suspect the issue here is one of spelling. In my system, it would be 'SansSerif'
set(gca, 'FontName', 'SansSerif')
  5 Kommentare
alpedhuez
alpedhuez am 23 Aug. 2021
Thank you. Let me work on it.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by