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