| Author |
Comment/Response |
Joel
|
11/28/98 07:45am
I'm having trouble creating a simple pie chart. Why doesn't this work? Note error message. Needs[''Graphics`Graphics`'']
PieChart[{
{28, ''Engineering''},
(72, ''Other''}
)];
Syntax::''bktmop'':
''Expression \''\!\(\\[LeftSkeleton] 1 \\[RightSkeleton]\)\'' has no opening \
\''\!\(\''[\''\)\''.\!\(\''\''\)''
PieChart[{{28,''Engineering''},(72,''Other''})];
Thanks.
URL: , |
|