Functionality of the colormap plot style. #70
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Hey! You can change the arrow size within the Some example parameters that you could change would be:
These are not described in our docs because (I was lazy) and because they are taken directly from the matplotlib quiver function here: https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.quiver.html. There you will see parameter descriptions to change the arrow sizes/length etc. In your specific case, the The matplotlib quiver function parameters is a bit tricky to use, and it is something that sometimes requires you to mess around with a lot to get the values you want. Just to clarify, you just change the above parameters when running the Questions are always welcome! As you can see, it is implemented already, but the answer is not so straightforward. |
Beta Was this translation helpful? Give feedback.
-
Hi ! |
Beta Was this translation helpful? Give feedback.
-
For the current working answer to the question, see this comment (also pasted below): #70 (reply in thread). When a new version is released, the install will be done as normal with pip.
As noted in #70 (reply in thread), this function probably needs a rework. See #74 for details. |
Beta Was this translation helpful? Give feedback.
For the current working answer to the question, see this comment (also pasted below): #70 (reply in thread). When a new version is released, the install will be done as normal with pip.