|
@@ -2,8 +2,6 @@ from auditorium import Show
|
|
import math
|
|
import math
|
|
from auditorium.show import Context
|
|
from auditorium.show import Context
|
|
from markdown.core import markdown
|
|
from markdown.core import markdown
|
|
-import numpy as np
|
|
|
|
-import matplotlib.pyplot as plt
|
|
|
|
|
|
|
|
show = Show('My Show')
|
|
show = Show('My Show')
|
|
|
|
|