Open vvillarreal-cfee opened 2 days ago
The notebook returns an error when try to use the display_digits() because the parameter b of grid was deprecated in matplotlib 3.5, and renamed visible.
b
visible
This PR fix the #59 issue.
Reference: https://github.com/matplotlib/matplotlib/issues/25267#issuecomment-1437368645
The notebook returns an error when try to use the display_digits() because the parameter
b
of grid was deprecated in matplotlib 3.5, and renamedvisible
.This PR fix the #59 issue.
Reference: https://github.com/matplotlib/matplotlib/issues/25267#issuecomment-1437368645