Finally, after years of programmatically putting togehter figures with multiple axis, I created a class based approach for creating figures with multiple y axis. This allows easier customization and usage for GUI programming. I have procrastinated this problem since 2009, basically since I’m using MATLAB.
This is an object orientated approach for creating plots with three or more y axis. myaxisc, short for “Multiple Y Axis Class”, is a class holding all the axes objects needed to display multiple Y axis. Second axis is placed on the right side, the additional axes are placed on the left side.
Continue reading “myaxisc class for MATLAB”