Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium Live CodeInCategory-Code CodeInCategory-UI CodeInDifficulty-Medium

New issue 2874 by asmeu...@gmail.com: Pretty printing at SymPy-Live doesn't work if the window is resized
http://code.google.com/p/sympy/issues/detail?id=2874

At http://live.sympy.org/, if you do something like roots(x**3 + x + 7), and resize the window (or even if you do it after resizing the window), it messes up, because the printer still tries to print the same number of columns.

We could change the number of columns in the printer when the frame is resized, but this will still mess up expressions that are already there. I think a better solution would be to set the number of columns in the pretty printer to none, and manually do multiline wrapping in the app.

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