Overview

Images supported are bitmap (*.bmp), jpeg (*.jpg or *.jpeg), and Plot (*.jpf).

To include an image, use the image tag:

<image>toucan.jpg</image>

Parameters

The following parameters are supported:

For example:

<image align=center,scale=0.8>toucan.jpg</image>

Plot

J plot files (*.jpf) are normal plots, that are written to file with the jpf command. Parameters are filename and size. For example:

pd 'reset'
pd 2 3 5 7
pd 'jpf c:\report\plot21.jpf 300 150'

Publish/Images (last edited 2009-03-13 03:34:21 by ChrisBurke)