changing fonts in a legend

Doug Meade's picture

How can I change the fonts used to create the legend for a plot?

What I really want to do is increase the font size. I can do this for the title, labels, and axes - but not for the legend. (At least I don't see how to do this in the online help.)

Before I start digging through the code, I thought I'd see if anyone here has dealt with this previously.

Doug

Robert Israel's picture

legendstyle

> plot(x,x=0..1,legend="foo",legendstyle=[font=[TIMES,ITALIC,20]]);

(works in Standard, not in Classic).

Doug Meade's picture

Thank you

 I don't know how I missed it in the online help - immediately after the entry for legend  (in ?plot/options)

Thank you!

Doug

---------------------------------------------------------------------
Douglas B. Meade  <><
Math, USC, Columbia, SC 29208  E-mail: mailto:meade@math.sc.edu       
Phone:  (803) 777-6183         URL:    http://www.math.sc.ed

with plotsetup(maplet)

it works in Classic GUI also.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}