Mercurial > hg > octave-nkf
comparison scripts/plot/colorbar.m @ 10910:40cf7cc4ea62
Properly interpret plotboxaspectratio when 3D objects are viewed as 2D.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Tue, 24 Aug 2010 18:12:45 -0400 |
parents | 693e22af08ae |
children | 91ff0d7ee94b |
comparison
equal
deleted
inserted
replaced
10909:ac43a9df78d6 | 10910:40cf7cc4ea62 |
---|---|
573 %! colorbar ("eastoutside") | 573 %! colorbar ("eastoutside") |
574 %! axis square | 574 %! axis square |
575 | 575 |
576 %!demo | 576 %!demo |
577 %! clf | 577 %! clf |
578 %! pcolor (peaks (20)) | |
579 %! shading ("interp") | |
580 %! axis ("tight", "square") | |
581 %! colorbar () | |
582 | |
583 %!demo | |
584 %! clf | |
578 %! plot([0, 2]) | 585 %! plot([0, 2]) |
579 %! colorbar ("east") | 586 %! colorbar ("east") |
580 %! axis equal | 587 %! axis equal |
581 | 588 |
582 %!demo | 589 %!demo |