a b/script_clear_diameter_plot.m
1
% Clear the diameter plot with a dummay image
2
hold( handles.Diameter_Plot, 'off');
3
plot(0, 0, 'xk', 'MarkerSize', 10, 'LineWidth', 3, 'Parent', handles.Diameter_Plot);