-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Description
My patch creates a simple ascii-art module to manipule several structure: list,dict,tuple, linear expression:
sage: R = NonCommutativeSymmetricFunctions(QQ).R()
sage: R[1]**5
R + R + R + R + R + R + R + R + R + R +
* ** * *** * ** * **** * **
* * ** * * ** *** * * *
* * * * ** * * * **
* * * * **
*
R + R + R + R + R + R
* *** * ** * *****
** ** * *** ****
** ***
Apply:
- attachment: trac_14266_ascii_art_13_05_15_EliX-jbp.patch
- attachment: trac_14266-ascii_art-review-ts.patch
- attachment: trac_14266_terminal_width.patch
Depends on #8703
Depends on #14203
Depends on #14574
CC: @nthiery @VivianePons
Component: user interface
Keywords: ascii-art
Author: Jean-Baptiste Priez
Reviewer: Volker Braun, Travis Scrimshaw
Merged: sage-5.11.beta0
Issue created by migration from https://trac.sagemath.org/ticket/14266