font size changes in figures

조회 수: 36 (최근 30일)
tlawren
tlawren 2011년 2월 11일
댓글: Subash Y 2015년 4월 14일
I'm trying to change the sizes of various fonts in some figures, but the changes never seem to take place. Specifically, I'm wanting to change the font size of the x- and y-labels, the title, the legend, and the tick numbers on the axes. I've tried changing these settings in the GUI as well as hard coding them in to a script, but they never seem to happen. I can change some fonts to bold face, but that is about it.
The version of MATLAB I am using is 7.11.0 (R2010b) on Linux.
EDIT 3/5/2012 #1:
Okay, this issue resolved itself months ago, but now it has popped back up. (Ironically, people have posted to this question in the last few days!) A bunch of updates and changes have occurred since the issue was first resolved and today, but I wasn't responsible for them all so I can't speak to them. Either way, I am now running Matlab R2011b (7.13.0.564) on Fedora 16. I log into this machine via ssh (with X11 forwarding) from a machine running Arch Linux.
A recap of the issue I am seeing is the following, I can put titles and labels on axes, but I can't change the font size. No matter what I do, the font size that shows up in the figure is the default size. Everything works as normal if I physically run Matlab at the Fedora machine. It is only when I ssh into the Fedoar box that the issue shows up.
EDIT 3/5/2012 #2:
I changed the default fonts from Helvetica to Dejavu Sans using the method in the link below and everything works as normal now.
I've got Helvetica fonts on my Arch Linux machine, so I don't know what is going on.
  댓글 수: 2
Andrew Newell
Andrew Newell 2011년 2월 11일
Can you provide a short bit of code that shows what is happening? Insert it in the question.
Walter Roberson
Walter Roberson 2011년 2월 12일
I seem to remember someone posting about a month ago with this issue on Linux. I do not recall that any solution was posted, though the version of Java used can make a difference.
My memory on this matter is questionable as I do not have the affected release.

댓글을 달려면 로그인하십시오.

채택된 답변

tlawren
tlawren 2011년 3월 8일
@ the cyclist - I have tried hard coding font setting as you've posted, but still nothing changes. It seems as if there is a bug in the Linux version of Matlab I am using.
@ Walter - A snippet of code could be be what the cyclist posted above. Trying that with all font sizes results in the same (default?) Matlab plot. I think it is Helvetica size 10.
I did just notice that if I hard code font settings and open up the editor, the font sizes are what the code sets them to. However, the actual sizes are not rendered in the actual plot/image.
  댓글 수: 7
tlawren
tlawren 2011년 3월 8일
I'm looking through the bug database right now, and I haven't found anything related to my problem/bug yet. If you've seen this problem/bug posted before, please send me a link to the posting. I may post a bug report myself about this issue.
tlawren
tlawren 2012년 3월 5일
Well, this issues has popped back up. Yeah!

댓글을 달려면 로그인하십시오.

추가 답변 (11개)

Daniel Shub
Daniel Shub 2012년 3월 5일
As this has surfaced again, I will dig my answer out of the comment I made to Ken.
So while I had no problem on Debian and Ubuntu systems, I did run into this problem on my Arch based systems. I fixed the problem by installing some of the missing xorg-fonts* packages.
EDIT:
I can only provide an Arch specific hammer for solving the problem. Arch has the following xorg-font* packages:
xorg-fonts-100dpi xorg-fonts-cyrillic xorg-fonts-type1
xorg-fonts-75dpi xorg-fonts-encodings xorg-font-util
xorg-fonts-alias xorg-fonts-misc xorg-font-utils
I have all but xorg-fonts-cyrillic installed on my system. My install script specifically installs xorg-fonts-100dpi, xorg-fonts-75dpi, and xorg-fonts-type1. As a hammer I am guessing
# pacman -S xorg-fonts-100dpi xorg-fonts-75dpi xorg-fonts-type1
will pull in all the dependencies you need, but I haven't confirmed this. I have also not investigated what the minimal set of packages is to get fonts working correctly in MATLAB in Arch (or any other distro).
  댓글 수: 6
Lukas
Lukas 2013년 4월 25일
Worked for me too, thanks!
Herbert
Herbert 2015년 2월 12일
Works for me on Mint Linux 17

댓글을 달려면 로그인하십시오.


the cyclist
the cyclist 2011년 2월 12일
Here is a code snippet that shows some of the ways to control font sizes. Play around with the individuals values to see what changes.
x = 1:10;
y = 1:10;
plot(x,y)
set(gca,'FontSize',12)
title('Nice big title','FontSize',18)
xlabel('Normal x-axis label')
ylabel('Pretty big y-axis label','FontSize',14)
  댓글 수: 1
Haroldo Hattori
Haroldo Hattori 2014년 5월 28일
very good and straightforward suggestion.

댓글을 달려면 로그인하십시오.


Anna
Anna 2012년 9월 20일
편집: Anna 2012년 9월 20일
I have the same problem since I switched to Kubuntu 12.04 from Kubuntu 10.04. I use Matlab through ssh -X from a server. Since the Kubuntu switch, my old routines do not work properly anymore as neither Fonts, nor Font Size switches have ANY effect.
Will try searching and installing this "xfonts" Package and then try the Java version switch...
Yepp! It works with installing
apt-get install xfonts-75dpi
apt-get install xfonts-100dpi
  댓글 수: 3
