MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: reducing the size of a Manipulate slider control, problem when using ImageSize

  • To: mathgroup at smc.vnet.net
  • Subject: [mg123466] Re: reducing the size of a Manipulate slider control, problem when using ImageSize
  • From: Armand Tamzarian <mike.honeychurch at gmail.com>
  • Date: Thu, 8 Dec 2011 05:24:43 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com

On Dec 7, 10:25 pm, Christopher Young <c... at comcast.net> wrote:
> Thanks very much, this is a huge help.
>
> On Dec 6, 2011, at 9:12 AM, Bob Hanlon wrote:
>
>
>
>
>
>
>
>
>
>
>
> > {Style[Text["A", p1], opts], Style[Text["B", p2], opts],
> > Style[Text["C", p3], opts]}
>
> > Style[Text[#[[1]], #[[2]]], opts] & /@
> > Thread[{{"A", "B", "C"}, {p1, p2, p3}}]
>
> > {Style[Text["A", p1], opts], Style[Text["B", p2], opts],
> > Style[Text["C", p3], opts]}
>
> > Style[Text[#[[1]], #[[2]]], opts] & /@
> > {{"A", p1}, {"B", p2}, {"C",
> >   p3}}
>
> > {Style[Text["A", p1], opts], Style[Text["B", p2], opts],
> > Style[Text["C", p3], opts]}
>
> > Style[Text[Sequence @@ #], opts] & /@
> > {{"A", p1}, {"B", p2}, {"C",
> >   p3}}
>
> > {Style[Text["A", p1], opts], Style[Text["B", p2], opts],
> > Style[Text["C", p3], opts]}
>
> > % ==== %% ==== %%% ==== %%%%
>
> Chris Young
> c... at comcast.net

What is wrong with just

Style[{Text["A", p1],Text["B", p2], Text["C", p3]}, opts]

Mike



  • Prev by Date: Bug when pasting PDF graphics on Mac
  • Next by Date: Re: Evaluate[expr]
  • Previous by thread: Re: reducing the size of a Manipulate slider control, problem when using ImageSize
  • Next by thread: The orde of product