panda plot画图 我现在遇到的一个问题就是一些数太大导致小的数几乎看不到,那该怎么办
可考虑用对数坐标轴,pandas.DataFrame.plot里是logx = True,plt里是log = True