ma...@mendelu.cz wrote: > No idea, but I observed also similar problems. > > The first idea was that this is problem from mathplotlib, but I > followed the example at http://www.scipy.org/Cookbook/Matplotlib/UsingTex > and tried the following > > P=plot(x^2,(x,-3,3)) > T=text(r"$\displaystyle\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$",(0,0), > fontsize=16) > show(P+T) > > this does not work because of displaystyle. Removing \displaystyle and > trying > > P=plot(x^2,(x,-3,3)) > T=text(r"$\sum_{n=1}^\infty\frac{-e^{i\pi}}{2^n}$",(0,0), fontsize=16) > show(P+T) > > This gives a fraction which has far worse rendering than the rendering > via LaTeX and rendering which can be seen at > http://www.scipy.org/Cookbook/Matplotlib/UsingTex > > Tested now at sagenb.org >
So maybe we should either use "usetex" automatically, or at least give the user the option to set that to true for Sage plots? Jason -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org