I had a question on the Alteryx advanced exam where I needed to look at a graph and select what options were selected in the scatterplot tools configuration. However I'm having difficulty understanding what each tool is doing. Can someone help me understand these tools better or point me to the right direction?
Smooth line- This one I'm not to sure about. Attached I created a Alteryx scattered plot graph, and I can see a dotted line, is that all it is?
Marginal boxpoints- This one is a easy one as you can see the box points outside of the graph
Log x axis- Not totally sure how you can see this by just looking at the graph
Log y axis- Not totally sure how you can see this by just looking at the graph
Below are the definitions but something visual showing the differences would help me understand this better. I tried this by creating my own scatterplot Alteryx graph in the attached but the only one that I can be truly sure about is the Marginal boxpoints.
Log X axis: If selected, a natural log transformation is applied to the X values. Doing this is often useful for exploring certain types of non-linear relationships. Log Y axis: If selected, a natural log transformation is applied to the Y values
Smooth line: Displays a non-linear line between the X and Y fields that is created using a loess (non-parametric local regression) model.* Included by default