Re: [Matplotlib-users] jython and matplotlib

2007-06-18 Thread John Hunter
On 6/17/07, Duncan Child <[EMAIL PROTECTED]> wrote: > We would like to provide a Matplotlib-like plotting function in a Java > application we are building. We can't require our users to install > native code so we can't use Matplotlib. > > We have a simple implementation that would be sufficient f

[Matplotlib-users] jython and matplotlib

2007-06-18 Thread Duncan Child
We would like to provide a Matplotlib-like plotting function in a Java application we are building. We can't require our users to install native code so we can't use Matplotlib. We have a simple implementation that would be sufficient for v1.0 of our application that uses jython and jfreechart.