Example: matplotlib y axis log scale import pylab import matplotlib.pyplot as plt a = [pow(10, i) for i in range(10)] fig = plt.figure() ax ...
確定! 回上一頁