J Programmers,

 

In making pie charts with pd, the percentages are not displaying in
order. My input data is in decreasing order, and the relative sizes of
the wedges look correct. However, the percent labels are not in
decreasing order.

 

For example, if I run the following code:

 

load 'plot'

pd 'type pie'

pd 'piepercent 1'

pd |.50+i.20

pd 'show'

 

It displays clockwise decreasing wedges, but labeled with percents 6, 6,
5, 6, 5, 6, 5, ... 

 

Anyone know of this problem or how I might fix it?

 

 

Jordan Tirrell

[EMAIL PROTECTED]

 

a.{~74++/\0,37,(}:,(<:&{:))@(],-&])3 _14

a.{~84+0,(((-&2)&{.),}.)(6*3>i.6)&+,~17,,~24

 

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to