Updates:
        Summary: Position of power (and function) in pretty printed functions

Comment #1 on issue 2451 by asmeurer: Position of power (and function) in pretty printed functions
http://code.google.com/p/sympy/issues/detail?id=2451

Thinking about it, I think it would look better for any size power, if the baseline started from the line above function rather than the line above the args. It looks like we have


In [10]: f(1/(1 + 1/(1 + 1/(1 + 1/x))))**2
Out[10]:
 2
  ⎛      1      ⎞
f ⎜─────────────⎟
  ⎜        1    ⎟
  ⎜1 + ─────────⎟
  ⎜          1  ⎟
  ⎜    1 + ─────⎟
  ⎜            1⎟
  ⎜        1 + ─⎟
  ⎝            x⎠

It would be nicer, I think, if f were centered, and the 2 were placed right above it, like


  ⎛      1      ⎞
  ⎜─────────────⎟
  ⎜        1    ⎟
 2⎜1 + ─────────⎟
f ⎜          1  ⎟
  ⎜    1 + ─────⎟
  ⎜            1⎟
  ⎜        1 + ─⎟
  ⎝            x⎠


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