Displaying 1 result from an estimated 1 matches for "atestplot".
Did you mean:
testplot
2000 Aug 28
2
is win.print() broken or am I doing something wrong?
I am trying to print a graph
> plot(y=atestplot$b,x=atestplot$a, type="s")
> win.print()
This leads to a windows print dialog box- that diappears when i hit
print. subquently i find a
"GraphAppJob" of zero size in the print queue- this just sits until I
enter
dev.off()
at which point a blank sheet is printed
Is it m...