pace-neutrons / Horace

Horace is a suite of programs for the visualization and analysis of large datasets from time-of-flight neutron inelastic scattering spectrometers.
https://pace-neutrons.github.io/Horace/stable/
GNU General Public License v3.0
8 stars 5 forks source link

remove persisting output in sliceomatic #1726

Closed abuts closed 3 months ago

abuts commented 3 months ago

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.