-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request for quiver plot #171
Comments
something like #172 ? You see x-y grid with 15 steps, random length and direction. |
Yes! This would be great - perhaps it can be merged into the main repo. On Tue, Sep 9, 2014 at 12:03 PM, Andreas Lobinger [email protected]
|
A pull request is already the polite question to include the code into the main repo... I never worked with quiver, is the interface x,y, direction, length OK? |
The quiver plot interfaces I've seen so far usually offer a (x, y, dx, dy) Perhaps it would be possible to include that interface as an option via Secondarily, it would be nice to have the color and line width be I don't care too much about the arrow head style personally. But if there Thanks, On Wed, Sep 10, 2014 at 1:39 AM, Andreas Lobinger [email protected]
|
Yes, let's go with |
One feature is that is missing from the Julia plotting eco-system (Winston, Gadly, Plotly) generally is a 2D quiver plot (or vector plot, as can be seen here: http://en.wikipedia.org/wiki/File:VectorField.svg). This is a scatter plot with arrows pointing in certain directions instead of points. Quiver plots are highly useful in physics and in analysis of ordinary differential equations (and of course, I need one for my research :-) I consider Winston the first place to go to do my plotting, and having it supported here would increase the draw for undergraduate ODE teachers to turn to this great language for teaching support. I think it would be a big win for Julia if Winston supported this type of plot.
The text was updated successfully, but these errors were encountered: