search for: mist2

Displaying 1 result from an estimated 1 matches for "mist2".

Did you mean: list2
2003 Jul 03
2
Bug in plotting groupedData-objects
...)", y="(%)"), order.groups=F) plot(d) # save by hand: 1.5 MB if(interactive()) { win.metafile(filename="c:/tmp/mist.emf") plot(d) dev.off() } # The file mist.emf is empty, however the plot command before works. if(interactive()) { win.metafile(filename="c:/tmp/mist2.emf") plot(visit,y) dev.off() } # changing object, the file mist2.emf is not empty: if(interactive()) { jpeg(filename="c:/tmp/mist.jpg", width=600, height=600, pointsize=12, quality=100, bg="white") plot(d) dev.off() } # changing the driver, mist.jpg is empty! # So...