/*! \page grapher-nsplugin-example.html
\ingroup nsplugin-examples
\title Grapher Plugin
This example graphs data from a simple text file. It
demonstrates the use of the QNPInstance::writeReady()
and QNPInstance::write() functions.
To build the example, you must first build the
Qt Netscape Plugin Extension library.
Then type make in extensions/nsplugin/examples/grapher/
and copy the resulting grapher.so or npgrapher.dll
to the Plugins directory of your WWW browser.