-
Notifications
You must be signed in to change notification settings - Fork 789
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
gtsam python gtsam_plot.plot_pose2d patch.Ellipse.__init__() has changed. #1952
Comments
I also had the same issue, tried your method and it did work, thanks! |
Hi @varunagrawal yes it was the PyPI version. I'll have a look at the nightly. |
Thanks for the quick response. In case the nightly version isn't ready yet, you could always install from source. Takes a bit longer but you'll get lots of cool features including intellisense support in VS Code. |
@varunagrawal, thanks this is my first time using the python version of gtsam. I have mainly been using the C++. It fills in a nice gap in the python ecosystem, for just providing an object-oriented handling of transformations. I am liking the fact that it is fully featured compared to the cpp libraries and will likely be my go-to for this. |
Description
The api for
matplotlib.patches.Ellipse().__init__()
appears to change. Currently using a version 3.8Steps to reproduce
Expected behavior
No Error.
This error can be fixed by replacing
gtsam/utils/plot.py Line 156 with a kwarg for angle instead of existing positional arguments. It seems that matplotlib has changed angle to a kwarg.
eg new line 156
Environment
linux, python,
matplotlib=3.8
numpy=1.26
Additional information
The text was updated successfully, but these errors were encountered: