include logx for df.plot() · Issue #2327 · pandas-dev/pandas (original) (raw)
I often use scatterplots to show data and if these data are over a range of values it is useful to have a log-log scale. Right now the default df.plot() function supports a logy=True argument but not a logx=True.
I think a logx argument in the plotting function would be a useful addition.