Jonathan Carroll

Results 149 comments of Jonathan Carroll

Thanks! This looks like a good fit - no promises on timing, but it should be entirely possible.

Good idea! `ggplot2` does an internal lookup of `aes` alternatives and we can borrow that logic to be consistent. I can't guarantee a timeline, so if you're interested you're welcome...

I like this, but I'm cautious about how far we venture away from 'helpers to make existing calls easier' into 'look what else you can do'. I can see something...

This is a seriously cool idea. I'd lean towards having the zillion helper functions *and* the 'ggbot' chat lexer. Looking at https://github.com/systemincloud/rly I don't think I could immediately build that,...

Hi, thanks for the suggestion! Do you have an example of how to do this (the hard way) that we could target?

If you're interested in contributing, the last PR might serve as a good guide of what is required: https://github.com/jonocarroll/ggeasy/pull/39/files

@smach all good - feel free to have a crack at it if you like, no pressure, I'll help if you get stuck. @yonicd great idea, let's work something up....

Cheers. Is the idea here to add some spelled-out aliases for particular arguments? ``` library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_classic() + ggeasy::easy_remove_x_axis(what = c("ticks", "line")) ``` would use...

Interesting - I don't think I've ever seen someone use that, but it looks to be possible. I've started a linked project board to track for features. Many thanks for...

I agree - centering looks good.