
from jhplot  import  *
from java.awt import Color


f1 = F1D("100*exp(-x*x/50)+sin(pi*x)/x", -10, 10)
c1 = WPlot()
c1.visible()
c1.draw(f1,"polarLine")
# c1.export("aa.pdf")
