gunplot windows路径
时间:2014-08-26 12:00:16
收藏:0
阅读:249
参考:http://gnuplot.10905.n7.nabble.com/Problems-with-plot-data-in-Windows-7-td1956.html
以下几种都是可以的:
“C:\Placas\malla.dat”
‘C:\Placas\malla.dat‘
“C:/Placas/malla.dat”
‘C:/Placas/malla.dat‘
下面这种不行:
“C:\Placas\malla.dat”
评论(0)