toshiakiasakura / myforestplot

Create a forest plot by Python, easily and intuitively using matplotlib.
MIT License
4 stars 0 forks source link

MAINT: kwd parameters are usually set to be keyword expression forms (**kwds). #25

Closed toshiakiasakura closed 1 year ago

toshiakiasakura commented 2 years ago

Currntly a lot of kwd arguments recieve dictionary forms of parameters. This shoud be converted into **kwds for more user-friendly interface.