0

I am trying to get the intersection between a dataframe graph and a numpy graph. I plot a line and two cloums of a dataframe.

#Line graph
x = np.linespace(0,10)
y=5x+3

#dataframe
data.plot(kind='line', x='A', y='B', ax=ax,)  

How can i find the intersection between these two graphs?

I am very new to this forum so if i can add additional information please tell me.

Aaron
  • 1
  • 1
    Does this help? https://stackoverflow.com/questions/28766692/intersection-of-two-graphs-in-python-find-the-x-value – warped Apr 29 '20 at 20:48
  • Thank you. I saw this post and tried it. I cant figuer out how to put in the dataframe. – Aaron Apr 30 '20 at 11:49

0 Answers0