Re: How change frame width in Framed object?
- To: mathgroup at smc.vnet.net
- Subject: [mg78002] Re: [mg77855] How change frame width in Framed object?
- From: Carl Woll <carlw at wolfram.com>
- Date: Thu, 21 Jun 2007 05:41:53 -0400 (EDT)
- References: <200706181102.HAA19648@smc.vnet.net>
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. > > It seems that there is a bug with FrameStyle in Framed. As a workaround, you can use Grid instead: Grid[{{x}}, Frame->True, FrameStyle->Directive[Red, Thick]] Carl Woll Wolfram Research
- References:
- How change frame width in Framed object?
- From: Murray Eisenberg <murray@math.umass.edu>
- How change frame width in Framed object?