Comment #5 on issue 1592 by asmeurer: Pretty print Sum with a Sigma
http://code.google.com/p/sympy/issues/detail?id=1592

I'd say don't resize the Sigma unless the argument is bigger, and if you do resize it, resize it vertically and horizontally at the same time the Sigma in comment 3 looks bad). For the limits, you will just have to deal with large limits. It is the same with Integral:


In [16]: Integral(f(x), (x, y**2/2 + 1, 1))
Out[16]:
  1
  ⌠
  ⎮    f(x) dx
  ⌡
     2
    y
1 + ──
    2

Any luck with getting a smoother Unicode version, btw?

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to