Mercurial > hg > octave-avbm
comparison src/graphics.h.in @ 8740:cb0ea772a4af
Initialize axes ticklength property.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Fri, 13 Feb 2009 18:29:18 -0500 |
parents | b4fb0a52b15e |
children | eb63fbe60fab |
comparison
equal
deleted
inserted
replaced
8739:d477e57e811c | 8740:cb0ea772a4af |
---|---|
2698 array_property plotboxaspectratio m , Matrix (1, 3, 1.0) | 2698 array_property plotboxaspectratio m , Matrix (1, 3, 1.0) |
2699 radio_property plotboxaspectratiomode , "{auto}|manual" | 2699 radio_property plotboxaspectratiomode , "{auto}|manual" |
2700 radio_property projection , "{orthographic}|perpective" | 2700 radio_property projection , "{orthographic}|perpective" |
2701 radio_property tickdir m , "{in}|out" | 2701 radio_property tickdir m , "{in}|out" |
2702 radio_property tickdirmode , "{auto}|manual" | 2702 radio_property tickdirmode , "{auto}|manual" |
2703 array_property ticklength , Matrix (1, 2, 0.1) | 2703 array_property ticklength , default_axes_ticklength () |
2704 array_property tightinset r , Matrix (1, 4, 0.0) | 2704 array_property tightinset r , Matrix (1, 4, 0.0) |
2705 // FIXME -- uicontextmenu should be moved here. | 2705 // FIXME -- uicontextmenu should be moved here. |
2706 radio_property units , "{normalized}|inches|centimeters|points|pixels|characters" | 2706 radio_property units , "{normalized}|inches|centimeters|points|pixels|characters" |
2707 // hidden properties for transformation computation | 2707 // hidden properties for transformation computation |
2708 array_property x_viewtransform h , Matrix (4, 4, 0.0) | 2708 array_property x_viewtransform h , Matrix (4, 4, 0.0) |