python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Calculate missing y between two points
I would like to know how to calculate the missing y coordinate between the two know points. The x position of the point is know only the y position is unknow. How do i calculate the position with the ...
Vincent Darwinkel
Votes: 0
Answers: 2
How can I detect circles in python with a set of (x, y) points
I have a list of (x,y) points that constitue several circles with different centers, they all have the same diameter (which is known).
I need to detect the number of circles in total (not necessary to...
Daniel
Votes: 0
Answers: 1
Point not plotting over a shapefile
I am trying to plot a shapefile with Poland's Powiaty (counties) and a dot where Krakow is. This is the code that I'm using. For some reason, that dot is not appearing in the plot.
This is where I got...

zutt
Votes: 0
Answers: 1