[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Plotting package in Java
From: |
John W. Eaton |
Subject: |
Plotting package in Java |
Date: |
Thu, 8 Mar 2007 14:52:34 -0500 |
On 8-Mar-2007, address@hidden wrote:
| 2) the octave layer I wrote doesn't re-use code from octave's current plot
| package, but it could probably do it; the problem is that it's not obvious
| where's the separation line between generic code and backend-specific
| code; is it possible to make this separation clearer, for instance by using
| separate directories? This would clearly exposes the functions that need
| to be overloaded.
Yes, we could do that, but I think we are still trying to discover
where the separation should be.
jwe