Loading PyPRM/example/example.py +3 −3 Original line number Diff line number Diff line # # example of use of pyPRM # from PyPRM import * from collections import OrderedDict from matplotlib import pyplot as plt Loading Loading @@ -35,6 +33,8 @@ class stereographic : plt.polar(theta,radius,**karg) plt.show() from PyPRM import * # # list of Theta,Phi positions CT_P=np.array([ Loading Loading
PyPRM/example/example.py +3 −3 Original line number Diff line number Diff line # # example of use of pyPRM # from PyPRM import * from collections import OrderedDict from matplotlib import pyplot as plt Loading Loading @@ -35,6 +33,8 @@ class stereographic : plt.polar(theta,radius,**karg) plt.show() from PyPRM import * # # list of Theta,Phi positions CT_P=np.array([ Loading