[Matplotlib-users] contours on unstructured triangle meshes

2008-10-10 Thread Ian Curington
Does anyone have extensions or hints on how to create high quality vector contour plots on unstructured triangle meshes, with values at nodes? I can convert to structured with griddata, but I much prefer to get a direct contour from the original triangles. Thanks! --

Re: [Matplotlib-users] Change ticks font size with API

2008-10-10 Thread John Hunter
On Fri, Oct 10, 2008 at 4:17 AM, Thomas Guettler <[EMAIL PROTECTED]> wrote: > Hi, > > I want to change the font size of x ticks labels. > The FAQ entry is only for pylab: > http://matplotlib.sourceforge.net/faq.html#TEXTOVERLAP > > I found this solution: > >for tick in ax.xaxis.get_major_ticks(

[Matplotlib-users] Change ticks font size with API

2008-10-10 Thread Thomas Guettler
Hi, I want to change the font size of x ticks labels. The FAQ entry is only for pylab: http://matplotlib.sourceforge.net/faq.html#TEXTOVERLAP I found this solution: for tick in ax.xaxis.get_major_ticks(): tick.label1.set_fontsize(7.5) (http://cfa-www.harvard.edu/~jbattat/computer/py