Péter Rácz

Results 3 issues of Péter Rácz

I would like `coord_cartesian` to return a more human-readable error when I mess up the syntax: ## example ```r library(ggplot2) ggplot(iris, aes(Petal.Length,Petal.Width)) + geom_point() + coord_cartesian(xlim(2,6)) ``` ## observed behaviour...

coord :world_map:
help wanted :heart:
messages

Hi, thanks for this great package! This is probably very obvious but I can't figure out how to configure settings to set up sendcode with terminalview. Many thanks!

After cloning repository, `mvn package -DskipTests` returns ``` [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] error: Source option 6 is no longer supported. Use 7 or later. [ERROR] error: Target...