[LIBISIS-code-svn] r1085 - in trunk: bindings/matlab/graphics/lowlevelfunctions/general bindings/matlab/graphics/lowlevelfunctions/get_property bindings/matlab/graphics/lowlevelfunctions/plotfig bindings/matlab/graphics/lowlevelfunctions/set_property bindings/matlab/graphics/lowlevelfunctions/show bindings/matlab/graphics/stduserfunctions/set bindings/matlab/graphics/stduserfunctions/set/namevalue bindings/matlab/graphics/stduserfunctions/store bindings/matlab/graphics/stduserfunctions/undo bindings/matlab/graphics/userfunctions tests tests/matlab_tests

apache at libisis.org apache at libisis.org
Tue Apr 10 11:17:16 BST 2007


Author: Dean Whittaker
Date: Tue Apr 10 11:17:10 2007
New Revision: 1085

Added:
   trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_plotdata.m
Modified:
   trunk/bindings/matlab/graphics/lowlevelfunctions/general/ixf_redraw_graph.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_dataset_from_plot.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_countdata.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_dataset.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_limits.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_multiplot.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_plotfigure.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_default_properties.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_cscale.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_defaultprop.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_prop.m
   trunk/bindings/matlab/graphics/lowlevelfunctions/show/ixf_showxyz.m
   trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setaxes.m
   trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setcurrfig.m
   trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setdefaultprop.m
   trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setuserpref.m
   trunk/bindings/matlab/graphics/stduserfunctions/set/ui_resetgraph.m
   trunk/bindings/matlab/graphics/stduserfunctions/set/ui_setaxis.m
   trunk/bindings/matlab/graphics/stduserfunctions/store/ui_keepcmd.m
   trunk/bindings/matlab/graphics/stduserfunctions/undo/ui_undoplot.m
   trunk/bindings/matlab/graphics/userfunctions/linc.m
   trunk/bindings/matlab/graphics/userfunctions/linz.m
   trunk/bindings/matlab/graphics/userfunctions/logc.m
   trunk/bindings/matlab/graphics/userfunctions/logz.m
   trunk/bindings/matlab/graphics/userfunctions/lz.m
   trunk/tests/gtk_example_write.dat
   trunk/tests/gtk_example_write2.dat
   trunk/tests/gtk_example_write3.dat
   trunk/tests/matlab_tests/gtk_load_data_script.m
   trunk/tests/matlab_tests/gtk_test_script.m
   trunk/tests/matlab_tests/libisis_test_script.m

Log:
refs #102 - some minor fixes (problems with setting "DEFAULT" in array props particularly).. refs #100 - some RAW files were removed so test had to be changed. Also test was testing old unused function. refs #98 - minor fixes... fixes #109 - new function provided, now stores data in the appdata structure. Relevant functions have been changed to suit. NOTE: May manifest in bugs at later date as an unimportant lower level function which was changed incorrectly gets used. 

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=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_dataset_from_plot.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_dataset_from_plot.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_countdata.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_countdata.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_dataset.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_dataset.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_limits.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/get_property/ixf_get_limits.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_multiplot.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_multiplot.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_plotfigure.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/plotfig/ixf_plotfigure.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_default_properties.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_default_properties.m?r1=1084&r2=1085

Added: trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_plotdata.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_plotdata.m?view=markup&revision=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_cscale.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_cscale.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_defaultprop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_defaultprop.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_prop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/lowlevelfunctions/set_property/ixf_set_prop.m?r1=1084&r2=1085

Modified: 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?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setaxes.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setaxes.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setcurrfig.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setcurrfig.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setdefaultprop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setdefaultprop.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setuserpref.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/namevalue/uinv_setuserpref.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/ui_resetgraph.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/ui_resetgraph.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/set/ui_setaxis.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/set/ui_setaxis.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/store/ui_keepcmd.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/store/ui_keepcmd.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/stduserfunctions/undo/ui_undoplot.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/stduserfunctions/undo/ui_undoplot.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/userfunctions/linc.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/linc.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/userfunctions/linz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/linz.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/userfunctions/logc.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/logc.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/userfunctions/logz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/logz.m?r1=1084&r2=1085

Modified: trunk/bindings/matlab/graphics/userfunctions/lz.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/graphics/userfunctions/lz.m?r1=1084&r2=1085

Modified: trunk/tests/gtk_example_write.dat
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/gtk_example_write.dat?r1=1084&r2=1085

Modified: trunk/tests/gtk_example_write2.dat
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/gtk_example_write2.dat?r1=1084&r2=1085

Modified: trunk/tests/gtk_example_write3.dat
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/gtk_example_write3.dat?r1=1084&r2=1085

Modified: trunk/tests/matlab_tests/gtk_load_data_script.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/matlab_tests/gtk_load_data_script.m?r1=1084&r2=1085

Modified: trunk/tests/matlab_tests/gtk_test_script.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/matlab_tests/gtk_test_script.m?r1=1084&r2=1085

Modified: trunk/tests/matlab_tests/libisis_test_script.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/matlab_tests/libisis_test_script.m?r1=1084&r2=1085


More information about the LIBISIS-code-svn mailing list