Mercurial > hg > octave-max
comparison scripts/ChangeLog @ 11185:5b48695f3c13
Making 'axis equal' equivalent to 'daspect([1,1,1])'
author | Konstantinos Poulios <logari81@googlemail.com> |
---|---|
date | Wed, 03 Nov 2010 11:11:47 +0100 |
parents | d9a8a008c116 |
children | 0a8e554494c9 |
comparison
equal
deleted
inserted
replaced
11184:d9a8a008c116 | 11185:5b48695f3c13 |
---|---|
1 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> | |
2 | |
3 * plot/axis.m: Making 'axis equal' equivalent to 'daspect([1,1,1])'. | |
4 | |
1 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> | 5 2010-11-03 Konstantinos Poulios <logari81@googlemail.com> |
2 | 6 |
3 * plot/private/__actual_axis_position__.m: Remove temporary | 7 * plot/private/__actual_axis_position__.m: Remove temporary |
4 calculation of plotboxratio for the gnuplot backend when | 8 calculation of plotboxratio for the gnuplot backend when |
5 dataaspectratiomode, xlimmode and ylimmode are all set to manual. | 9 dataaspectratiomode, xlimmode and ylimmode are all set to manual. |