Displaying 1 result from an estimated 1 matches for "slcity".
Did you mean:
sanity
1999 Apr 21
0
GConvert error
Reply-To:
I
am doing a histogram of a relatively small dataset. It works
great for X and postscript output, but when I try pictex I get
an error - I have tried it with various options and all have the
same results (ie I have tried without the width, height and
debug).
> pictex(file="slcity.pictex", width = 5, height = 4,debug=1)
> hist(x,20,main = "",xlab="cost")
Error: Bad units specified in GConvert, please report!
> dev.off()...