Mercurial > hg > octave-max
diff src/ChangeLog @ 12502:13640f7f40bb
improve calculation of axes tightinset for empty axes labels/title
author | Konstantinos Poulios <logari81@googlemail.com> |
---|---|
date | Sun, 06 Mar 2011 16:54:39 +0100 |
parents | 245b5efb07c2 |
children | 2c66314447f1 |
line wrap: on
line diff
--- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +2011-03-06 Konstantinos Poulios <logari81@googlemail.com> + + * graphics.cc (axes::properties::update_xlabel_position, + axes::properties::update_ylabel_position, + axes::properties::update_zlabel_position, + axes::properties::update_title_position): + Determine position also for empty axes labels/titles in order + to improve the tightinset calculation. + (axes::properties::get_extent): Take position of empty strings + into account for the calculation of axes extents. + 2011-03-03 Konstantinos Poulios <logari81@googlemail.com> * graphics.h.in (axes::properties::get_extent): Add new optional