Why the y-axis is not showing as log scale even it is scaled

The command log10.(degree) changes the numerical values of the x-axis, while the plot scale command yscale=:log10 doesn’t change anything numerically, it just changes the scale. Note that the y-axis is displayed in log scale and 10^4.78 ~ 60000 (the exponent varies linearly along the new log-scaled axis)

1 Like