Status: New
Owner: ----
Labels: Type-Defect Priority-Low

New issue 2604 by [email protected]: Pretty printing of Meijer-G
http://code.google.com/p/sympy/issues/detail?id=2604

Consider the following example:

In [1]: meijerg([1], [1], [1], [1]*10, z)
Out[1]:
╭─╮ 1, 1 ⎛1               1               │  ⎞
│╶┐      ⎜                                │ z⎟
╰─╯2, 11 ⎝1  1, 1, 1, 1, 1, 1, 1, 1, 1, 1 │  ⎠

It would look nicer, if numbers on the right hand side of G were properly aligned, i.e.:

╭─╮1,  1 ⎛1               1               │  ⎞
│╶┐      ⎜                                │ z⎟
╰─╯2, 11 ⎝1  1, 1, 1, 1, 1, 1, 1, 1, 1, 1 │  ⎠

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

Reply via email to