Charting?
Is there a way to draw charts (scatter plots, bar charts, and the like) in Lispworks? If you know of a good solution, please send a pointer. Thanks! Regards, Chris Dean
Is there a way to draw charts (scatter plots, bar charts, and the like) in Lispworks? If you know of a good solution, please send a pointer. Thanks! Regards, Chris Dean
Chris, if you have the Enterprise version, I would recommend looking into the COM interface to Excel. You can send data, invoke functions, create excel objects, run macros with that which would give you all you're asking. The interface is not trivial, but straightforward. Raymond Laning
Raymond C Laning <rclaning@raytheon.com> writes: > if you have the Enterprise version, I would recommend looking into the COM > interface to Excel. Thanks! That's a great idea, but unfortunately I run on Linux and Mac. Regards, Chris Dean
Chris Dean <ctdean@sokitomi.com> writes: > Raymond C Laning <rclaning@raytheon.com> writes: >> if you have the Enterprise version, I would recommend looking into the COM >> interface to Excel. > > Thanks! That's a great idea, but unfortunately I run on Linux and > Mac. There's nothing "builtin" available. However there do exist a few packages which may of help cl-dot http://www.cliki.net/cl-dot cl-pdf http://www.cliki.net/CL-PDF Of course you can use the drawing primitives from CAPI also. Regards Friedrich
At 17/11/2005 18:55, Jason Trenouth wrote: >Chris Dean wrote: > >>Raymond C Laning <rclaning@raytheon.com> writes: >> >> >>>if you have the Enterprise version, I would recommend looking into the COM >>>interface to Excel. >>> >> >>Thanks! That's a great idea, but unfortunately I run on Linux and >>Mac. >> >> > >What about invoking gnuplot ( http://www.gnuplot.info/ ) ? And what about using Foil and some SWT libraries? :-) http://foil.sourceforge.net/ Francis >__Jason > > ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
At 18/11/2005 15:15, Marco Antoniotti wrote: >On Nov 18, 2005, at 2:32 AM, Francis Leboutte wrote: > >>At 17/11/2005 18:55, Jason Trenouth wrote: >>>Chris Dean wrote: >>> >>>>Raymond C Laning <rclaning@raytheon.com> writes: >>>> >>>> >>>>>if you have the Enterprise version, I would recommend looking into the COM >>>>>interface to Excel. >>>> >>>>Thanks! That's a great idea, but unfortunately I run on Linux and >>>>Mac. >>> >>>What about invoking gnuplot ( http://www.gnuplot.info/ ) ? >> >>And what about using Foil and some SWT libraries? :-) >>http://foil.sourceforge.net/ > > >This is a rather attractive solution, provided that you decide >to have your UI built completely in Java. > >I may be wrong, but I don't see how to do > > (capi:define-interface foo () () > (:panes > (l1 foil-swt-pane ....)) You are right. However in some application, using both technologies side by side could be conceivable (e.g., if what is needed is just display charts). Francis >Cheers > > > >-- >Marco >Antoniotti >http://bioinformatics.nyu.edu/~marcoxa >NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488 >715 Broadway 10th FL fax. +1 - 212 - 998 3484 >New York, NY, 10003, U.S.A. > > >______________________________________________________________________ >This email has been scanned by the MessageLabs Email Security System. >For more information please visit >http://www.messagelabs.com/email >______________________________________________________________________ > ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________
Unable to parse email body. Email id is 4816
Thanks everyone for all your fine suggestions! Regards, Chris Dean Chris Dean <ctdean@sokitomi.com> writes: > Is there a way to draw charts (scatter plots, bar charts, and the > like) in Lispworks? If you know of a good solution, please send a > pointer. > > Thanks! > > Regards, > Chris Dean
On Tue, 15 Nov 2005 16:07:00 -0800, Chris Dean <ctdean@sokitomi.com> wrote: > Is there a way to draw charts (scatter plots, bar charts, and the > like) in Lispworks? If you know of a good solution, please send a > pointer. In addition to the pointers others have given CL-GD might also be an option: <http://weitz.de/cl-gd/> Cheers, Edi. [I'm on an unreliable modem line so I hope this message gets through.]