The Xpp Graphics library is a set of classes to create simple X windows, x-y plots and bar graphs.
Ever had the situation where you want to quickly put up an X window on the screen and display some data from within your program ? and you really don't want to deal with servers and displays and screens and graphics contexts ?
If so, then the Xpp library is what you want. The Xpp library is a set of classes built on top of X11 that hides the unnecessary details of the X window system from the C++ programmer. There are no complex class design patterns here just the quick and dirty stuff you need to get your work/thesis done.
All that you need to use this library is X11 and a C++ compiler. This library has been compiled on a Sun Sparc running Sun OS 4.1.2 with g++ 2.6.0
You can download the distribution from ftp://alpha.ces.cwru.edu/pub/agents/picardo/Xpp.tar.gz
XppWindow
|
XppCanvas
| |
XppXYPlot ---+ +--- XppBarGraph
|
XppHistogram