Re: Formatting Plot Legends
- To: mathgroup at smc.vnet.net
- Subject: [mg90638] Re: Formatting Plot Legends
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Thu, 17 Jul 2008 05:34:50 -0400 (EDT)
- Organization: Uni Leipzig
- References: <g5kiia$8ia$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi, Legend[ {{Graphics[{Blue, Disk[{0, 0}, 1]}], Style["first", "Title"]}, {Graphics[{Red, Disk[{0, 0}, 1]}], Style["second", 48, Italic, FontFamily -> "Times"]}, {Graphics[{Yellow, Disk[{0, 0}, 1]}], Style["third", 48, Italic, FontFamily -> "Helvetica"]}}] // Graphics ?? Regards Jens Gregory Lypny wrote: > Hello everyone, > > I've formatted a borderless, transparent legend using the options > below. I was wondering if anyone could tell me how to change the font > family of the legend's text. > > Much obliged, > > Gregory > > LegendBorder -> Opacity[0], > ShadowBackground -> Opacity[0], > LengendBackground -> Opacity[0], > LegendPosition -> {-0.8, -0.54}, > LegendTextSpace -> 6, > LegendSize -> 0.5 >