'Type of arrows wxmaxima

How can I change the size and type of arrows in wxmaxima?

draw2d(
    xrange=[0,2],
    yrange=[0,3],
    vector([0,0],[1,1])
);


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source