-
Notifications
You must be signed in to change notification settings - Fork 10
IRuby integration is broken #18
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
Here is a minimal reproducible example: require "iruby"
require "matplotlib/iruby"
# `activate_matplotlib` is a private method
Matplotlib::IRuby.send("activate_matplotlib", "module://matplotlib_rb.backend_inline") In my environment, replacing FigureCanvasAgg with FigureCanvas worked. |
@kojix2 Thank you for the information. |
I confirmed that matplotlib/matplotlib#23090 is the reason. It changed the |
Fixed by 1b7328e |
Thanks for 1b7328e . That is what I needed to do! Thanks! |
Using with matplotlib 3.6.0, the following error occurs in
Matplotlib::IRuby.activate
.The text was updated successfully, but these errors were encountered: