I am trying to plot with 'grouped bars' when the 2 sets of data have differing 
Y scales.

Starting with the plot sample:
pd 'reset'
dat=: i:2.2j60
pd 'type bar'
pd 'title Second Y Axis'
pd 'color blue,red'
pd 'ycaption Y Caption'
pd  ? 10#10
pd 'y2axis'
pd 'type bar'
pd 'ycaption Y2 Caption'
pd  ? 10#1000
pd 'show'

This basically works but one bar sits on the other and is invisible.

David

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

Reply via email to