mtexFigure
(method of mtexFigure)
class to handles figures with equaly sized axes
features: * nicely resize axes * individual colorbar * global colorbars
case A: children of same size and fixed aspectratio
drawNow | | V | calcTightInset -> compute width of boundary around each axis | V updateLayout | V calcPartition -> compute partition (nrows, ncols) | V calcAxesSize -> compute axes size
general concept of MTEX figures:
mtexFigure -> cBarAxis handle to each colorbar axes | V children -> mapPlot (stored in appdata of axes handle) -> micronbar -> spherical Plot (stored in appdata of axes handle) -> pfPlot [CS,SS,h] -> MillerPlot [CS] -> ipfPlot [r,SS]
Syntax
mtexFig = mtexFigure('param1',val1,'param2',val2)
MTEX 5.0.0 |