[LIBISIS-code-svn] r1035 - in trunk/bindings/matlab: classes/@IXTdataset_1d classes/@IXTdataset_2d graphics/generalinterface graphics/lowlevelfunctions/general graphics/lowlevelfunctions/get_property graphics/lowlevelfunctions/show graphics/stduserfunctions/set graphics/stduserfunctions/show graphics/userfunctions
apache at libisis.org
apache at libisis.org
Wed Feb 28 16:50:07 GMT 2007
Author: Dean Whittaker
Date: Wed Feb 28 16:50:02 2007
New Revision: 1035
Added:
trunk/bindings/matlab/classes/@IXTdataset_1d/oned_to_twod.m
trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_select3d.m
trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_place_text.m
trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxyz.m
trunk/bindings/matlab/graphics/stduserfunctions/show/ui_showxyz.m
trunk/bindings/matlab/graphics/userfunctions/dxyz.m
Modified:
trunk/bindings/matlab/classes/@IXTdataset_1d/make_label.m
trunk/bindings/matlab/classes/@IXTdataset_2d/IXTdataset_2d.m
trunk/bindings/matlab/classes/@IXTdataset_2d/make_label.m
trunk/bindings/matlab/classes/@IXTdataset_2d/rebin_x.m
trunk/bindings/matlab/classes/@IXTdataset_2d/regroup_x.m
trunk/bindings/matlab/classes/@IXTdataset_2d/regroup_y.m
trunk/bindings/matlab/graphics/generalinterface/ixf_gen_interface.m
trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m
trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_remove_spaces.m
trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_checkforfigure.m
trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_nametag.m
trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_standard_default.m
trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxy.m
trunk/bindings/matlab/graphics/stduserfunctions/set/ui_set_aspect.m
trunk/bindings/matlab/graphics/userfunctions/dxy.m
trunk/bindings/matlab/graphics/userfunctions/lz.m
Log:
transfered the oned_to_twod.m command from graphics only to general function as it may prove useful. small bug fixes, added dxyz command and altered all files which needed to be changed to make this happen. Changed behaviour of "add text" function. Also, some help file changes and misc. matlab edits on graphics and normal. addresses #98 closes #90 addresses #96 addresses #45 addresses #43.
Modified: trunk/bindings/matlab/classes/@IXTdataset_1d/make_label.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_1d/make_label.m?r1=1034&r2=1035
Added: trunk/bindings/matlab/classes/@IXTdataset_1d/oned_to_twod.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_1d/oned_to_twod.m?view=markup&revision=1035
Modified: trunk/bindings/matlab/classes/@IXTdataset_2d/IXTdataset_2d.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_2d/IXTdataset_2d.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/classes/@IXTdataset_2d/make_label.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_2d/make_label.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/classes/@IXTdataset_2d/rebin_x.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_2d/rebin_x.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/classes/@IXTdataset_2d/regroup_x.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_2d/regroup_x.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/classes/@IXTdataset_2d/regroup_y.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_2d/regroup_y.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/graphics/generalinterface/ixf_gen_interface.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/generalinterface/ixf_gen_interface.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_remove_spaces.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_remove_spaces.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_checkforfigure.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_checkforfigure.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_nametag.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_nametag.m?r1=1034&r2=1035
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_standard_default.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_standard_default.m?r1=1034&r2=1035
Added: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_select3d.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_select3d.m?view=markup&revision=1035
Added: trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_place_text.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_place_text.m?view=markup&revision=1035
Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxy.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxy.m?r1=1034&r2=1035
Added: trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxyz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxyz.m?view=markup&revision=1035
Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/ui_set_aspect.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/ui_set_aspect.m?r1=1034&r2=1035
Added: trunk/bindings/matlab/graphics/stduserfunctions/show/ui_showxyz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/show/ui_showxyz.m?view=markup&revision=1035
Modified: trunk/bindings/matlab/graphics/userfunctions/dxy.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/dxy.m?r1=1034&r2=1035
Added: trunk/bindings/matlab/graphics/userfunctions/dxyz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/dxyz.m?view=markup&revision=1035
Modified: trunk/bindings/matlab/graphics/userfunctions/lz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/lz.m?r1=1034&r2=1035
More information about the LIBISIS-code-svn
mailing list