In reading the following scatterplot

Would it be correct to say there is a strong positive linear relationship between the two axis? If not, could you please explain why?
Also is it correct to consider the ringed point as outlier?
In reading the following scatterplot

Would it be correct to say there is a strong positive linear relationship between the two axis? If not, could you please explain why?
Also is it correct to consider the ringed point as outlier?
I would say that a linear relation is a reasonable first guess for the relationship, as it's simple, so avoids much of the with of overfitting, but describes a lot of the variance in the data.
However, it isn't a very robust conclusion. If you removed the top-right point and bottom-left points (considering them outliers), then you would remove the apparent linear relation, and would probably consider either a linear relation through the top-left point, or consider that there is no relation, and consider it an outlier.
If you added a point around (5, 0.5), then another negative linear relation starts to look equally plausible. Perhaps you would have both, so an x value would have two corresponding y values, if they are generated by different processes.
Also, if you start having more points around (5,0.5), or more near the top-left, top-right and bottom-left points, perhaps each of them is part of a cluster of values, rather than being following a linear relationship.
To sum up, I think a linear relationship is a good first approximation, but given the low sample size, you probably need more data points to test it, and see what are genuine outliers, and what are recurring clusters. You might also consider additional variables, that might explain the outlier, but if you include more variables, you risk overfitting.