Home > Net >  I want to add numbers between a large set of numbers in a graph in matplotlib(python)
I want to add numbers between a large set of numbers in a graph in matplotlib(python)

Time:12-22

enter image description here

above 350 There is a node so i want it to add the exact number on the nodes so 363 as in the picture

and remove all useless numbers that dont have nodes on them and i also want to connect the nodes to the x and y like:

[![enter image description here][2]][2]

and maybe make the lines like red or smth too [2]: Example

  • Related