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!
--
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(
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