Sean O'Byrne wrote:
The plot source was embarrassingly easy to change. Sorry for taking
people's time on something I could have changed with a little
thought. If someone else has the need for multicoloured stick plots,
this is what needs to be changed in jzplot.ijs
plot_stick=: 3 : 0
dat=. getgrafmat y
dat=. _2 (4&$)\ ,dat
ydiv=. fitgrafy YDiv
dat=. ydiv 3 }"1 dat
NB. drawline iDATA;(getitemcolor'');PENSIZE;dat
drawline iDATA;(getitemcolor #dat);PENSIZE;dat NB. modified
This change looks good, and I included it for the next beta.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm