Skip to main content
4-Participant
September 8, 2016
Solved

How to remove straight line occurring in the middle, while plotting G_ca vs V_ca

  • September 8, 2016
  • 3 replies
  • 1419 views

Hi all,

In my code which I attached below,

I am getting a straight line in the middle, while plotting G_ca vs V_ca

How can I remove the straight line occurring in the middle of the plot between G_ca vs V_ca.

I attached my code below.

Please help me.

Thanks.

Best answer by AlvaroDíaz

Hi.

The origin of the line, are the zeros before 14000 in V.

The solution, remove them from the vectors.

Best regards.

sl1.gif

sl2.gif

3 replies

12-Amethyst
September 8, 2016

Hi.

The origin of the line, are the zeros before 14000 in V.

The solution, remove them from the vectors.

Best regards.

sl1.gif

sl2.gif

21-Topaz II
September 8, 2016

Hi vetri veeran,

the solution to your problem might be fine so too?

V_ca.jpg

vveeran4-ParticipantAuthor
4-Participant
September 8, 2016

Dear All,

Thank you for your comments.