1 2 3 4 5 6 7 8 9 10
import Allo as Al a = Al.Courbe() a = Al.import('example.dat') # Rotate the curve by 15 deg a.rotate(15) axes = [-0.1,1.1,-0.7,0.7] a.plot(axes)