Scaled tick and label FontSizes for plots
- To: mathgroup at smc.vnet.net
- Subject: [mg107078] Scaled tick and label FontSizes for plots
- From: Robert Rosenbaum <robertr at math.uh.edu>
- Date: Tue, 2 Feb 2010 03:28:04 -0500 (EST)
It would seem that the code below should give the same font size to the tick labels as it does to the axis labels, yet it does not (on my 7.0.0 running on OS 10.6.2). Does anyone know what's going on here? Plot[x^2, {x, -1, 1}, AxesLabel -> {"x", "f(x)"}, LabelStyle -> Directive[FontSize -> Scaled[.05]], TicksStyle -> Directive[FontSize -> Scaled[.05]]] Best, Robert
- Follow-Ups:
- Re: Scaled tick and label FontSizes for plots
- From: Patrick Scheibe <pscheibe@trm.uni-leipzig.de>
- Re: Scaled tick and label FontSizes for plots