Search code examples
pythonrubymapsequivalent

Is there a Ruby equivalent of using matplotlib and basemap in Python?


http://matplotlib.sourceforge.net/basemap/doc/html/users/installing.html

Is there an equivalent means for drawing on maps with Ruby?


Solution

  • Why don't bridge your Ruby app to the Python lib?
    See How to Install MatPlotLib for Ruby