|
From: Daniel J S. <dan...@ie...> - 2015-10-22 05:17:49
|
On 10/21/2015 07:02 PM, Valerio Schiavoni wrote: > Hello, > it is known that drawing a 2D map of the world is possible: > - http://www.gnuplotting.org/plotting-the-world-revisited/ > - http://gnuplot.sourceforge.net/demo/world.html > > But, suppose that I want to: > - also show the country/nation/state borders and > - some of the country/nation/states need to be highlighted somehow (a > different filling color than plain white would be ideal) > > Ideally there would be several groups of country/nation/states sharing > the same filling colours > > Has anyone ever attempted at this ? > Suggestions ? I've thought of doing such a thing: http://sourceforge.net/p/gnuplot/mailman/message/26788631/ Although it isn't a type of plot I'd use in my field, it would be a really nice feature given how common this type of geographical "plot" with data points is today. A command syntax is going to be the difficult part. Defining the maps is another issue. What if boundaries change? Is there some type of universally accepted data format or descriptive language for map boundaries these days? Dan > Thanks, > -- > Valerio |