The given Array is: 
[  6  10 100 200]
The log values of the given array elements:
[1.79175947 2.30258509 4.60517019 5.29831737]

NumPy log as a Graphical Representation

Natural log in numpy: To have a better grasp of the calculated log values, we can plot them against the original numbers with the Python Matplotlib module.
Example