yongrenjie / penguins

A Python 3 package for analysing and plotting NMR spectra.
https://yongrenjie.github.io/penguins
MIT License
5 stars 2 forks source link

Replace plot_options with **kwargs #9

Closed yongrenjie closed 3 years ago

yongrenjie commented 4 years ago

Then just pass kwargs through to ax.plot(). Should be easier for the user...