Re: Re: plotting graphs

2006-11-27 Thread Nicolas Roard
On 11/27/06, Daniel J Farrell [EMAIL PROTECTED] wrote: Hi Nick, Your app looks really cool! I think the secret is to make the API really simple when it comes to scientific folk (like me!). Here we want the programming to be transparent. How does one plot data in your framework? Do you use

Re: plotting graphs

2006-11-26 Thread Daniel J Farrell
Hi, I'm lazily working on a NSView subclass that will do this (screen- shot: http://www.boyfarrell.com/forums/qdc_plot.tiff). In fact just today I have complete the methods that calculate tic mark spacing and positions... Let me know if you want to work together on something. The code is

Re: Re: plotting graphs

2006-11-26 Thread Nicolas Roard
On 11/27/06, Daniel J Farrell [EMAIL PROTECTED] wrote: Hi, I'm lazily working on a NSView subclass that will do this (screen- shot: http://www.boyfarrell.com/forums/qdc_plot.tiff). In fact just today I have complete the methods that calculate tic mark spacing and positions... Let me know if you

Re: plotting graphs

2006-11-26 Thread Daniel J Farrell
Hi Nick, Your app looks really cool! I think the secret is to make the API really simple when it comes to scientific folk (like me!). Here we want the programming to be transparent. How does one plot data in your framework? Do you use NSArray of NSNumber? Would be interested to view your

Re: plotting graphs

2006-11-25 Thread Chris Vetter
On 2006-11-25 06:16:14 +0100 tgate [EMAIL PROTECTED] wrote: Is anyone familiar with a plotting class library for charts and graphs that can be used with gnustep? I've looked into gnuplot but it seems unlikely to be able to easily integrate it into a custom NSView.

Re: plotting graphs

2006-11-25 Thread Matt Rice
--- tgate [EMAIL PROTECTED] wrote: Is anyone familiar with a plotting class library for charts and graphs that can be used with gnustep? I've looked into gnuplot but it seems unlikely to be able to easily integrate it into a custom NSView. -todd there is aquaterm which gnuplot

Re: plotting graphs

2006-11-25 Thread tgate
Is anyone familiar with a plotting class library for charts and graphs that can be used with gnustep? I've looked into gnuplot but it seems unlikely to be able to easily integrate it into a custom NSView. -todd there is aquaterm which gnuplot already contains an adaptor for, i'll attempt

Re: plotting graphs

2006-11-25 Thread Matt Rice
--- tgate [EMAIL PROTECTED] wrote: Is anyone familiar with a plotting class library for charts and graphs that can be used with gnustep? I've looked into gnuplot but it seems unlikely to be able to easily integrate it into a custom NSView. -todd there is aquaterm