[81c116]: / script_clear_diameter_plot.m

Download this file

3 lines (3 with data), 170 Bytes

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