I have to plot my data on two y axes sharing one x axis. This can be done using plotyy. How do I overlay two patch plots such that one patch is on each y axis? As of now, both my patches are plotted on the first y-axis. How do I specify the y-axis for patch command?
Thanks