Top "Coordinates" questions

Refers to a sequence of numbers used to indicate the position of an object relative to an axis.

Plotting a list of (x, y) coordinates in python matplotlib

I have a list of pairs (a, b) that I would like to plot with matplotlib in python as actual …

python matplotlib plot coordinates
How to position a DIV in a specific coordinates?

I want to position a DIV in a specific coordinates ? How can I do that using Javascript ?

javascript html coordinates
How to draw lines in Java

I'm wondering if there's a funciton in Java that can draw a line from the coordinates (x1, x2) to (y1, …

java coordinates coordinate-systems
Find nearest latitude/longitude with an SQL query

I have latitude and longitude and I want to pull the record from the database, which has nearest latitude and …

mysql sql coordinates geospatial
Measuring the distance between two coordinates in PHP

Hi I have the need to calculate the distance between two points having the lat and long. I would like …

php coordinates geocoding haversine
Getting View's coordinates relative to the root layout

Can I get a View's x and y position relative to the root layout of my Activity in Android?

android android-layout coordinates
Function to calculate distance between two coordinates

I'm currently using the function below and it doesn't work properly. According to Google Maps, the distance between these coordinates (…

javascript coordinates distance
Importing CSV File to Google Maps

I have an quite big CSv File I want to have in Google Maps or just on a map. These …

csv maps coordinates kml
Convert long/lat to pixel x/y on a given picture

I have a city map of Moscow. We modified a Google Maps image with some artistic elements, but the relation …

javascript google-maps coordinates google-static-maps
Inline labels in Matplotlib

In Matplotlib, it's not too tough to make a legend (example_legend(), below), but I think it's better style to …

matplotlib charts coordinates