search for: wmf

Displaying 20 results from an estimated 140 matches for "wmf".

Did you mean: wmb
2003 Mar 19
3
The best way to end up with WMF files
Hi all I am doing some stats work for a group of biologists who require windows metafiles (*.wmf) for their publications. To create these, I appear to have two choices: 1. Restart my machine in Windows and use savePlot 2. Keep my machine in linux, save as another format, then convert. I'd rather stay in linux; but how do I get wmf files? I looked at using ImageMagick's conve...
2010 Feb 10
5
WMF conversion...
Hello R-Help, I've got a bit of an issue with WMF's. I am working on WindowsXP and outputting WMF format images. I then take the WMF format images and insert them in PowerPoint. I take the PowerPoint and convert it to PDF. The WMFs are nothing special. Just the typical x-y plot with a gray dotted grid added and a few matlines. The W...
2003 Oct 19
2
problem with win.metafile( ): traceback()
For the first error message: > win.metafile(file = "//.../plot1.wmf", + width = 8.5, height = 6.25) > lset( list( background = list(col = "white"))) Error in get(x, envir, mode, inherits) : variable "win.metafile://.../plot1.wmf" was not found > traceback() 4: get(device) 3: trellis.device(device = .Device, new = FALSE) 2: trellis....
2005 Jul 05
1
Invalid device number in savePlot
...eive an "Invalid device number in savePlot" error. The following is copied and pasted from an example session to illustrate the behaviour: > windows() > hist(rnorm(100)) > windows() > hist(rnorm(100)) > windows() > hist(rnorm(100)) > savePlot("foo", "wmf") > dev.off() windows 2 > savePlot("foo", "wmf") > dev.off() windows 3 > savePlot("foo", "wmf") Error in savePlot("foo", "wmf") : invalid device number in savePlot If I check the current active device and...
2001 Jan 15
2
WMF on Unix
A few of you have helpfully sent me references to WMF formats. There is also some code to _read_ it at http://www.csn.ul.ie/~caolan/docs/libwmf.html However, the issue is to _write_ WMF on R under Unix. I am told (by someone who has tried) that the problem is the if you write a WMF file according to the published specs (which were once issued by Mi...
2006 Jan 09
1
Wine WMF vulnerability?
Hi, I recently read about that Wine is vulnerable against the WMF bug that was recently closed on Windows. Is it really true? Is Wine really as bug-for-bug compatible with Windows? :-) http://it.slashdot.org/article.pl?sid=06/01/06/2043203&from=rss http://blogs.zdnet.com/Ou/index.php?p=146 Best regards, Zolt?n B?sz?rm?nyi
2006 Jul 21
2
Problems with character spacing in windows metafiles...
This problem was posted a couple years ago here: http://tolstoy.newcastle.edu.au/R/help/04/01/0231.html Using Windows XP with R 2.3.1, I am now experiencing the same problem again: when a plot is saved and/or copied as a WMF, the labels do not have the correct character spacing. I am trying to insert the WMF into a MS Word 2003 document (my first mistake, I know), but even when the WMF is opened with other graphics software, the problem remains. Must be something with the way the WMF is written. The strange this is...
2008 Jun 04
2
Lattice + Word: Changing .wmf files to .pdf files
...The process is as follows: # Simplest example code that contains all the sample features that create the problem library(lattice) test <- expand.grid(type = paste('Type', 1:4), success = c('Yes','No')) test$result <- exp(rnorm(nrow(test))) win.metafile('u:\\test.wmf') dotplot( success ~ result | type, data = test, panel = function(...) { panel.xyplot(...) panel.abline(v = 0, lty = 2) }, xlim = c(-10, 10) ) dev.off() This is then imported into Word 2008 (running on XP Pro 2002 with service pack 2) using the import picture tool. The resulting fi...
2009 Oct 06
2
save wmf with a batch file
Hi R users, I'm working on a autoreporting with the batch mode of R: I would like to save the graphs produced in wmf or emf. the problem is, it's working well with the R gui because we print on the screen the graph devices but not with the batch. I have used the function dev.print after encounter problem with win.metafile. Thanks Guillaume [[alternative HTML version deleted]]
2003 Mar 21
1
The best way to end up with TIFF {Was: end up with WMF)
Hi all I posted a couple of days ago about how to end up with wmf files eventually in R for linux. The short answer was: you (probably) can't...and don't! The journal in question also accepts TIFF files, I am told (it's a physiology journal). So I adjust my question: What is the best way to get TIFF files out of R? It can't create them direc...
2003 Aug 25
2
Save graph as .wmf
Hi, Is there no function in R similar to jpeg(...) or postscript(...) for windows meta files? The function savePlot(...) is not really what I need. I'd like to save the plot on my disk without open a new plot window. And I don't want to save it on my disk and convert it from a *.* to .wmf (there are too many). Thanks for any help Thomas
2009 Apr 15
1
savePlot error when type = "eps" or "wmf"
Hello, When I use savePlot(filename="xy",type="eps") or savePlot(filename="xy",type="wmf") , I get the following error: Error in grid.Call("L_textBounds", as.graphicsAnnot(x$label), x$x, x$y, : Polygon edge not found (zero-width or zero-height?) This doesn't occur when I change the type to "jpeg" or "bmp". Can anyone explain what is going...
2006 Jan 10
0
Wine and the WMF exploit
There are rumors [1] about Wine suffering from the same WMF vulnerability [2] recently discovered and fixed in Windows systems. By looking at recent commits, I understand this is probably fixed in CVS, but does anyone have more information? 1) Is a Microsoft-free system theoretically vulnerable? If I use Wine on GNU/Linux (no native Windows DLLs) to run a...
2002 Mar 29
2
wmf on Unix?
libEMF (http://sourceforge.net/projects/libemf/) looks like it may be the solution to generating WMF/EMF files on Unix. It's a general-purpose (LGPL) library that implements the EMF API ... (I was originally going to write to the list to ask why small circles appear to be filled (in src/gnuwin32/graphapp/gdraw.c) by generating a series of rectangles rather than using some kind of "fil...
2009 Oct 05
2
Loop function/comparison operator problem
Hi There, I have created the following function format<- function(){ repeat { form<-readline(paste("\nIn what format do you want to save these plots?\nChoose from: wmf, emf, png, jpg, jpeg, bmp, tif, tiff, ps, eps, or pdf.\nNote: eps is the suggested format for publication quality plots.\nPlot format --> ")); cat("\nI'm sorry, I don't know what that format is.\nPlease try again\nPress ENTER...");readline()} if (form == c("wmf&quot...
2010 Feb 11
0
WMF conversion
...egin included message ------ Unfortunately, after placed in the PowerPoint and the PowerPoint is converted to PDF via MS Office's built in conversion utility, the resulting image have diagonal streaks across them from the y-axis down to the x-axis. The rest of the document is perfect, but the WMF images now have streaks across them. It looks like it may be caused, somehow, by the dotted grid.
2005 Apr 29
0
(PR#7821) Rgui crash when >1 figure plotted to single wmf
...e C code is missing a test for a non-NULL pointer. What is unclear is why the metafile cannot be created. Although we have called CloseEnhMetafile and DeleteEnhMetafile, it seems Windows is still locking the file it opened. I don't know how to work around that. > win.metafile("tmp.wmf") > plot(1:10) > plot(1:10) > > The following dialogues then come up: > > Unable to create metafile -- Brian D. Ripley, ripley@stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 18...
2000 Oct 04
5
postscript preview
gday R friends, I was wondering if anyone could help me with some graphics issues please. I'm processing R in batch on redhat6.2 with some graphics to be imported into msword on NT. For scaling within my doco I want some vector type graphics. win.metafile doesn't seem to be supported on redhat which gives me postscript. postscript is ideal but doesn't contain a preview so I
2004 May 24
2
Metafiiles into Word R 1.9.0
Dear R-helpers, I recently upgraded to R 1.9.0 in my computer at work and at home: 1.-The computer at home has Windows XP and Office XP and it seems to work perfectly and I copy-paste graphics perfectly. 2.-The computer at work has Microsoft Windows 2000 (5.00.2195 Service Pack 2) and Word 2000 (9.0.4402 SR-1) I cannot copy-paste windows metafiles into Office applications in my computer at
2012 Nov 25
1
Multiple Range Means Test
...is under the agricolae package. Unfortunately I am not versed enough in R to run my data. I have 7 subspecies of deer mouse for which I have 23 measurements which are my variables of interest. I have run an ANOVA for each of the set of subspecies and variables, my data look like this: subspecies WMF 1 rowleyi 2.50 2 rowleyi 2.30 3 rowleyi 2.35 49 beatae 2.20 50 beatae 2.35 51 beatae 2.45 91 levipes 2.45 92 levipes 2.35 93 levipes 2.50 122 carletoniA 2.20 123 carletoniA 2.10 124 carletoniA 2.30 135 carletoniB 2.60 136 carletoniB 2.40 137 carletoniB 2.60...