-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Plot ellipse with arrow showing rotation #25477
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
Comments
I don't think we would add this to a low level patch like ellipse. It's certainly possible to get the effect you want with an annotation arrow and a basic ellipses. If you need help with that discourse.Matplotlib.org is a good place to ask. |
I agree that this is probably too specific to put into the core library, but I would be open to a PR adding that as an example or tutorial (I think there is a way to build up that figure step-by-step that would fit in the divio "tutorial" definition). |
Here is an example I created.
|
Adding ellipse_arrow.py example and closes #25477
Problem
I'm trying to plot an ellipse together with an arrow showing a rotation clockwise or counterclockwise as it is shown in that image.
That can ben implement by another optional argument?
Proposed solution
No response
The text was updated successfully, but these errors were encountered: