You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The matplotlib Swift package was partially abandoned (i.e. not updated or maintained). I've had another request to revisit this. I have some ideas on how to proceed to make it useful and maintainable.
TBH, I was experimenting while preparing a paper. As the data analysis is simple on my data I wanted to make it in swift rather than jupyter, and then making the plots directly in nionswift.
On the longer run, what would be fantastic would be to be able to use matplotlib AND give a way to interact with the graphics interactively.
As a summary, this is not a priority for me.
Running the example found in the comments of
Matplotlibbackend.py
is not working. I think two points are missing:get_font_metrics_fn
callback, but it can't be found in the example. What sort of function is it?DrawingContext
must be be given as argument tocanvas.render
, but its type is unclear (is it same ascontext
needed forAction
?The text was updated successfully, but these errors were encountered: