On Sun, Sep 5, 2010 at 1:28 PM, Marek Peca <[email protected]> wrote: > Hello, > > I would like to integrate simple 2D line plots into my application. I did it > few years ago under Athena, so I managed some basic tasks like axis > autoscaling etc. However, I have heard a lot about quality plotting packages > under early NeXTStep, so if there is anything ready to use, I would better > use the much more advanced code by other people, than to write my silly > hacks (although at least the bare drawing is easy with NSBezierPath, there > is lot of work with labels, tics etc.). > > I have found some OS X and Cocoa user discussions around this topic, > including references to nxyplot and XYPlotView, and HippoDraw and SciPlot as > well. > > /* some refs: > http://www.omnigroup.com/mailman/archive/macosx-dev/2002-May.txt > | grep -i xyplot > http://lists.apple.com/archives/cocoa-dev/2003/Mar/msg01675.html > ftp://ftp.next.peak.org/pub/next-ftp/next/sourcelibrary/palettes/XYPlotPalette.0926.NIHS.bs.README > */ > > Are there GNUStep compatible ports of any of these old gems? > > It seems that HippoDraw has converted to Qt. I know about Gnuplot, but I > think, that it is almost impossible to be used as a library. Any other > working classes? >
there is also aquaterm, I posted patches for a port of it many years ago on the aquaterm list, but don't think i recieved any feedback, it is no doubt out of date. IIRC it can be used as a library + app combo, so the library connects via DO to the aquaterm application, not sure if it can be used solely a library for e.g. generating graphics. http://aquaterm.sourceforge.net/ _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
