[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Plotting in Guile
From: |
Andy Wingo |
Subject: |
Re: Plotting in Guile |
Date: |
Wed, 18 Aug 2010 08:37:15 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Hi Joel,
On Wed 28 Jul 2010 08:21, Joel James Adamson <address@hidden> writes:
> I am using Guile to iterate equations and produce trajectories from
> those iterations. My current strategy is to redirect the stdout to a
> file and then use GNUPLOT to plot the trajectories as parametric
> plots. However, I would like to contain everything within one program,
> to keep Makefiles simple and (ideally) only deal with one programming
> language for the project.
>
> Any suggestions on how to accomplish this?
Plotutils is going to be better, but there is also the possibility of
generating the plots directly, via cairo.
http://wingolog.org/software/guile-charting/
Grab it from git, if you want it to work with the 1.9 series.
Andy
--
http://wingolog.org/
- Re: Plotting in Guile, Mike Gran, 2010/08/03
- Re: Plotting in Guile, Thien-Thi Nguyen, 2010/08/03
- Re: Plotting in Guile, Mike Gran, 2010/08/04
- Re: Plotting in Guile, Joel James Adamson, 2010/08/04
- Re: Plotting in Guile, Mike Gran, 2010/08/04
- Re: Plotting in Guile, Joel James Adamson, 2010/08/04
- Re: Plotting in Guile, Thien-Thi Nguyen, 2010/08/04
- Re: Plotting in Guile, Ludovic Courtès, 2010/08/15
- Re: Plotting in Guile,
Andy Wingo <=