MathGroup Archive 2009

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

Search the Archive

Re: turn off mirroring of ChartElements?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103057] Re: turn off mirroring of ChartElements?
  • From: dr DanW <dmaxwarren at gmail.com>
  • Date: Sun, 6 Sep 2009 07:37:10 -0400 (EDT)
  • References: <h7b085$go$1@smc.vnet.net>

Of course, only the US flag got flipped, the Canadian flag looks fine.

What a bizarre unintended side effect (bug).  At least, here is a
workaround:

BarChart[{2, -2}, BarOrigin -> Left,
 ChartElements ->
  Evaluate[ImageReflect[CountryData[#, "Flag"], Left] & /@ {"CAN",
     "USA"}]]

Daniel


  • Prev by Date: Thumbnail Method Option
  • Next by Date: Equations over Domains with Mathematica 4?
  • Previous by thread: Re: Thumbnail Method Option
  • Next by thread: Equations over Domains with Mathematica 4?