Live data from Hacker News

Lets-plot: An interactive Python plotting library using ggplot's API

github.com

61–62 of 62 posts

Re: Lets-plot: An interactive Python plotting library using ggplot's API

#61

Earlier quoted context omitted.

As a huge fan of tidyverse, I have to agree. Tidy eval is anything but. However, once they get that right, then tidyverse is close to perfection I think the newish “interpolation” syntax with double braces {{ }} is getting there.

See, it's changed again! Damnit Hadley, why must you do this to me? (Really I'm bitter because I know that I'll end up maintaining a bunch of important code in version N-2 of Hadley's NSE adventures at some point in the future).

Changed, yes, and finally in the right direction I would say!

Re: Lets-plot: An interactive Python plotting library using ggplot's API

#62

Earlier quoted context omitted.

See, it's changed again! Damnit Hadley, why must you do this to me? (Really I'm bitter because I know that I'll end up maintaining a bunch of important code in version N-2 of Hadley's NSE adventures at some point in the future).

Changed, yes, and finally in the right direction I would say!

... and the following is what I mean. I think this is as close to clean and understandable as it can get, for most use cases (variables in functions, including creating new variables):

https://www.tidyverse.org/blog/2020/02/glue-strings-and-tidy...

Post reply on HN