Fri, 13 May 2011 15:58:37 +0200, Johannes Radinger wrote:
> Hello again I tried:
> 
> plt.figtext(0, 1.2, r'$F(x)=p*\frac{1}{s1\sqrt{2\pi}}$', fontsize=20)
> 
> but then the text is outside the printed area and therefore not
> displayed. Does that mean that the printed area has to be changed as
> well?

The first two parameters are the x and y coordinates of the text,
in range [0, 1]. Adjust them to put the text inside the figure.


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to