BarChart[{1,2},Frame->True]
- To: mathgroup at smc.vnet.net
- Subject: [mg84063] BarChart[{1,2},Frame->True]
- From: "Solomon, Joshua" <J.A.Solomon at city.ac.uk>
- Date: Sat, 8 Dec 2007 05:45:28 -0500 (EST)
Here is some extremely simple code that doesn't work in version 6.0.1:
BarChart[{1,2},Frame->True]
That's it! Note:
BarChart[{1,2}]
and
BarChart[{1,2,3},Frame->True]
work fine. Surely, this is some kind of bug!
j
- Follow-Ups:
- Re: BarChart[{1,2},Frame->True]
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: BarChart[{1,2},Frame->True]