A function plotted in polar coordinates.
Source code name: "func_1D_polar.py"
Programming language: Python
Topic: Data arrays/P1D
DMelt Version 1. Last modified: 12/08/2015. License: Pro
https://datamelt.org/code/cache/func_1D_polar_8498.py
To run this script using the DMelt IDE, copy the above URL link to the menu [File]→[Read script from URL] of the DMelt IDE.



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")


You see the box below because you did not login.