I'm trying to create a scatter plot for my set of data that I filtered using the filter icon in the tab of my data set as shown in the picture below. However, when I go to create the scatter plot, it displays the whole data set and not the on filtered area.
Below is what I used and my x and y coordinates are correct. What else do I need to do?
ggplot(olympic)+
geom_point(aes(x=x_event, y=y_event))