Problem
Consider the following set
S = {32, 685, 801, 8, 3, 430, 97331, 1, 28, 4400}
Write python code that takes a list of numbers as an input, and returns True if the plot should be in logarithmic scale, and False if the scale should be linear. Test the function on the list of numbers for this problem.