MATLAB: Odd plotyy behavior in GUI

claguiplotyy

Im using plotyy to display a 2-variable graph in a matlab GUI I built. I would like the graph to clear every time I hit a button, so the first line in the callback function is "cla reset", but it's not working and I have no idea why. Can anyone help me out? Thanks.