[script] FxGraph - 2D/3D Function plotter

 From:  Michael Gibson
6447.42 In reply to 6447.41 
Hi Burr, sure - so the first one that Brian had here: http://moi3d.com/forum/index.php?webtag=MOI&msg=6447.31 (the one labeled sinhLeaf) would be like this:

code:
moi.command.execCommand( '_FxGraph3D u;v;((exp(u) - exp((-1)*u))/2 + (exp(v) - exp((-1)*v))/2);-3.14159;3.14159;-3.14159;3.14159;15;15;0;0;0;UV' );

Does that do what you need? If not can you post your .js file and tell me how it's launched so I can better understand what you're trying to do.

- Michael