nelpy
nelpy copied to clipboard
better handling of plotting **kwargs
instead of only catching some kwargs, we should update a dict
# Default keyword arguments
ax = kwargs.get("ax", plt.gca())