Can ggplot2 work with the R canvas backend

Installing the canvas from here http://www.rforge.net/canvas/files/

I am trying to build:

> canvas('test.js')
> qplot(rnorm(100), geom='histogram')
stat_bin: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this.
Error in grid.Call.graphics("L_setviewport", pvp, TRUE) : 
  Non-finite location and/or size for viewport
> 
+3
source share
1 answer

You found a mistake! Just fixed it. Be sure to download version 0.3-0.

Best

Jeff

+3
source

Source: https://habr.com/ru/post/1742778/


All Articles