Re: [Matplotlib-users] How do I make a Mercator map larger

2016-01-04 Thread Arnaldo Russo
Hi Martin, Have you tried to save your figure and check if it does not enlarge your figure? plt.savefig("mercator.png") Cheers, Arnaldo. --- Arnaldo D'Amaral Pereira Granja Russo Universidade do Estado de Santa Catarina - UDESC Pesquisador - Instituto Ambiental Boto Flipper

Re: [Matplotlib-users] How do I make a Mercator map larger

2016-01-04 Thread Benjamin Root
Without seeing the code, it would be hard to tell what is wrong. Setting the figure size should work. I do this all the time myself. As for converting map coordinates to inches, are you talking about inches of the display? or inches of the map (as opposed to km or miles)? Ben Root On Sun, Jan