Replies: 1 comment
-
Looks like I ended up discovering a bug where the user input direction is not respected due to some incorrect scaling logic. See: #279 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I am trying to use
quiver(x, y, u, v)
for 1D data series.Here is a minimal working example that I am trying to create:
I expect a plot that has the tail points of the quiver at the (x, y) locations and the head point of the quiver at (x + u, y + v). So for this example it would be something like a series of quivers originating on the y = x line with the heads of the quiver all pointing roughly in the +x direction with a magnitude of 1.
This is the plot that is actually generated.

Notice that for the most part the plot is correct. But the u and v vectors don't make sense according to 1 and 0.001.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions