Page 1 of 1

Asymmetrical plotting?

Posted: Fri May 15, 2020 9:21 pm
by shrunkyq
Hi!

I want to be able to plot the two parts of the graph individually. I am new to this sort of programming, so any suggestions to where to start or help me move forward is greatly appreciated. This is what I have so far:
I have not programmed any of these modules, but I just want to show you guys how I mean.

Image

Very hard to explain! :D

Thanks!

Re: Asymmetrical plotting?

Posted: Sat May 16, 2020 11:12 am
by adamszabo
you can append two arrays together, one that holds part 1, the other part 2

Re: Asymmetrical plotting?

Posted: Wed May 20, 2020 8:56 pm
by shrunkyq
adamszabo wrote:you can append two arrays together, one that holds part 1, the other part 2


thanks for the answer, i managed to figure that out after 10 minutes i wrote the post :lol: