I was struggling with using the drawmapscale function at matplotlib basemap. I couldn't understand what the syntax is extactly mean. So far I have understood the following?
e.g. map.drawmapscale(80.625, 5.75, ???, ???, 100)
As I understood, above function generate mapscale at longitude 80.625 and latitude 5.75. It should represent 100 km. But how do you understand the other two parameters? I played with some random numbers, but results are not good. I have searched on the web no satisfactory answer was found. Any help is appreciated.