Re: [Matplotlib-users] How to draw maps like in m_map tool?

2012-04-16 Thread Arnaldo Russo
Hi matplotlib users. Has anyone gave the first steps or finished a patch for this? I don't have enough knowledge to propose one, but I could try to help in any improvement or testing. Thank you, Arnaldo. --- *Arnaldo D'Amaral Pereira Granja Russo* Lab. de Estudos dos Oceanos e Clima Instituto de

Re: [Matplotlib-users] netcdf4-python

2012-05-04 Thread Arnaldo Russo
Hi John, Have you tried pupynere module? http://pypi.python.org/pypi/pupynere/ https://bitbucket.org/robertodealmeida/pupynere/ [ ] --- *Arnaldo D'Amaral Pereira Granja Russo* Lab. de Estudos dos Oceanos e Clima Instituto de Oceanografia - FURG 2012/5/4 John washa...@gmail.com Hello,

Re: [Matplotlib-users] Newbie-question: spines with arrows

2012-06-17 Thread Arnaldo Russo
Hi Mark, I really didn't tested anything about yours sketch... But I think AxisArtist could be of any help. http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html#axisartist Good luck. Cheers, Arnaldo. --- *Arnaldo D'Amaral Pereira Granja Russo* Lab. de Estudos dos Oceanos

Re: [Matplotlib-users] How to put the label above horizontal colorbar?

2014-03-16 Thread Arnaldo Russo
Dear Chao, You could try this, import matplotlib import matplotlib.pyplot as plt # create a color bar with: sm = plt.cm.ScalarMappable(cmap=plt.get_cmap('Reds')) sm.set_array(range(10)) # create an horizontal colorbar and put the ticks on the top. # in your case, you could plot colorbar on

Re: [Matplotlib-users] violin plot

2014-08-27 Thread Arnaldo Russo
Hi Neal, I don't know if you need exclusively matplotlib tools to apply your violin plot, but seaborn package [1, 2] do this very well. I hope you enjoy it! Cheers, Arnaldo. [1] http://web.stanford.edu/~mwaskom/software/seaborn/examples/violinplots.html [2] https://github.com/mwaskom/seaborn

Re: [Matplotlib-users] (no subject)

2014-09-06 Thread Arnaldo Russo
* Lab. de Estudos dos Oceanos e Clima Instituto de Oceanografia - FURG 2014-09-06 6:19 GMT-03:00 Tobias Winchen tob...@winchen.de: Hi, On Friday 05 September 2014 16:53:47 Arnaldo Russo wrote: I'm trying to figure out how I could use greek letters on axis labels, without italic. I have

Re: [Matplotlib-users] (no subject)

2014-09-10 Thread Arnaldo Russo
05/09/2014 21:53, Arnaldo Russo a écrit : The following code plots my table, but greek letters are not in Arial. What about adding greek letters directly with a Unicode string and keeping LaTex only for the table? best, Pierre (my greek and math unicode copy-pasting files attached

[Matplotlib-users] Include \hline on table inside figure

2015-01-23 Thread Arnaldo Russo
Hi, I'm dealing with this issue but no clues I have found! When I use simple matplotlib engine, my plot does not render the correct font (which I have set to Arial) but it renders the \hline and specif spaces in the table inserted inside the figure area [Fig 1] http://imgur.com/J1A01h5. In the

Re: [Matplotlib-users] Include \hline on table inside figure

2015-01-23 Thread Arnaldo Russo
Hi Tom, Thanks for the tip, I'll take a look. Concerning the TeX behavior, do you know what is going on? Cheers, Arnaldo. -- New Year. New Location. New Benefits. New Data Center in Ashburn, VA. GigeNET is offering a

[Matplotlib-users] How to use full path of font inside matplotlibrc - Arial not loading

2015-01-20 Thread Arnaldo Russo
I have Arial font installed in my system: /usr/share/fonts/truetype/msttcorefonts/Arial_Bold_Italic.ttf /usr/share/fonts/truetype/msttcorefonts/arialbi.ttf /usr/share/fonts/truetype/msttcorefonts/Arial_Bold.ttf /usr/share/fonts/truetype/msttcorefonts/arial.ttf

Re: [Matplotlib-users] How to use full path of font inside matplotlibrc - Arial not loading

2015-01-20 Thread Arnaldo Russo
Thanks Benjamin!! In fact, this folder was inside .cache/matplotlib I have removed the entire content, and know matplotlib seems to recognize Arial font. Cheers, Arnaldo -- New Year. New Location. New Benefits. New Data

Re: [Matplotlib-users] Multiplot with one colorbar

2015-03-06 Thread Arnaldo Russo
Hi, . Your example is not much clear. It's better post some short example and a running piece of code. btw, maybe your problem should be solved with this post: http://stackoverflow.com/questions/13784201/matplotlib-2-subplots-1-colorbar Cheers, Arnaldo --- *Arnaldo D'Amaral Pereira Granja

Re: [Matplotlib-users] Produce KML from Matplolib

2015-06-24 Thread Arnaldo Russo
Hi Egayer, Filipe Fernandes spoted a nice result using Simplekml and Basemap. https://ocefpaf.github.io/python4oceanographers/blog/2014/03/10/gearth/ Cheers, Arnaldo. 2015-06-10 5:07 GMT-03:00 egayer ega...@ipgp.fr: Hi all, Is there a way to produce a KML file from matplolib results as R

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