
Student Support Forum: 'BarChart on Mac OSX, Mathematica 5.0' topicStudent Support Forum > General > Archives > "BarChart on Mac OSX, Mathematica 5.0"
| Author |
Comment/Response |
Scott Christley
|
01/24/04 12:37pm
I am trying to use the BarChart command but it is not displaying; I looked up the help section and cut and paste directly from there but no luck. For example:
<< Graphics`Graphics`
p = Table[Prime[n], {n, 10}]
BarChart[p]
The chart output just shows as:
BarChart[{2, 3, 5, 7, 11, 13, 17, 19, 23, 29}]
Now I don't seem to get this error with other bar charts like percentile, generalized, or stacked. Now I suppose I could use the generalized but I don't think the bar labels show like they do with the regular bar chart.
I've also have done a shift-return within the help document itself, and the it does not work there either. The cached image gets replaced by the simple list like above.
Anybody know what I need to do to get it to work?
thanks
Scott
URL: , |
|
| | | |
 | |
|