You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: