Displaying 1 result from an estimated 1 matches for "djgd_debug".
Did you mean:
dbg_debug
2006 Jun 25
0
Fighting with GDD & lwd
I succeeded in compiling and installing the GDD package under my FreeBSD 6.1
box after eliminating
ifdef DEBUG
? ?PKG_CFLAGS+=-DJGD_DEBUG
endif
in Makevars.in
Now, with the following code
..............................................
grafico1<- function() {
plot(1:length(tabella[,1]),tabella[,2],ylim=c(Ymin,Ymax),type="h",
lwd=6,col="red",main=paste("TEMPERATURE MEDIE GIORNALIERE\nMESE DI",...