1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
|
.ig >>
<STYLE TYPE="text/css">
<!--
A:link{text-decoration:none}
A:visited{text-decoration:none}
A:active{text-decoration:none}
OL,UL,P,BODY,TD,TR,TH,FORM { font-family: arial,helvetica,sans-serif;; font-size:small; color: #333333; }
H1 { font-size: x-large; font-family: arial,helvetica,sans-serif; }
H2 { font-size: large; font-family: arial,helvetica,sans-serif; }
H3 { font-size: medium; font-family: arial,helvetica,sans-serif; }
H4 { font-size: small; font-family: arial,helvetica,sans-serif; }
-->
</STYLE>
<title>ploticus: making slides</title>
<body bgcolor=D0D0EE vlink=0000FF>
<br>
<br>
<center>
<table cellpadding=2 bgcolor=FFFFFF width=550><tr>
<td>
<table cellpadding=2 width=550><tr>
<td><br><h2>making slides</h2></td>
<td align=right>
<small>
<a href="../doc/welcome.html"><img src="../doc/ploticus.gif" border=0></a><br>
Version 2.33 Jun'06
<td></tr></table>
</td></tr>
<td>
<br>
<br>
.>>
.TH making_slides PL "02-JUN-2006 PL ploticus.sourceforge.net"
.ig >>
<a href="../gallery/kmslide.htm">kmslide<br><img src="../gallery/kmslide.gif"></a><br>
.>>
.SH EXAMPLES
In addition to the above example, these gallery examples are
set up as slides:
.ig >>
<a href="../gallery/td.htm">
.>>
td
.ig >>
</a>
.>>
and
.ig >>
<a href="../gallery/errbar5.htm">
.>>
errbar5
.ig >>
</a>
.>>
.ig >>
<br><br><br>
.>>
.SH MAKING SLIDES
\fBpl\fR may be used to create slides.
.LP
There are several strategies: 1) use \fBpl\fR in PostScript
mode, sending it directly to a film slide making system;
2) use \fBpl\fR to generate a data display then
import it (PNG, EPS, GIF) into your slide system;
3) use \fBpl\fR in PNG or GIF mode and present
graphs using a browser and a screen projection system.
.ig >>
<br><br><br>
.>>
.SH POWERPOINT
PNG,
.ig >>
<a href="svg.html">
.>>
\0SVG
.ig >>
</a>
.>>
, and GIF files may be imported into PowerPoint.
.LP
EPS files may be used with PowerPoint if the result will be
processed through a PostScript film imager (the EPS will not
be visible when previewing the slides on the screen, or if presenting
slides from a screen projector).
.ig >>
<br><br><br>
.>>
.SH BACKGROUNDS
Often light lines on a dark background works better on slides.
In the example, \fCproc page\fR is used to set a dark
background color (darkblue), and a light text/line color (white).
Also the overall line thickness is increased.
.LP
It may be convenient to use a background color of \fCtransparent\fR when
making a PNG or GIF for inclusion into a slides package. This allows
the ploticus graph to be "overlayed" on the existing background color
of the importing application (assuming that it knows about transparency).
.ig >>
<br>
<br>
</td></tr>
<td align=right>
<a href="../doc/welcome.html">
<img src="../doc/ploticus.gif" border=0></a><br><small>data display engine <br>
<a href="../doc/Copyright.html">Copyright Steve Grubb</a>
<br>
<br>
<center>
<img src="../gallery/all.gif">
</center>
</td></tr>
</table>
<br>
<center>
Ploticus is hosted at http://ploticus.sourceforge.net <br>
<img src="http://sourceforge.net/sflogo.php?group_id=38453" width="88" height="31" border="0" alt="SourceForge Logo">
</center>
.>>
|