Instantiate Horace_test\test_dnd_class\test_plot_dnd.m put breakpoint at row 97 and when code stops at it run:
plot(d3d_obj)
sliceomatic appears but each time you move or add view pannel, output is displayed on Matlab screen. This is slow and confusing.
after applying this change, the output disappears.
The scenario, suggested for fixing this issue in ticket does not work, as all plotting operations in Horace-4 now return figure, axis and patch handles, so plot 3D should be consistent with all other plot routines.
Should fix Re #1723
Instantiate Horace_test\test_dnd_class\test_plot_dnd.m put breakpoint at row 97 and when code stops at it run:
plot(d3d_obj)
sliceomatic appears but each time you move or add view pannel, output is displayed on Matlab screen. This is slow and confusing.
after applying this change, the output disappears.
The scenario, suggested for fixing this issue in ticket does not work, as all plotting operations in Horace-4 now return figure, axis and patch handles, so plot 3D should be consistent with all other plot routines.