Open
Description
Refactor the plot views to allow a model composed of multiple PlotModel
s.
The composed model could have a grid layout defined by column widths and row widths.
The children (subplots) should define PlotModel
, column, row, colspan, rowspan.
http://matplotlib.org/examples/pylab_examples/subplots_demo.html
http://matplotlib.org/users/gridspec.html
http://se.mathworks.com/help/matlab/ref/subplot.html
http://www.dartmouth.edu/~rc/classes/matlab_graphics/Matlab-subplots.html