Contour for X-Y Plotting

Hi there, I’m trying to use contour to plot out an X and Y axis of my data. I noticed that it has built in aggregation tools that don’t exactly serve my purpose. For example, if my Y axis is a percentage value on a scale of 0-1, I don’t exactly want it to use “Unique Count” as an aggregation tool. Rather, I would like to simply create X,Y pairs that I can use to visualize a potential correlation. Has anyone figured out how to disable these aggregation tools for scatter plots? Perhaps the mistake is trying to use Contour like Excel?

You can choose “Exact Values” to plot the X, Y pairs with no aggregations.

Thanks! I realized it was a dumb mistake on my part. I wasn’t correctly casting the columns as Doubles; the dataset I imported has them defaulted as strings for some reason.