*** octave-11159/src/graphics.h.in 2010-10-27 09:40:17.169811002 +0200 --- octave-11159-mod/src/graphics.h.in 2010-10-27 10:47:46.799811002 +0200 *************** public: *** 2911,2918 **** array_property position u , default_axes_position () bool_property box , "on" array_property colororder , default_colororder () ! array_property dataaspectratio m , Matrix (1, 3, 1.0) ! radio_property dataaspectratiomode , "{auto}|manual" radio_property layer , "{bottom}|top" row_vector_property xlim mu , default_lim () row_vector_property ylim mu , default_lim () --- 2911,2918 ---- array_property position u , default_axes_position () bool_property box , "on" array_property colororder , default_colororder () ! array_property dataaspectratio mu , Matrix (1, 3, 1.0) ! radio_property dataaspectratiomode u , "{auto}|manual" radio_property layer , "{bottom}|top" row_vector_property xlim mu , default_lim () row_vector_property ylim mu , default_lim () *************** public: *** 2988,2995 **** string_array_property linestyleorder , "-" double_property linewidth , 0.5 radio_property minorgridlinestyle , "-|--|{:}|-.|none" ! array_property plotboxaspectratio m , Matrix (1, 3, 1.0) ! radio_property plotboxaspectratiomode , "{auto}|manual" radio_property projection , "{orthographic}|perpective" radio_property tickdir m , "{in}|out" radio_property tickdirmode , "{auto}|manual" --- 2988,2995 ---- string_array_property linestyleorder , "-" double_property linewidth , 0.5 radio_property minorgridlinestyle , "-|--|{:}|-.|none" ! array_property plotboxaspectratio mu , Matrix (1, 3, 1.0) ! radio_property plotboxaspectratiomode u , "{auto}|manual" radio_property projection , "{orthographic}|perpective" radio_property tickdir m , "{in}|out" radio_property tickdirmode , "{auto}|manual" *************** public: *** 3014,3019 **** --- 3014,3023 ---- void update_zscale (void) { sz = get_zscale (); } void update_view (void) { update_camera (); } + void update_dataaspectratio (void) { update_transform (); } + void update_dataaspectratiomode (void) { update_transform (); } + void update_plotboxaspectratio (void) { update_transform (); } + void update_plotboxaspectratiomode (void) { update_transform (); } void update_xdir (void) { update_camera (); } void update_ydir (void) { update_camera (); }