
The clipart should use the existing Postscript code for printing.
It currently depends on the core plugin code, which creates a Postscript
bitmap of the window the image is displayed on. That is suboptimal.

Rewrite the plotting plugin completely without using Gnuplot at all,
instead generate Postscript code which can be displayed by Clipart.

Is it really a good idea to have a Ghostscript process hanging around
whether it is used or not? Ghostscript starts up so quickly that it
may just as well be loaded from disk as needed. OTOH, having it loaded
at all times means that subsequent clipart plugins can share the
executable image loaded in memory, reducing startup time.

Start generating clipart! And surely there must already exist clipart
in one form or another on the net?

