Hide some points from graph plot
Posted: Mon Dec 23, 2024 6:19 am
Put these line with your selected points before plot
Code: Select all
x_data (1:3) = [];
y_data (1:3) = []; Code: Select all
x_data (1:3) = [];
y_data (1:3) = [];