Feat: Default render is txt

This commit is contained in:
2019-07-11 10:36:35 +02:00
parent 116c1fac29
commit 7c4dc05e34
2 changed files with 54 additions and 38 deletions

View File

@@ -3,7 +3,7 @@
from .calculus import Expression#, Polynom, Fraction, random_str, txt, Equation
Expression.set_render('tex')
#Expression.set_render('tex')
from .stat import Dataset, WeightedDataset
from .geometry import random_pythagore