sl.hg.axes.position is a class that is meant to make working with the position property of an axes less painful. I was looking to manipulate specific aspects of a figure (its height or width for example) and it seems as though the best approach will be to move the position class to something like:
sl.hg.props.position
and then use this in both the existing sl.hg.axes class and a new sl.hg.figure class.
sl.hg.axes.position is a class that is meant to make working with the position property of an axes less painful. I was looking to manipulate specific aspects of a figure (its height or width for example) and it seems as though the best approach will be to move the position class to something like: sl.hg.props.position and then use this in both the existing sl.hg.axes class and a new sl.hg.figure class.