In [1]:
using PyX
g = graph.graphxy(width=8)
plot(g, graph_data_function("y(x)=sin(x)/x", min=-15, max=15))
g
Out[1]:
In [2]:
1+1
Out[2]:
In [ ]: