couturier
France
291 Posts |
Posted - 01/21/2009 : 08:29:42 AM
|
I had to make isotropic graph too. With the following script, you can make your graph isotropic:
// eventually, you can manually set y axes and x beginning range, by typing any number after "=" layer.y.to=; layer.y.from=; layer.x.from=;
// make graph isotropic layer.unit=5; layer.x.to=layer.width*(layer.y.to-layer.y.from)/layer.height+layer.x.from; layer.unit=1;
You can play with this formula if you want to set another part of axes, given fixed others |
Edited by - couturier on 01/21/2009 08:30:51 AM |
|
|