turn off mirroring of ChartElements?
- To: mathgroup at smc.vnet.net
- Subject: [mg102850] turn off mirroring of ChartElements?
- From: Mitch Murphy <mitch at lemma.ca>
- Date: Sat, 29 Aug 2009 06:33:01 -0400 (EDT)
when using country flags as ChartElements, then negative values mirror the image which looks stupid, eg. a mirrored usa flag. BarChart[{2, -2}, BarOrigin -> Left, ChartElements -> Evaluate[CountryData[#, "Flag"] & /@ {"CAN", "USA"}]] does anybody know how to turn off mirroring of chart elements? i couldn't find anything in documentation. Mitch