Re: How change frame width in Framed object?
- To: mathgroup at smc.vnet.net
- Subject: [mg77887] Re: How change frame width in Framed object?
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Tue, 19 Jun 2007 06:35:37 -0400 (EDT)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <f55pht$jnl$1@smc.vnet.net> <46767EB6.60308@gmail.com>
- Reply-to: murray at math.umass.edu
A wild work-around! Better than nothing, but the double frame still gives less control than I'd like. Jean-Marc Gulliet wrote: > Murray Eisenberg wrote: >> In Mathematica 6.0, how can I change the frame width in a Framed[expr] >> object? >> >> I can change the color, e.g., by including the option FrameStyle->Red. >> But something like >> >> FrameStyle->{Red,Thick} >> >> or >> >> FrameStyle->{Red,Thickness[0.8]} >> >> seems to have no effect. > > Hi Murray, > > The following trick might not be the most elegant, but it works: frame > the framed expression and set the frame margin to zero. > > Framed[Framed[1/x + y], FrameMargins -> 0] > > Regards, > Jean-Marc > -- Murray Eisenberg murray at math.umass.edu Mathematics & Statistics Dept. Lederle Graduate Research Tower phone 413 549-1020 (H) University of Massachusetts 413 545-2859 (W) 710 North Pleasant Street fax 413 545-1801 Amherst, MA 01003-9305