我使用过的jupyter和getdist与过去类似,但是一旦我并行安装了GIT-BASH和GNU,getdist的绘制部分将无法正常工作(g.trangle_plot)。有什么建议吗?
FileNotFoundError: [WinError 2] The system cannot find the file specified
为了测试,我正在使用getdist gallery的教程。
FileNotFoundError Traceback (most recent call last)
<ipython-input-4-4292ffe3ab0a> in <module>' ' 1 #Triangle plot
2 g = plots.getSubplotPlotter()
----> 3 g.triangle_plot([samples, samples2], filled=True)
C:\Python36-32\lib\site-packages\getdist\plots.py in triangle_plot(self, roots, params, legend_labels, plot_3d_with_param, filled, shaded, contour_args, contour_colors, contour_ls, contour_lws, line_args, label_order, legend_ncol, legend_loc, upper_roots, upper_kwargs, diag1d_kwargs, param_limits, **kwargs)
我不明白问题所在。有什么帮助吗?