summaryrefslogtreecommitdiff
path: root/numpy/polynomial/chebyshev.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2018-08-12 18:57:50 -0500
committerGitHub <noreply@github.com>2018-08-12 18:57:50 -0500
commita524915241deaccfb5b3dfba476b1799f457be77 (patch)
tree5303f7514bfd6e9015dc22b85311b4594a2964fc /numpy/polynomial/chebyshev.py
parentb0072465e8439dc74632321b485dc0def171ef94 (diff)
parente6e60c02e2c8833e45eab575732011e75b5b7c73 (diff)
downloadnumpy-a524915241deaccfb5b3dfba476b1799f457be77.tar.gz
Merge pull request #11528 from eric-wieser/polynomial-ipython-latex
ENH: Add support for ipython latex printing to polynomial
Diffstat (limited to 'numpy/polynomial/chebyshev.py')
-rw-r--r--numpy/polynomial/chebyshev.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/polynomial/chebyshev.py b/numpy/polynomial/chebyshev.py
index 310c711ef..aa2b5b5ea 100644
--- a/numpy/polynomial/chebyshev.py
+++ b/numpy/polynomial/chebyshev.py
@@ -2188,3 +2188,4 @@ class Chebyshev(ABCPolyBase):
nickname = 'cheb'
domain = np.array(chebdomain)
window = np.array(chebdomain)
+ basis_name = 'T'