Page 1 of 1

How to input a coordinat array into a line graph chart value

Posted: 27 Apr 2016, 14:10
by kberraho
Good morning,

i am trying to find a way to control the the coordinate (X,Y) of a line graph instead of having only one axis to manipulate Y. Thanks in advance.

Re: How to input a coordinat array into a line graph chart v

Posted: 01 May 2016, 23:05
by ErikB
Hey,

the line graph only allows you to set the Y position for each data point, the X is always at fixed intervals. Can you tell me what you are trying to do? The only thing I can imagine is you are trying to build an etch-a-sketch....

Re: How to input a coordinat array into a line graph chart v

Posted: 02 May 2016, 14:03
by kberraho
Hey Eric,

Thanks for the response, i wanted to achieve something like the example below.
mainly be able to create like an audio circle reactor.

Thank you.

Re: How to input a coordinat array into a line graph chart v

Posted: 02 May 2016, 15:31
by ErikB
oh! That is easy - simply make a straight line chart that stretches across the whole screen in X, then apply the polar distortion effect on the layer. That is how you do it in after effects, too.

here is an example, make sure you have an audio input set up in your configuration.
polarcoordinates.vza
(14.19 KiB) Downloaded 386 times

Re: How to input a coordinat array into a line graph chart v

Posted: 02 May 2016, 19:05
by kberraho
Wow!!! thanks a lot, It works like a charm. much appreciated it.