/************************************************************/
/*
              perfectPlot - ©1997 by WK-Artworks
*/
/************************************************************/

This tutorial-animation was made to demonstrate how to
create perfect plots Wildfire.
To create really perfect plots you should use a very high 
resolution and a white background, of course.

Including such plots (especially data-plots) into your
LaTeX-documents is very simple:

1. Create the image with Wildfire

2. Convert in using Wildfire's EPS-Saver-PlugIn into
   a Postscript(TM)-file

3. Include it using the epsf-macro, for example:

    \begin{figure}[tbh]
    \begin{center}
    \mbox{
     \epsfxsize=4.90in
     \epsfbox{gfx/plotSX_595.eps}
    }
    \end{center}
    \caption{Evolution of permanent stresses (thermoviscoelastic case for $\, T_0=595 ^o \!C \,$)} \label{gfxB34}
    \end{figure}\\

4. To print it using ghostscript on a "normal" deskjet (such as 500 or 510)
   use the additional options

    -sDEVICE=cdeskjet -dBitsPerPixel=8

   which turns on FS-dithering instead of the (ugly) ordered dithering.

