Updated CI.

This commit is contained in:
Teal Dulcet
2022-05-05 05:33:26 -07:00
parent 36f2f057d8
commit 37e257c5ee
5 changed files with 34 additions and 12 deletions

View File

@@ -108,4 +108,4 @@ for k in range(len(graphs.styles)):
for k in range(len(graphs.styles)):
graphs.functions(height, width, -(2 * math.pi), 2 *
math.pi, -4, 4, [math.sin, math.cos, math.tan], style=k)
math.pi, -4, 4, [math.sin, math.cos, math.tan], axisunitslabel=False, style=k)