Skip to content

Commit c051b56

Browse files
committed
fix bessel README
1 parent b14de35 commit c051b56

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gsl/bessel/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ def gplot(plot_args,setting,fn)
1313
set setting
1414
plot(*plot_args)
1515
pause mouse:"any"
16-
output fn+".png"
16+
output fn+".png",size:[540,400]
17+
#output fn+".ps","color"
1718
reset
1819
end
1920
end

0 commit comments

Comments
 (0)