Problems exporting R graphs with Ubuntu

hippie dream tonightsthenight at gmail.com
Thu Jun 26 23:59:03 UTC 2008


Here is the exact script I am using although it is exactly the same as the
one you provided:

> png("Compare.png")
> plot(compare$DepthSLI, compare$DischargeSLI, col="blue", xlab = "Average
> Water Depth (cm)", ylab = "Discharge (m^3/s)", xlim=c(5,40),
> ylim=c(0.03,0.1), main="Discharge in Flume 1")
> dev.off()
null device 
          1 

And once I do that I am left with a PNG file with no data. The most
frustrating thing is that earlier today I unknowingly successfully exported
a graph so I know it is possible. Because I feel that I have the right
script I thought it might be an Ubuntu issue. Any ideas?

Henrique Dallazuanna wrote:
> 
> You are using:
> 
> png("Compare.png")
> 
> plot(x)
> 
> dev.off() #Don't forgot this
> 
> 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> Modify settings or unsubscribe at:
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
> 
> 

-- 
View this message in context: http://www.nabble.com/Problems-exporting-R-graphs-with-Ubuntu-tp18145175p18145750.html
Sent from the ubuntu-users mailing list archive at Nabble.com.





More information about the ubuntu-users mailing list