Displaying 1 result from an estimated 1 matches for "plot_width".
2005 Jan 10
1
Invisible plot using RSvgDevice
...th="1.12" height="19.83" style="stroke-width:1;stroke:#000000;fill:#32CD32" />
So it seems to be the "stroke:none;fill:none" text which will let the plot be "invisible"?
I use following code:
devSVG( file=filename, height = plot_height, width = plot_width, xmlHeader=TRUE, onefile=TRUE)
plot1<-barplot(MI, col=c('limegreen'), beside=TRUE, width = c(1,1), space = c(0,1), ylab='mutual inf.', ylim=c(0,1), main=headertext)
...
dev.off()
I definitly changed no code, but the plot is invisible.
Any help would be appreciated!
Thanks for...