function pic_lix()
plot2DEX("利息/本金", "(利率(0.04~0.05);时间:50)", "x(本金:元)", "y(利息:元)", "black", true, "4%", "yellow", "point", 4, "blue", "solid", 2, 1, 50, 1, "t", "t*(1.04**50-1)","5%", "yellow", "point", 4, "green", "solid", 2, 1, 50, 1, "t", "t*(1.05**50-1)")
plot2DEX("利息/时间", "(本金:100;时间:50)", "x(时间:年)", "y(利息:元)", "black", true, "4%", "yellow", "point", 4, "blue", "solid", 2, 1, 50, 1, "t", "100*(1.04**t-1)","5%", "yellow", "point", 4, "green", "solid", 2, 1, 50, 1, "t", "100*(1.05**t-1)")
plot2DEX("利息/利率", "(本金:100;时间:50)", "x(利率:%)", "y(利息:元)", "black", true, "t%", "yellow", "point", 4, "blue", "solid", 2, 0, 10, 1, "t", "100*((1+t/100)**50-1)")
endf
2016年08月09日 06点08分
3