我在fipy中使用了上面的代码,但是颜色条的范围总是没有改变(总是显示[-1,1])。我的版本是 Python 3.6.7 和 matlablib 3.1.1。
#create a viewer to see the results
if __name__ == '__main__':
viewer = Viewer(vars=psi, datamin=-0.01, datamax=0)
viewer.plot()
我尝试了以下方法: 1、我更改了“C:\Users\Lenovo\fipy\examples\diffusion”中的代码,例如,更改了“datamin=-0.01, datamax=0”。是不行的。2、直接使用“MatplotlibViewer”。是不行的。3、使用了“GnuplotViewer”。无法在Python中安装。