Something that I missed from Excel chart. Notice the y axis is logarithmic scale, but the number label is non logarithmic.
Below is the best I got from Gadfly. The method to set axis limit is also not that friendly. Coord.Cartesian(ymin=log10(0.1), ymax=log10(1000), xmin=0, xmax=0.5),
A default y_log10 below.

Is there a way to mimic Excel approach, i.e. linear number for the axis label? Second priority is the major line (with number) and minor line (non-numbered)? Thank you.