Problem with mlab font size
Status: Beta
Brought to you by:
prabhu_r
I suspect this is a Mayavi bug rather than a Canopy bug.
I'm using Enthought Canopy 64 bit Python version 1.1.1.1452, on OS X 10.8.5, with Mayavi version 4.3.0-3
If I use the standard commands:
mlab.axes.label_text_property.font_size = 12 (e.g.)
or
mlab.axes.title_text_property.font_size = 12 ,
I cannot get Mayavi to change the font size. I cannot use the menu accessed font size command, either. It will accept a font size number, but does not implement the change.
Looking at stackoverflow, this has been reported for other Mayavi implementations, so it may be a more general problem. I post it here in case it's a Mayavi bug.