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
I get this error when trying to import the module, and after some research it looks like it has to do with my matplotlib distribution not being compiled to work with gtk+. So. Why does this library even need gdk support? How does one get this on mac?
The text was updated successfully, but these errors were encountered:
This module provides several functions to plot the results of segmentation algorithms (see the demo notebook). I agree that you shouldn't need to have matplotlib to run this as long as you don't use the visualization tools. Therefore, I will add this as an enhancement for future versions.
Meanwhile, you should be able to run this on a mac without gtk backend. To modify your matplotlib backend, simply update your matplotlibrc, e.g.:
backend : WXAgg # use wxpython with antigrain (agg) rendering
I get this error when trying to import the module, and after some research it looks like it has to do with my matplotlib distribution not being compiled to work with gtk+. So. Why does this library even need gdk support? How does one get this on mac?
The text was updated successfully, but these errors were encountered: