enthought / mayavi

3D visualization of scientific data in Python
http://docs.enthought.com/mayavi/mayavi/
Other
1.3k stars 285 forks source link

Font size of axes has no effect #89

Open jgosmann opened 10 years ago

jgosmann commented 10 years ago

Setting the font size of mlab axes, e.g. mlab.axes.label_text_property.font_size = 12 has no effect.

leouieda commented 10 years ago

I've encountered the same problem. This StackOverflow question suggests using axes.font_factor but that has a limit to how much it increases (2).

I'm using Mayavi 4.3.0 on Anaconda.