-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The current sizes of the coordinate system vectors are fixed to the length of 1. The result is that they are often either not visible (both rendering backends) or distorted (matplotlib if axes are not set to equal). The suggestion is to make the vector size adjustable by the user.
Furthermore, an algorithm that sets the default size depending on the current axis limits should be added.