3it-inpaqt / line-classification-slope

Classification task from experimental charge stability diagrams to recognize angles of lines.
0 stars 0 forks source link

Lines segment not plot for DQD #6

Closed ChrisZeThird closed 1 year ago

ChrisZeThird commented 1 year ago

Changed the way lines are selected, only takes the segment of a line crossing effectively the patch but nothing is displayed. image

Examples of segment:

([52, 17], [2, 7])
([23, -21], [12, 18])
([23, -19], [2, 7])
([-83, 0], [29, 16])
ChrisZeThird commented 1 year ago

Latest commit fixes the issue.