Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: st: AW: problem when importing graphs into word


From   "Martin Weiss" <[email protected]>
To   <[email protected]>
Subject   AW: st: AW: problem when importing graphs into word
Date   Sun, 27 Jun 2010 19:25:42 +0200

<> 

How big a file is the final product? This code produces 12.5 MB, which
indeed appears to be redrawn every time you look at it:


*************
clear*
set obs 300000
  
gen x1=rnormal()
gen x2=rnormal()
sc x?

gr export mygraph.wmf
*************


Turn this thing into a pdf on a windows machine, and the viewer takes a
couple of seconds to open it fully:

***
// path to folder
local path "C:/Users/`c(username)'/Desktop"
gr export `path'\mygraph.eps, as(eps) preview(off) replace

//pdf export with MIKTEX utility
!epstopdf `path'\mygraph.eps
!start `path'\mygraph.pdf
***

This is due to size: Would a 1% sample of the data give you the same
information?


HTH
Martin


-----Ursprüngliche Nachricht-----
Von: [email protected]
[mailto:[email protected]] Im Auftrag von sara borelli
Gesendet: Sonntag, 27. Juni 2010 19:09
An: [email protected]
Betreff: R: st: AW: problem when importing graphs into word

for example, when running a two-way scatter with dots connected by lines,
Word first shows the dots and then the lines connecting them very appear
very slowly...it looks like Word is actually running the graph by itself

--- Dom 27/6/10, Martin Weiss <[email protected]> ha scritto:

> Da: Martin Weiss <[email protected]>
> Oggetto: st: AW: problem when importing graphs into word
> A: [email protected]
> Data: Domenica 27 giugno 2010, 19:02
> 
> <> 
> 
> 
> What does "unstable" mean? Once the thing is in the word
> processor, Stata has no control over it anymore.
> 
> 
> 
> HTH
> Martin
> 
> 
> -----Ursprüngliche Nachricht-----
> Von: [email protected]
> [mailto:[email protected]]
> Im Auftrag von sara borelli
> Gesendet: Sonntag, 27. Juni 2010 17:51
> An: [email protected]
> Betreff: st: problem when importing graphs into word
> 
> Dear Statalist members,
> 
> I have a problem importing stata graphs into word. Once I
> copy the graph into word, the graph appears "unstable", it
> is as if stata keep running the graphs interactively while
> in word, and I do not uderstand what is going on. I tried by
> importing the graphs using different format but the problem
> remains
> 
> thank you for any help
> sara
> 
> 
> 
>       
> 
> 
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
> 
> 
> *
> *   For searches and help try:
> *   http://www.stata.com/help.cgi?search
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
> 


      


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index