nelpy icon indicating copy to clipboard operation
nelpy copied to clipboard

better handling of plotting **kwargs

Open eackermann opened this issue 8 years ago • 1 comments

instead of only catching some kwargs, we should update a dict

eackermann avatar Apr 17 '17 16:04 eackermann

# Default keyword arguments
ax = kwargs.get("ax", plt.gca())

eackermann avatar May 02 '17 19:05 eackermann