Hacker News new | ask | show | jobs
by sdenton4 36 days ago
kwargs exists, and is rather more pythonic. Just pass the kwargs dict to a standard formatting function, et voila.
1 comments

Sadly, this drive towards the API design that matplotlib resembles, the raison d'etre of this library is the unusual (imho, great) API
Could you elaborate on what exactly does such syntax provide over kwargs? To me it looks like verbatim x=a, y=b replaced by x(a)+y(b) in the argument section.