Can ggplot2 work with R's canvas backend
Posted
by Casbon
on Stack Overflow
See other posts from Stack Overflow
or by Casbon
Published on 2010-04-26T08:50:17Z
Indexed on
2010/04/26
8:53 UTC
Read the original article
Hit count: 220
Having installed canvas from here http://www.rforge.net/canvas/files/
I try to plot:
> 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
>
© Stack Overflow or respective owner