On 03/06/2015 06:32 AM, d...@axiom-developer.org wrote:
There is a technology called d3.js that looks especially interesting:
https://github.com/mbostock/d3/wiki/Gallery and I have spent a little
time looking at it. It is data driven so Axiom can feed it data just
like it does for the current
On June 17, 2005 9:04 AM C. Frangos wrote:
> (1) Is there a short way of declaring all variables in an
>axiom function to be local ?
>
>In Matlab this is automatically the case and global variables
>have to be specifically declared.
>
>In axiom it seems that its the opposite, crea