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
When calling the tabular plot function for attributions with numpy version 1.2.6, an error is raised while it it not the case for earlier versions of numpy.
Expected Behavior
The library should support the latest versions of numpy.
Version
1.3.3
Environment
- numpy 1.26.3
Relevant log output
At `xplique.plots.tabular.py` line 49: `colorbar = plt.colorbar(mappa, ticks=[0, 1])`.
The following error is raised:
`ValueError: Unable to determine Axes to steal space for Colorbar. Either provide the *cax* argument to use the Axes for the Colorbar, provide the *ax* argument to steal space from it or add *mappable* to an Axes`.
To Reproduce
Launch the plot function with latest version of numpy.
The text was updated successfully, but these errors were encountered:
Module
Attributions Methods
Current Behavior
When calling the tabular plot function for attributions with numpy version 1.2.6, an error is raised while it it not the case for earlier versions of numpy.
Expected Behavior
The library should support the latest versions of numpy.
Version
1.3.3
Environment
- numpy 1.26.3
Relevant log output
To Reproduce
Launch the plot function with latest version of numpy.
The text was updated successfully, but these errors were encountered: