Hi,

When unicode is available, we draw things nicely

In [1]: sin(x/y)
Out[1]: 
   ⎛x⎞
sin⎜─⎟
   ⎝y⎠

In [2]: (x/y, x**2, 1)
Out[2]: 
⎛x   2   ⎞
⎜─, x , 1⎟
⎝y       ⎠

In [3]: [x/y, x**2, 1]
Out[3]: 
⎡x   2   ⎤
⎢─, x , 1⎥
⎣y       ⎦



But recently an issue arose about how best is it to draw parens in
non-unicode mode.

Basically the question is about what variant is prettier:

    x              /x\
sin(-)          sin|-|
    y              \y/

 x   2          /x   2\
(-, x )         |-, x |
 y              \y    /


----

All, could you please go to the associated issue

http://code.google.com/p/sympy/issues/detail?id=787

and express your oppinions there.


Thanks.

-- 
    Всего хорошего, Кирилл.

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

Reply via email to