March 5th, 2002, 1:50 pm
I only know of a very cumbersome way. But I would be grateful for better suggestions.You have to put the graph into an application that will be able to print to file (postscript), e.g. Word.Go to the print menu, select print to file and in options select eps format (where exactly to find the menu points depends on your version of Word). Also you have to select a postscript printer.Press printNow after specifying a filename/path and printing, go to the file and change the extension of the printed file to .eps and open it in a postscript viewer. With the cursor go to the bottom left and top right corner of your graph and note down the coordinates.Close the file and open it in a non postscript viewer, e.g. Word. On top you will find four numbers that you will replace with your coordinates and save it.Now you can put a passage in your tex file, referring to the .eps file of the graphe.g.\begin{figure}....When latexing make sure that it is in the same directory as the .tex file.