JimHokanson / matlab_standard_library

Standard Library for my Matlab Projects
MIT License
8 stars 10 forks source link

Move position class out of sl.hg.axes for use in a new sl.hg.figure class #35

Open JimHokanson opened 8 years ago

JimHokanson commented 8 years ago

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.