-
It would be nice if it were possible to change the arrowhead size in quiver plots.
This issue is discussed on the forum here: https://discourse.julialang.org/t/plots-jl-arrows-style-in-quiver/13659
-
Early this month I moved my Quiver.qvlibrary from Onedrive to Google Drive, by using the "Move Libary..." in the Sync settings. It looked like it went fine since I could see my history of older note…
-
When hovering over the processors to get more information about the parameters, not all windows are "maximized", by which I mean that you have to scroll horizontally and vertically to see all entries …
-
Example
```
stage, scenario, block
1,1,1
1,2,1
1,2,2
```
-
**Describe the bug**
Sometimes quivet pull on aunt for so little and arrow doesnt appear. Or arrows sometimes hit you and then drop as an item without giving an effect to you (maybe thats a minecraft…
-
As a followup on issue #235 :
The approach outlined there does not work for updating vectors in quiver, since quiver returns a scatter object. Attempting to update u/v/w returns:
`TraitError: Cl…
-
The easiest mathematical way to define a 2D vector field is as a function with two arguments that outputs a 2 item vector
`julia> vecField(x,y) = [x^2, y+1x]`
Unfortunately, quiver can't plot th…
-
Hi, thank you for your wonderful opensouce works about Quiver. Recently I was trying to look deep into the sampler module, but met a quite strange phenomenon. We can see the following picture. I was t…
-
It would be useful to apply thresholds to vector plots in yt where the threshold is supplied by another field. For instance, if I am applying a quiver plot to wind velocity, I would like to be able t…
-
There's something strange going on with the last quiver here:
https://gist.github.com/dpsanders/76fdf876b098a29efbf3e447fe8a1837
The result of the quiver seems to be affected by what else is bei…