试图绘制图时,我从matplotlib中得到了以下错误这是完整的跟踪(我修改了路径名称ticks from %s to %s: exceeds Locator.MAXTICKS * 2 (%d) ' % (estimate, dmin, dmax, self.MAXTICKS * 2))
TypeError: %d format: a number is required, not num
我希望使用matplotlib填充绘图中两行之间的空白,但它总是显示如下错误消息。我查过posted in the forum也有类似的问题,但他们的解决方案并不能解决这个问题。import numpy as npimport openpyxl, os#no errors are raised until this line
ax1.fill_betw
下面我已经提到了输出的错误和屏幕截图...错误: matplot.py:143: MatplotlibDeprecationWarning: The parameter where must have the same size as x infill_between().This will become an error in future versions of Matplotlib.This will become an error in future versions of Matplotlib.
43, in graph File "/home/joereddington/env/matplotlib-1.4.0-py2.6-linux-x86_64.egg/matplotlib/pyplot.py", line 2820, in fill_between
interpolate=interpolate, **k