November 2018
Beginner to intermediate
214 pages
5h 2m
English
To apply log, symmetric log and logistic scales we will go through the steps as follows:
# Log axesplt.plot(nums, np.power(10,10*nums))plt.gca().grid(True)
Following is the output of the preceding code:

In the preceding output, we can see that the plot is not very good for actually viewing these numbers, since the end of the data range is much bigger than the beginning of the data range.
Read now
Unlock full access