Alessandro Masullo
Alessandro Masullo 2012년 10월 6일
I LOVE your answer, because it solved my problem <3 <3 <3
Israel Vaughn
Israel Vaughn 2013년 3월 13일
Installing both xfonts and gsfonts did not fix this issue in Ubuntu 12.04, and yes I logged out and back in again.

댓글을 달려면 로그인하십시오.


vijP Pe
vijP Pe 2012년 5월 21일
I have been facing the same problem with the new version of Matlab 2012a on Ubuntu 12.04. Installation of the font packages didnot help my case.
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 5월 22일
I would suggest contacting technical support.
Israel Vaughn
Israel Vaughn 2013년 3월 13일
Also doesn't work on my ubuntu 12.04 system with 2012a, fonts are a nightmare!

댓글을 달려면 로그인하십시오.


Byron
Byron 2012년 6월 26일
I was unable to control font size, and was unable to get Greek symbols to display when I connected to our CentOS server's Matlab via NX or "ssh -X" from a Linux Mint KDE virtual box. I didn't have the problem doing "ssh-X" from Linux Mint LXDE or Bodhi linux virtual boxes.
The solution for the Mint KDE box was to install gsfonts-X11; the soution for NX was to click "Configure" and check the box for using the server as the font host on the "environment" tab
The root problem is that programs generally try to use the client for font rendering: see the X Font Server (xfs) article on Wikipedia ( https://en.wikipedia.org/wiki/X_Font_Server ) to learn more about this.

Philippe
Philippe 2013년 8월 26일
Using Ubuntu 12.04.2 (64 bits) and R2011a (Student version).
I needed to install xfonts-100dpi, xfonts-75dpi --> you can set fontsize, but you get ugly fonts.
I then installed gsfonts-X11 and gsfonts-other --> you can set fontsize and the fonts are NOT ugly.
Good luck!
  댓글 수: 1
Jean-Baptiste
Jean-Baptiste 2014년 8월 13일
On ubuntu 14.04, I installed gsfonts-X11 and gsfonts-other, and it worked ! Thanks to all.

댓글을 달려면 로그인하십시오.


Aaron
Aaron 2014년 7월 18일
As others here have suggested before I installed the following packages:
sudo apt-get install xfonts-base xfonts-100dpi xfonts-75dpi gsfonts-X11 gsfonts-other
This solved the problem for me (Xubuntu 14.04, Matlab R2014a).
  댓글 수: 1
Subash Y
Subash Y 2015년 4월 14일
Thanks. This worked for me on Ubuntu 12.04, Matlab R2011a

댓글을 달려면 로그인하십시오.


Ken
Ken 2011년 11월 4일
This is an acknowledged bug with Matlab on the Linux OS. It has persisted now for many versions, at least back to 2009. The Matlab developers have been saying they were going to fix this for years now, but of course they haven't. They're very bad about that. Also, they seem to introduce more bugs than they fix.
They're suggested workaround for this is to use EPS or PDF plots instead since PNG, TIFF, etc. are all affected by the bug. Of course, those plots have their own issues, e.g., they don't respect page sizing well. So, bottom line---you're screwed if you want to use Matlab on Linux and have people actually be able to see your fonts.
  댓글 수: 2
Walter Roberson
Walter Roberson 2011년 11월 4일
I have not witnessed this in R2008b in Ubuntu 10.04; with the information Daniel posted, at the moment it appears plausible that it affects Fedora but not Ubuntu.
Daniel Shub
Daniel Shub 2011년 11월 4일
Ken do you have the links of the bug reports? So while I had no problem on Debian and Ubuntu systems, I did run into this problem on my Arch based systems. I fixed the problem by installing some of the missing xorg-fonts* packages. I don't fully understand the problem or how to fix it across different distros, so I didn't post a new answer.

댓글을 달려면 로그인하십시오.


Weigang
Weigang 2012년 1월 20일
I had the same problem with R2011b and Ubuntu 11.10, and I believe this is a java problem. It can be solved by the following: - uninstall OpenJDK - install Sun Java - make sure sun java is configured to be the default java - Reboot the computer
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 3월 5일
I think this is a red herring. First, I am not sure that MATLAB uses the the version of JAVA that is installed with by the package manager. Second, in Debian it appears that OpenJDK does not have any dependencies on X11 fonts, but that Sun Java does. So while this might solve the problem, it is a little extreme.
tlawren
tlawren 2012년 3월 5일
I think Daniel is correct. I tried switching to a Sun Java and it was no help. Also, it appears that for Windows and Linux Matlab ships with a JVM. You can switch the boxed JVM to the machine JVM if you want to, but use of the machine version is not default.

댓글을 달려면 로그인하십시오.


AurAlchemist
AurAlchemist 2012년 5월 4일
I have the same problem here with R2011b on Fedora 16 (64 bits). The command set(gca,'FontSize',S) will not affect the font size of x- and y-tick labels, regardless of the value of font size S that is specified in the command. This is a big drawback to readability when preparing professional graphs, and I must now consider other softwares. I hope MathWorks will fix this issue soon.

andres llopis
andres llopis 2012년 5월 25일
I solved the problem installing all the xfonts-* packages in ubuntu and changing font in graphs to Arial
  댓글 수: 2
Daniel Shub
Daniel Shub 2012년 5월 25일
Can you provide the names of the packages that helped? Maybe even the command you used.
Daniel Shub
Daniel Shub 2012년 5월 25일
Based on this answer, it seems like my answer about installing the font packages might be worth an upvote :(

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by