First time here? Check out the FAQ!
answered 2023-05-02 07:03:35 +0100
Replace the first two occurrences of arrow by:
pl += arrow((0,0), (2.1,0),color='black',arrowsize=2) pl += arrow((0,0), (0,2.1),color='black',arrowsize=2)
and delete the third occurence