Rplot: A C++ library for producing raster images

Introduction

Rplot is a C++ library for the fast production of graphs and images. The main features to recommend it are:

However

I wrote it because

Why PNG?

Portability issues

Well, you need the PNG library (version 1.0 or greater), but the main problem for portability is that if any text is used then an X font server must be contacted at run-time to provide fonts. To compile you therefore need the header files for the X font server component of the X Window System, which on a UNIX/Linux machine with X Version 11, Release 6 installed are usually found in /usr/X11R6/include/X11/fonts.